Ignore:
Timestamp:
03/17/2009 09:07:25 AM (3 years ago)
Author:
ofer
Message:

Initial commit of auto-translate feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/constants.php

    r54 r68  
    6161define("TRANLSLATOR", 'translator'); 
    6262 
    63 //Option defining whether anonymous translation is allowed.  
     63//Option defining whether anonymous translation is allowed. 
    6464define("ANONYMOUS_TRANSLATION", "transposh_allow_anonymous_translation"); 
    6565 
     
    7373define("DEFAULT_LANG", "transposh_default_language"); 
    7474 
    75 //Define segment id prefix, will be included in span tag. 
     75//Option defining transposh widget appearance 
     76define("WIDGET_TRANSPOSH", "transposh_widget"); 
     77 
     78//Define segment id prefix, will be included in span tag. also used as class identifier 
    7679define("SPAN_PREFIX", "tr_"); 
    7780 
     
    7982define("IMG_PREFIX", "tr_img_"); 
    8083 
    81 //Option defining transposh widget appearance 
    82 define("WIDGET_TRANSPOSH", "widget_transposh"); 
    83  
    8484//Option to enable/disable rewrite of permalinks 
    8585define("ENABLE_PERMALINKS_REWRITE", "transposh_enable_permalinks"); 
    86  
    8786?> 
Note: See TracChangeset for help on using the changeset viewer.