[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

/services/editor/htmlarea/plugins/ContextMenu/lang/ -> en.js (source)

   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      "Delete Cell"                                           : "Delete Cell",
  33      "Table Properties"                                      : "_Table Properties...",
  34      "Insert Column Before"                                  : "Insert _Column Before",
  35      "Insert Column After"                                   : "Insert C_olumn After",
  36      "Delete Column"                                         : "De_lete Column",
  37      "Justify Left"                                          : "Justify Left",
  38      "Justify Center"                                        : "Justify Center",
  39      "Justify Right"                                         : "Justify Right",
  40      "Justify Full"                                          : "Justify Full",
  41      "Make link"                                             : "Make lin_k...",
  42      "Remove the"                                            : "Remove the",
  43      "Element"                                               : "Element...",
  44      "Insert paragraph before"                               : "Insert paragraph before",
  45      "Insert paragraph after"                                : "Insert paragraph after",
  46  
  47      // Other labels (tooltips and alert/confirm box messages)
  48  
  49      "Please confirm that you want to remove this element:"  : "Please confirm that you want to remove this element:",
  50      "Remove this node from the document"                    : "Remove this node from the document",
  51      "How did you get here? (Please report!)"                : "How did you get here? (Please report!)",
  52      "Show the image properties dialog"                      : "Show the image properties dialog",
  53      "Modify URL"                                            : "Modify URL",
  54      "Current URL is"                                        : "Current URL is",
  55      "Opens this link in a new window"                       : "Opens this link in a new window",
  56      "Please confirm that you want to unlink this element."  : "Please confirm that you want to unlink this element.",
  57      "Link points to:"                                       : "Link points to:",
  58      "Unlink the current element"                            : "Unlink the current element",
  59      "Show the Table Cell Properties dialog"                 : "Show the Table Cell Properties dialog",
  60      "Show the Table Row Properties dialog"                  : "Show the Table Row Properties dialog",
  61      "Insert a new row before the current one"               : "Insert a new row before the current one",
  62      "Insert a new row after the current one"                : "Insert a new row after the current one",
  63      "Delete the current row"                                : "Delete the current row",
  64      "Show the Table Properties dialog"                      : "Show the Table Properties dialog",
  65      "Insert a new column before the current one"            : "Insert a new column before the current one",
  66      "Insert a new column after the current one"             : "Insert a new column after the current one",
  67      "Delete the current column"                             : "Delete the current column",
  68      "Create a link"                                         : "Create a link",
  69      "Insert a paragraph before the current node"            : "Insert a paragraph before the current node",
  70      "Insert a paragraph after the current node"             : "Insert a paragraph after the current node"
  71  };


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