[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/templates/javascript/ -> htmlarea_lang.js (source)

   1  HTMLArea.I18N = {
   2  
   3      // the following should be the filename without .js extension
   4      // it will be used for automatically load plugin language.
   5      lang: "en",
   6  
   7      tooltips: {
   8          bold:           "<?php echo addslashes(_("Bold")) ?>",
   9          italic:         "<?php echo addslashes(_("Italic")) ?>",
  10          underline:      "<?php echo addslashes(_("Underline")) ?>",
  11          strikethrough:  "<?php echo addslashes(_("Strikethrough")) ?>",
  12          subscript:      "<?php echo addslashes(_("Subscript")) ?>",
  13          superscript:    "<?php echo addslashes(_("Superscript")) ?>",
  14          justifyleft:    "<?php echo addslashes(_("Justify Left")) ?>",
  15          justifycenter:  "<?php echo addslashes(_("Justify Center")) ?>",
  16          justifyright:   "<?php echo addslashes(_("Justify Right")) ?>",
  17          justifyfull:    "<?php echo addslashes(_("Justify Full")) ?>",
  18          orderedlist:    "<?php echo addslashes(_("Ordered List")) ?>",
  19          unorderedlist:  "<?php echo addslashes(_("Bulleted List")) ?>",
  20          outdent:        "<?php echo addslashes(_("Decrease Indent")) ?>",
  21          indent:         "<?php echo addslashes(_("Increase Indent")) ?>",
  22          forecolor:      "<?php echo addslashes(_("Font Color")) ?>",
  23          hilitecolor:    "<?php echo addslashes(_("Background Color")) ?>",
  24          inserthorizontalrule: "<?php echo addslashes(_("Horizontal Rule")) ?>",
  25          createlink:     "<?php echo addslashes(_("Insert Web Link")) ?>",
  26          insertimage:    "<?php echo addslashes(_("Insert/Modify Image")) ?>",
  27          inserttable:    "<?php echo addslashes(_("Insert Table")) ?>",
  28          htmlmode:       "<?php echo addslashes(_("Toggle HTML Source")) ?>",
  29          popupeditor:    "<?php echo addslashes(_("Enlarge Editor")) ?>",
  30          about:          "<?php echo addslashes(_("About this editor")) ?>",
  31          showhelp:       "<?php echo addslashes(_("Help using editor")) ?>",
  32          textindicator:  "<?php echo addslashes(_("Current style")) ?>",
  33          undo:           "<?php echo addslashes(_("Undoes your last action")) ?>",
  34          redo:           "<?php echo addslashes(_("Redoes your last action")) ?>",
  35          cut:            "<?php echo addslashes(_("Cut selection")) ?>",
  36          copy:           "<?php echo addslashes(_("Copy selection")) ?>",
  37          paste:          "<?php echo addslashes(_("Paste from clipboard")) ?>",
  38          lefttoright:    "<?php echo addslashes(_("Direction left to right")) ?>",
  39          righttoleft:    "<?php echo addslashes(_("Direction right to left")) ?>",
  40          removeformat:   "<?php echo addslashes(_("Remove formatting")) ?>",
  41          print:          "<?php echo addslashes(_("Print document")) ?>",
  42          killword:       "<?php echo addslashes(_("Clear MSOffice tags")) ?>"
  43      },
  44  
  45      buttons: {
  46          "ok":           "<?php echo addslashes(_("OK")) ?>",
  47          "cancel":       "<?php echo addslashes(_("Cancel")) ?>"
  48      },
  49  
  50      msg: {
  51          "Path":         "<?php echo addslashes(_("Path")) ?>",
  52          "TEXT_MODE":    "<?php echo addslashes(_("You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.")) ?>",
  53  
  54          "IE-sucks-full-screen" :
  55          // translate here
  56          "<?php echo addslashes(_("The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren't able to workaround.  You might experience garbage display, lack of editor functions and/or random browser crashes.  If your system is Windows 9x it's very likely that you'll get a 'General Protection Fault' and need to reboot.\\n\\nYou have been warned.  Please press OK if you still want to try the full screen editor.")) ?>",
  57  
  58          "Moz-Clipboard" :
  59          "<?php echo addslashes(_("Unprivileged scripts cannot access Cut/Copy/Paste programatically for security reasons.  Click OK to see a technical note at mozilla.org which shows you how to allow a script to access the clipboard.")) ?>"
  60      },
  61  
  62      dialogs: {
  63          // Common
  64          "OK"                                                : "<?php echo addslashes(_("OK")) ?>",
  65          "Cancel"                                            : "<?php echo addslashes(_("Cancel")) ?>",
  66  
  67          "Alignment:"                                        : "<?php echo addslashes(_("Alignment:")) ?>",
  68          "Not set"                                           : "<?php echo addslashes(_("Not set")) ?>",
  69          "Left"                                              : "<?php echo addslashes(_("Left")) ?>",
  70          "Right"                                             : "<?php echo addslashes(_("Right")) ?>",
  71          "Texttop"                                           : "<?php echo addslashes(_("Texttop")) ?>",
  72          "Absmiddle"                                         : "<?php echo addslashes(_("Absmiddle")) ?>",
  73          "Baseline"                                          : "<?php echo addslashes(_("Baseline")) ?>",
  74          "Absbottom"                                         : "<?php echo addslashes(_("Absbottom")) ?>",
  75          "Bottom"                                            : "<?php echo addslashes(_("Bottom")) ?>",
  76          "Middle"                                            : "<?php echo addslashes(_("Middle")) ?>",
  77          "Top"                                               : "<?php echo addslashes(_("Top")) ?>",
  78  
  79          "Layout"                                            : "<?php echo addslashes(_("Layout")) ?>",
  80          "Spacing"                                           : "<?php echo addslashes(_("Spacing")) ?>",
  81          "Horizontal:"                                       : "<?php echo addslashes(_("Horizontal:")) ?>",
  82          "Horizontal padding"                                : "<?php echo addslashes(_("Horizontal padding")) ?>",
  83          "Vertical:"                                         : "<?php echo addslashes(_("Vertical:")) ?>",
  84          "Vertical padding"                                  : "<?php echo addslashes(_("Vertical padding")) ?>",
  85          "Border thickness:"                                 : "<?php echo addslashes(_("Border thickness:")) ?>",
  86          "Leave empty for no border"                         : "<?php echo addslashes(_("Leave empty for no border")) ?>",
  87  
  88          // Insert Link
  89          "Insert/Modify Link"                                : "<?php echo addslashes(_("Insert/Modify Link")) ?>",
  90          "None (use implicit)"                               : "<?php echo addslashes(_("None (use implicit)")) ?>",
  91          "New window (_blank)"                               : "<?php echo addslashes(_("New window (_blank)")) ?>",
  92          "Same frame (_self)"                                : "<?php echo addslashes(_("Same frame (_self)")) ?>",
  93          "Top frame (_top)"                                  : "<?php echo addslashes(_("Top frame (_top)")) ?>",
  94          "Other"                                             : "<?php echo addslashes(_("Other")) ?>",
  95          "Target:"                                           : "<?php echo addslashes(_("Target:")) ?>",
  96          "Title (tooltip):"                                  : "<?php echo addslashes(_("Title (tooltip):")) ?>",
  97          "URL:"                                              : "<?php echo addslashes(_("URL:")) ?>",
  98          "You must enter the URL where this link points to"  : "<?php echo addslashes(_("You must enter the URL where this link points to")) ?>",
  99          // Insert Table
 100          "Insert Table"                                      : "<?php echo addslashes(_("Insert Table")) ?>",
 101          "Rows:"                                             : "<?php echo addslashes(_("Rows:")) ?>",
 102          "Number of rows"                                    : "<?php echo addslashes(_("Number of rows")) ?>",
 103          "Cols:"                                             : "<?php echo addslashes(_("Cols:")) ?>",
 104          "Number of columns"                                 : "<?php echo addslashes(_("Number of columns")) ?>",
 105          "Width:"                                            : "<?php echo addslashes(_("Width:")) ?>",
 106          "Width of the table"                                : "<?php echo addslashes(_("Width of the table")) ?>",
 107          "Percent"                                           : "<?php echo addslashes(_("Percent")) ?>",
 108          "Pixels"                                            : "<?php echo addslashes(_("Pixels")) ?>",
 109          "Em"                                                : "<?php echo addslashes(_("Em")) ?>",
 110          "Width unit"                                        : "<?php echo addslashes(_("Width unit")) ?>",
 111          "Positioning of this table"                         : "<?php echo addslashes(_("Positioning of this table")) ?>",
 112          "Cell spacing:"                                     : "<?php echo addslashes(_("Cell spacing:")) ?>",
 113          "Space between adjacent cells"                      : "<?php echo addslashes(_("Space between adjacent cells")) ?>",
 114          "Cell padding:"                                     : "<?php echo addslashes(_("Cell padding:")) ?>",
 115          "Space between content and border in cell"          : "<?php echo addslashes(_("Space between content and border in cell")) ?>",
 116          // Insert Image
 117          "Insert Image"                                      : "<?php echo addslashes(_("Insert Image")) ?>",
 118          "Image URL:"                                        : "<?php echo addslashes(_("Image URL:")) ?>",
 119          "Enter the image URL here"                          : "<?php echo addslashes(_("Enter the image URL here")) ?>",
 120          "Preview"                                           : "<?php echo addslashes(_("Preview")) ?>",
 121          "Preview the image in a new window"                 : "<?php echo addslashes(_("Preview the image in a new window")) ?>",
 122          "Alternate text:"                                   : "<?php echo addslashes(_("Alternate text:")) ?>",
 123          "For browsers that don't support images"            : "<?php echo addslashes(_("For browsers that don't support images")) ?>",
 124          "Positioning of this image"                         : "<?php echo addslashes(_("Positioning of this image")) ?>",
 125          "Image Preview:"                                    : "<?php echo addslashes(_("Image Preview:")) ?>"
 126      }
 127  };


Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7