XHTML fixes, trimming blanks, removing tabs etc.
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 16 Oct 2004 06:33:08 +0000 (06:33 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 16 Oct 2004 06:33:08 +0000 (06:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8196 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/translate/config_default.php
plugins/translate/functions.php
plugins/translate/index.php
plugins/translate/options.php
plugins/translate/setup.php

index 97edc21b8e3fccf57a9defe8c65d9b105514a76e..b922bcf9cc8fedf2931f7e0218573e5b72551fa0 100644 (file)
@@ -84,8 +84,8 @@ $disable_compose_translate=true;
 /**
  * Controls inclusion of custom translation engines.
  *
- * If you enable custon translation engines, you must include 
- * translate_custom(), translate_custom_showtrad() and 
+ * If you enable custon translation engines, you must include
+ * translate_custom(), translate_custom_showtrad() and
  * $translate_custom_showoption() functions in your config.
  * @example config-sample.php
  * @global bool $translate_custom_enabled
index 2c3a96bd9c1f5674dbcf4da9bdf3d1fcea8937b8..42c52c0e75c0fe596f618d9fcab6ad674620495b 100644 (file)
@@ -50,8 +50,8 @@ if (file_exists(SM_PATH . 'config/translate_config.php')) {
 
 /** Setup functions */
 
-/** 
- * Shows translation box in message display window 
+/**
+ * Shows translation box in message display window
  * @access private
  */
 function translate_read_form_function() {
@@ -74,7 +74,7 @@ function translate_read_form_function() {
     if ($translate_server=='gpltrans' && $translate_gpltrans_url=='' ||
         ! $$translate_server_option || ! function_exists('translate_form_' . $translate_server)) {
         error_box(_("Selected translation engine is disabled. Please update your translation preferences."),$color);
-       return;
+        return;
     }
     $translate_dir = 'to';
 
@@ -131,7 +131,7 @@ function translate_optpage_function() {
  * Gets user's translation preferences
  * @access private
  */
-function translate_pref_function() { 
+function translate_pref_function() {
     global $username, $data_dir;
     global $translate_server, $translate_location;
     global $translate_show_send, $translate_show_read;
@@ -179,8 +179,8 @@ function translate_showoption() {
     if ($translate_go_enabled) translate_showoption_internal('server','go', 'Go.com');
     if ($translate_dictionary_enabled) translate_showoption_internal('server','dictionary', 'Dictionary.com');
     if ($translate_google_enabled) translate_showoption_internal('server','google', 'Google Translate');
-    if ($translate_gpltrans_enabled && $translate_gpltrans_url!='') 
-        translate_showoption_internal('server','gpltrans', 'GPLTrans'); 
+    if ($translate_gpltrans_enabled && $translate_gpltrans_url!='')
+        translate_showoption_internal('server','gpltrans', 'GPLTrans');
     if ($translate_intertran_enabled) translate_showoption_internal('server','intertran', 'Intertran');
     if ($translate_otenet_enabled) translate_showoption_internal('server','otenet', 'OTEnet');
     if ($translate_promt_enabled) translate_showoption_internal('server','promt', 'PROMT');
@@ -201,35 +201,35 @@ function translate_showtrad() {
 
     if ($translate_babelfish_enabled) translate_showtrad_internal( 'Babelfish',
               _("Maximum of 1000 characters translated, powered by Systran").
-             "<br />".sprintf(_("Number of supported language pairs: %s"),"19")." " ,
+              '<br />'.sprintf(_("Number of supported language pairs: %s"),'19').' ' ,
               'http://babelfish.altavista.com/' );
     if ($translate_go_enabled) translate_showtrad_internal( 'Translator.Go.com',
               _("Maximum of 25 kilobytes translated, powered by Systran").
-         "<br />".sprintf(_("Number of supported language pairs: %s"),"10")." " ,
+              '<br />'.sprintf(_("Number of supported language pairs: %s"),'10').' ' ,
               'http://translator.go.com/' );
     if ($translate_dictionary_enabled) translate_showtrad_internal( 'Dictionary.com',
               _("No known limits, powered by Systran").
-             "<br />".sprintf(_("Number of supported language pairs: %s"),"24")." " ,
+              '<br />'.sprintf(_("Number of supported language pairs: %s"),'24').' ' ,
               'http://www.dictionary.com/translate' );
     if ($translate_google_enabled) translate_showtrad_internal( 'Google Translate',
               _("No known limits, powered by Systran").
-             "<br />".sprintf(_("Number of supported language pairs: %s"),"12")." " ,
+              '<br />'.sprintf(_("Number of supported language pairs: %s"),'12').' ' ,
               'http://www.google.com/translate' );
     if ($translate_gpltrans_enabled && $translate_gpltrans_url!='') translate_showtrad_internal( 'GPLTrans',
               _("No known limits, powered by GPLTrans (free, open source)").
-             "<br />".sprintf(_("Number of supported language pairs: %s"),"16")." " ,
+              '<br />'.sprintf(_("Number of supported language pairs: %s"),'16').' ' ,
               'http://www.translator.cx/' );
     if ($translate_intertran_enabled) translate_showtrad_internal( 'InterTran',
               _("No known limits, powered by Translation Experts' InterTran").
-             "<br />".sprintf(_("Number of supported languages: %s"),"29")." " ,
+              '<br />'.sprintf(_("Number of supported languages: %s"),'29').' ' ,
               'http://www.tranexp.com/' );
     if ($translate_otenet_enabled) translate_showtrad_internal( 'OTEnet',
               _("Hellenic translations, no known limits, powered by Systran").
-             "<br />".sprintf(_("Number of supported language pairs: %s"),"20")." " ,
+              '<br />'.sprintf(_("Number of supported language pairs: %s"),'20').' ' ,
               'http://systran.otenet.gr/' );
     if ($translate_promt_enabled) translate_showtrad_internal( 'PROMT',
               _("Russian translations, maximum of 500 characters translated").
-             "<br />".sprintf(_("Number of supported language pairs: %s"),"13")." " ,
+              '<br />'.sprintf(_("Number of supported language pairs: %s"),'13').' ' ,
               'http://www.online-translator.com/' );
 
     if ($translate_custom_enabled && function_exists('translate_custom_showtrad')) {
@@ -385,10 +385,10 @@ function translate_new_form($action) {
 
     echo ">\n";
 
-    ?><table align="<?php echo $translate_location ?>" cellpadding=3 cellspacing=0 border=0 bgcolor=<?php echo $color[10] ?>>
+    ?><table align="<?php echo $translate_location; ?>" cellpadding="3" cellspacing="0" border="0" bgcolor="<?php echo $color[10]; ?>">
     <tr>
       <td>
-        <table cellpadding=2 cellspacing=1 border=0 bgcolor="<?php echo $color[5] ?>">
+        <table cellpadding="2" cellspacing="1" border="0" bgcolor="<?php echo $color[5]; ?>">
           <tr>
             <td><?php
 }
@@ -609,7 +609,7 @@ function translate_form_gpltrans($message) {
  */
 function translate_form_dictionary($message) {
     translate_new_form('http://dictionary.reference.com/translate/text.html');
-    list($usec, $sec) = explode(" ",microtime());
+    list($usec, $sec) = explode(' ',microtime());
     $time = $sec . (float)$usec*100000000;
     echo '<input type="hidden" name="text" value="'.$message.'" />'.
          '<input type="hidden" name="r" value="'.$time.'" />'.
index 9befff830f027e309b62ce76d7cfd5cbf6a08591..3bc401114c9b2fd6149e27f1a60616d91eb2053f 100644 (file)
@@ -13,4 +13,4 @@
  */
 header("Location:../../src/login.php\n\n");
 exit();
-?>
+?>
\ No newline at end of file
index faaff93a0142b8ae03ca3b7ebbfe33c9a6f0315d..711238b3b788042d3a5a0e1e6c7a2f64689cb107 100644 (file)
@@ -76,7 +76,7 @@ $translate_same_window = getPref($data_dir, $username, 'translate_same_window');
    </td></tr></table>
 
     <?php if (sqgetGlobalVar('submit_translate',$tmp,SQ_POST)) {
-        print "<center><h4>"._("Saved Translation Options")."</h4></center>\n";
+        print '<center><h4>'._("Saved Translation Options")."</h4></center>\n";
     }?>
 
    <p><?php echo _("Your server options are as follows:"); ?></p>
@@ -91,7 +91,7 @@ $translate_same_window = getPref($data_dir, $username, 'translate_same_window');
    echo _("You also decide if you want the translation box displayed, and where it will be located.") .
         '<form action="'.$PHP_SELF.'" method="post">'.
         '<table border="0" cellpadding="0" cellspacing="2">'.
-            '<tr><td align="right" nowrap>' .
+            '<tr><td align="right" nowrap="nowrap">' .
              _("Select your translator:") .
              '</td>'.
             '<td><select name="translate_translate_server">';
@@ -128,4 +128,4 @@ if (!$disable_compose_translate) {
 </td></tr>
 </table>
 </form>
-</body></html>
+</body></html>
\ No newline at end of file
index 072a19b8ae702f8076410ee5668d018b2e109a64..a1419c97648a35b8aca5c6c3da9f6923f690b3a1 100644 (file)
@@ -37,8 +37,8 @@ function squirrelmail_plugin_init_translate() {
 //  $squirrelmail_plugin_hooks['compose_button_row']['translate'] = 'translate_button';
 }
 
-/** 
- * Shows translation box in message display window 
+/**
+ * Shows translation box in message display window
  * @access private
  */
 function translate_read_form() {