[ 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-TableOperations'); 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 TableOperations.I18N = { 45 "Align": "<?php echo lang('Align'); ?>", 46 "All four sides": "<?php echo lang('All four sides'); ?>", 47 "Background": "<?php echo lang('Background'); ?>", 48 "Baseline": "<?php echo lang('Baseline'); ?>", 49 "Border": "<?php echo lang('Border'); ?>", 50 "Borders": "<?php echo lang('Borders'); ?>", 51 "Bottom": "<?php echo lang('Bottom'); ?>", 52 "CSS Style": "<?php echo lang('Style [CSS]'); ?>", 53 "Caption": "<?php echo lang('Caption'); ?>", 54 "Cell Properties": "<?php echo lang('Cell Properties'); ?>", 55 "Center": "<?php echo lang('Center'); ?>", 56 "Char": "<?php echo lang('Char'); ?>", 57 "Collapsed borders": "<?php echo lang('Collapsed borders'); ?>", 58 "Color": "<?php echo lang('Color'); ?>", 59 "Description": "<?php echo lang('Description'); ?>", 60 "FG Color": "<?php echo lang('FG Color'); ?>", 61 "Float": "<?php echo lang('Float'); ?>", 62 "Frames": "<?php echo lang('Frames'); ?>", 63 "Height": "<?php echo lang('Height'); ?>", 64 "How many columns would you like to merge?": "<?php echo lang('How many columns would you like to merge?'); ?>", 65 "How many rows would you like to merge?": "<?php echo lang('How many rows would you like to merge?'); ?>", 66 "Image URL": "<?php echo lang('Image URL'); ?>", 67 "Justify": "<?php echo lang('Justify'); ?>", 68 "Layout": "<?php echo lang('Layout'); ?>", 69 "Left": "<?php echo lang('Left'); ?>", 70 "Margin": "<?php echo lang('Margin'); ?>", 71 "Middle": "<?php echo lang('Middle'); ?>", 72 "No rules": "<?php echo lang('No rules'); ?>", 73 "No sides": "<?php echo lang('No sides'); ?>", 74 "None": "<?php echo lang('None'); ?>", 75 "Padding": "<?php echo lang('Padding'); ?>", 76 "Please click into some cell": "<?php echo lang('Please click into some cell'); ?>", 77 "Right": "<?php echo lang('Right'); ?>", 78 "Row Properties": "<?php echo lang('Row Properties'); ?>", 79 "Rules will appear between all rows and columns": "<?php echo lang('Rules will appear between all rows and columns'); ?>", 80 "Rules will appear between columns only": "<?php echo lang('Rules will appear between columns only'); ?>", 81 "Rules will appear between rows only": "<?php echo lang('Rules will appear between rows only'); ?>", 82 "Rules": "<?php echo lang('Rules'); ?>", 83 "Spacing and padding": "<?php echo lang('Spacing and padding'); ?>", 84 "Spacing": "<?php echo lang('Spacing'); ?>", 85 "Summary": "<?php echo lang('Summary'); ?>", 86 "TO-cell-delete": "<?php echo lang('Delete cell'); ?>", 87 "TO-cell-insert-after": "<?php echo lang('Insert cell after'); ?>", 88 "TO-cell-insert-before": "<?php echo lang('Insert cell before'); ?>", 89 "TO-cell-merge": "<?php echo lang('Merge cells'); ?>", 90 "TO-cell-prop": "<?php echo lang('Cell properties'); ?>", 91 "TO-cell-split": "<?php echo lang('Split cell'); ?>", 92 "TO-col-delete": "<?php echo lang('Delete column'); ?>", 93 "TO-col-insert-after": "<?php echo lang('Insert column after'); ?>", 94 "TO-col-insert-before": "<?php echo lang('Insert column before'); ?>", 95 "TO-col-split": "<?php echo lang('Split column'); ?>", 96 "TO-row-delete": "<?php echo lang('Delete row'); ?>", 97 "TO-row-insert-above": "<?php echo lang('Insert row before'); ?>", 98 "TO-row-insert-under": "<?php echo lang('Insert row after'); ?>", 99 "TO-row-prop": "<?php echo lang('Row properties'); ?>", 100 "TO-row-split": "<?php echo lang('Split row'); ?>", 101 "TO-table-prop": "<?php echo lang('Table properties'); ?>", 102 "Table Properties": "<?php echo lang('Table Properties'); ?>", 103 "Text align": "<?php echo lang('Text align'); ?>", 104 "The bottom side only": "<?php echo lang('The bottom side only'); ?>", 105 "The left-hand side only": "<?php echo lang('The left-hand side only'); ?>", 106 "The right and left sides only": "<?php echo lang('The right and left sides only'); ?>", 107 "The right-hand side only": "<?php echo lang('The right-hand side only'); ?>", 108 "The top and bottom sides only": "<?php echo lang('The top and bottom sides only'); ?>", 109 "The top side only": "<?php echo lang('The top side only'); ?>", 110 "Top": "<?php echo lang('Top'); ?>", 111 "Unset color": "<?php echo lang('Unset color'); ?>", 112 "Vertical align": "<?php echo lang('Vertical align'); ?>", 113 "Width": "<?php echo lang('Width'); ?>", 114 "not-del-last-cell": "<?php echo lang('HTMLArea cowardly refuses to delete the last cell in row.'); ?>", 115 "not-del-last-col": "<?php echo lang('HTMLArea cowardly refuses to delete the last column in table.'); ?>", 116 "not-del-last-row": "<?php echo lang('HTMLArea cowardly refuses to delete the last row in table.'); ?>", 117 "percent": "<?php echo lang('percent'); ?>", 118 "pixels": "<?php echo lang('pixels'); ?>" 119 };
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 |