[ Index ] |
|
Code source de Horde 3.1.3 |
1 // I18N constants 2 3 // LANG: "en", ENCODING: UTF-8 | ISO-8859-1 4 // Author: Mihai Bazon, http://dynarch.com/mishoo 5 6 // FOR TRANSLATORS: 7 // 8 // 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE 9 // (at least a valid email address) 10 // 11 // 2. PLEASE TRY TO USE UTF-8 FOR ENCODING; 12 // (if this is not possible, please include a comment 13 // that states what encoding is necessary.) 14 15 TableOperations.I18N = { 16 "Align": "<?php echo addslashes(_("Align")) ?>", 17 "All four sides": "<?php echo addslashes(_("All four sides")) ?>", 18 "Background": "<?php echo addslashes(_("Background")) ?>", 19 "Baseline": "<?php echo addslashes(_("Baseline")) ?>", 20 "Border": "<?php echo addslashes(_("Border")) ?>", 21 "Borders": "<?php echo addslashes(_("Borders")) ?>", 22 "Bottom": "<?php echo addslashes(_("Bottom")) ?>", 23 "CSS Style": "<?php echo addslashes(_("Style [CSS]")) ?>", 24 "Caption": "<?php echo addslashes(_("Caption")) ?>", 25 "Cell Properties": "<?php echo addslashes(_("Cell Properties")) ?>", 26 "Center": "<?php echo addslashes(_("Center")) ?>", 27 "Char": "<?php echo addslashes(_("Char")) ?>", 28 "Collapsed borders": "<?php echo addslashes(_("Collapsed borders")) ?>", 29 "Color": "<?php echo addslashes(_("Color")) ?>", 30 "Description": "<?php echo addslashes(_("Description")) ?>", 31 "FG Color": "<?php echo addslashes(_("FG Color")) ?>", 32 "Float": "<?php echo addslashes(_("Float")) ?>", 33 "Frames": "<?php echo addslashes(_("Frames")) ?>", 34 "Height": "<?php echo addslashes(_("Height")) ?>", 35 "How many columns would you like to merge?": "<?php echo addslashes(_("How many columns would you like to merge?")) ?>", 36 "How many rows would you like to merge?": "<?php echo addslashes(_("How many rows would you like to merge?")) ?>", 37 "Image URL": "<?php echo addslashes(_("Image URL")) ?>", 38 "Justify": "<?php echo addslashes(_("Justify")) ?>", 39 "Layout": "<?php echo addslashes(_("Layout")) ?>", 40 "Left": "<?php echo addslashes(_("Left")) ?>", 41 "Margin": "<?php echo addslashes(_("Margin")) ?>", 42 "Middle": "<?php echo addslashes(_("Middle")) ?>", 43 "No rules": "<?php echo addslashes(_("No rules")) ?>", 44 "No sides": "<?php echo addslashes(_("No sides")) ?>", 45 "None": "<?php echo addslashes(_("None")) ?>", 46 "Padding": "<?php echo addslashes(_("Padding")) ?>", 47 "Please click into some cell": "<?php echo addslashes(_("Please click into some cell")) ?>", 48 "Right": "<?php echo addslashes(_("Right")) ?>", 49 "Row Properties": "<?php echo addslashes(_("Row Properties")) ?>", 50 "Rules will appear between all rows and columns": "<?php echo addslashes(_("Rules will appear between all rows and columns")) ?>", 51 "Rules will appear between columns only": "<?php echo addslashes(_("Rules will appear between columns only")) ?>", 52 "Rules will appear between rows only": "<?php echo addslashes(_("Rules will appear between rows only")) ?>", 53 "Rules": "<?php echo addslashes(_("Rules")) ?>", 54 "Spacing and padding": "<?php echo addslashes(_("Spacing and padding")) ?>", 55 "Spacing": "<?php echo addslashes(_("Spacing")) ?>", 56 "Summary": "<?php echo addslashes(_("Summary")) ?>", 57 "TO-cell-delete": "<?php echo addslashes(_("Delete cell")) ?>", 58 "TO-cell-insert-after": "<?php echo addslashes(_("Insert cell after")) ?>", 59 "TO-cell-insert-before": "<?php echo addslashes(_("Insert cell before")) ?>", 60 "TO-cell-merge": "<?php echo addslashes(_("Merge cells")) ?>", 61 "TO-cell-prop": "<?php echo addslashes(_("Cell properties")) ?>", 62 "TO-cell-split": "<?php echo addslashes(_("Split cell")) ?>", 63 "TO-col-delete": "<?php echo addslashes(_("Delete column")) ?>", 64 "TO-col-insert-after": "<?php echo addslashes(_("Insert column after")) ?>", 65 "TO-col-insert-before": "<?php echo addslashes(_("Insert column before")) ?>", 66 "TO-col-split": "<?php echo addslashes(_("Split column")) ?>", 67 "TO-row-delete": "<?php echo addslashes(_("Delete row")) ?>", 68 "TO-row-insert-above": "<?php echo addslashes(_("Insert row before")) ?>", 69 "TO-row-insert-under": "<?php echo addslashes(_("Insert row after")) ?>", 70 "TO-row-prop": "<?php echo addslashes(_("Row properties")) ?>", 71 "TO-row-split": "<?php echo addslashes(_("Split row")) ?>", 72 "TO-table-prop": "<?php echo addslashes(_("Table properties")) ?>", 73 "Table Properties": "<?php echo addslashes(_("Table Properties")) ?>", 74 "Text align": "<?php echo addslashes(_("Text align")) ?>", 75 "The bottom side only": "<?php echo addslashes(_("The bottom side only")) ?>", 76 "The left-hand side only": "<?php echo addslashes(_("The left-hand side only")) ?>", 77 "The right and left sides only": "<?php echo addslashes(_("The right and left sides only")) ?>", 78 "The right-hand side only": "<?php echo addslashes(_("The right-hand side only")) ?>", 79 "The top and bottom sides only": "<?php echo addslashes(_("The top and bottom sides only")) ?>", 80 "The top side only": "<?php echo addslashes(_("The top side only")) ?>", 81 "Top": "<?php echo addslashes(_("Top")) ?>", 82 "Unset color": "<?php echo addslashes(_("Unset color")) ?>", 83 "Vertical align": "<?php echo addslashes(_("Vertical align")) ?>", 84 "Width": "<?php echo addslashes(_("Width")) ?>", 85 "not-del-last-cell": "<?php echo addslashes(_("HTMLArea cowardly refuses to delete the last cell in row.")) ?>", 86 "not-del-last-col": "<?php echo addslashes(_("HTMLArea cowardly refuses to delete the last column in table.")) ?>", 87 "not-del-last-row": "<?php echo addslashes(_("HTMLArea cowardly refuses to delete the last row in table.")) ?>", 88 "percent": "<?php echo addslashes(_("percent")) ?>", 89 "pixels": "<?php echo addslashes(_("pixels")) ?>" 90 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |