[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
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-SpellChecker'); 29 30 // I18N for the FullPage plugin 31 32 // LANG: "en", ENCODING: UTF-8 | ISO-8859-1 33 // Author: Mihai Bazon, http://dynarch.com/mishoo 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 UploadImage.I18N = { 45 "Alternate style-sheet:": "<?php echo lang('Alternate style-sheet:'); ?>", 46 "Background color:": "<?php echo lang('Background color:'); ?>", 47 "Cancel": "<?php echo lang('Cancel'); ?>", 48 "DOCTYPE:": "<?php echo lang('DOCTYPE:'); ?>", 49 "Document properties": "<?php echo lang('Document properties'); ?>", 50 "Document title:": "<?php echo lang('Document title:'); ?>", 51 "OK": "<?php echo lang('OK'); ?>", 52 "Primary style-sheet:": "<?php echo lang('Primary style-sheet:'); ?>", 53 "Text color:": "<?php echo lang('Text color:'); ?>", 54 "Upload Image": "<?php echo lang('Upload Image'); ?>" 55 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |