[ Index ]
 

Code source de Horde 3.1.3

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

title

Body

[fermer]

/templates/javascript/ -> htmlarea_context_lang.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"                                                   : "<?php echo addslashes(_("Cut")) ?>",
  21      "Copy"                                                  : "<?php echo addslashes(_("Copy")) ?>",
  22      "Paste"                                                 : "<?php echo addslashes(_("Paste")) ?>",
  23      "Image Properties"                                      : "<?php echo addslashes(_("_Image Properties...")) ?>",
  24      "Modify Link"                                           : "<?php echo addslashes(_("_Modify Link...")) ?>",
  25      "Check Link"                                            : "<?php echo addslashes(_("Chec_k Link...")) ?>",
  26      "Remove Link"                                           : "<?php echo addslashes(_("_Remove Link...")) ?>",
  27      "Cell Properties"                                       : "<?php echo addslashes(_("C_ell Properties...")) ?>",
  28      "Row Properties"                                        : "<?php echo addslashes(_("Ro_w Properties...")) ?>",
  29      "Insert Row Before"                                     : "<?php echo addslashes(_("I_nsert Row Before")) ?>",
  30      "Insert Row After"                                      : "<?php echo addslashes(_("In_sert Row After")) ?>",
  31      "Delete Row"                                            : "<?php echo addslashes(_("_Delete Row")) ?>",
  32      "Delete Cell"                                           : "<?php echo addslashes(_("Delete Cell")) ?>",
  33      "Table Properties"                                      : "<?php echo addslashes(_("_Table Properties...")) ?>",
  34      "Insert Column Before"                                  : "<?php echo addslashes(_("Insert _Column Before")) ?>",
  35      "Insert Column After"                                   : "<?php echo addslashes(_("Insert C_olumn After")) ?>",
  36      "Delete Column"                                         : "<?php echo addslashes(_("De_lete Column")) ?>",
  37      "Justify Left"                                          : "<?php echo addslashes(_("Justify Left")) ?>",
  38      "Justify Center"                                        : "<?php echo addslashes(_("Justify Center")) ?>",
  39      "Justify Right"                                         : "<?php echo addslashes(_("Justify Right")) ?>",
  40      "Justify Full"                                          : "<?php echo addslashes(_("Justify Full")) ?>",
  41      "Make link"                                             : "<?php echo addslashes(_("Make lin_k...")) ?>",
  42      "Remove the"                                            : "<?php echo addslashes(_("Remove the")) ?>",
  43      "Element"                                               : "<?php echo addslashes(_("Element...")) ?>",
  44      "Insert paragraph before"                               : "<?php echo addslashes(_("Insert paragraph before")) ?>",
  45      "Insert paragraph after"                                : "<?php echo addslashes(_("Insert paragraph after")) ?>",
  46  
  47      // Other labels (tooltips and alert/confirm box messages)
  48  
  49      "Please confirm that you want to remove this element:"  : "<?php echo addslashes(_("Please confirm that you want to remove this element:")) ?>",
  50      "Remove this node from the document"                    : "<?php echo addslashes(_("Remove this node from the document")) ?>",
  51      "How did you get here? (Please report!)"                : "<?php echo addslashes(_("How did you get here? (Please report!)")) ?>",
  52      "Show the image properties dialog"                      : "<?php echo addslashes(_("Show the image properties dialog")) ?>",
  53      "Modify URL"                                            : "<?php echo addslashes(_("Modify URL")) ?>",
  54      "Current URL is"                                        : "<?php echo addslashes(_("Current URL is")) ?>",
  55      "Opens this link in a new window"                       : "<?php echo addslashes(_("Opens this link in a new window")) ?>",
  56      "Please confirm that you want to unlink this element."  : "<?php echo addslashes(_("Please confirm that you want to unlink this element.")) ?>",
  57      "Link points to:"                                       : "<?php echo addslashes(_("Link points to:")) ?>",
  58      "Unlink the current element"                            : "<?php echo addslashes(_("Unlink the current element")) ?>",
  59      "Show the Table Cell Properties dialog"                 : "<?php echo addslashes(_("Show the Table Cell Properties dialog")) ?>",
  60      "Show the Table Row Properties dialog"                  : "<?php echo addslashes(_("Show the Table Row Properties dialog")) ?>",
  61      "Insert a new row before the current one"               : "<?php echo addslashes(_("Insert a new row before the current one")) ?>",
  62      "Insert a new row after the current one"                : "<?php echo addslashes(_("Insert a new row after the current one")) ?>",
  63      "Delete the current row"                                : "<?php echo addslashes(_("Delete the current row")) ?>",
  64      "Show the Table Properties dialog"                      : "<?php echo addslashes(_("Show the Table Properties dialog")) ?>",
  65      "Insert a new column before the current one"            : "<?php echo addslashes(_("Insert a new column before the current one")) ?>",
  66      "Insert a new column after the current one"             : "<?php echo addslashes(_("Insert a new column after the current one")) ?>",
  67      "Delete the current column"                             : "<?php echo addslashes(_("Delete the current column")) ?>",
  68      "Create a link"                                         : "<?php echo addslashes(_("Create a link")) ?>",
  69      "Insert a paragraph before the current node"            : "<?php echo addslashes(_("Insert a paragraph before the current node")) ?>",
  70      "Insert a paragraph after the current node"             : "<?php echo addslashes(_("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