/[drupal]/contributions/modules/i18n/i18n.module
ViewVC logotype

Diff of /contributions/modules/i18n/i18n.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8, Fri Oct 1 00:08:33 2004 UTC revision 1.9, Fri Nov 5 19:43:58 2004 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: i18n.module,v 1.7 2004/09/24 09:42:45 jareyero Exp $  // $Id: i18n.module,v 1.8 2004/10/01 00:08:33 uwe Exp $
3    
4  /**  /**
5   * Internationalization (i18n) module   * Internationalization (i18n) module
# Line 102  function i18n_settings(){ Line 102  function i18n_settings(){
102    
103    // Advanced features    // Advanced features
104    $output .= t("<h2>Advanced Features</h2>");    $output .= t("<h2>Advanced Features</h2>");
105    $output .= t("<p>These are intended only for advanced users. Some changes to the database are required. Please, do read the INSTALL and README files before enabling these options</p>");    $output .= t("<p>These are intended only for advanced users. Some changes to the database are required. Please, do read the INSTALL and README.txt files before enabling these options</p>");
106    
107    
108    // Language dependent tables    // Language dependent tables

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.2