home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / plugins / ContextMenu / lang / en.js < prev    next >
Text File  |  2004-03-08  |  4KB  |  67 lines

  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. ContextMenu.I18N = {
  16.     // Items that appear in menu.  Please note that an underscore (_)
  17.     // character in the translation (right column) will cause the following
  18.     // letter to become underlined and be shortcut for that menu option.
  19.  
  20.     "Cut"                                                   : "Cut",
  21.     "Copy"                                                  : "Copy",
  22.     "Paste"                                                 : "Paste",
  23.     "Image Properties"                                      : "_Image Properties...",
  24.     "Modify Link"                                           : "_Modify Link...",
  25.     "Check Link"                                            : "Chec_k Link...",
  26.     "Remove Link"                                           : "_Remove Link...",
  27.     "Cell Properties"                                       : "C_ell Properties...",
  28.     "Row Properties"                                        : "Ro_w Properties...",
  29.     "Insert Row Before"                                     : "I_nsert Row Before",
  30.     "Insert Row After"                                      : "In_sert Row After",
  31.     "Delete Row"                                            : "_Delete Row",
  32.     "Table Properties"                                      : "_Table Properties...",
  33.     "Insert Column Before"                                  : "Insert _Column Before",
  34.     "Insert Column After"                                   : "Insert C_olumn After",
  35.     "Delete Column"                                         : "De_lete Column",
  36.     "Justify Left"                                          : "Justify Left",
  37.     "Justify Center"                                        : "Justify Center",
  38.     "Justify Right"                                         : "Justify Right",
  39.     "Justify Full"                                          : "Justify Full",
  40.     "Make link"                                             : "Make lin_k...",
  41.     "Remove the"                                            : "Remove the",
  42.     "Element"                                               : "Element...",
  43.  
  44.     // Other labels (tooltips and alert/confirm box messages)
  45.  
  46.     "Please confirm that you want to remove this element:"  : "Please confirm that you want to remove this element:",
  47.     "Remove this node from the document"                    : "Remove this node from the document",
  48.     "How did you get here? (Please report!)"                : "How did you get here? (Please report!)",
  49.     "Show the image properties dialog"                      : "Show the image properties dialog",
  50.     "Modify URL"                                            : "Modify URL",
  51.     "Current URL is"                                        : "Current URL is",
  52.     "Opens this link in a new window"                       : "Opens this link in a new window",
  53.     "Please confirm that you want to unlink this element."  : "Please confirm that you want to unlink this element.",
  54.     "Link points to:"                                       : "Link points to:",
  55.     "Unlink the current element"                            : "Unlink the current element",
  56.     "Show the Table Cell Properties dialog"                 : "Show the Table Cell Properties dialog",
  57.     "Show the Table Row Properties dialog"                  : "Show the Table Row Properties dialog",
  58.     "Insert a new row before the current one"               : "Insert a new row before the current one",
  59.     "Insert a new row after the current one"                : "Insert a new row after the current one",
  60.     "Delete the current row"                                : "Delete the current row",
  61.     "Show the Table Properties dialog"                      : "Show the Table Properties dialog",
  62.     "Insert a new column before the current one"            : "Insert a new column before the current one",
  63.     "Insert a new column after the current one"             : "Insert a new column after the current one",
  64.     "Delete the current column"                             : "Delete the current column",
  65.     "Create a link"                                         : "Create a link"
  66. };
  67.