[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/js/htmlarea/plugins/HtmlTidy/lang/ -> lang.php (source)

   1  <?php
   2  /**************************************************************************\
   3  * eGroupWare - API htmlarea translations (according to lang in user prefs) *
   4  * http: //www.eGroupWare.org                                                *
   5  * Modified by Ralf Becker <RalfBecker@outdoor-training.de>                 *
   6  * This file is derived from htmlareas's lang/en.js file                    *
   7  * --------------------------------------------                             *
   8  *  This program is free software; you can redistribute it and/or modify it *
   9  *  under the terms of the GNU General Public License as published by the   *
  10  *  Free Software Foundation; either version 2 of the License, or (at your  *
  11  *  option) any later version.                                              *
  12  \**************************************************************************/
  13  
  14  /* $Id: lang.php 20295 2006-02-15 12:31:25Z  $ */
  15  
  16  $GLOBALS['phpgw_info']['flags'] = Array(
  17      'currentapp'  => 'home',        // can't be phpgwapi, nor htmlarea (no own directory)
  18      'noheader'    => True,
  19      'nonavbar'    => True,
  20      'noappheader' => True,
  21      'noappfooter' => True,
  22      'nofooter'    => True,
  23      'nocachecontrol' => True            // allow cacheing
  24  );
  25  
  26  include('../../../../../../header.inc.php');
  27  header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
  28  $GLOBALS['phpgw']->translation->add_app('htmlarea-HtmlTidy');
  29  
  30  // I18N constants
  31  
  32  // LANG:  "en", ENCODING: UTF-8 | ISO-8859-1
  33  // Author: Adam Wright, http://blog.hipikat.org/
  34  
  35  // FOR TRANSLATORS:
  36  //
  37  //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
  38  //      (at least a valid email address)
  39  //
  40  //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
  41  //      (if this is not possible, please include a comment
  42  //       that states what encoding is necessary.)
  43  ?>
  44  HtmlTidy.I18N = {
  45      "tidying"                               :  "<?php echo lang('\n Tidying up the HTML source, please wait...'); ?>",
  46      "HT-html-tidy"                          :  "<?php echo lang('HTML Tidy'); ?>"
  47  };


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7