home *** CD-ROM | disk | FTP | other *** search
- // I18N constants
-
- // LANG: "de", ENCODING: UTF-8 | ISO-8859-1
-
- // translated: <]{MJ}[> i@student.ethz.ch
-
-
- ContextMenu.I18N = {
- // Items that appear in menu. Please note that an underscore (_)
- // character in the translation (right column) will cause the following
- // letter to become underlined and be shortcut for that menu option.
-
- "Cut" : "Ausschneiden",
- "Copy" : "Kopieren",
- "Paste" : "Einf├╝gen",
- "Image Properties" : "_Bild Einstellungen...",
- "Modify Link" : "_Link ändern...",
- "Check Link" : "Link testen...",
- "Remove Link" : "Link entfernen...",
- "Cell Properties" : "Z_ellen Einstellungen...",
- "Row Properties" : "Ze_ilen Einstellungen...",
- "Insert Row Before" : "Zeile einf├╝gen v_or Position",
- "Insert Row After" : "Zeile einf├╝gen n_ach Position",
- "Delete Row" : "Zeile l├╢schen",
- "Table Properties" : "_Tabellen Einstellungen...",
- "Insert Column Before" : "Spalte einf├╝gen vo_r Position",
- "Insert Column After" : "Spalte einf├╝gen na_ch Position",
- "Delete Column" : "Spalte l├╢schen",
- "Justify Left" : "Links ausrichten",
- "Justify Center" : "Zentriert",
- "Justify Right" : "Rechts ausrichten",
- "Justify Full" : "Blocksatz",
- "Make link" : "Lin_k erstellen...",
- "Remove the" : "",
- "Element" : "Element entfernen...",
-
- // Other labels (tooltips and alert/confirm box messages)
-
- "Please confirm that you want to remove this element:" : "Wollen sie dieses Element wirklich entfernen ?",
- "Remove this node from the document" : "Dieses Element aus dem Dokument entfernen",
- "How did you get here? (Please report!)" : "How did you get here? (Please report!)",
- "Show the image properties dialog" : "Fenster f├╝r die Bild-Einstellungen anzeigen",
- "Modify URL" : "URL ändern",
- "Current URL is" : "Aktuelle URL ist",
- "Opens this link in a new window" : "Diesen Link in neuem Fenster ├╢ffnen",
- "Please confirm that you want to unlink this element." : "Wollen sie diesen Link wirklich entfernen ?",
- "Link points to:" : "Link zeigt auf:",
- "Unlink the current element" : "Link auf Element entfernen",
- "Show the Table Cell Properties dialog" : "Zellen-Einstellungen anzeigen",
- "Show the Table Row Properties dialog" : "Zeilen-Einstellungen anzeigen",
- "Insert a new row before the current one" : "Zeile einf├╝gen vor der aktuellen Position",
- "Insert a new row after the current one" : "Zeile einf├╝gen nach der aktuellen Position",
- "Delete the current row" : "Zeile l├╢schen",
- "Show the Table Properties dialog" : "Show the Table Properties dialog",
- "Insert a new column before the current one" : "Spalte einf├╝gen vor der aktuellen Position",
- "Insert a new column after the current one" : "Spalte einf├╝gen nach der aktuellen Position",
- "Delete the current column" : "Spalte l├╢schen",
- "Create a link" : "Link erstellen"
- };
-