source: branches/1.2/workflow/js/htmlarea/plugins/TableOperations/lang/lang.php @ 1349

Revision 1349, 6.1 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
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
15$GLOBALS['phpgw_info']['flags'] = Array(
16        'currentapp'  => 'home',                // can't be phpgwapi, nor htmlarea (no own directory)
17        'noheader'    => True,
18        'nonavbar'    => True,
19        'noappheader' => True,
20        'noappfooter' => True,
21        'nofooter'    => True,
22        'nocachecontrol' => True                        // allow cacheing
23);
24
25include('../../../../../../header.inc.php');
26header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
27$GLOBALS['phpgw']->translation->add_app('htmlarea-TableOperations');
28
29// I18N constants
30
31// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
32// Author: Mihai Bazon, http: //dynarch.com/mishoo
33
34// FOR TRANSLATORS:
35//
36//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
37//      (at least a valid email address)
38//
39//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
40//      (if this is not possible, please include a comment
41//       that states what encoding is necessary.)
42?>
43TableOperations.I18N = {
44        "Align": "<?php echo lang('Align'); ?>",
45        "All four sides": "<?php echo lang('All four sides'); ?>",
46        "Background": "<?php echo lang('Background'); ?>",
47        "Baseline": "<?php echo lang('Baseline'); ?>",
48        "Border": "<?php echo lang('Border'); ?>",
49        "Borders": "<?php echo lang('Borders'); ?>",
50        "Bottom": "<?php echo lang('Bottom'); ?>",
51        "CSS Style": "<?php echo lang('Style [CSS]'); ?>",
52        "Caption": "<?php echo lang('Caption'); ?>",
53        "Cell Properties": "<?php echo lang('Cell Properties'); ?>",
54        "Center": "<?php echo lang('Center'); ?>",
55        "Char": "<?php echo lang('Char'); ?>",
56        "Collapsed borders": "<?php echo lang('Collapsed borders'); ?>",
57        "Color": "<?php echo lang('Color'); ?>",
58        "Description": "<?php echo lang('Description'); ?>",
59        "FG Color": "<?php echo lang('FG Color'); ?>",
60        "Float": "<?php echo lang('Float'); ?>",
61        "Frames": "<?php echo lang('Frames'); ?>",
62        "Height": "<?php echo lang('Height'); ?>",
63        "How many columns would you like to merge?": "<?php echo lang('How many columns would you like to merge?'); ?>",
64        "How many rows would you like to merge?": "<?php echo lang('How many rows would you like to merge?'); ?>",
65        "Image URL": "<?php echo lang('Image URL'); ?>",
66        "Justify": "<?php echo lang('Justify'); ?>",
67        "Layout": "<?php echo lang('Layout'); ?>",
68        "Left": "<?php echo lang('Left'); ?>",
69        "Margin": "<?php echo lang('Margin'); ?>",
70        "Middle": "<?php echo lang('Middle'); ?>",
71        "No rules": "<?php echo lang('No rules'); ?>",
72        "No sides": "<?php echo lang('No sides'); ?>",
73        "None": "<?php echo lang('None'); ?>",
74        "Padding": "<?php echo lang('Padding'); ?>",
75        "Please click into some cell": "<?php echo lang('Please click into some cell'); ?>",
76        "Right": "<?php echo lang('Right'); ?>",
77        "Row Properties": "<?php echo lang('Row Properties'); ?>",
78        "Rules will appear between all rows and columns": "<?php echo lang('Rules will appear between all rows and columns'); ?>",
79        "Rules will appear between columns only": "<?php echo lang('Rules will appear between columns only'); ?>",
80        "Rules will appear between rows only": "<?php echo lang('Rules will appear between rows only'); ?>",
81        "Rules": "<?php echo lang('Rules'); ?>",
82        "Spacing and padding": "<?php echo lang('Spacing and padding'); ?>",
83        "Spacing": "<?php echo lang('Spacing'); ?>",
84        "Summary": "<?php echo lang('Summary'); ?>",
85        "TO-cell-delete": "<?php echo lang('Delete cell'); ?>",
86        "TO-cell-insert-after": "<?php echo lang('Insert cell after'); ?>",
87        "TO-cell-insert-before": "<?php echo lang('Insert cell before'); ?>",
88        "TO-cell-merge": "<?php echo lang('Merge cells'); ?>",
89        "TO-cell-prop": "<?php echo lang('Cell properties'); ?>",
90        "TO-cell-split": "<?php echo lang('Split cell'); ?>",
91        "TO-col-delete": "<?php echo lang('Delete column'); ?>",
92        "TO-col-insert-after": "<?php echo lang('Insert column after'); ?>",
93        "TO-col-insert-before": "<?php echo lang('Insert column before'); ?>",
94        "TO-col-split": "<?php echo lang('Split column'); ?>",
95        "TO-row-delete": "<?php echo lang('Delete row'); ?>",
96        "TO-row-insert-above": "<?php echo lang('Insert row before'); ?>",
97        "TO-row-insert-under": "<?php echo lang('Insert row after'); ?>",
98        "TO-row-prop": "<?php echo lang('Row properties'); ?>",
99        "TO-row-split": "<?php echo lang('Split row'); ?>",
100        "TO-table-prop": "<?php echo lang('Table properties'); ?>",
101        "Table Properties": "<?php echo lang('Table Properties'); ?>",
102        "Text align": "<?php echo lang('Text align'); ?>",
103        "The bottom side only": "<?php echo lang('The bottom side only'); ?>",
104        "The left-hand side only": "<?php echo lang('The left-hand side only'); ?>",
105        "The right and left sides only": "<?php echo lang('The right and left sides only'); ?>",
106        "The right-hand side only": "<?php echo lang('The right-hand side only'); ?>",
107        "The top and bottom sides only": "<?php echo lang('The top and bottom sides only'); ?>",
108        "The top side only": "<?php echo lang('The top side only'); ?>",
109        "Top": "<?php echo lang('Top'); ?>",   
110        "Unset color": "<?php echo lang('Unset color'); ?>",
111        "Vertical align": "<?php echo lang('Vertical align'); ?>",
112        "Width": "<?php echo lang('Width'); ?>",
113        "not-del-last-cell": "<?php echo lang('HTMLArea cowardly refuses to delete the last cell in row.'); ?>",
114        "not-del-last-col": "<?php echo lang('HTMLArea cowardly refuses to delete the last column in table.'); ?>",
115        "not-del-last-row": "<?php echo lang('HTMLArea cowardly refuses to delete the last row in table.'); ?>",
116        "percent": "<?php echo lang('percent'); ?>",
117        "pixels": "<?php echo lang('pixels'); ?>"
118};
Note: See TracBrowser for help on using the repository browser.