22 lines
739 B
JavaScript
22 lines
739 B
JavaScript
// I18N constants
|
|
// LANG: "de", ENCODING: UTF-8
|
|
// translated: Udo Schmal (gocher), http://www.schaffrath-neuemedien.de/, udo.schmal@t-online.de
|
|
{
|
|
"Insert/edit horizontal rule": "horizontale Linie einfügen/bearbeiten",
|
|
"Horizontal Rule": "Horizontale Linie",
|
|
"Layout": "Gestaltung",
|
|
"Width:": "Breite:",
|
|
"percent": "Prozent",
|
|
"pixels": "Pixel",
|
|
"Height:": "Höhe:",
|
|
"Alignment:": "Ausrichtung:",
|
|
"Left": "links",
|
|
"Center": "zentriert",
|
|
"Right": "rechts",
|
|
"Style": "Stil",
|
|
"Color:": "Farbe",
|
|
"No shading": "keine Schattierung",
|
|
"Note:": "Anmerkung",
|
|
"To select an existing horizontal rule, a double-click may be needed.": "Um eine horizontale Linie auszuwählen kann ein Doppelklick erforderlich sein."
|
|
};
|