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

  1. ∩╗┐// I18N constants
  2.  
  3. // LANG: "de", ENCODING: UTF-8 | ISO-8859-1
  4.  
  5. // translated: <]{MJ}[>  i@student.ethz.ch
  6.  
  7.  
  8. ContextMenu.I18N = {
  9.     // Items that appear in menu.  Please note that an underscore (_)
  10.     // character in the translation (right column) will cause the following
  11.     // letter to become underlined and be shortcut for that menu option.
  12.  
  13.     "Cut"                                                   : "Ausschneiden",
  14.     "Copy"                                                  : "Kopieren",
  15.     "Paste"                                                 : "Einf├╝gen",
  16.     "Image Properties"                                      : "_Bild Einstellungen...",
  17.     "Modify Link"                                           : "_Link ├ñndern...",
  18.     "Check Link"                                            : "Link testen...",
  19.     "Remove Link"                                           : "Link entfernen...",
  20.     "Cell Properties"                                       : "Z_ellen Einstellungen...",
  21.     "Row Properties"                                        : "Ze_ilen Einstellungen...",
  22.     "Insert Row Before"                                     : "Zeile einf├╝gen v_or Position",
  23.     "Insert Row After"                                      : "Zeile einf├╝gen n_ach Position",
  24.     "Delete Row"                                            : "Zeile l├╢schen",
  25.     "Table Properties"                                      : "_Tabellen Einstellungen...",
  26.     "Insert Column Before"                                  : "Spalte einf├╝gen vo_r Position",
  27.     "Insert Column After"                                   : "Spalte einf├╝gen na_ch Position",
  28.     "Delete Column"                                         : "Spalte l├╢schen",
  29.     "Justify Left"                                          : "Links ausrichten",
  30.     "Justify Center"                                        : "Zentriert",
  31.     "Justify Right"                                         : "Rechts ausrichten",
  32.     "Justify Full"                                          : "Blocksatz",
  33.     "Make link"                                             : "Lin_k erstellen...",
  34.     "Remove the"                                            : "",
  35.     "Element"                                               : "Element entfernen...",
  36.  
  37.     // Other labels (tooltips and alert/confirm box messages)
  38.  
  39.     "Please confirm that you want to remove this element:"  : "Wollen sie dieses Element wirklich entfernen ?",
  40.     "Remove this node from the document"                    : "Dieses Element aus dem Dokument entfernen",
  41.     "How did you get here? (Please report!)"                : "How did you get here? (Please report!)",
  42.     "Show the image properties dialog"                      : "Fenster f├╝r die Bild-Einstellungen anzeigen",
  43.     "Modify URL"                                            : "URL ├ñndern",
  44.     "Current URL is"                                        : "Aktuelle URL ist",
  45.     "Opens this link in a new window"                       : "Diesen Link in neuem Fenster ├╢ffnen",
  46.     "Please confirm that you want to unlink this element."  : "Wollen sie diesen Link wirklich entfernen ?",
  47.     "Link points to:"                                       : "Link zeigt auf:",
  48.     "Unlink the current element"                            : "Link auf Element entfernen",
  49.     "Show the Table Cell Properties dialog"                 : "Zellen-Einstellungen anzeigen",
  50.     "Show the Table Row Properties dialog"                  : "Zeilen-Einstellungen anzeigen",
  51.     "Insert a new row before the current one"               : "Zeile einf├╝gen vor der aktuellen Position",
  52.     "Insert a new row after the current one"                : "Zeile einf├╝gen nach der aktuellen Position",
  53.     "Delete the current row"                                : "Zeile l├╢schen",
  54.     "Show the Table Properties dialog"                      : "Show the Table Properties dialog",
  55.     "Insert a new column before the current one"            : "Spalte einf├╝gen vor der aktuellen Position",
  56.     "Insert a new column after the current one"             : "Spalte einf├╝gen nach der aktuellen Position",
  57.     "Delete the current column"                             : "Spalte l├╢schen",
  58.     "Create a link"                                         : "Link erstellen"
  59. };
  60.