[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpgwapi/inc/ -> htmlarea-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: htmlarea-lang.php 20295 2006-02-15 12:31:25Z  $ */
  15  
  16      $GLOBALS['egw_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['egw']->translation->charset());
  28      $GLOBALS['egw']->translation->add_app('htmlarea');
  29  
  30      // I18N constants
  31  
  32      // LANG: "en", ENCODING: UTF-8 | ISO-8859-1
  33      // Author: Mihai Bazon, <mishoo@infoiasi.ro>
  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  HTMLArea.I18N = {
  45  
  46      // the following should be the filename without .js extension
  47      // it will be used for automatically load plugin language.
  48      lang: "<?php echo $GLOBALS['egw_info']['user']['preferences']['common']['lang']; ?>",
  49  
  50      tooltips: {
  51          bold:           "<?php echo lang('Bold'); ?>",
  52          italic:         "<?php echo lang('Italic'); ?>",
  53          underline:      "<?php echo lang('Underline'); ?>",
  54          strikethrough:  "<?php echo lang('Strikethrough'); ?>",
  55          subscript:      "<?php echo lang('Subscript'); ?>",
  56          superscript:    "<?php echo lang('Superscript'); ?>",
  57          justifyleft:    "<?php echo lang('Justify Left'); ?>",
  58          justifycenter:  "<?php echo lang('Justify Center'); ?>",
  59          justifyright:   "<?php echo lang('Justify Right'); ?>",
  60          justifyfull:    "<?php echo lang('Justify Full'); ?>",
  61          insertorderedlist:    "<?php echo lang('Ordered List'); ?>",
  62          insertunorderedlist:  "<?php echo lang('Bulleted List'); ?>",
  63          outdent:        "<?php echo lang('Decrease Indent'); ?>",
  64          indent:         "<?php echo lang('Increase Indent'); ?>",
  65          forecolor:      "<?php echo lang('Font Color'); ?>",
  66          hilitecolor:    "<?php echo lang('Background Color'); ?>",
  67          inserthorizontalrule: "<?php echo lang('Horizontal Rule'); ?>",
  68          createlink:     "<?php echo lang('Insert Web Link'); ?>",
  69          insertimage:    "<?php echo lang('Insert Image'); ?>",
  70          inserttable:    "<?php echo lang('Insert Table'); ?>",
  71          htmlmode:       "<?php echo lang('Toggle HTML Source'); ?>",
  72          popupeditor:    "<?php echo lang('Enlarge Editor'); ?>",
  73          about:          "<?php echo lang('About this editor'); ?>",
  74          showhelp:       "<?php echo lang('Help using editor'); ?>",
  75          textindicator:  "<?php echo lang('Current style'); ?>",
  76          undo:           "<?php echo lang('Undoes your last action'); ?>",
  77          redo:           "<?php echo lang('Redoes your last action'); ?>",
  78          cut:            "<?php echo lang('Cut selection'); ?>",
  79          copy:           "<?php echo lang('Copy selection'); ?>",
  80          paste:          "<?php echo lang('Paste from clipboard'); ?>"
  81      },
  82  
  83      buttons: {
  84          "ok":           "<?php echo lang('OK'); ?>",
  85          "cancel":       "<?php echo lang('Cancel'); ?>"
  86      },
  87  
  88      msg: {
  89          "Path":         "<?php echo lang('Path'); ?>",
  90          "TEXT_MODE":    "<?php echo lang('You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWIG.'); ?>"
  91      }
  92  };


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