// 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"                                                 : "Einfuegen",
	"Image Properties"                                      : "Bild Einstellungen...",
	"Modify Link"                                           : "Link Aendern...",
	"Check Link"                                            : "Link testen...",
	"Remove Link"                                           : "Link entfernen...",
	"Cell Properties"                                       : "Zellen Einstellungen...",
	"Row Properties"                                        : "Zeilen Einstellungen...",
	"Insert Row Before"                                     : "Zeile einfuegen vor aktueller Position",
	"Insert Row After"                                      : "Zeile einfuegen nach aktueller Position",
	"Delete Row"                                            : "Zeile loeschen",
	"Table Properties"                                      : "Tabellen Einstellungen...",
	"Insert Column Before"                                  : "Spalte einfuegen vor aktueller Position",
	"Insert Column After"                                   : "Spalte einfgen nach aktueller Position",
	"Delete Column"                                         : "Spalte lschen",
	"Justify Left"                                          : "Links ausrichten",
	"Justify Center"                                        : "Zentriert",
	"Justify Right"                                         : "Rechts ausrichten",
	"Justify Full"                                          : "Blocksatz",
	"Make link"                                             : "Link erstellen / Linkmanager",
	"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!)"                : "Fehler: FehlerCode RE300x201!)",
	"Show the image properties dialog"                      : "Fenster fr die Bild-Einstellungen anzeigen / Media Manager",
	"Modify URL"                                            : "URL aendern",
	"Current URL is"                                        : "Aktuelle URL ist:",
	"Opens this link in a new window"                       : "Diesen Link in neuem Fenster oeffnen",
	"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 einfuegen vor der aktuellen Position",
	"Insert a new row after the current one"                : "Zeile einfuegen nach der aktuellen Position",
	"Delete the current row"                                : "Zeile loeschen",
	"Show the Table Properties dialog"                      : "Tabelleneinstellungen anzeigen",
	"Insert a new column before the current one"            : "Spalte einfgen vor der aktuellen Position",
	"Insert a new column after the current one"             : "Spalte einfgen nach der aktuellen Position",
	"Delete the current column"                             : "Spalte loeschen",
	"Create a link"                                         : "Link erstellen"
};
