Changeset 701 for temp


Ignore:
Timestamp:
2006/12/11 20:36:57 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php

    r405 r701  
    2727define("POLL_NOTMAILED", 0); 
    2828define("POLL_MAILED", 1); 
     29 
     30 
     31$arrStatus = array( 
     32                1 => '¼õÉÕÃæ', 
     33                2 => '¼õÉÕ½ªÎ»', 
     34); 
     35 
     36$arrCategory = array( 
     37                1 => '¥Õ¥í¥ó¥Èµ¡Ç½', 
     38                2 => '´ÉÍýµ¡Ç½', 
     39                3 => '¤½¤Î¾'                    
     40); 
     41 
    2942?> 
Note: See TracChangeset for help on using the changeset viewer.