[ 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 constants 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 SpellChecker.I18N = { 45 "CONFIRM_LINK_CLICK" : "<?php echo lang('Please confirm that you want to open this link'); ?>", 46 "Cancel" : "<?php echo lang('Cancel'); ?>", 47 "Dictionary" : "<?php echo lang('Dictionary'); ?>", 48 "Finished list of mispelled words" : "<?php echo lang('Finished list of mispelled words'); ?>", 49 "I will open it in a new page." : "<?php echo lang('I will open it in a new page.'); ?>", 50 "Ignore all" : "<?php echo lang('Ignore all'); ?>", 51 "Ignore" : "<?php echo lang('Ignore'); ?>", 52 "NO_ERRORS" : "<?php echo lang('No mispelled words found with the selected dictionary.'); ?>", 53 "NO_ERRORS_CLOSING" : "<?php echo lang('Spell check complete, didn\'t find any mispelled words. Closing now...'); ?>", 54 "OK" : "<?php echo lang('OK'); ?>", 55 "Original word" : "<?php echo lang('Original word'); ?>", 56 "Please wait. Calling spell checker." : "<?php echo lang('Please wait. Calling spell checker.'); ?>", 57 "Please wait: changing dictionary to" : "<?php echo lang('Please wait: changing dictionary to'); ?>", 58 "QUIT_CONFIRMATION" : "<?php echo lang('This will drop changes and quit spell checker. Please confirm.'); ?>", 59 "Re-check" : "<?php echo lang('Re-check'); ?>", 60 "Replace all" : "<?php echo lang('Replace all'); ?>", 61 "Replace with" : "<?php echo lang('Replace with'); ?>", 62 "Replace" : "<?php echo lang('Replace'); ?>", 63 "Revert" : "<?php echo lang('Revert'); ?>", 64 "SC-spell-check" : "<?php echo lang('Spell-check'); ?>", 65 "Suggestions" : "<?php echo lang('Suggestions'); ?>", 66 "pliz weit ;-)" : "<?php echo lang('pliz weit ;-)'); ?>" 67 };
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 |