1,43 → 1,42 |
<!DOCTYPE TS> |
<TS> |
<context> |
<!DOCTYPE TS><TS> |
<context> |
<name></name> |
<message> |
<source>getColorNames() -> list |
<source>getColorNames() -> list |
|
Returns a list containing the names of all defined colors in the document. |
If no document is open, returns a list of the default document colors. |
</source> |
<translation>getColorNames() -> list |
<translation>getColorNames() -> list |
|
Gibt eine Liste zurück, die alle vorhandenen Farben des aktuellen Dokuments enthält. |
Wenn kein Dokument geöffnet ist, werden die Standardfarben zurückgegeben.</translation> |
</message> |
<message> |
<source>newDocDialog() -> bool |
<source>newDocDialog() -> bool |
|
Displays the "New Document" dialog box. Creates a new document if the user |
accepts the settings. Does not create a document if the user presses cancel. |
Returns true if a new document was created. |
</source> |
<translation>newDocDialog() -> bool |
<translation>newDocDialog() -> bool |
|
Zeigt den Dialog \"Neues Dokument\" an. Damit können Sie ein neues Dokument erstellen, wenn der Benutzer die standardmässigen Einstellung aktzeptiert. Erzeugt kein neues Dokument, wenn der Benutzer auf \"Abbrechen\" klickt. |
Gibt den Wert \"true\" zurück, wenn ein neues Dokument erstellt wurde.</translation> |
</message> |
<message> |
<source>getFillColor(["name"]) -> string |
<source>getFillColor(["name"]) -> string |
|
Returns the name of the fill color of the object "name". |
If "name" is not given the currently selected item is used. |
</source> |
<translation>getFillColor(["name"]) -> string |
<translation>getFillColor(["name"]) -> string |
|
Gibt den Wert der Füllfarbe des Objekts "name" zurück. |
Wenn "name" nicht angegeben ist, wird das aktuell ausgewählt Objekt verwendet.</translation> |
</message> |
<message> |
<source>moveObject(dx, dy [, "name"]) |
<source>moveObject(dx, dy [, "name"]) |
|
Moves the object "name" by dx and dy relative to its current position. The |
distances are expressed in the current measurement unit of the document (see |
44,7 → 43,7 |
UNIT constants). If "name" is not given the currently selected item is used. |
If the object "name" belongs to a group, the whole group is moved. |
</source> |
<translation>moveObject(dx, dy [, "name"]) |
<translation>moveObject(dx, dy [, "name"]) |
|
Verschiebt das Objekt "name" um dx und dy relativ zur Position. Die |
Entfernungsangaben werden in der Masseinheit des Dokuments |
53,13 → 52,13 |
gehört, wird die gesamte Gruppe verschoben.</translation> |
</message> |
<message> |
<source>setRedraw(bool) |
<source>setRedraw(bool) |
|
Disables page redraw when bool = False, otherwise redrawing is enabled. |
This change will persist even after the script exits, so make sure to call |
setRedraw(True) in a finally: clause at the top level of your script. |
</source> |
<translation>setRedraw(bool) |
<translation>setRedraw(bool) |
|
Wenn bool=False, dann wird die Seite nicht neu neu aufgebaut (redraw ist deaktiviert). |
Standard ist bool=True. Diese Einstellung bleibt bestehen, auch wenn das Script beendet ist. |
66,7 → 65,7 |
Stellen Sie also sicher, dass setRedraw(True) aufgerufen wird, bevor das Script beendet wird.</translation> |
</message> |
<message> |
<source>createRect(x, y, width, height, ["name"]) -> string |
<source>createRect(x, y, width, height, ["name"]) -> string |
|
Creates a new rectangle on the current page and returns its name. The |
coordinates are given in the current measurement units of the document |
74,9 → 73,9 |
because you need this name to reference that object in future. If "name" |
is not given Scribus will create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
</source> |
<translation>createRect(x, y, width, height, ["name"]) -> string |
<translation>createRect(x, y, width, height, ["name"]) -> string |
|
Erzeugt ein neues Rechteck auf der aktuellen Seite und gibt seinen Namen zurück. Die |
Koordinaten werden in der Masseinheit des Dokuments angegeben (siehe UNIT-Konstanten). |
86,20 → 85,20 |
Wenn Sie einen schon verwendeten Namen benutzen, tritt der Fehler NameExistsError auf.</translation> |
</message> |
<message> |
<source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
<source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
|
Sets the gradient fill of the object "name" to type. Color descriptions are |
the same as for setFillColor() and setFillShade(). See the constants for |
available types (FILL_<type>). |
available types (FILL_<type>). |
</source> |
<translation>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
<translation>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
|
Füllt das Objekt "name" mit einem Farbverlauf. Farbbezeichnungen sind die |
gleichen wie für setFillColor() und setFillShade(). Siehe Konstanten |
für mögliche Typen (FILL_<type>).</translation> |
für mögliche Typen (FILL_<type>).</translation> |
</message> |
<message> |
<source>getFontSize(["name"]) -> float |
<source>getFontSize(["name"]) -> float |
|
Returns the font size in points for the text frame "name". If this text |
frame has some text selected the value assigned to the first character of |
106,7 → 105,7 |
the selection is returned. |
If "name" is not given the currently selected item is used. |
</source> |
<translation>getFontSize(["name"]) -> float |
<translation>getFontSize(["name"]) -> float |
|
Gibt die Schriftgrösse in Punkten für den Textrahmen "name" zurück. Wenn innerhalb |
des Rahmens Text markiert ist, wird die Schriftgrösse des ersten Zeichens verwendet. |
113,18 → 112,18 |
Wenn "name" nicht vergeben ist, wird der selektierte Textrahmen verwendet.</translation> |
</message> |
<message> |
<source>messagebarText("string") |
<source>messagebarText("string") |
|
Writes the "string" into the Scribus message bar (status line). The text |
must be UTF8 encoded or 'unicode' string(recommended). |
must be UTF8 encoded or 'unicode' string(recommended). |
</source> |
<translation>messagebarText("string") |
<translation>messagebarText("string") |
|
Schreibt "string" in die Statuszeile von Scribus. Der Text muss |
UTF8-kodiert oder ein 'unicode'-String sein (empfohlen).</translation> |
UTF8-kodiert oder ein 'unicode'-String sein (empfohlen).</translation> |
</message> |
<message> |
<source>newPage(where [,"masterpage"]) |
<source>newPage(where [,"masterpage"]) |
|
Creates a new page. If "where" is -1 the new Page is appended to the |
document, otherwise the new page is inserted before "where". Page numbers are |
134,7 → 133,7 |
|
May raise IndexError if the page number is out of range |
</source> |
<translation>newPage(where [,"masterpage"]) |
<translation>newPage(where [,"masterpage"]) |
|
Erzeugt eine neue Seite. Falls "where" -1 ist, wird die neue Seite an das Dokument angefügt, |
ansonsten wird die neue Seite vor "where" eingefügt. Seitennummern werden von 1 ab hoch- |
142,23 → 141,23 |
Parameter "masterpage" legt den Namen der Musterseite für die neue Seite fest</translation> |
</message> |
<message> |
<source>importSVG("string") |
<source>importSVG("string") |
|
The "string" must be a valid filename for a SVG image. The text |
must be UTF8 encoded or 'unicode' string(recommended). |
must be UTF8 encoded or 'unicode' string(recommended). |
</source> |
<translation>"string" muss ein gültiger Dateiname einer SVG-Datei sein. Der Text |
<translation>"string" muss ein gültiger Dateiname einer SVG-Datei sein. Der Text |
muss UTF8-kodiert oder ein Unicode-String (empfohlen) sein.</translation> |
</message> |
<message> |
<source>newDocument(size, margins, orientation, firstPageNumber, |
unit, pagesType, firstPageOrder, numPages) -> bool |
<source>newDocument(size, margins, orientation, firstPageNumber, |
unit, pagesType, firstPageOrder, numPages) -> bool |
|
Creates a new document and returns true if successful. The parameters have the |
following meaning: |
|
size = A tuple (width, height) describing the size of the document. You can |
use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
|
margins = A tuple (left, right, top, bottom) describing the document |
margins |
166,8 → 165,8 |
orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
|
firstPageNumer = is the number of the first page in the document used for |
pagenumbering. While you'll usually want 1, it's useful to have higher |
numbers if you're creating a document in several parts. |
pagenumbering. While you'll usually want 1, it's useful to have higher |
numbers if you're creating a document in several parts. |
|
unit: this value sets the measurement units used by the document. Use a |
predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
191,7 → 190,7 |
|
May raise ScribusError if is firstPageOrder bigger than allowed by pagesType. |
</source> |
<translation>firstPageOrder = What is position of first page in the document.(new line) |
<translation>firstPageOrder = What is position of first page in the document.(new line) |
Indexed from 0 (0 = first). |
numPage = Number of pages to be created. |
The values for width, height and the margins are expressed in the given unit |
201,20 → 200,20 |
PAGE_4, 3, 1) |
May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>@default</name> |
<message> |
<source>getColor("name") -> tuple |
<source>getColor("name") -> tuple |
|
Returns a tuple (C, M, Y, K) containing the four color components of the |
color "name" from the current document. If no document is open, returns |
the value of the named color from the default document colors. |
|
May raise NotFoundError if the named color wasn't found. |
May raise NotFoundError if the named color wasn't found. |
May raise ValueError if an invalid color name is specified. |
</source> |
<translation>getColor("name") -> tuple |
<translation>getColor("name") -> tuple |
|
Gibt eine Liste mit den vier Farbkomponenten der Farbe "name" im aktuellen |
Dokument wieder. Wenn kein Dokument geöffnet ist, werden die Werte der |
224,16 → 223,16 |
Wenn der Name der Farbe ungültig ist, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>changeColor("name", c, m, y, k) |
<source>changeColor("name", c, m, y, k) |
|
Changes the color "name" to the specified CMYK value. The color value is |
defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black. |
Color components should be in the range from 0 to 255. |
|
May raise NotFoundError if the named color wasn't found. |
May raise NotFoundError if the named color wasn't found. |
May raise ValueError if an invalid color name is specified. |
</source> |
<translation>changeColor("name", c, m, y, k) |
<translation>changeColor("name", c, m, y, k) |
|
Ändert die Farbe "name" auf die angegeben CMYK-Werte. Die Abkürzungen |
stehen für die vier Farben c=Cyan, m=Magenta, y=Yellow, b=Black. |
243,7 → 242,7 |
Wenn ein ungültiger Farbname angegeben wird, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>deleteColor("name", "replace") |
<source>deleteColor("name", "replace") |
|
Deletes the color "name". Every occurence of that color is replaced by the |
color "replace". If not specified, "replace" defaults to the color |
252,10 → 251,10 |
deleteColor works on the default document colors if there is no document open. |
In that case, "replace", if specified, has no effect. |
|
May raise NotFoundError if a named color wasn't found. |
May raise NotFoundError if a named color wasn't found. |
May raise ValueError if an invalid color name is specified. |
</source> |
<translation>deleteColor("name", "replace") |
<translation>deleteColor("name", "replace") |
|
Löscht die Farbe "name". An allen Stellen, wo "name" im Dokument auftritt, |
wird sie durch "replace" ersetzt. Standardmässig ist "replace" gar keine Farbe - |
268,14 → 267,14 |
Wenn der Farbname ungültig ist, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>replaceColor("name", "replace") |
<source>replaceColor("name", "replace") |
|
Every occurence of the color "name" is replaced by the color "replace". |
|
May raise NotFoundError if a named color wasn't found. |
May raise NotFoundError if a named color wasn't found. |
May raise ValueError if an invalid color name is specified. |
</source> |
<translation>replaceColor("name", "replace") |
<translation>replaceColor("name", "replace") |
|
An allen Stellen, wo die Farbe "name" vorkommt, wird sie duch die Farbe |
"replace" ersetzt. |
284,9 → 283,9 |
Wenn der Name der Farbe ungültig ist, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>messageBox("caption", "message", |
<source>messageBox("caption", "message", |
icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
|
Displays a message box with the title "caption", the message "message", and |
an icon "icon" and up to 3 buttons. By default no icon is used and a single |
305,10 → 304,10 |
BUTTONOPT_ESCAPE Pressing escape presses this button. |
|
Usage examples: |
result = messageBox('Script failed', |
'This script only works when you have a text frame selected.', |
result = messageBox('Script failed', |
'This script only works when you have a text frame selected.', |
ICON_ERROR) |
result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
|
317,8 → 316,8 |
BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
</source> |
<translation>messageBox("caption", "message",icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
<translation>messageBox("caption", "message",icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
Zeigt einen Dialog mit dem Titel "caption", der Botschaft "message" und dem Symbol "icon" sowie |
bis zu 3 Buttons an. Standard ist kein Symbol und ein OK-Button. Nur Titel und Botschaft sind |
erforderliche Felder, aber Symbol und Buttons werden empfohlen. |
331,9 → 330,9 |
jeweiligen Button per Druck auf Enter. |
BUTTONOPT_ESCAPE drückt die Escape-Taste falls dieser Button gedrückt wird. |
Beispiel |
result = messageBox('Script failed','This script only works when you have a text frame selected.', |
result = messageBox('Script failed','This script only works when you have a text frame selected.', |
ICON_ERROR) |
result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>',ICON_WARNING, |
result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>',ICON_WARNING, |
BUTTON_YES|BUTTONOPT_DEFAULT, BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
Konstanten für Buttons und Symbole: |
BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
341,28 → 340,28 |
ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.</translation> |
</message> |
<message> |
<source>valueDialog(caption, message [,defaultvalue]) -> string |
<source>valueDialog(caption, message [,defaultvalue]) -> string |
|
Shows the common 'Ask for string' dialog and returns its value as a string |
Parameters: window title, text in the window and optional 'default' value. |
Shows the common 'Ask for string' dialog and returns its value as a string |
Parameters: window title, text in the window and optional 'default' value. |
|
Example: valueDialog('title', 'text in the window', 'optional') |
Example: valueDialog('title', 'text in the window', 'optional') |
</source> |
<translation>valueDialog(caption, message [,defaultvalue]) -> string |
<translation>valueDialog(caption, message [,defaultvalue]) -> string |
|
Zeigt einen Dialog an, der einen String verlangt und zurückgibt. |
Parameter: Fenstertitel, Text im Fenster und optionaler 'default'-Text. |
Parameter: Fenstertitel, Text im Fenster und optionaler 'default'-Text. |
|
Beispiel: valueDialog('TItel', 'Text im Fenster', 'optional')</translation> |
Beispiel: valueDialog('TItel', 'Text im Fenster', 'optional')</translation> |
</message> |
<message> |
<source>closeDoc() |
<source>closeDoc() |
|
Closes the current document without prompting to save. |
|
May throw NoDocOpenError if there is no document to close |
</source> |
<translation>closeDoc() |
<translation>closeDoc() |
|
Schliesst das aktuelle Dokument, ohne Änderungen zu sichern. |
|
369,22 → 368,22 |
Wenn kein Dokument offen ist, tritt der Fehler NoDocOpenError auf</translation> |
</message> |
<message> |
<source>haveDoc() -> bool |
<source>haveDoc() -> bool |
|
Returns true if there is a document open. |
</source> |
<translation>haveDoc() -> bool |
<translation>haveDoc() -> bool |
|
Gibt True zurück, wenn ein Dokument geöffnet ist.</translation> |
</message> |
<message> |
<source>openDoc("name") |
<source>openDoc("name") |
|
Opens the document "name". |
|
May raise ScribusError if the document could not be opened. |
</source> |
<translation>openDoc("name") |
<translation>openDoc("name") |
|
Öffnet das Dokument "name". |
|
391,7 → 390,7 |
Schlägt das fehl, tritt der Fehler ScribusError auf.</translation> |
</message> |
<message> |
<source>saveDoc() |
<source>saveDoc() |
|
Saves the current document with its current name, returns true if successful. |
If the document has not already been saved, this may bring up an interactive |
399,7 → 398,7 |
|
If the save fails, there is currently no way to tell. |
</source> |
<translation>saveDoc() |
<translation>saveDoc() |
|
Speichert das Dokument unter dem aktuellen Namen und gibt True zurück, wenn das |
erfolgreich war. Wurde das Dokument noch nicht gesichert, öffnet sich der "Speichern"- |
408,7 → 407,7 |
Wenn das Sichern fehlschlägt, erscheint derzeit keine Fehlermeldung.</translation> |
</message> |
<message> |
<source>saveDocAs("name") |
<source>saveDocAs("name") |
|
Saves the current document under the new name "name" (which may be a full or |
relative path). |
415,7 → 414,7 |
|
May raise ScribusError if the save fails. |
</source> |
<translation>saveDocAs("name") |
<translation>saveDocAs("name") |
|
Speichert das aktuelle Dokument unter dem neuen Namen "name". Die Pfadangabe kann dabei |
relativ oder absolut sein. |
423,41 → 422,41 |
Schlägt das Sichern fehl, tritt der Fehler ScribusError auf.</translation> |
</message> |
<message> |
<source>setMargins(lr, rr, tr, br) |
<source>setMargins(lr, rr, tr, br) |
|
Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br) |
margins are given in the measurement units of the document - see UNIT_<type> |
margins are given in the measurement units of the document - see UNIT_<type> |
constants. |
</source> |
<translation>setMargins(lr, rr, tr, br) |
<translation>setMargins(lr, rr, tr, br) |
|
Verändert die Ränder des Dokuments. Links=lr, Rechts=rr, Oben=tr, Unten=br. |
Die Einheit wird durch die Masseinheit des Dokuments vorgegeben, siehe die |
Konstanten UNIT_<type>.</translation> |
Konstanten UNIT_<type>.</translation> |
</message> |
<message> |
<source>setUnit(type) |
<source>setUnit(type) |
|
Changes the measurement unit of the document. Possible values for "unit" are |
defined as constants UNIT_<type>. |
defined as constants UNIT_<type>. |
|
May raise ValueError if an invalid unit is passed. |
</source> |
<translation>setUnit(type) |
<translation>setUnit(type) |
|
Ändert die Masseinheit des Dokuments auf "type". Mögliche Einheiten geben Sie durch die |
Konstanten UNIT_<type> an. |
Konstanten UNIT_<type> an. |
|
Ist die Einheit ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>getUnit() -> integer (Scribus unit constant) |
<source>getUnit() -> integer (Scribus unit constant) |
|
Returns the measurement units of the document. The returned value will be one |
of the UNIT_* constants: |
UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
</source> |
<translation>getUnit() -> integer (Scribus unit constant) |
<translation>getUnit() -> integer (Scribus unit constant) |
|
Gibt die Masseinheit des Dokuments zurück. Der Rückgabewert ist eine |
der möglichen UNIT_*-Konstanten: |
464,17 → 463,17 |
UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</translation> |
</message> |
<message> |
<source>loadStylesFromFile("filename") |
<source>loadStylesFromFile("filename") |
|
Loads paragraph styles from the Scribus document at "filename" into the |
current document. |
</source> |
<translation>loadStylesFromFile("filename") |
<translation>loadStylesFromFile("filename") |
|
Lädt die Absatzstile aus der Datei "filename" in das aktuelle Dokument.</translation> |
</message> |
<message> |
<source>setDocType(facingPages, firstPageLeft) |
<source>setDocType(facingPages, firstPageLeft) |
|
Sets the document type. To get facing pages set the first parameter to |
FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want |
481,7 → 480,7 |
to be the first page a left side set the second parameter to FIRSTPAGELEFT, for |
a right page use FIRSTPAGERIGHT. |
</source> |
<translation>setDocType(facingPages, firstPageLeft) |
<translation>setDocType(facingPages, firstPageLeft) |
|
Setzt den Dokumenttyp. Gegenüberliegende Seiten erreichen Sie mit FACINGPAGES, normale |
Seiten mit NOFACINGPAGES. Wenn die erste Seite links sein soll, schreiben Sie FIRSTPAGELEFT, |
488,70 → 487,70 |
ansonsten FIRSTPAGERIGHT.</translation> |
</message> |
<message> |
<source>getLineColor(["name"]) -> string |
<source>getLineColor(["name"]) -> string |
|
Returns the name of the line color of the object "name". |
If "name" is not given the currently selected item is used. |
</source> |
<translation>getLineColor(["name"]) -> string |
<translation>getLineColor(["name"]) -> string |
|
Gibt den Namen der Linienfarbe des Objekts "name" zurück. |
Wenn "name" nicht angegeben ist, wird das aktuelle Objekt benutzt.</translation> |
</message> |
<message> |
<source>getLineWidth(["name"]) -> integer |
<source>getLineWidth(["name"]) -> integer |
|
Returns the line width of the object "name". If "name" |
is not given the currently selected Item is used. |
</source> |
<translation>getLineWidth(["name"]) -> integer |
<translation>getLineWidth(["name"]) -> integer |
|
Gibt die Linienbreite des Objekts "name" zurück. |
Wenn "name" nicht angegeben ist, wird das aktuelle Objekt benutzt.</translation> |
</message> |
<message> |
<source>getLineShade(["name"]) -> integer |
<source>getLineShade(["name"]) -> integer |
|
Returns the shading value of the line color of the object "name". |
If "name" is not given the currently selected item is used. |
</source> |
<translation>getLineShade(["name"]) -> integer |
<translation>getLineShade(["name"]) -> integer |
|
Gibt den Tonwert des Objekts "name" zurück. |
Wenn "name" nicht angegeben ist, wird das aktuelle Objekt benutzt.</translation> |
</message> |
<message> |
<source>getLineJoin(["name"]) -> integer (see contants) |
<source>getLineJoin(["name"]) -> integer (see contants) |
|
Returns the line join style of the object "name". If "name" is not given |
the currently selected item is used. The join types are: |
JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
</source> |
<translation>getLineJoin(["name"]) -> integer (siehe Konstanten) |
<translation>getLineJoin(["name"]) -> integer (siehe Konstanten) |
|
Gibt den Stil der Ecken des Objekts "name" zurück. Ist kein "name" angegeben, wird |
das aktuelle Objekt benutzt. Die Linientypen sind JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND</translation> |
</message> |
<message> |
<source>getLineEnd(["name"]) -> integer (see constants) |
<source>getLineEnd(["name"]) -> integer (see constants) |
|
Returns the line cap style of the object "name". If "name" is not given the |
currently selected item is used. The cap types are: |
CAP_FLAT, CAP_ROUND, CAP_SQUARE |
</source> |
<translation>getLineEnd(["name"]) -> integer (siehe Konstanten) |
<translation>getLineEnd(["name"]) -> integer (siehe Konstanten) |
|
Gibt den Stil der Linienrundungen des Objekts "name" an. Ist "name" nicht angegeben, wird das aktuelle Objekt benutzt. |
Die unterstützten Stile sind CAP_FLAT, CAP_ROUND, CAP_SQUARE</translation> |
</message> |
<message> |
<source>getLineStyle(["name"]) -> integer (see constants) |
<source>getLineStyle(["name"]) -> integer (see constants) |
|
Returns the line style of the object "name". If "name" is not given the |
currently selected item is used. Line style constants are: |
LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
</source> |
<translation>getLineStyle(["name"]) -> integer (siehe Konstanten) |
<translation>getLineStyle(["name"]) -> integer (siehe Konstanten) |
|
Gibt den Linienstil des Objekts "name" wieder. Ist "name" nicht angegeben, |
wird das aktuelle Objekt benutzt. Linienstile sind LINE_DASH, LINE_DASHDOT, |
558,47 → 557,47 |
LINE_DASHDOTDOT, LINE_SOLID</translation> |
</message> |
<message> |
<source>getFillShade(["name"]) -> integer |
<source>getFillShade(["name"]) -> integer |
|
Returns the shading value of the fill color of the object "name". |
If "name" is not given the currently selected item is used. |
</source> |
<translation>getFillShade(["name"]) -> integer |
<translation>getFillShade(["name"]) -> integer |
|
Gibt den Tonwert der Füllfarbe von "name" zurück. Ist "name" nicht angegeben, wird |
das aktuelle Objekt verwendet.</translation> |
</message> |
<message> |
<source>getImageScale(["name"]) -> (x,y) |
<source>getImageScale(["name"]) -> (x,y) |
|
Returns a (x, y) tuple containing the scaling values of the image frame |
"name". If "name" is not given the currently selected item is used. |
</source> |
<translation>getImageScale(["name"]) -> (x,y)( |
<translation>getImageScale(["name"]) -> (x,y)( |
|
Gibt ein Zahlenpaar (x,y) zurück mit den Skalierungswerten des Bildes im Rahmen |
"name". Ist "name" nicht angegeben, wird der aktuelle Rahmen verwendet.</translation> |
</message> |
<message> |
<source>getImageName(["name"]) -> string |
<source>getImageName(["name"]) -> string |
|
Returns the filename for the image in the image frame. If "name" is not |
given the currently selected item is used. |
</source> |
<translation>getImageName(["name"]) -> string |
<translation>getImageName(["name"]) -> string |
|
Gibt den Dateinamen des Bildes im Rahmen "name" zurück. Ist "name" nicht |
angegeben, wird das aktuelle Objekt benutzt.</translation> |
</message> |
<message> |
<source>getSize(["name"]) -> (width,height) |
<source>getSize(["name"]) -> (width,height) |
|
Returns a (width, height) tuple with the size of the object "name". |
If "name" is not given the currently selected item is used. The size is |
expressed in the current measurement unit of the document - see UNIT_<type> |
expressed in the current measurement unit of the document - see UNIT_<type> |
for reference. |
</source> |
<translation>getSize(["name"]) -> (Breite,Höhe) |
<translation>getSize(["name"]) -> (Breite,Höhe) |
|
Gibt das Zahlenpaar (Breite,Höhe) des Objekts "name" zurück. Ist "name" nicht |
angegeben, wird das aktuelle Objekt verwendet. Die Grösse wird in der Masseinheit |
605,28 → 604,28 |
des Dokuments angegeben - siehe die UNIT_*-Konstanten.</translation> |
</message> |
<message> |
<source>getRotation(["name"]) -> integer |
<source>getRotation(["name"]) -> integer |
|
Returns the rotation of the object "name". The value is expressed in degrees, |
and clockwise is positive. If "name" is not given the currently selected item |
is used. |
</source> |
<translation>getRotation(["name"]) -> integer |
<translation>getRotation(["name"]) -> integer |
|
Gibt die Drehung des Objekts "name" in Grad zurück und im Uhrzeigersinn zurück. |
Ist "name" nicht angegeben, wird das aktuelle Objekt benutzt.</translation> |
</message> |
<message> |
<source>getAllObjects() -> list |
<source>getAllObjects() -> list |
|
Returns a list containing the names of all objects on the current page. |
</source> |
<translation>getAllObjects() -> list |
<translation>getAllObjects() -> list |
|
Gibt eine Liste zurück mit allen auf der aktuellen Seite verwendeten Objekte.</translation> |
</message> |
<message> |
<source>moveObjectAbs(x, y [, "name"]) |
<source>moveObjectAbs(x, y [, "name"]) |
|
Moves the object "name" to a new location. The coordinates are expressed in |
the current measurement unit of the document (see UNIT constants). If "name" |
633,7 → 632,7 |
is not given the currently selected item is used. If the object "name" |
belongs to a group, the whole group is moved. |
</source> |
<translation>moveObjectAbs(x, y [, "name"]) |
<translation>moveObjectAbs(x, y [, "name"]) |
|
Bewegt das Objekt "name" an die neue Stelle. Die Koordinaten werden in der Masseinheit |
des Dokuments angegeben (siehe UNIT_*-Konstanten). Ist "name" nicht angegeben, wird das |
640,7 → 639,7 |
aktuelle Objekt benutzt. Gehört "name" zu einer Gruppe, wird die Gruppe verschoben.</translation> |
</message> |
<message> |
<source>rotateObject(rot [, "name"]) |
<source>rotateObject(rot [, "name"]) |
|
Rotates the object "name" by "rot" degrees relatively. The object is |
rotated by the vertex that is currently selected as the rotation point - by |
648,7 → 647,7 |
clockwise rotation when the default rotation point is used. If "name" is not |
given the currently selected item is used. |
</source> |
<translation>rotateObject(rot [, "name"]) |
<translation>rotateObject(rot [, "name"]) |
|
Dreht das Objekt "name" relativ um "rot" Grad. Beim Drehen wird der Ursprung verwendet, |
der gerade aktiv ist - normalerweise der Punkt links oben. Positive Werte für "rot" bedeuten |
656,63 → 655,63 |
angegeben, wird das aktuelle Objekt benutzt.</translation> |
</message> |
<message> |
<source>sizeObject(width, height [, "name"]) |
<source>sizeObject(width, height [, "name"]) |
|
Resizes the object "name" to the given width and height. If "name" |
is not given the currently selected item is used. |
</source> |
<translation>sizeObject(width, height [, "name"]) |
<translation>sizeObject(width, height [, "name"]) |
|
Ändert die Grösse von "name" auf die Breite width und die Höhe height. |
ist "name" nicht angegeben, wird das aktuelle Objekt benutzt.</translation> |
</message> |
<message> |
<source>getSelectedObject([nr]) -> string |
<source>getSelectedObject([nr]) -> string |
|
Returns the name of the selected object. "nr" if given indicates the number |
of the selected object, e.g. 0 means the first selected object, 1 means the |
second selected Object and so on. |
</source> |
<translation>getSelectedObject([nr]) -> string |
<translation>getSelectedObject([nr]) -> string |
|
Gibt den Namen des ausgewählten Objekts zurück. "nr" gibt die Zahl des gewählten |
Objekts an. 0 bedeutet das erste ausgewählte Objekt, 1 das zweite usw.</translation> |
</message> |
<message> |
<source>selectionCount() -> integer |
<source>selectionCount() -> integer |
|
Returns the number of selected objects. |
</source> |
<translation>selectionCount() -> integer |
<translation>selectionCount() -> integer |
|
Gibt die Anzahl der ausgewählten Objekte zurück.</translation> |
</message> |
<message> |
<source>selectObject("name") |
<source>selectObject("name") |
|
Selects the object with the given "name". |
</source> |
<translation>selectObject("name") |
<translation>selectObject("name") |
|
Wählt das Objekt "name" aus.</translation> |
</message> |
<message> |
<source>deselectAll() |
<source>deselectAll() |
|
Deselects all objects in the whole document. |
</source> |
<translation>deselectAll() |
<translation>deselectAll() |
|
Setzt alle Objekte im Dokument auf nicht ausgewählt.</translation> |
</message> |
<message> |
<source>groupObjects(list) |
<source>groupObjects(list) |
|
Groups the objects named in "list" together. "list" must contain the names |
of the objects to be grouped. If "list" is not given the currently selected |
items are used. |
</source> |
<translation>groupObjects(list) |
<translation>groupObjects(list) |
|
Gruppiert die Elemente in "list". "list" muss die Namen der zu gruppierenden |
Objekte enthalten. Ist "list" nicht angegeben, werden die aktuell gewählten |
719,15 → 718,15 |
Objekte verwendet.</translation> |
</message> |
<message> |
<source>unGroupObjects("name") |
<source>unGroupObjects("name") |
|
Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source> |
<translation>unGroupObjects("name") |
<translation>unGroupObjects("name") |
|
Zerstört die Gruppe "name". Ist "name" nicht angegeben, wird die aktuelle Gruppe verwendet.</translation> |
</message> |
<message> |
<source>scaleGroup(factor [,"name"]) |
<source>scaleGroup(factor [,"name"]) |
|
Scales the group the object "name" belongs to. Values greater than 1 enlarge |
the group, values smaller than 1 make the group smaller e.g a value of 0.5 |
737,7 → 736,7 |
|
May raise ValueError if an invalid scale factor is passed. |
</source> |
<translation>scaleGroup(factor [,"name"]) |
<translation>scaleGroup(factor [,"name"]) |
|
Skaliert die Gruppe, zu dem das Objekt "name" gehört. Werte grösser als 1 vergrössern das Objekt, |
Werte kleiner als 1 verkleinert das Objekt. Zum Beispiel bedeutet 0.5 = 50 % oder 1.5=150% der |
745,7 → 744,7 |
benutzt.</translation> |
</message> |
<message> |
<source>loadImage("filename" [, "name"]) |
<source>loadImage("filename" [, "name"]) |
|
Loads the picture "picture" into the image frame "name". If "name" is |
not given the currently selected item is used. |
752,7 → 751,7 |
|
May raise WrongFrameTypeError if the target frame is not an image frame |
</source> |
<translation>loadImage("filename" [, "name"]) |
<translation>loadImage("filename" [, "name"]) |
|
Lädt das Bild "picture" in den Bildrahmen "name". Ist "name" nicht angegeben, |
wird der aktuelle Rahmen benutzt. |
760,7 → 759,7 |
Ist das Ziel kein Bildrahmen, tritt der Fehler WrongFrameTypeError auf</translation> |
</message> |
<message> |
<source>scaleImage(x, y [, "name"]) |
<source>scaleImage(x, y [, "name"]) |
|
Sets the scaling factors of the picture in the image frame "name". |
If "name" is not given the currently selected item is used. A number of 1 |
768,7 → 767,7 |
|
May raise WrongFrameTypeError if the target frame is not an image frame |
</source> |
<translation>scaleImage(x, y [, "name"]) |
<translation>scaleImage(x, y [, "name"]) |
|
Skaliert das Bild "name" auf die angegeben Werte. 1 bedeutet 100 %. Ist "name" |
nicht angegeben, wird der aktuelle Bildrahmen verwendet. |
776,13 → 775,13 |
Ist das Ziel kein Bildrahmen, tritt der Fehler WrongFrameTypeError auf,</translation> |
</message> |
<message> |
<source>lockObject(["name"]) -> bool |
<source>lockObject(["name"]) -> bool |
|
Locks the object "name" if it's unlocked or unlock it if it's locked. |
Locks the object "name" if it's unlocked or unlock it if it's locked. |
If "name" is not given the currently selected item is used. Returns true |
if locked. |
</source> |
<translation>lockObject(["name"]) -> bool |
<translation>lockObject(["name"]) -> bool |
|
Sperrt das Objekt "name", wenn es freigegeben ist und entsperrt es, wenn es |
gesperrt ist. Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet. |
789,54 → 788,54 |
Gibt True zurück, wenn das Objekt gesperrt ist.</translation> |
</message> |
<message> |
<source>isLocked(["name"]) -> bool |
<source>isLocked(["name"]) -> bool |
|
Returns true if is the object "name" locked. If "name" is not given the |
currently selected item is used. |
</source> |
<translation>isLocked(["name"]) -> bool |
<translation>isLocked(["name"]) -> bool |
|
Gibt True zurück, wenn "name" gesperrt ist. Ist "name" nicht angegeben, wird das aktuelle |
Objekt verwendet.</translation> |
</message> |
<message> |
<source>getFontNames() -> list |
<source>getFontNames() -> list |
|
Returns a list with the names of all available fonts. |
</source> |
<translation>getFontNames() -> list |
<translation>getFontNames() -> list |
|
Gibt eine Liste mit allen verfügbaren Schriften zurück.</translation> |
</message> |
<message> |
<source>getXFontNames() -> list of tuples |
<source>getXFontNames() -> list of tuples |
|
Returns a larger font info. It's a list of the tuples with: |
Returns a larger font info. It's a list of the tuples with: |
[ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ] |
</source> |
<translation>getXFontNames() -> list |
<translation>getXFontNames() -> list |
|
Gibt genaue Informationen zu einer Schrift zurück mit den Werten: |
[ (Name in Scribus, Familie, wirklicher Name, Subset (1|0), embed PS (1|0), Fontdatei), (...), ... ]</translation> |
</message> |
<message> |
<source>getLayers() -> list |
<source>getLayers() -> list |
|
Returns a list with the names of all defined layers. |
</source> |
<translation>getLayers() -> list |
<translation>getLayers() -> list |
|
Gibt eine Liste mit allen Ebenen zurück.</translation> |
</message> |
<message> |
<source>setActiveLayer("name") |
<source>setActiveLayer("name") |
|
Sets the active layer to the layer named "name". |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setActiveLayer("name") |
<translation>setActiveLayer("name") |
|
Macht die Ebene "name" zur aktiven Ebene. |
|
844,24 → 843,24 |
Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>getActiveLayer() -> string |
<source>getActiveLayer() -> string |
|
Returns the name of the current active layer. |
</source> |
<translation>getActiveLayer() -> string |
<translation>getActiveLayer() -> string |
|
Gibt die aktive Ebene zurück.</translation> |
</message> |
<message> |
<source>sentToLayer("layer" [, "name"]) |
<source>sentToLayer("layer" [, "name"]) |
|
Sends the object "name" to the layer "layer". The layer must exist. |
If "name" is not given the currently selected item is used. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>sentToLayer("layer" [, "name"]) |
<translation>sentToLayer("layer" [, "name"]) |
|
Verschiebt das Objekt "name" auf die Ebene "layer". Die Ebene muss |
vorhanden sein. Ist "name" nicht angegeben, wird das aktive Objekt benutzt. |
870,15 → 869,15 |
Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>setLayerVisible("layer", visible) |
<source>setLayerVisible("layer", visible) |
|
Sets the layer "layer" to be visible or not. If is the visible set to false |
the layer is invisible. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setLayerVisible("layer", visible) |
<translation>setLayerVisible("layer", visible) |
|
Zeigt die Ebene "layer" an oder versteckt sie. Ist "visible" auf False gesetzt, |
ist die Ebene unsichtbar. |
887,15 → 886,15 |
Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>deleteLayer("layer") |
<source>deleteLayer("layer") |
|
Deletes the layer with the name "layer". Nothing happens if the layer doesn't |
exists or if it's the only layer in the document. |
Deletes the layer with the name "layer". Nothing happens if the layer doesn't |
exists or if it's the only layer in the document. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>deleteLayer("layer") |
<translation>deleteLayer("layer") |
|
Löscht die Ebene "layer". Ist die Ebene nicht vorhanden oder ist nur eine |
Ebene vorhanden, passiert gar nichts. |
904,13 → 903,13 |
Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>createLayer(layer) |
<source>createLayer(layer) |
|
Creates a new layer with the name "name". |
|
May raise ValueError if the layer name isn't acceptable. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>createLayer(layer) |
<translation>createLayer(layer) |
|
Erzeugt einen Ebene mit dem Namen "layer". |
|
917,16 → 916,16 |
Ist der Name ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>getGuiLanguage() -> string |
<source>getGuiLanguage() -> string |
|
Returns a string with the -lang value. |
</source> |
<translation>getGuiLanguage() -> string |
<translation>getGuiLanguage() -> string |
|
Gibt den Wert der Variable -lang zurück.</translation> |
</message> |
<message> |
<source>createEllipse(x, y, width, height, ["name"]) -> string |
<source>createEllipse(x, y, width, height, ["name"]) -> string |
|
Creates a new ellipse on the current page and returns its name. |
The coordinates are given in the current measurement units of the document |
934,9 → 933,9 |
because you need this name for further referencing of that object. If "name" |
is not given Scribus will create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
</source> |
<translation>createEllipse(x, y, width, height, ["name"]) -> string |
<translation>createEllipse(x, y, width, height, ["name"]) -> string |
|
Erzeugt eine Ellipse auf der aktuellen Seite und gibt ihren Namen zurück. Die Koordinaten |
werden in der Masseinheit des Dokuments angegeben (siehe UNIT-Konstanten). "name" sollte |
946,7 → 945,7 |
Ist der Name schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
</message> |
<message> |
<source>createImage(x, y, width, height, ["name"]) -> string |
<source>createImage(x, y, width, height, ["name"]) -> string |
|
Creates a new picture frame on the current page and returns its name. The |
coordinates are given in the current measurement units of the document. |
954,9 → 953,9 |
name for further access to that object. If "name" is not given Scribus will |
create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
</source> |
<translation>createImage(x, y, width, height, ["name"]) -> string |
<translation>createImage(x, y, width, height, ["name"]) -> string |
|
Erzeugt einen Bildrahmen auf der aktuellen Seite und gibt seinen Namen zurück. |
Die Koordinaten werden in der Masseinheit des Dokuments angegeben (siehe |
967,7 → 966,7 |
Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
</message> |
<message> |
<source>createText(x, y, width, height, ["name"]) -> string |
<source>createText(x, y, width, height, ["name"]) -> string |
|
Creates a new text frame on the actual page and returns its name. |
The coordinates are given in the actual measurement unit of the document (see |
975,9 → 974,9 |
you need this name for further referencing of that object. If "name" is not |
given Scribus will create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
</source> |
<translation>createText(x, y, width, height, ["name"]) -> string |
<translation>createText(x, y, width, height, ["name"]) -> string |
|
Erzeugt einen neuen Textrahmen auf der aktuellen Seite und gibt seinen Namen zurück. |
Die Koordinaten werden in der Masseinheit des Dokuments angegeben (siehe |
988,7 → 987,7 |
Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
</message> |
<message> |
<source>createLine(x1, y1, x2, y2, ["name"]) -> string |
<source>createLine(x1, y1, x2, y2, ["name"]) -> string |
|
Creates a new line from the point(x1, y1) to the point(x2, y2) and returns |
its name. The coordinates are given in the current measurement unit of the |
996,9 → 995,9 |
object because you need this name for further access to that object. If |
"name" is not given Scribus will create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
</source> |
<translation>createLine(x1, y1, x2, y2, ["name"]) -> string |
<translation>createLine(x1, y1, x2, y2, ["name"]) -> string |
|
Erzeugt eine Linie von P(x1,y1) zu P(x2,y2) und gibt ihren Namen zurück. |
Die Koordinaten werden in der Masseinheit des Dokuments angegeben (siehe |
1009,7 → 1008,7 |
Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
</message> |
<message> |
<source>createPolyLine(list, ["name"]) -> string |
<source>createPolyLine(list, ["name"]) -> string |
|
Creates a new polyline and returns its name. The points for the polyline are |
stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
1018,11 → 1017,11 |
you need this name for further access to that object. If "name" is not given |
Scribus will create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise ValueError if an insufficient number of points is passed or if |
the number of values passed don't group into points without leftovers. |
the number of values passed don't group into points without leftovers. |
</source> |
<translation>createPolyLine(list, ["name"]) -> string |
<translation>createPolyLine(list, ["name"]) -> string |
|
Erzeugt eine Mehrfachlinie und und gibt ihren Namen zurück. Die Punkte werden in |
der folgenden Reihenfolge gespeichert: [x1, y1, x2,...xn, yn]. |
1035,7 → 1034,7 |
Ist die Anzahl der Punkte nicht genügend, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>createPolygon(list, ["name"]) -> string |
<source>createPolygon(list, ["name"]) -> string |
|
Creates a new polygon and returns its name. The points for the polygon are |
stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
1046,11 → 1045,11 |
identifier for the object because you need this name for further access to that |
object. If "name" is not given Scribus will create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise ValueError if an insufficient number of points is passed or if |
the number of values passed don't group into points without leftovers. |
the number of values passed don't group into points without leftovers. |
</source> |
<translation>createPolygon(list, ["name"]) -> string |
<translation>createPolygon(list, ["name"]) -> string |
|
Erzeugt ein Vieleck und gibt seinen Namen zurück. Die Punkte werden in |
der folgenden Reihenfolge gespeichert: [x1, y1, x2,...xn, yn]. Sie müssen |
1065,7 → 1064,7 |
Ist die Anzahl der Punkte nicht ausreichend, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>createBezierLine(list, ["name"]) -> string |
<source>createBezierLine(list, ["name"]) -> string |
|
Creates a new bezier curve and returns its name. The points for the bezier |
curve are stored in the list "list" in the following order: |
1077,11 → 1076,11 |
further access to that object. If "name" is not given Scribus will create one |
for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise ValueError if an insufficient number of points is passed or if |
the number of values passed don't group into points without leftovers. |
the number of values passed don't group into points without leftovers. |
</source> |
<translation>createBezierLine(list, ["name"]) -> string |
<translation>createBezierLine(list, ["name"]) -> string |
|
Erzeugt eine Bézierkurve und gibt ihren Namen zurück. Die Punkte werden in |
der folgenden Reihenfolge gespeichert: |
1097,7 → 1096,7 |
Ist die Anzahl der Punkte nicht ausreichend, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
<source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
|
Creates a new pathText by merging the two objects "textbox" and |
"beziercurve" and returns its name. The coordinates are given in the current |
1105,10 → 1104,10 |
unique identifier for the object because you need this name for further access |
to that object. If "name" is not given Scribus will create one for you. |
|
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NotFoundError if one or both of the named base object don't exist. |
May raise NameExistsError if you explicitly pass a name that's already used. |
May raise NotFoundError if one or both of the named base object don't exist. |
</source> |
<translation>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
<translation>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
|
Erzeugt Text auf einem Pfad, indem die Objekte "textbox" und "beziercurve" |
zusammengefügt werden. |
1121,24 → 1120,24 |
Sind ein oder beide Objekte nicht vorhanden, tritt der Fehler NotFoundError auf.</translation> |
</message> |
<message> |
<source>deleteObject(["name"]) |
<source>deleteObject(["name"]) |
|
Deletes the item with the name "name". If "name" is not given the currently |
selected item is deleted. |
</source> |
<translation>deleteObject(["name"]) |
<translation>deleteObject(["name"]) |
|
Löscht das Objekt "name". Ist "name" nicht angegeben, wird das aktuelle |
Objekt gelöscht.</translation> |
</message> |
<message> |
<source>objectExists(["name"]) -> bool |
<source>objectExists(["name"]) -> bool |
|
Test if an object with specified name really exists in the document. |
The optional parameter is the object name. When no object name is given, |
returns True if there is something selected. |
</source> |
<translation>objectExists(["name"]) -> bool |
<translation>objectExists(["name"]) -> bool |
|
Gibt an, ob das Objekt mit dem Name "name" auch wirklich im aktuellen Dokument |
existiert. "name" ist optional, ist "name" nicht angegeben, wird True ausgegeben, wenn |
1145,53 → 1144,53 |
gerade ein Objekt selektiert ist.</translation> |
</message> |
<message> |
<source>setStyle("style" [, "name"]) |
<source>setStyle("style" [, "name"]) |
|
Apply the named "style" to the object named "name". If is no object name |
given, it's applied on the selected object. |
given, it's applied on the selected object. |
</source> |
<translation>setStyle("style" [, "name"]) |
<translation>setStyle("style" [, "name"]) |
|
Setzt den Absatzstil "style" für das Objekt "name". Ist kein Objekt angegeben, |
wird der Stil auf das aktuelle Objekt angewendet.</translation> |
</message> |
<message> |
<source>getAllStyles() -> list |
<source>getAllStyles() -> list |
|
Return a list of the names of all paragraph styles in the current document. |
</source> |
<translation>getAllStyles() -> list |
<translation>getAllStyles() -> list |
|
Gibt eine Listen mit allen Absatzstilen im aktuellen Dokument zurück.</translation> |
</message> |
<message> |
<source>currentPage() -> integer |
<source>currentPage() -> integer |
|
Returns the number of the current working page. Page numbers are counted from 1 |
upwards, no matter what the displayed first page number of your document is. |
</source> |
<translation>currentPage() -> integer |
<translation>currentPage() -> integer |
|
Gibt die Nummer der aktuellen Seite zurück. Seitenzahlen werden ab 1 gezählt, egal welche |
Seitenzahl auf der aktuellen Seite angezeigt wird.</translation> |
</message> |
<message> |
<source>redrawAll() |
<source>redrawAll() |
|
Redraws all pages. |
</source> |
<translation>redrawAll() |
<translation>redrawAll() |
|
Baut alle Seiten neu auf.</translation> |
</message> |
<message> |
<source>savePageAsEPS("name") |
<source>savePageAsEPS("name") |
|
Saves the current page as an EPS to the file "name". |
|
May raise ScribusError if the save failed. |
</source> |
<translation>savePageAsEPS("name") |
<translation>savePageAsEPS("name") |
|
Speichert die aktuelle Seite als EPS-Datei mit dem Namen "name". |
|
1198,7 → 1197,7 |
Schlägt das Speichern fehl, tritt der Fehler ScribusError auf.</translation> |
</message> |
<message> |
<source>deletePage(nr) |
<source>deletePage(nr) |
|
Deletes the given page. Does nothing if the document contains only one page. |
Page numbers are counted from 1 upwards, no matter what the displayed first |
1206,7 → 1205,7 |
|
May raise IndexError if the page number is out of range |
</source> |
<translation>deletePage(nr) |
<translation>deletePage(nr) |
|
Löscht die Seite mit der Nummer "nr". Besteht das Dokument nur aus einer Seite, passiert nichts. |
Seitenzahlen werden von 1 aufwärts gezählt, egal, welche Seitenzahl Sie auf der aktuellen Seite |
1215,15 → 1214,15 |
Ist die Seitenzahl ungültig, tritt der Fehler IndexError auf</translation> |
</message> |
<message> |
<source>gotoPage(nr) |
<source>gotoPage(nr) |
|
Moves to the page "nr" (that is, makes the current page "nr"). Note that |
gotoPage doesn't (curently) change the page the user's view is displaying, it |
gotoPage doesn't (curently) change the page the user's view is displaying, it |
just sets the page that script commands will operates on. |
|
May raise IndexError if the page number is out of range. |
</source> |
<translation>gotoPage(nr) |
<translation>gotoPage(nr) |
|
Geht zur Seite "nr", das heisst, die Seite "nr" wird zur aktuellen Seite. Zur Zeit ändert |
sich allerdings nicht die Seite, die der User sieht, es wird nur intern die aktuelle |
1232,35 → 1231,35 |
Ist die Seitenzahl ungültig, tritt der Fehler IndexError auf.</translation> |
</message> |
<message> |
<source>pageCount() -> integer |
<source>pageCount() -> integer |
|
Returns the number of pages in the document. |
</source> |
<translation>pageCount() -> integer |
<translation>pageCount() -> integer |
|
Gibt die Anzahl der Seiten im Dokument zurück.</translation> |
</message> |
<message> |
<source>getHGuides() -> list |
<source>getHGuides() -> list |
|
Returns a list containing positions of the horizontal guides. Values are in the |
document's current units - see UNIT_<type> constants. |
document's current units - see UNIT_<type> constants. |
</source> |
<translation>getHGuides() -> list |
<translation>getHGuides() -> list |
|
Gibt eine Liste zurück, die die Position der horizontalen Hilfslinien enthält. Die Werte |
werden in der Masseinheit des Dokuments angegeben, siehe UNIT-Konstanten.</translation> |
</message> |
<message> |
<source>setHGuides(list) |
<source>setHGuides(list) |
|
Sets horizontal guides. Input parameter must be a list of guide positions |
measured in the current document units - see UNIT_<type> constants. |
measured in the current document units - see UNIT_<type> constants. |
|
Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost |
setHGuides([90,250]) # replace current guides entirely |
</source> |
<translation>setHGuides(list) |
<translation>setHGuides(list) |
|
Legt horizontale Hilfslinien fest, list muss eine Liste der Linien sein, angegeben in der Masseinheit |
des Dokuments, siehe UNIT-Konstanten. |
1270,58 → 1269,58 |
</translation> |
</message> |
<message> |
<source>getVGuides() |
<source>getVGuides() |
|
See getHGuides. |
</source> |
<translation>getVGuides() |
<translation>getVGuides() |
|
Siehe getHGuides.</translation> |
</message> |
<message> |
<source>setVGuides() |
<source>setVGuides() |
|
See setHGuides. |
</source> |
<translation>setVGuides() |
<translation>setVGuides() |
|
Siehe setHGuides.</translation> |
</message> |
<message> |
<source>getPageSize() -> tuple |
<source>getPageSize() -> tuple |
|
Returns a tuple with page dimensions measured in the document's current units. |
See UNIT_<type> constants and getPageMargins() |
Returns a tuple with page dimensions measured in the document's current units. |
See UNIT_<type> constants and getPageMargins() |
</source> |
<translation>getPageSize() -> tuple |
<translation>getPageSize() -> tuple |
|
Gibt eine Liste mit der Seitengrösse in der aktuellen Masseinheit zurück, siehe |
UNIT-Konstanten und getPageMargins()</translation> |
</message> |
<message> |
<source>getPageItems() -> list |
<source>getPageItems() -> list |
|
Returns a list of tuples with items on the current page. The tuple is: |
(name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)] |
means that object named 'Text1' is a text frame (type 4) and is the first at |
(name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)] |
means that object named 'Text1' is a text frame (type 4) and is the first at |
the page... |
</source> |
<translation>getPageItems() -> list |
<translation>getPageItems() -> list |
|
Gibt eine Liste zurück mit den Objekten auf der aktuelle Seite. Die Reihenfolge |
der Werte ist: (Name, Typ des Objekts, Anordnung). |
|
Beispiel: [('Text1', 4, 0), ('Image1', 2, 1)] bedeutet, dass das Objekt Text1 heisst, |
Beispiel: [('Text1', 4, 0), ('Image1', 2, 1)] bedeutet, dass das Objekt Text1 heisst, |
ein Textrahmen ist (type 4) und sich auf der ersten Seite befindet...</translation> |
</message> |
<message> |
<source>setFillColor("color", ["name"]) |
<source>setFillColor("color", ["name"]) |
|
Sets the fill color of the object "name" to the color "color". "color" |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used. |
</source> |
<translation>setFillColor("color", ["name"]) |
<translation>setFillColor("color", ["name"]) |
|
Setzt die Füllfarbe "color" für das Objekt "name". "color" ist der Name einer |
vorhandenen Farbe. Ist "name" nicht angegeben, wird das aktuelle Objekt |
1328,18 → 1327,18 |
verwendet.</translation> |
</message> |
<message> |
<source>setLineColor("color", ["name"]) |
<source>setLineColor("color", ["name"]) |
|
Sets the line color of the object "name" to the color "color". If "name" |
is not given the currently selected item is used. |
</source> |
<translation>setLineColor("color", ["name"]) |
<translation>setLineColor("color", ["name"]) |
|
Setzt die Linienfarbe "color" für das Objekt "name". Ist "name" nicht angegeben, |
wird das aktuelle Objekt verwendet.</translation> |
</message> |
<message> |
<source>setLineWidth(width, ["name"]) |
<source>setLineWidth(width, ["name"]) |
|
Sets line width of the object "name" to "width". "width" must be in the |
range from 0.0 to 12.0 inclusive, and is measured in points. If "name" is not |
1347,7 → 1346,7 |
|
May raise ValueError if the line width is out of bounds. |
</source> |
<translation>setLineWidth(width, ["name"]) |
<translation>setLineWidth(width, ["name"]) |
|
Setzt die Linienbreite für das Objekt "name" auf "width". "width" muss zwischen |
0.0 und 12.0 gross sein und wird in Punkt angegeben. Ist "name" nicht angegeben, |
1356,7 → 1355,7 |
Ist die Linienbreite ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>setLineShade(shade, ["name"]) |
<source>setLineShade(shade, ["name"]) |
|
Sets the shading of the line color of the object "name" to "shade". |
"shade" must be an integer value in the range from 0 (lightest) to 100 |
1365,7 → 1364,7 |
|
May raise ValueError if the line shade is out of bounds. |
</source> |
<translation>setLineShade(shade, ["name"]) |
<translation>setLineShade(shade, ["name"]) |
|
Setzt den Tonwert der Linie des Objekts "name" auf "shade". "shade" ist eine |
ganze Zahl zwischen 0 und 100. Ist "name" nicht angegeben, wird das aktuelle |
1374,13 → 1373,13 |
Ist der Tonwert ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>setLineJoin(join, ["name"]) |
<source>setLineJoin(join, ["name"]) |
|
Sets the line join style of the object "name" to the style "join". |
If "name" is not given the currently selected item is used. There are |
predefined constants for join - JOIN_<type>. |
predefined constants for join - JOIN_<type>. |
</source> |
<translation>setLineJoin(join, ["name"]) |
<translation>setLineJoin(join, ["name"]) |
|
Setzt die Ecken der Linien des Objekts "name" auf den Stil join. |
Ist "name" nicht angegeben, wird das aktuelle Obekt verwendet. |
1387,13 → 1386,13 |
Benutzen Sie die vorgegeben Konstaten des Typs JOIN_*.</translation> |
</message> |
<message> |
<source>setLineEnd(endtype, ["name"]) |
<source>setLineEnd(endtype, ["name"]) |
|
Sets the line cap style of the object "name" to the style "cap". |
If "name" is not given the currently selected item is used. There are |
predefined constants for "cap" - CAP_<type>. |
predefined constants for "cap" - CAP_<type>. |
</source> |
<translation>SetLineEnd(endtype, ["name"]) |
<translation>SetLineEnd(endtype, ["name"]) |
|
Setzt die Linienenden des Objekts "name" auf den Stil "endtype". |
Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet. |
1400,13 → 1399,13 |
Benutzen Sie die vorgegebenen Konstanten des Typs CAP_*.</translation> |
</message> |
<message> |
<source>setLineStyle(style, ["name"]) |
<source>setLineStyle(style, ["name"]) |
|
Sets the line style of the object "name" to the style "style". If "name" |
is not given the currently selected item is used. There are predefined |
constants for "style" - LINE_<style>. |
constants for "style" - LINE_<style>. |
</source> |
<translation>setLineStyle(style, ["name"]) |
<translation>setLineStyle(style, ["name"]) |
|
Setzt den Linienstil des Objekts "name" auf den Stil "style". Ist "name" nicht |
angegeben, wird das aktuelle Objekt verwendet. Benutzen Sie die |
1413,7 → 1412,7 |
vorgegebenen Konstanten des Typs LINE_*.</translation> |
</message> |
<message> |
<source>setFillShade(shade, ["name"]) |
<source>setFillShade(shade, ["name"]) |
|
Sets the shading of the fill color of the object "name" to "shade". |
"shade" must be an integer value in the range from 0 (lightest) to 100 |
1422,7 → 1421,7 |
|
May raise ValueError if the fill shade is out of bounds. |
</source> |
<translation>setFillShade(shade, ["name"]) |
<translation>setFillShade(shade, ["name"]) |
|
Setzt den Tonwert der Füllfarbe für das Objekt "name" auf "shade". |
"shade" muss eine ganze Zahl zwischen 0 und 100 sein. Ist "name" |
1431,7 → 1430,7 |
Ist der Tonwert ungültig, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>setCornerRadius(radius, ["name"]) |
<source>setCornerRadius(radius, ["name"]) |
|
Sets the corner radius of the object "name". The radius is expressed |
in points. If "name" is not given the currently selected item is used. |
1438,7 → 1437,7 |
|
May raise ValueError if the corner radius is negative. |
</source> |
<translation>setCornerRadius(radius, ["name"]) |
<translation>setCornerRadius(radius, ["name"]) |
|
Setzt den Eckradius für das Objekt "name" auf radius. Der Radius wird |
in Punkt angegeben. Ist "name" nicht angegeben, wird das aktuelle |
1447,14 → 1446,14 |
Ist der Eckradius negativ, tritt der Fehler ValueError auf.</translation> |
</message> |
<message> |
<source>setMultiLine("namedStyle", ["name"]) |
<source>setMultiLine("namedStyle", ["name"]) |
|
Sets the line style of the object "name" to the named style "namedStyle". |
If "name" is not given the currently selected item is used. |
|
May raise NotFoundError if the line style doesn't exist. |
May raise NotFoundError if the line style doesn't exist. |
</source> |
<translation>setMultiLine("namedStyle", ["name"]) |
<translation>setMultiLine("namedStyle", ["name"]) |
|
Setzt den Linienstil für das Objekt "name" auf den angegebenen Stil. |
Ist "name" nicht angegeben, wird der aktuelle Stil benutzt. |
1462,7 → 1461,7 |
Ist der Stil nicht vorhanden, tritt der Fehler NotFoundError auf.</translation> |
</message> |
<message> |
<source>getFont(["name"]) -> string |
<source>getFont(["name"]) -> string |
|
Returns the font name for the text frame "name". If this text frame |
has some text selected the value assigned to the first character |
1469,7 → 1468,7 |
of the selection is returned. If "name" is not given the currently |
selected item is used. |
</source> |
<translation>getFont(["name"]) -> string |
<translation>getFont(["name"]) -> string |
|
Gibt den Namen der Schrift für den Textrahmen "name" zurück. Ist in |
dem Textfeld Text ausgewählt, wird die Schrift des ersten gewählten |
1477,18 → 1476,18 |
verwendet.</translation> |
</message> |
<message> |
<source>getTextLength(["name"]) -> integer |
<source>getTextLength(["name"]) -> integer |
|
Returns the length of the text in the text frame "name". |
If "name" is not given the currently selected item is used. |
</source> |
<translation>getTextLength(["name"]) -> integer |
<translation>getTextLength(["name"]) -> integer |
|
Gibt die Länge des Textes im Textrahmen "name" zurück. |
Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet.</translation> |
</message> |
<message> |
<source>getText(["name"]) -> string |
<source>getText(["name"]) -> string |
|
Returns the text of the text frame "name". If this text frame has some text |
selected, the selected text is returned. All text in the frame, not just |
1495,7 → 1494,7 |
currently visible text, is returned. If "name" is not given the currently |
selected item is used. |
</source> |
<translation>getText(["name"]) -> string |
<translation>getText(["name"]) -> string |
|
Gibt den Text aus dem Textrahmen "name" zurück. Ist in dem Textfeld Text markiert, |
wird der selektierte Text zurückgegeben. Der gesamte Text wird zurückgegeben, nicht |
1503,7 → 1502,7 |
Objekt verwendet.</translation> |
</message> |
<message> |
<source>getAllText(["name"]) -> string |
<source>getAllText(["name"]) -> string |
|
Returns the text of the text frame "name" and of all text frames which are |
linked with this frame. If this textframe has some text selected, the selected |
1510,7 → 1509,7 |
text is returned. If "name" is not given the currently selected item is |
used. |
</source> |
<translation>getAllText(["name"]) -> string |
<translation>getAllText(["name"]) -> string |
|
Gibt den Text aus dem Textrahmen "name" zurück und aus allen Rahmen, die mit |
dem Rahmen "name" verbunden sind. Ist in dem Textfeld Text markiert, |
1518,55 → 1517,55 |
Objekt verwendet.</translation> |
</message> |
<message> |
<source>getLineSpacing(["name"]) -> float |
<source>getLineSpacing(["name"]) -> float |
|
Returns the line spacing ("leading") of the text frame "name" expressed in |
points. If "name" is not given the currently selected item is used. |
</source> |
<translation>getLineSpacing(["name"]) -> float |
<translation>getLineSpacing(["name"]) -> float |
|
Gibt den Zeilenabstand für den Textrahmen "name" in Punkten zurück. |
Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet.</translation> |
</message> |
<message> |
<source>getColumnGap(["name"]) -> float |
<source>getColumnGap(["name"]) -> float |
|
Returns the column gap size of the text frame "name" expressed in points. If |
"name" is not given the currently selected item is used. |
</source> |
<translation>getColumnGap(["name"]) -> float |
<translation>getColumnGap(["name"]) -> float |
|
Gibt den Zeilenabstand für den Text im Rahmen "name" in Punkten zurück. Ist |
"name" nicht angegeben, wird das aktuelle Objekt verwendet.</translation> |
</message> |
<message> |
<source>getColumns(["name"]) -> integer |
<source>getColumns(["name"]) -> integer |
|
Gets the number of columns of the text frame "name". If "name" is not |
given the currently selected item is used. |
</source> |
<translation>getColumns(["name"]) -> integer |
<translation>getColumns(["name"]) -> integer |
|
Gibt die Anzahl der Spalten im Textrahmen "name" zurück. Ist "name" nicht |
angegeben, wird das aktuelle Objekt verwendet.</translation> |
</message> |
<message> |
<source>setText("text", ["name"]) |
<source>setText("text", ["name"]) |
|
Sets the text of the text frame "name" to the text of the string "text". |
Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ |
Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ |
for more details. If "name" is not given the currently selected item is |
used. |
</source> |
<translation>setText("text", ["name"]) |
<translation>setText("text", ["name"]) |
|
Ändert den Text im Rahmen "name" auf den String "text". |
Der Text muss URF8-kodiert sein - verwenden Sie z.B. unicode(text, 'iso-8859-2'). |
Der Text muss URF8-kodiert sein - verwenden Sie z.B. unicode(text, 'iso-8859-2'). |
Lesen Sie in der FAQ nach für weitere Informationen. Ist "name" nicht angegeben, |
wird der aktuelle Textrahmen verwendet.</translation> |
</message> |
<message> |
<source>setFont("font", ["name"]) |
<source>setFont("font", ["name"]) |
|
Sets the font of the text frame "name" to "font". If there is some text |
selected only the selected text is changed. If "name" is not given the |
1574,7 → 1573,7 |
|
May throw ValueError if the font cannot be found. |
</source> |
<translation>setFont("font", ["name"]) |
<translation>setFont("font", ["name"]) |
|
Setzt die Schrift für den Rahmen "name" auf "font". Ist Text ausgewählt, |
wird nur die Markierung verändert. Ist "name" nicht angegeben, wird der |
1583,7 → 1582,7 |
Ist die Schrift ungültig, wird der Fehler ValueError ausgegeben.</translation> |
</message> |
<message> |
<source>setFontSize(size, ["name"]) |
<source>setFontSize(size, ["name"]) |
|
Sets the font size of the text frame "name" to "size". "size" is treated |
as a value in points. If there is some text selected only the selected text is |
1590,9 → 1589,9 |
changed. "size" must be in the range 1 to 512. If "name" is not given the |
currently selected item is used. |
|
May throw ValueError for a font size that's out of bounds. |
May throw ValueError for a font size that's out of bounds. |
</source> |
<translation>setFontSize(size, ["name"]) |
<translation>setFontSize(size, ["name"]) |
|
Setzt die Schriftgrösse im Textrahmen "name" auf den Wert "size". "size" ist |
ein Wert in Punkten zwischen 1 und 512. Ist eine Markierung vorhanden, wird |
1602,7 → 1601,7 |
Ist die Schriftgrösse ungültig, wird der Fehler ValueError ausgegeben.</translation> |
</message> |
<message> |
<source>setLineSpacing(size, ["name"]) |
<source>setLineSpacing(size, ["name"]) |
|
Sets the line spacing ("leading") of the text frame "name" to "size". |
"size" is a value in points. If "name" is not given the currently selected |
1610,7 → 1609,7 |
|
May throw ValueError if the line spacing is out of bounds. |
</source> |
<translation>setLineSpacing(size, ["name"]) |
<translation>setLineSpacing(size, ["name"]) |
|
Setzt den Zeilenabstand im Rahmen "name" auf den Wert "size". |
"size" ist ein Wert in Punkten. Ist "name" nicht angegeben, wird der |
1620,7 → 1619,7 |
ausgegeben.</translation> |
</message> |
<message> |
<source>setColumnGap(size, ["name"]) |
<source>setColumnGap(size, ["name"]) |
|
Sets the column gap of the text frame "name" to the value "size". If |
"name" is not given the currently selected item is used. |
1627,7 → 1626,7 |
|
May throw ValueError if the column gap is out of bounds (must be positive). |
</source> |
<translation>setColumnGap(size, ["name"]) |
<translation>setColumnGap(size, ["name"]) |
|
Setzt den Spaltenabstand im Rahmen "name" auf den Wert "size". |
Ist "name" nicht angegeben, wird der aktuelle Textrahmen verwendet. |
1635,7 → 1634,7 |
Ist der Abstand nicht positiv, wird der Fehler ValueError ausgegeben.</translation> |
</message> |
<message> |
<source>setColumns(nr, ["name"]) |
<source>setColumns(nr, ["name"]) |
|
Sets the number of columns of the text frame "name" to the integer "nr". |
If "name" is not given the currently selected item is used. |
1642,7 → 1641,7 |
|
May throw ValueError if number of columns is not at least one. |
</source> |
<translation>setColumns(nr, ["name"]) |
<translation>setColumns(nr, ["name"]) |
|
Legt die Anzahl der Spalten im Textrahmen "name" fest auf "nr" fest. |
Wenn "name" nicht angegeben ist, wird der aktuelle Textrahmen verwendet. |
1650,7 → 1649,7 |
Ist die Anzahl der Spalten kleiner als 1, wird der Fehler ValueError ausgegeben.</translation> |
</message> |
<message> |
<source>setTextAlignment(align, ["name"]) |
<source>setTextAlignment(align, ["name"]) |
|
Sets the text alignment of the text frame "name" to the specified alignment. |
If "name" is not given the currently selected item is used. "align" should |
1658,7 → 1657,7 |
|
May throw ValueError for an invalid alignment constant. |
</source> |
<translation>setTextAlignment(align, ["name"]) |
<translation>setTextAlignment(align, ["name"]) |
|
Richtet den Text in dem Objekt "name" nach der Art "align" aus. Ist "name" |
nicht angegeben, wird der aktuelle Textrahmen verwendet. "align" ist eine der |
1667,7 → 1666,7 |
Bei einem falschen Argument wird der Fehler ValueError ausgegeben.</translation> |
</message> |
<message> |
<source>selectText(start, count, ["name"]) |
<source>selectText(start, count, ["name"]) |
|
Selects "count" characters of text in the text frame "name" starting from the |
character "start". Character counting starts at 0. If "count" is zero, any |
1676,7 → 1675,7 |
|
May throw IndexError if the selection is outside the bounds of the text. |
</source> |
<translation>selectText(start, count, ["name"]) |
<translation>selectText(start, count, ["name"]) |
|
Markiert "count" Zeichen des Textrahmens "name" beginnend mit dem Zeichen "start". |
Die Zählung beginnt bei 0. Wenn "count"=0 ist, wird die Markierung gelöscht. Wenn "name" |
1685,25 → 1684,25 |
Wenn die Werte ungültig sind, wird der Fehler IndexError ausgegeben.</translation> |
</message> |
<message> |
<source>deleteText(["name"]) |
<source>deleteText(["name"]) |
|
Deletes any text in the text frame "name". If there is some text selected, |
only the selected text will be deleted. If "name" is not given the currently |
selected item is used. |
</source> |
<translation>deleteText(["name"]) |
<translation>deleteText(["name"]) |
|
Löscht den Textrahmen "name". Wenn Text ausgewählt ist, wird nur die Markierung |
gelöscht. Ist "name" nicht angegeben, wird der aktuelle Textrahmen gelöscht.</translation> |
</message> |
<message> |
<source>setTextColor("color", ["name"]) |
<source>setTextColor("color", ["name"]) |
|
Sets the text color of the text frame "name" to the color "color". If there |
is some text selected only the selected text is changed. If "name" is not |
given the currently selected item is used. |
</source> |
<translation>setTextColor("color", ["name"]) |
<translation>setTextColor("color", ["name"]) |
|
Ändert die Farbe des Textes auf "color". Wenn Text ausgewählt ist, wird die |
Markierung auf "color" geändert. Ist "name" nicht angegeben, wird der aktuelle |
1710,18 → 1709,18 |
Textrahmen verwendet.</translation> |
</message> |
<message> |
<source>setTextStroke("color", ["name"]) |
<source>setTextStroke("color", ["name"]) |
|
Set "color" of the text stroke. If "name" is not given the currently |
selected item is used. |
</source> |
<translation>setTextStroke("color", ["name"]) |
<translation>setTextStroke("color", ["name"]) |
|
Setzt die Farbe "color" für die Umrandung des Textes. Ist "name" nicht angegeben, wird der aktuelle |
Textrahmen verwendet.</translation> |
</message> |
<message> |
<source>setTextShade(shade, ["name"]) |
<source>setTextShade(shade, ["name"]) |
|
Sets the shading of the text color of the object "name" to "shade". If |
there is some text selected only the selected text is changed. "shade" must |
1729,7 → 1728,7 |
intensity). If "name" is not given the currently selected item is |
used. |
</source> |
<translation>setTextShade(shade, ["name"]) |
<translation>setTextShade(shade, ["name"]) |
|
Setzt den Tonwert für den Textrahmen "name" auf "shade". |
Ist Text in dem Rahmen ausgewählt, wird nur der ausgewählt Text |
1737,7 → 1736,7 |
Ist "name" nicht vorhanden oder angegeben, wird der aktuelle Rahmen verwendet.</translation> |
</message> |
<message> |
<source>linkTextFrames("fromname", "toname") |
<source>linkTextFrames("fromname", "toname") |
|
Link two text frames. The frame named "fromname" is linked to the |
frame named "toname". The target frame must be an empty text frame |
1745,7 → 1744,7 |
|
May throw ScribusException if linking rules are violated. |
</source> |
<translation>linkTextFrames("fromname", "toname") |
<translation>linkTextFrames("fromname", "toname") |
|
Zwei Textrahmen verketten. "Fromname" wird mit "Toname" verkettet. Der Zielrahmen |
muss leer sein und darf nicht mit anderen Rahmen verkettet sein. |
1753,56 → 1752,56 |
Werden die Regeln verletzt, erscheint der Fehler ScribusException.</translation> |
</message> |
<message> |
<source>unlinkTextFrames("name") |
<source>unlinkTextFrames("name") |
|
Remove the specified (named) object from the text frame flow/linkage. If the |
frame was in the middle of a chain, the previous and next frames will be |
connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)' |
connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)' |
|
May throw ScribusException if linking rules are violated. |
</source> |
<translation>unlinkTextFrames("name") |
<translation>unlinkTextFrames("name") |
|
Entfernt den Textrahmen "name" aus der Reihe der verketteten Rahmen. Ist der |
zu entfernende Rahmen einer aus der Mitte der Reihe, wird der vorherige und nächste |
Rahmen miteinander verkettet, z.B. wird aus a->b->c dann a->c, wenn Sie Rahmen b |
Rahmen miteinander verkettet, z.B. wird aus a->b->c dann a->c, wenn Sie Rahmen b |
entfernen. |
|
Wenn die Verkettungsregeln gebrochen werden, erscheint der Fehler ScribusException.</translation> |
</message> |
<message> |
<source>traceText(["name"]) |
<source>traceText(["name"]) |
|
Convert the text frame "name" to outlines. If "name" is not given the |
currently selected item is used.</source> |
<translation>traceText(["name"]) |
<translation>traceText(["name"]) |
|
Konvertiert den Textrahmen "name" in Umrisse. Ist "name" nicht vorhanden oder |
vorgegeben, wird der aktuelle Textrahmen verwendet.</translation> |
</message> |
<message> |
<source>progressReset() |
<source>progressReset() |
|
Cleans up the Scribus progress bar previous settings. It is called before the |
new progress bar use. See progressSet. |
</source> |
<translation>progressReset() |
<translation>progressReset() |
|
Löscht die Fortschrittsanzeige. Wird aufgerufen, bevor eine neue Verlaufsanzeige benutzt wird. |
Siehe progressSet</translation> |
</message> |
<message> |
<source>progressTotal(max) |
<source>progressTotal(max) |
|
Sets the progress bar's maximum steps value to the specified number. |
Sets the progress bar's maximum steps value to the specified number. |
See progressSet. |
</source> |
<translation>progressTotal(max) |
<translation>progressTotal(max) |
|
Setzt die Gesamtzahl der Schritte für die Fortschrittsanzeige. Siehe progressSet.</translation> |
</message> |
<message> |
<source>progressSet(nr) |
<source>progressSet(nr) |
|
Set the progress bar position to "nr", a value relative to the previously set |
progressTotal. The progress bar uses the concept of steps; you give it the |
1810,9 → 1809,9 |
display the percentage of steps that have been completed. You can specify the |
total number of steps with progressTotal(). The current number of steps is set |
with progressSet(). The progress bar can be rewound to the beginning with |
progressReset(). [based on info taken from Trolltech's Qt docs] |
progressReset(). [based on info taken from Trolltech's Qt docs] |
</source> |
<translation>progressSet(nr) |
<translation>progressSet(nr) |
|
Die Fortschrittsanzeigen auf "nr" setzen, ein Wert relativ zum vorher festgelegten Wert |
für progressTotal. Die Fortschrittsanzeige verwendet Schritte zum Anzeigen des Verlaufs: |
1823,22 → 1822,22 |
Dokumenten von Trolltech Qt]</translation> |
</message> |
<message> |
<source>setCursor() |
<source>setCursor() |
|
[UNSUPPORTED!] This might break things, so steer clear for now. |
</source> |
<translation>setCursor() |
<translation>setCursor() |
|
[nicht unterstützt!] Bitte verwenden Sie diese Funktion zur Zeit noch nicht.</translation> |
</message> |
<message> |
<source>docChanged(bool) |
<source>docChanged(bool) |
|
Enable/disable save icon in the Scribus icon bar and the Save menu item. It's |
useful to call this procedure when you're changing the document, because Scribus |
won't automatically notice when you change the document using a script. |
Enable/disable save icon in the Scribus icon bar and the Save menu item. It's |
useful to call this procedure when you're changing the document, because Scribus |
won't automatically notice when you change the document using a script. |
</source> |
<translation>docChanged(bool) |
<translation>docChanged(bool) |
|
Aktiviert/Deaktivert das Icon zum Speichern und den entsprechenden Eintrag im Datei-Menü. |
Wenn Sie ein Dokument verändert ist es hilfreich, diese Funktion aufzurufen, weil Scribus im Script- |
1845,34 → 1844,34 |
Modus nicht automatisch erkennt, wann ein Dokument verändert wurde.</translation> |
</message> |
<message> |
<source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
<source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
|
Sets the scale to frame on the selected or specified image frame to `scaletoframe'. |
If `proportional' is specified, set fixed aspect ratio scaling to `proportional'. |
Both `scaletoframe' and `proportional' are boolean. |
Sets the scale to frame on the selected or specified image frame to `scaletoframe'. |
If `proportional' is specified, set fixed aspect ratio scaling to `proportional'. |
Both `scaletoframe' and `proportional' are boolean. |
|
May raise WrongFrameTypeError. |
</source> |
<translation>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
<translation>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
|
Setzt die Eigenschaft An Rahmen anpassen für den gewählten Bildrahmen oder angegebenen |
Bildrahmen. |
'proportional' verkleinert das Bild proportional zur ursprünglichen Grösse. |
Sowohl 'scaletoframe' als auch 'proportional' sind boolsche Werte. |
'proportional' verkleinert das Bild proportional zur ursprünglichen Grösse. |
Sowohl 'scaletoframe' als auch 'proportional' sind boolsche Werte. |
|
Kann den Fehler WrongFrameTypeError verursachen.</translation> |
</message> |
<message> |
<source>isLayerPrintable("layer") -> bool |
<source>isLayerPrintable("layer") -> bool |
|
Returns whether the layer "layer" is printable or not, a value of True means |
that the layer "layer" can be printed, a value of False means that printing |
the layer "layer" is disabled. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>isLayerPrintable("layer") -> bool |
<translation>isLayerPrintable("layer") -> bool |
|
Gibt zurück, ob die Ebene gedruckt wird oder nicht. True bedeutet, dass die Ebene |
gedruckt wird, False bedeutet, dass das Drucken deaktiviert ist. |
1881,7 → 1880,7 |
Der Fehler ValueError tritt auf, wenn der Ebenenname ungültig ist.</translation> |
</message> |
<message> |
<source>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
<source>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
|
Creates an image preview of font "name" with given text "sample" and size. |
If "filename" is not "", image is saved into "filename". Otherwise |
1889,10 → 1888,10 |
specifies the image format to generate, and supports any format allowed |
by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM. |
|
May raise NotFoundError if the specified font can't be found. |
May raise NotFoundError if the specified font can't be found. |
May raise ValueError if an empty sample or filename is passed. |
</source> |
<translation>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
<translation>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
|
Erzeugt ein Bild mit dem Text "sample" in der Schrift "font" und der Grösse "size". |
Ist "filename" angegeben, wird das Bild unter "filename" abgespeichert. Ansonsten |
1904,7 → 1903,7 |
Der Fehler ValueError tritt auf, wenn "sample" leer ist oder der Dateiname ungültig ist.</translation> |
</message> |
<message> |
<source>setPDFBookmark("toggle", ["name"]) |
<source>setPDFBookmark("toggle", ["name"]) |
|
Sets wether (toggle = 1) the text frame "name" is a bookmark nor not. |
If "name" is not given the currently selected item is used. |
1911,7 → 1910,7 |
|
May raise WrongFrameTypeError if the target frame is not a text frame |
</source> |
<translation>setPDFBookmark("toggle", ["name"]) |
<translation>setPDFBookmark("toggle", ["name"]) |
|
Legt fest (toggle=1), ob der Textrahmen "name" ein Lesezeichen ist oder nicht. |
Ist "name" nicht angegeben, wird der aktuelle Textrahmen verwendet. |
1919,7 → 1918,7 |
Der Fehler WrongFrameTypeError tritt auf, wenn der Zielrahmen kein Textrahmen ist</translation> |
</message> |
<message> |
<source>isPDFBookmark(["name"]) -> bool |
<source>isPDFBookmark(["name"]) -> bool |
|
Returns true if the text frame "name" is a PDF bookmark. |
If "name" is not given the currently selected item is used. |
1926,7 → 1925,7 |
|
May raise WrongFrameTypeError if the target frame is not a text frame |
</source> |
<translation>isPDFBookmark(["name"]) -> bool |
<translation>isPDFBookmark(["name"]) -> bool |
|
Gibt zurück, ob der Textrahmen "name" ein PDF-Lesezeichen ist. |
Ist "name" nicht angegeben, wird der aktuelle Textrahmen verwendet. |
1934,19 → 1933,19 |
Der Fehler WrongFrameTypeError tritt auf, wenn der Zielrahmen kein Textrahmen ist</translation> |
</message> |
<message> |
<source>getPageMargins() |
<source>getPageMargins() |
|
Returns the page margins as a (top, left, right, bottom) tuple in the current |
units. See UNIT_<type> constants and getPageSize(). |
units. See UNIT_<type> constants and getPageSize(). |
</source> |
<translation>getPageMargins() |
<translation>getPageMargins() |
|
Gibt die Seitenränder als ein Tupel in der gerade aktiven Einheit zurück (oben, unten, links, rechts). |
Mögliche Einheiten finden Sie bei UNIT_<tye> und getPageSize(). |
Mögliche Einheiten finden Sie bei UNIT_<tye> und getPageSize(). |
</translation> |
</message> |
<message> |
<source>getColorAsRGB("name") -> tuple |
<source>getColorAsRGB("name") -> tuple |
|
Returns a tuple (R,G,B) containing the three color components of the |
color "name" from the current document, converted to the RGB color |
1953,10 → 1952,10 |
space. If no document is open, returns the value of the named color |
from the default document colors. |
|
May raise NotFoundError if the named color wasn't found. |
May raise NotFoundError if the named color wasn't found. |
May raise ValueError if an invalid color name is specified. |
</source> |
<translation>getColorAsRGB("name") -> tuple |
<translation>getColorAsRGB("name") -> tuple |
|
Returns a tuple (R,G,B) containing the three color components of the |
color "name" from the current document, converted to the RGB color |
1963,15 → 1962,15 |
space. If no document is open, returns the value of the named color |
from the default document colors. |
|
May raise NotFoundError if the named color wasn't found. |
May raise NotFoundError if the named color wasn't found. |
May raise ValueError if an invalid color name is specified.</translation> |
</message> |
<message> |
<source>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
<source>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
|
Shows a File Open dialog box with the caption "caption". Files are filtered |
with the filter string "filter". A default filename or file path can also |
supplied, leave this string empty when you don't want to use it. A value of |
supplied, leave this string empty when you don't want to use it. A value of |
True for haspreview enables a small preview widget in the FileSelect box. When |
the issave parameter is set to True the dialog acts like a "Save As" dialog |
otherwise it acts like a "File Open Dialog". When the isdir parameter is True |
1978,15 → 1977,15 |
the dialog shows and returns only directories. The default for all of the |
opional parameters is False. |
|
The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
For example 'Images (*.png *.xpm *.jpg)'. |
The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
For example 'Images (*.png *.xpm *.jpg)'. |
|
Refer to the Qt-Documentation for QFileDialog for details on filters. |
|
Example: fileDialog('Open input', 'CSV files (*.csv)') |
Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
Example: fileDialog('Open input', 'CSV files (*.csv)') |
Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
</source> |
<translation>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
<translation>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
|
Zeigt einen Datei öffnen-Dialog mit der Beschriftung "caption". Dateien werden |
gefiltert mit dem String "filter". Ein Standard-Dateiname oder -pfad kann auch |
1998,145 → 1997,145 |
wert aller optionalen Parameter ist "False"</translation> |
</message> |
<message> |
<source>getPropertyCType(object, property, includesuper=True) |
<source>getPropertyCType(object, property, includesuper=True) |
|
Returns the name of the C type of `property' of `object'. See getProperty() |
Returns the name of the C type of `property' of `object'. See getProperty() |
for details of arguments. |
|
If `includesuper' is true, search inherited properties too. |
If `includesuper' is true, search inherited properties too. |
</source> |
<translation>getPropertyCType(object, property, includesuper=True) |
<translation>getPropertyCType(object, property, includesuper=True) |
|
Returns the name of the C type of `property' of `object'. See getProperty() |
Returns the name of the C type of `property' of `object'. See getProperty() |
for details of arguments. |
|
If `includesuper' is true, search inherited properties too.</translation> |
If `includesuper' is true, search inherited properties too.</translation> |
</message> |
<message> |
<source>getPropertyNames(object, includesuper=True) |
<source>getPropertyNames(object, includesuper=True) |
|
Return a list of property names supported by `object'. |
If `includesuper' is true, return properties supported |
Return a list of property names supported by `object'. |
If `includesuper' is true, return properties supported |
by parent classes as well. |
</source> |
<translation>getPropertyNames(object, includesuper=True) |
<translation>getPropertyNames(object, includesuper=True) |
|
Return a list of property names supported by `object'. |
If `includesuper' is true, return properties supported |
Return a list of property names supported by `object'. |
If `includesuper' is true, return properties supported |
by parent classes as well.</translation> |
</message> |
<message> |
<source>getProperty(object, property) |
<source>getProperty(object, property) |
|
Return the value of the property `property' of the passed `object'. |
Return the value of the property `property' of the passed `object'. |
|
The `object' argument may be a string, in which case the named PageItem |
The `object' argument may be a string, in which case the named PageItem |
is searched for. It may also be a PyCObject, which may point to any |
C++ QObject instance. |
|
The `property' argument must be a string, and is the name of the property |
to look up on `object'. |
The `property' argument must be a string, and is the name of the property |
to look up on `object'. |
|
The return value varies depending on the type of the property. |
</source> |
<translation>getProperty(object, property) |
<translation>getProperty(object, property) |
|
Return the value of the property `property' of the passed `object'. |
Return the value of the property `property' of the passed `object'. |
|
The `object' argument may be a string, in which case the named PageItem |
The `object' argument may be a string, in which case the named PageItem |
is searched for. It may also be a PyCObject, which may point to any |
C++ QObject instance. |
|
The `property' argument must be a string, and is the name of the property |
to look up on `object'. |
The `property' argument must be a string, and is the name of the property |
to look up on `object'. |
|
The return value varies depending on the type of the property.</translation> |
</message> |
<message> |
<source>setProperty(object, property, value) |
<source>setProperty(object, property, value) |
|
Set `property' of `object' to `value'. If `value' cannot be converted to a type |
compatible with the type of `property', an exception is raised. An exception may |
Set `property' of `object' to `value'. If `value' cannot be converted to a type |
compatible with the type of `property', an exception is raised. An exception may |
also be raised if the underlying setter fails. |
|
See getProperty() for more information. |
</source> |
<translation>setProperty(object, property, value) |
<translation>setProperty(object, property, value) |
|
Set `property' of `object' to `value'. If `value' cannot be converted to a type |
compatible with the type of `property', an exception is raised. An exception may |
Set `property' of `object' to `value'. If `value' cannot be converted to a type |
compatible with the type of `property', an exception is raised. An exception may |
also be raised if the underlying setter fails. |
|
See getProperty() for more information.</translation> |
</message> |
<message> |
<source>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
<source>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
|
Return a list of children of `object', possibly restricted to children |
of class named `ofclass' or children named `ofname'. If `recursive' is true, |
Return a list of children of `object', possibly restricted to children |
of class named `ofclass' or children named `ofname'. If `recursive' is true, |
search recursively through children, grandchildren, etc. |
|
See QObject::children() in the Qt docs for more information. |
</source> |
<translation>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
<translation>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
|
Return a list of children of `object', possibly restricted to children |
of class named `ofclass' or children named `ofname'. If `recursive' is true, |
Return a list of children of `object', possibly restricted to children |
of class named `ofclass' or children named `ofname'. If `recursive' is true, |
search recursively through children, grandchildren, etc. |
|
See QObject::children() in the Qt docs for more information.</translation> |
</message> |
<message> |
<source>getChild(object, childname, ofclass=None, recursive=True) |
<source>getChild(object, childname, ofclass=None, recursive=True) |
|
Return the first child of `object' named `childname', possibly restricting |
the search to children of type name `ofclass'. If `recursive' is true, |
Return the first child of `object' named `childname', possibly restricting |
the search to children of type name `ofclass'. If `recursive' is true, |
search recursively through children, grandchildren, etc. |
</source> |
<translation>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
<translation>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
|
Return a list of children of `object', possibly restricted to children |
of class named `ofclass' or children named `ofname'. If `recursive' is true, |
Return a list of children of `object', possibly restricted to children |
of class named `ofclass' or children named `ofname'. If `recursive' is true, |
search recursively through children, grandchildren, etc. |
|
See QObject::children() in the Qt docs for more information.</translation> |
</message> |
<message> |
<source>textOverflows(["name", nolinks]) -> integer |
<source>textOverflows(["name", nolinks]) -> integer |
|
Returns the actual number of overflowing characters in text frame "name". |
If is nolinks set to non zero value it takes only one frame - it doesn't |
If is nolinks set to non zero value it takes only one frame - it doesn't |
use text frame linking. Without this parameter it search all linking chain. |
|
May raise WrongFrameTypeError if the target frame is not an text frame |
</source> |
<translation>isLayerPrintable("layer") -> bool |
<translation>isLayerPrintable("layer") -> bool |
|
Returns whether the layer "layer" is visible or not, a value of True means |
that the layer "layer" is visible, a value of False means that the layer |
"layer" is invisible. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable</translation> |
</message> |
<message> |
<source>newStyleDialog() -> string |
<source>newStyleDialog() -> string |
|
Shows 'Create new paragraph style' dialog. Function returns real |
Shows 'Create new paragraph style' dialog. Function returns real |
style name or None when user cancels the dialog. |
</source> |
<translation>isLayerPrintable("layer") -> bool |
<translation>isLayerPrintable("layer") -> bool |
|
Returns whether the layer "layer" is visible or not, a value of True means |
that the layer "layer" is visible, a value of False means that the layer |
"layer" is invisible. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>newDoc(size, margins, orientation, firstPageNumber, |
unit, facingPages, firstSideLeft) -> bool |
<source>newDoc(size, margins, orientation, firstPageNumber, |
unit, facingPages, firstSideLeft) -> bool |
|
WARNING: Obsolete procedure! Use newDocument instead. |
|
2144,7 → 2143,7 |
following meaning: |
|
size = A tuple (width, height) describing the size of the document. You can |
use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
|
margins = A tuple (left, right, top, bottom) describing the document |
margins |
2152,8 → 2151,8 |
orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
|
firstPageNumer = is the number of the first page in the document used for |
pagenumbering. While you'll usually want 1, it's useful to have higher |
numbers if you're creating a document in several parts. |
pagenumbering. While you'll usually want 1, it's useful to have higher |
numbers if you're creating a document in several parts. |
|
unit: this value sets the measurement units used by the document. Use a |
predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
2170,8 → 2169,8 |
example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
FACINGPAGES, FIRSTPAGERIGHT) |
</source> |
<translation>newDoc(size, margins, orientation, firstPageNumber, |
unit, facingPages, firstSideLeft) -> bool |
<translation>newDoc(size, margins, orientation, firstPageNumber, |
unit, facingPages, firstSideLeft) -> bool |
|
WARNING: Obsolete procedure! Use newDocument instead. |
|
2179,7 → 2178,7 |
following meaning: |
|
size = A tuple (width, height) describing the size of the document. You can |
use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
|
margins = A tuple (left, right, top, bottom) describing the document |
margins |
2187,8 → 2186,8 |
orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
|
firstPageNumer = is the number of the first page in the document used for |
pagenumbering. While you'll usually want 1, it's useful to have higher |
numbers if you're creating a document in several parts. |
pagenumbering. While you'll usually want 1, it's useful to have higher |
numbers if you're creating a document in several parts. |
|
unit: this value sets the measurement units used by the document. Use a |
predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
2207,255 → 2206,255 |
</translation> |
</message> |
<message> |
<source>closeMasterPage() |
<source>closeMasterPage() |
|
Closes the currently active master page, if any, and returns editing |
to normal. Begin editing with editMasterPage(). |
</source> |
<translation>closeMasterPage() |
<translation>closeMasterPage() |
|
Closes the currently active master page, if any, and returns editing |
to normal. Begin editing with editMasterPage().</translation> |
</message> |
<message> |
<source>masterPageNames() |
<source>masterPageNames() |
|
Returns a list of the names of all master pages in the document. |
</source> |
<translation>masterPageNames()(new line) |
<translation>masterPageNames()(new line) |
(new line) |
Returns a list of the names of all master pages in the document.</translation> |
</message> |
<message> |
<source>editMasterPage(pageName) |
<source>editMasterPage(pageName) |
|
Enables master page editing and opens the named master page |
for editing. Finish editing with closeMasterPage(). |
</source> |
<translation>editMasterPage(pageName)(new line) |
<translation>editMasterPage(pageName)(new line) |
(new line) |
Enables master page editing and opens the named master page(new line) |
for editing. Finish editing with closeMasterPage().</translation> |
</message> |
<message> |
<source>createMasterPage(pageName) |
<source>createMasterPage(pageName) |
|
Creates a new master page named pageName and opens it for |
editing. |
</source> |
<translation>createMasterPage(pageName)(new line) |
<translation>createMasterPage(pageName)(new line) |
(new line) |
Creates a new master page named pageName and opens it for(new line) |
editing.</translation> |
</message> |
<message> |
<source>deleteMasterPage(pageName) |
<source>deleteMasterPage(pageName) |
|
Delete the named master page. |
</source> |
<translation>deleteMasterPage(pageName)(new line) |
<translation>deleteMasterPage(pageName)(new line) |
(new line) |
Delete the named master page.</translation> |
</message> |
<message> |
<source>zoomDocument(double) |
<source>zoomDocument(double) |
|
Zoom the document in main GUI window. Actions have whole number |
values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker. |
</source> |
<translation>zoomDocument(double)(new line) |
<translation>zoomDocument(double)(new line) |
(new line) |
Zoom the document in main GUI window. Actions have whole number(new line) |
values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker.</translation> |
</message> |
<message> |
<source>getFillTransparency(["name"]) -> float |
<source>getFillTransparency(["name"]) -> float |
|
Returns the fill transparency of the object "name". If "name" |
is not given the currently selected Item is used. |
</source> |
<translation>getFillTransparency(["name"]) -> float |
<translation>getFillTransparency(["name"]) -> float |
Returns the fill transparency of the object "name". If "name" |
is not given the currently selected Item is used.</translation> |
</message> |
<message> |
<source>getFillBlendmode(["name"]) -> integer |
<source>getFillBlendmode(["name"]) -> integer |
|
Returns the fill blendmode of the object "name". If "name" |
is not given the currently selected Item is used. |
</source> |
<translation>getFillBlendmode(["name"]) -> integer |
<translation>getFillBlendmode(["name"]) -> integer |
Returns the fill blendmode of the object "name". If "name" |
is not given the currently selected Item is used.</translation> |
</message> |
<message> |
<source>getLineTransparency(["name"]) -> float |
<source>getLineTransparency(["name"]) -> float |
|
Returns the line transparency of the object "name". If "name" |
is not given the currently selected Item is used. |
</source> |
<translation>getLineTransparency(["name"]) -> float |
<translation>getLineTransparency(["name"]) -> float |
Returns the line transparency of the object "name". If "name" |
is not given the currently selected Item is used.</translation> |
</message> |
<message> |
<source>getLineBlendmode(["name"]) -> integer |
<source>getLineBlendmode(["name"]) -> integer |
|
Returns the line blendmode of the object "name". If "name" |
is not given the currently selected Item is used. |
</source> |
<translation>getLineBlendmode(["name"]) -> integer |
<translation>getLineBlendmode(["name"]) -> integer |
Returns the line blendmode of the object "name". If "name" |
is not given the currently selected Item is used.</translation> |
</message> |
<message> |
<source>setLayerLocked("layer", locked) |
<source>setLayerLocked("layer", locked) |
|
Sets the layer "layer" to be locked or not. If locked is set to |
true the layer will be locked. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setLayerLocked("layer", locked) |
<translation>setLayerLocked("layer", locked) |
Sets the layer "layer" to be locked or not. If locked is set to |
true the layer will be locked. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>setLayerOutlined"layer", outline) |
<source>setLayerOutlined"layer", outline) |
|
Sets the layer "layer" to be locked or not. If outline is set to |
true the layer will be displayed outlined. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setLayerOutlined"layer", outline) |
<translation>setLayerOutlined"layer", outline) |
Sets the layer "layer" to be locked or not. If outline is set to |
true the layer will be displayed outlined. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>setLayerFlow"layer", flow) |
<source>setLayerFlow"layer", flow) |
|
Sets the layers "layer" flowcontrol to flow. If flow is set to |
true text in layers above this one will flow around objects on this layer. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setLayerFlow"layer", flow) |
<translation>setLayerFlow"layer", flow) |
Sets the layers "layer"(sp)(sp)flowcontrol to flow. If flow is set to |
true text in layers above this one will flow around objects on this layer. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>setLayerBlendmode"layer", blend) |
<source>setLayerBlendmode"layer", blend) |
|
Sets the layers "layer" blendmode to blend. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setLayerBlendmode"layer", blend) |
<translation>setLayerBlendmode"layer", blend) |
Sets the layers "layer"(sp)(sp)blendmode to blend. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>setLayerTransparency"layer", trans) |
<source>setLayerTransparency"layer", trans) |
|
Sets the layers "layer" transparency to trans. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setLayerTransparency"layer", trans) |
<translation>setLayerTransparency"layer", trans) |
Sets the layers "layer"(sp)(sp)transparency to trans. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>isLayerLocked("layer") -> bool |
<source>isLayerLocked("layer") -> bool |
|
Returns whether the layer "layer" is locked or not, a value of True means |
that the layer "layer" is editable, a value of False means that the layer |
"layer" is locked. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>isLayerLocked("layer") -> bool |
<translation>isLayerLocked("layer") -> bool |
Returns whether the layer "layer" is locked or not, a value of True means |
that the layer "layer" is editable, a value of False means that the layer |
"layer" is locked. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>isLayerOutlined("layer") -> bool |
<source>isLayerOutlined("layer") -> bool |
|
Returns whether the layer "layer" is outlined or not, a value of True means |
that the layer "layer" is outlined, a value of False means that the layer |
"layer" is normal. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>isLayerOutlined("layer") -> bool |
<translation>isLayerOutlined("layer") -> bool |
Returns whether the layer "layer" is outlined or not, a value of True means |
that the layer "layer" is outlined, a value of False means that the layer |
"layer" is normal. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>isLayerFlow("layer") -> bool |
<source>isLayerFlow("layer") -> bool |
|
Returns whether text flows around objects on layer "layer", a value of True means |
that text flows around, a value of False means that the text does not flow around. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>isLayerFlow("layer") -> bool |
<translation>isLayerFlow("layer") -> bool |
Returns whether text flows around objects on layer "layer", a value of True means |
that text flows around, a value of False means that the text does not flow around. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>getLayerBlendmode("layer") -> int |
<source>getLayerBlendmode("layer") -> int |
|
Returns the "layer" layer blendmode, |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>getLayerBlendmode("layer") -> int |
<translation>getLayerBlendmode("layer") -> int |
Returns the "layer" layer blendmode, |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>getLayerTransparency("layer") -> float |
<source>getLayerTransparency("layer") -> float |
|
Returns the "layer" layer transparency, |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>getLayerTransparency("layer") -> float |
<translation>getLayerTransparency("layer") -> float |
Returns the "layer" layer transparency, |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>textFlowMode("name" [, state]) |
<source>textFlowMode("name" [, state]) |
|
Enables/disables "Text Flows Around Frame" feature for object "name". |
Called with parameters string name and optional int "state" (0 <= state <= 3). |
2465,7 → 2464,7 |
Setting "state" to 3 will make text flow around contour line. |
If "state" is not passed, text flow is toggled. |
</source> |
<translation>textFlowMode("name" [, state]) |
<translation>textFlowMode("name" [, state]) |
Enables/disables "Text Flows Around Frame" feature for object "name". |
Called with parameters string name and optional int "state" (0 <= state <= 3). |
Setting "state" to 0 will disable text flow. |
2475,45 → 2474,45 |
If "state" is not passed, text flow is toggled.</translation> |
</message> |
<message> |
<source>duplicateObject(["name"]) -> string |
<source>duplicateObject(["name"]) -> string |
|
creates a Duplicate of the selected Object (or Selection Group). |
</source> |
<translation>duplicateObject(["name"]) -> string |
<translation>duplicateObject(["name"]) -> string |
creates a Duplicate of the selected Object (or Selection Group).</translation> |
</message> |
<message> |
<source>setFillTransparency(transparency, ["name"]) |
<source>setFillTransparency(transparency, ["name"]) |
|
Sets the fill transparency of the object "name" to transparency |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used. |
</source> |
<translation>setFillTransparency(transparency, ["name"]) |
<translation>setFillTransparency(transparency, ["name"]) |
Sets the fill transparency of the object "name" to transparency |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used.</translation> |
</message> |
<message> |
<source>setFillBlendmode(blendmode, ["name"]) |
<source>setFillBlendmode(blendmode, ["name"]) |
|
Sets the fill blendmode of the object "name" to blendmode |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used. |
</source> |
<translation>setFillBlendmode(blendmode, ["name"]) |
<translation>setFillBlendmode(blendmode, ["name"]) |
Sets the fill blendmode of the object "name" to blendmode |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used.</translation> |
</message> |
<message> |
<source>setLineTransparency(transparency, ["name"]) |
<source>setLineTransparency(transparency, ["name"]) |
|
Sets the line transparency of the object "name" to transparency |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used. |
</source> |
<translation>setLineTransparency(transparency, ["name"]) |
<translation>setLineTransparency(transparency, ["name"]) |
|
Sets the line transparency of the object "name" to transparency |
is the name of one of the defined colors. If "name" is not given the |
2521,49 → 2520,49 |
</translation> |
</message> |
<message> |
<source>setLineBlendmode(blendmode, ["name"]) |
<source>setLineBlendmode(blendmode, ["name"]) |
|
Sets the line blendmode of the object "name" to blendmode |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used. |
</source> |
<translation>setLineBlendmode(blendmode, ["name"]) |
<translation>setLineBlendmode(blendmode, ["name"]) |
Sets the line blendmode of the object "name" to blendmode |
is the name of one of the defined colors. If "name" is not given the |
currently selected item is used.</translation> |
</message> |
<message> |
<source>setInfo("author", "info", "description") -> bool |
<source>setInfo("author", "info", "description") -> bool |
|
Sets the document information. "Author", "Info", "Description" are |
strings. |
</source> |
<translation>setInfo("author", "info", "description") -> bool |
<translation>setInfo("author", "info", "description") -> bool |
Sets the document information. "Author", "Info", "Description" are |
strings.</translation> |
</message> |
<message> |
<source>getPageType() -> integer |
<source>getPageType() -> integer |
|
Returns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page |
</source> |
<translation>getPageType() -> integer |
<translation>getPageType() -> integer |
|
Returns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page</translation> |
</message> |
<message> |
<source>getTextLines(["name"]) -> integer |
<source>getTextLines(["name"]) -> integer |
|
Returns the number of lines of the text in the text frame "name". |
If "name" is not given the currently selected item is used. |
</source> |
<translation>getTextLines(["name"]) -> integer |
<translation>getTextLines(["name"]) -> integer |
|
Returns the number of lines of the text in the text frame "name". |
If "name" is not given the currently selected item is used.</translation> |
</message> |
<message> |
<source>defineColor("name", c, m, y, k) |
<source>defineColor("name", c, m, y, k) |
|
Defines a new color "name". The color Value is defined via four components: |
c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
2571,7 → 2570,7 |
|
May raise ValueError if an invalid color name is specified. |
</source> |
<translation>defineColor("name", c, m, y, k) |
<translation>defineColor("name", c, m, y, k) |
|
Defines a new color "name". The color Value is defined via four components: |
c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
2580,13 → 2579,13 |
May raise ValueError if an invalid color name is specified.</translation> |
</message> |
<message> |
<source>getCornerRadius(["name"]) -> integer |
<source>getCornerRadius(["name"]) -> integer |
|
Returns the corner radius of the object "name". The radius is |
expressed in points. If "name" is not given the currently |
selected item is used. |
</source> |
<translation>getCornerRadius(["name"]) -> integer |
<translation>getCornerRadius(["name"]) -> integer |
|
Returns the corner radius of the object "name". The radius is |
expressed in points. If "name" is not given the currently |
2593,28 → 2592,28 |
selected item is used.</translation> |
</message> |
<message> |
<source>getPosition(["name"]) -> (x,y) |
<source>getPosition(["name"]) -> (x,y) |
|
Returns a (x, y) tuple with the position of the object "name". |
If "name" is not given the currently selected item is used. |
The position is expressed in the actual measurement unit of the document |
- see UNIT_<type> for reference. |
- see UNIT_<type> for reference. |
</source> |
<translation>getPosition(["name"]) -> (x,y) |
<translation>getPosition(["name"]) -> (x,y) |
|
Returns a (x, y) tuple with the position of the object "name". |
If "name" is not given the currently selected item is used. |
The position is expressed in the actual measurement unit of the document |
- see UNIT_<type> for reference.</translation> |
- see UNIT_<type> for reference.</translation> |
</message> |
<message> |
<source>rotateObjectAbs(rot [, "name"]) |
<source>rotateObjectAbs(rot [, "name"]) |
|
Sets the rotation of the object "name" to "rot". Positive values |
mean counter clockwise rotation. If "name" is not given the currently |
selected item is used. |
</source> |
<translation>rotateObjectAbs(rot [, "name"]) |
<translation>rotateObjectAbs(rot [, "name"]) |
|
Sets the rotation of the object "name" to "rot". Positive values |
mean counter clockwise rotation. If "name" is not given the currently |
2621,43 → 2620,43 |
selected item is used.</translation> |
</message> |
<message> |
<source>setLayerPrintable("layer", printable) |
<source>setLayerPrintable("layer", printable) |
|
Sets the layer "layer" to be printable or not. If is the |
printable set to false the layer won't be printed. |
printable set to false the layer won't be printed. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>setLayerPrintable("layer", printable) |
<translation>setLayerPrintable("layer", printable) |
|
Sets the layer "layer" to be printable or not. If is the |
printable set to false the layer won't be printed. |
printable set to false the layer won't be printed. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>isLayerVisible("layer") -> bool |
<source>isLayerVisible("layer") -> bool |
|
Returns whether the layer "layer" is visible or not, a value of True means |
that the layer "layer" is visible, a value of False means that the layer |
"layer" is invisible. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable. |
</source> |
<translation>isLayerVisible("layer") -> bool |
<translation>isLayerVisible("layer") -> bool |
|
Returns whether the layer "layer" is visible or not, a value of True means |
that the layer "layer" is visible, a value of False means that the layer |
"layer" is invisible. |
|
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
May raise NotFoundError if the layer can't be found. |
May raise ValueError if the layer name isn't acceptable.</translation> |
</message> |
<message> |
<source>insertText("text", pos, ["name"]) |
<source>insertText("text", pos, ["name"]) |
|
Inserts the text "text" at the position "pos" into the text frame "name". |
Text must be UTF encoded (see setText() as reference) The first character has an |
2666,7 → 2665,7 |
|
May throw IndexError for an insertion out of bounds. |
</source> |
<translation>insertText("text", pos, ["name"]) |
<translation>insertText("text", pos, ["name"]) |
|
Inserts the text "text" at the position "pos" into the text frame "name". |
Text must be UTF encoded (see setText() as reference) The first character has an |
2675,8873 → 2674,8932 |
|
May throw IndexError for an insertion out of bounds.</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>About</name> |
<message> |
<source>Contributions from:</source> |
<translation>Beiträge von:</translation> |
<source>Contributions from:</source> |
<translation>Beiträge von:</translation> |
</message> |
<message> |
<source>&About</source> |
<translation>Ü&ber</translation> |
<source>&About</source> |
<translation>Ü&ber</translation> |
</message> |
<message> |
<source>A&uthors</source> |
<translation>A&utoren</translation> |
<source>A&uthors</source> |
<translation>A&utoren</translation> |
</message> |
<message> |
<source>&Translations</source> |
<translation>Über&setzungen</translation> |
<source>&Translations</source> |
<translation>Über&setzungen</translation> |
</message> |
<message> |
<source>&Online</source> |
<translation>&Online</translation> |
<source>&Online</source> |
<translation>&Online</translation> |
</message> |
<message> |
<source>&Close</source> |
<translation>Sch&liessen</translation> |
<source>&Close</source> |
<translation>Sch&liessen</translation> |
</message> |
<message> |
<source>Development Team:</source> |
<translation>Entwicklerteam:</translation> |
<source>Development Team:</source> |
<translation>Entwicklerteam:</translation> |
</message> |
<message> |
<source>Official Documentation:</source> |
<translation>Offizielle Dokumentation:</translation> |
<source>Official Documentation:</source> |
<translation>Offizielle Dokumentation:</translation> |
</message> |
<message> |
<source>Other Documentation:</source> |
<translation>Andere Dokumentationen:</translation> |
<source>Other Documentation:</source> |
<translation>Andere Dokumentationen:</translation> |
</message> |
<message> |
<source>Homepage</source> |
<translation>Homepage</translation> |
<source>Homepage</source> |
<translation>Homepage</translation> |
</message> |
<message> |
<source>Online Reference</source> |
<translation>Onlinereferenz</translation> |
<source>Online Reference</source> |
<translation>Onlinereferenz</translation> |
</message> |
<message> |
<source>Bugs and Feature Requests</source> |
<translation>Fehler und Featurewünsche</translation> |
<source>Bugs and Feature Requests</source> |
<translation>Fehler und Featurewünsche</translation> |
</message> |
<message> |
<source>Mailing List</source> |
<translation>Mailingliste</translation> |
<source>Mailing List</source> |
<translation>Mailingliste</translation> |
</message> |
<message> |
<source>Official Translations and Translators:</source> |
<translation>Offizielle Übersetzungen und Übersetzer:</translation> |
<source>Official Translations and Translators:</source> |
<translation>Offizielle Übersetzungen und Übersetzer:</translation> |
</message> |
<message> |
<source>Previous Translation Contributors:</source> |
<translation>Ehemalige Übersetzer:</translation> |
<source>Previous Translation Contributors:</source> |
<translation>Ehemalige Übersetzer:</translation> |
</message> |
<message> |
<source>About Scribus %1</source> |
<translation>Über Scribus %1</translation> |
<source>About Scribus %1</source> |
<translation>Über Scribus %1</translation> |
</message> |
<message> |
<source>Wiki</source> |
<translation>Wiki</translation> |
<source>Wiki</source> |
<translation>Wiki</translation> |
</message> |
<message> |
<source>%1 %2 %3</source> |
<translation>%1 %2 %3</translation> |
<source>%1 %2 %3</source> |
<translation>%1 %2 %3</translation> |
</message> |
<message> |
<source>%3-%2-%1 %4 %5</source> |
<translation>%3-%2-%1 %4 %5</translation> |
<source>%3-%2-%1 %4 %5</source> |
<translation>%3-%2-%1 %4 %5</translation> |
</message> |
<message> |
<source>Using Ghostscript version %1</source> |
<translation>Ghostscript-Version: %1</translation> |
<source>Using Ghostscript version %1</source> |
<translation>Ghostscript-Version: %1</translation> |
</message> |
<message> |
<source>No Ghostscript version available</source> |
<translation>Ghostscript ist nicht vorhanden</translation> |
<source>No Ghostscript version available</source> |
<translation>Ghostscript ist nicht vorhanden</translation> |
</message> |
<message> |
<source><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></source> |
<translation><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></translation> |
<source><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></source> |
<translation><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></translation> |
</message> |
<message> |
<source>Build ID:</source> |
<translation>Build ID:</translation> |
<source>Build ID:</source> |
<translation>Build ID:</translation> |
</message> |
<message> |
<source>Mac OS&#174; X Aqua Port:</source> |
<translation>Mac OS&#174; X Aqua Port:</translation> |
<source>Mac OS&#174; X Aqua Port:</source> |
<translation>Mac OS&#174; X Aqua Port:</translation> |
</message> |
<message> |
<source>Windows&#174; Port:</source> |
<translation>Windows&#174; Port:</translation> |
<source>Windows&#174; Port:</source> |
<translation>Windows&#174; Port:</translation> |
</message> |
<message> |
<source>Tango Project Icons:</source> |
<translation>Icons aus dem Tango-Projekt:</translation> |
<source>Tango Project Icons:</source> |
<translation>Icons aus dem Tango-Projekt:</translation> |
</message> |
<message> |
<source>&Updates</source> |
<translation>&Updates</translation> |
<source>&Updates</source> |
<translation>&Updates</translation> |
</message> |
<message> |
<source>Check for &Updates</source> |
<translation>Auf Updates über&prüfen</translation> |
<source>Check for &Updates</source> |
<translation>Auf Updates über&prüfen</translation> |
</message> |
<message> |
<source>This panel shows the version, build date and compiled in library support in Scribus. The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support. Last Letter is the renderer C=cairo or A=libart Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected. The Windows version does not use fontconfig or CUPS libraries.</source> |
<translation>Diese Leiste zeigt die Version, das Build-Datum und die kompilierte Unterstützung für Programmbibliotheken. C-C-T-F bedeutet im einzelnen: |
<source>This panel shows the version, build date and compiled in library support in Scribus. The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support. Last Letter is the renderer C=cairo or A=libart Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected. The Windows version does not use fontconfig or CUPS libraries.</source> |
<translation>Diese Leiste zeigt die Version, das Build-Datum und die kompilierte Unterstützung für Programmbibliotheken. C-C-T-F bedeutet im einzelnen: |
C= littleCMS C=CUPS, T=TIFF-Unterstützung, F=Fontconfig-Unterstützung. Der zusätzliche Buchstabe am Ende bezeichnet den Renderer, nämlich entweder C (Cairo) oder A (libart). Wird eine der Bibliotheken nicht unterstützt, steht statt dessen ein *. Hier wird auch die von Scribus gefundene Ghostscript-Version angezeigt. Die Windows-Version benutz weder fontconfig noch CUPS.</translation> |
</message> |
<message> |
<source>Check for updates to Scribus. No data from your machine will be transferred off it.</source> |
<translation>Auf Updates für Scribus überprüfen. Es werden keine Daten von Ihrem Computer übertragen.</translation> |
<source>Check for updates to Scribus. No data from your machine will be transferred off it.</source> |
<translation>Auf Updates für Scribus überprüfen. Es werden keine Daten von Ihrem Computer übertragen.</translation> |
</message> |
</context> |
<context> |
<message> |
<source>OS/2&#174;/eComStation&#8482; Port:</source> |
<translation type="unfinished"></translation> |
</message> |
</context> |
<context> |
<name>AboutPlugins</name> |
<message> |
<source>Filename:</source> |
<translation>Dateiname:</translation> |
<source>Filename:</source> |
<translation>Dateiname:</translation> |
</message> |
<message> |
<source>Version:</source> |
<translation>Version:</translation> |
<source>Version:</source> |
<translation>Version:</translation> |
</message> |
<message> |
<source>Enabled:</source> |
<translation>Aktiviert:</translation> |
<source>Enabled:</source> |
<translation>Aktiviert:</translation> |
</message> |
<message> |
<source>Release Date:</source> |
<translation>Datum der Veröffentlichung:</translation> |
<source>Release Date:</source> |
<translation>Datum der Veröffentlichung:</translation> |
</message> |
<message> |
<source>Description:</source> |
<translation>Beschreibung:</translation> |
<source>Description:</source> |
<translation>Beschreibung:</translation> |
</message> |
<message> |
<source>Author(s):</source> |
<translation>Autor(en):</translation> |
<source>Author(s):</source> |
<translation>Autor(en):</translation> |
</message> |
<message> |
<source>Copyright:</source> |
<translation>Urheberrecht:</translation> |
<source>Copyright:</source> |
<translation>Urheberrecht:</translation> |
</message> |
<message> |
<source>License:</source> |
<translation>Lizenz:</translation> |
<source>License:</source> |
<translation>Lizenz:</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>AboutPluginsBase</name> |
<message> |
<source>Scribus: About Plug-ins</source> |
<translation>Scribus: Über die Plug-Ins</translation> |
<source>Scribus: About Plug-ins</source> |
<translation>Scribus: Über die Plug-Ins</translation> |
</message> |
<message> |
<source>&Close</source> |
<translation>Sch&liessen</translation> |
<source>&Close</source> |
<translation>Sch&liessen</translation> |
</message> |
<message> |
<source>Alt+C</source> |
<translation>Alt+C</translation> |
<source>Alt+C</source> |
<translation>Alt+C</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>ActionManager</name> |
<message> |
<source>&New</source> |
<translation>&Neu</translation> |
<source>&New</source> |
<translation>&Neu</translation> |
</message> |
<message> |
<source>&Open...</source> |
<translation>Ö&ffnen...</translation> |
<source>&Open...</source> |
<translation>Ö&ffnen...</translation> |
</message> |
<message> |
<source>&Close</source> |
<translation>Sch&liessen</translation> |
<source>&Close</source> |
<translation>Sch&liessen</translation> |
</message> |
<message> |
<source>&Save</source> |
<translation>&Speichern</translation> |
<source>&Save</source> |
<translation>&Speichern</translation> |
</message> |
<message> |
<source>Save &As...</source> |
<translation>Speichern &unter...</translation> |
<source>Save &As...</source> |
<translation>Speichern &unter...</translation> |
</message> |
<message> |
<source>Re&vert to Saved</source> |
<translation>Neu la&den</translation> |
<source>Re&vert to Saved</source> |
<translation>Neu la&den</translation> |
</message> |
<message> |
<source>Collect for O&utput...</source> |
<translation>Für Aus&gabe sammeln...</translation> |
<source>Collect for O&utput...</source> |
<translation>Für Aus&gabe sammeln...</translation> |
</message> |
<message> |
<source>Get Text...</source> |
<translation>Text laden...</translation> |
<source>Get Text...</source> |
<translation>Text laden...</translation> |
</message> |
<message> |
<source>Append &Text...</source> |
<translation>&Text anfügen...</translation> |
<source>Append &Text...</source> |
<translation>&Text anfügen...</translation> |
</message> |
<message> |
<source>Get Image...</source> |
<translation>Bild laden...</translation> |
<source>Get Image...</source> |
<translation>Bild laden...</translation> |
</message> |
<message> |
<source>Save &Text...</source> |
<translation>&Text speichern...</translation> |
<source>Save &Text...</source> |
<translation>&Text speichern...</translation> |
</message> |
<message> |
<source>Save as P&DF...</source> |
<translation>Als &PDF speichern...</translation> |
<source>Save as P&DF...</source> |
<translation>Als &PDF speichern...</translation> |
</message> |
<message> |
<source>Document &Setup...</source> |
<translation>Dokument &einrichten...</translation> |
<source>Document &Setup...</source> |
<translation>Dokument &einrichten...</translation> |
</message> |
<message> |
<source>&Print...</source> |
<translation>&Drucken...</translation> |
<source>&Print...</source> |
<translation>&Drucken...</translation> |
</message> |
<message> |
<source>&Quit</source> |
<translation>&Beenden</translation> |
<source>&Quit</source> |
<translation>&Beenden</translation> |
</message> |
<message> |
<source>&Undo</source> |
<translation>&Rückgängig</translation> |
<source>&Undo</source> |
<translation>&Rückgängig</translation> |
</message> |
<message> |
<source>&Redo</source> |
<translation>Wieder&herstellen</translation> |
<source>&Redo</source> |
<translation>Wieder&herstellen</translation> |
</message> |
<message> |
<source>&Item Action Mode</source> |
<translation>&Objektbezogener Modus</translation> |
<source>&Item Action Mode</source> |
<translation>&Objektbezogener Modus</translation> |
</message> |
<message> |
<source>Cu&t</source> |
<translation>&Ausschneiden</translation> |
<source>Cu&t</source> |
<translation>&Ausschneiden</translation> |
</message> |
<message> |
<source>&Copy</source> |
<translation>&Kopieren</translation> |
<source>&Copy</source> |
<translation>&Kopieren</translation> |
</message> |
<message> |
<source>&Paste</source> |
<translation>Einf&ügen</translation> |
<source>&Paste</source> |
<translation>Einf&ügen</translation> |
</message> |
<message> |
<source>Select &All</source> |
<translation>Alles aus&wählen</translation> |
<source>Select &All</source> |
<translation>Alles aus&wählen</translation> |
</message> |
<message> |
<source>&Deselect All</source> |
<translation>Alles auswählen &rückgängig machen</translation> |
<source>&Deselect All</source> |
<translation>Alles auswählen &rückgängig machen</translation> |
</message> |
<message> |
<source>&Search/Replace...</source> |
<translation>&Suchen && Ersetzen...</translation> |
<source>&Search/Replace...</source> |
<translation>&Suchen && Ersetzen...</translation> |
</message> |
<message> |
<source>Edit Image...</source> |
<translation>Bild bearbeiten...</translation> |
<source>Edit Image...</source> |
<translation>Bild bearbeiten...</translation> |
</message> |
<message> |
<source>C&olors...</source> |
<translation>&Farben...</translation> |
<source>C&olors...</source> |
<translation>&Farben...</translation> |
</message> |
<message> |
<source>&Paragraph Styles...</source> |
<translation>&Absatzstile...</translation> |
<source>&Paragraph Styles...</source> |
<translation>&Absatzstile...</translation> |
</message> |
<message> |
<source>&Line Styles...</source> |
<translation>&Linienstile...</translation> |
<source>&Line Styles...</source> |
<translation>&Linienstile...</translation> |
</message> |
<message> |
<source>&Master Pages...</source> |
<translation>&Musterseiten...</translation> |
<source>&Master Pages...</source> |
<translation>&Musterseiten...</translation> |
</message> |
<message> |
<source>P&references...</source> |
<translation>Allgemeine &Einstellungen...</translation> |
<source>P&references...</source> |
<translation>Allgemeine &Einstellungen...</translation> |
</message> |
<message> |
<source>%1 pt</source> |
<translation>%1 pt</translation> |
<source>%1 pt</source> |
<translation>%1 pt</translation> |
</message> |
<message> |
<source>&Other...</source> |
<translation>&Andere...</translation> |
<source>&Other...</source> |
<translation>&Andere...</translation> |
</message> |
<message> |
<source>&Left</source> |
<translation>&Links</translation> |
<source>&Left</source> |
<translation>&Links</translation> |
</message> |
<message> |
<source>&Center</source> |
<translation>&Zentriert</translation> |
<source>&Center</source> |
<translation>&Zentriert</translation> |
</message> |
<message> |
<source>&Right</source> |
<translation>&Rechts</translation> |
<source>&Right</source> |
<translation>&Rechts</translation> |
</message> |
<message> |
<source>&Block</source> |
<translation>&Blocksatz</translation> |
<source>&Block</source> |
<translation>&Blocksatz</translation> |
</message> |
<message> |
<source>&Forced</source> |
<translation>&Erzwungener Blocksatz</translation> |
<source>&Forced</source> |
<translation>&Erzwungener Blocksatz</translation> |
</message> |
<message> |
<source>&%1 %</source> |
<translation>&%1 %</translation> |
<source>&%1 %</source> |
<translation>&%1 %</translation> |
</message> |
<message> |
<source>&Normal</source> |
<translation>&Normal</translation> |
<source>&Normal</source> |
<translation>&Normal</translation> |
</message> |
<message> |
<source>&Underline</source> |
<translation>&Unterstrichen</translation> |
<source>&Underline</source> |
<translation>&Unterstrichen</translation> |
</message> |
<message> |
<source>Underline &Words</source> |
<translation>Wörter unterst&richen</translation> |
<source>Underline &Words</source> |
<translation>Wörter unterst&richen</translation> |
</message> |
<message> |
<source>&Strike Through</source> |
<translation>&Durchgestrichen</translation> |
<source>&Strike Through</source> |
<translation>&Durchgestrichen</translation> |
</message> |
<message> |
<source>&All Caps</source> |
<translation>&Grossbuchstaben</translation> |
<source>&All Caps</source> |
<translation>&Grossbuchstaben</translation> |
</message> |
<message> |
<source>Small &Caps</source> |
<translation>&Kapitälchen</translation> |
<source>Small &Caps</source> |
<translation>&Kapitälchen</translation> |
</message> |
<message> |
<source>Su&perscript</source> |
<translation>&Hochgestellt</translation> |
<source>Su&perscript</source> |
<translation>&Hochgestellt</translation> |
</message> |
<message> |
<source>Su&bscript</source> |
<translation>&Tiefgestellt</translation> |
<source>Su&bscript</source> |
<translation>&Tiefgestellt</translation> |
</message> |
<message> |
<source>S&hadow</source> |
<translation>&Schatten</translation> |
<source>S&hadow</source> |
<translation>&Schatten</translation> |
</message> |
<message> |
<source>&Image Effects</source> |
<translation>&Bildeffekte</translation> |
<source>&Image Effects</source> |
<translation>&Bildeffekte</translation> |
</message> |
<message> |
<source>&Tabulators...</source> |
<translation>&Tabulatoren...</translation> |
<source>&Tabulators...</source> |
<translation>&Tabulatoren...</translation> |
</message> |
<message> |
<source>D&uplicate</source> |
<translation>&Duplizieren</translation> |
<source>D&uplicate</source> |
<translation>&Duplizieren</translation> |
</message> |
<message> |
<source>&Multiple Duplicate</source> |
<translation>&Mehrfach duplizieren</translation> |
<source>&Multiple Duplicate</source> |
<translation>&Mehrfach duplizieren</translation> |
</message> |
<message> |
<source>&Delete</source> |
<translation>&Löschen</translation> |
<source>&Delete</source> |
<translation>&Löschen</translation> |
</message> |
<message> |
<source>&Group</source> |
<translation>&Gruppieren</translation> |
<source>&Group</source> |
<translation>&Gruppieren</translation> |
</message> |
<message> |
<source>&Ungroup</source> |
<translation>Gruppe auf&lösen</translation> |
<source>&Ungroup</source> |
<translation>Gruppe auf&lösen</translation> |
</message> |
<message> |
<source>Is &Locked</source> |
<translation>Ge&sperrt</translation> |
<source>Is &Locked</source> |
<translation>Ge&sperrt</translation> |
</message> |
<message> |
<source>Si&ze is Locked</source> |
<translation>Grössen&änderung gesperrt</translation> |
<source>Si&ze is Locked</source> |
<translation>Grössen&änderung gesperrt</translation> |
</message> |
<message> |
<source>Lower to &Bottom</source> |
<translation>In den &Hintergrund</translation> |
<source>Lower to &Bottom</source> |
<translation>In den &Hintergrund</translation> |
</message> |
<message> |
<source>Raise to &Top</source> |
<translation>In den &Vordergrund</translation> |
<source>Raise to &Top</source> |
<translation>In den &Vordergrund</translation> |
</message> |
<message> |
<source>&Lower</source> |
<translation>Weiter nach hin&ten</translation> |
<source>&Lower</source> |
<translation>Weiter nach hin&ten</translation> |
</message> |
<message> |
<source>&Raise</source> |
<translation>Weiter nach vor&n</translation> |
<source>&Raise</source> |
<translation>Weiter nach vor&n</translation> |
</message> |
<message> |
<source>Send to S&crapbook</source> |
<translation>In &Bibliothek speichern</translation> |
<source>Send to S&crapbook</source> |
<translation>In &Bibliothek speichern</translation> |
</message> |
<message> |
<source>&Attributes...</source> |
<translation>&Attribute...</translation> |
<source>&Attributes...</source> |
<translation>&Attribute...</translation> |
</message> |
<message> |
<source>I&mage Visible</source> |
<translation>Bild an&zeigen</translation> |
<source>I&mage Visible</source> |
<translation>Bild an&zeigen</translation> |
</message> |
<message> |
<source>&Update Image</source> |
<translation>Bild &aktualisieren</translation> |
<source>&Update Image</source> |
<translation>Bild &aktualisieren</translation> |
</message> |
<message> |
<source>Adjust Frame to Image</source> |
<translation>Rahmen an Bild anpassen</translation> |
<source>Adjust Frame to Image</source> |
<translation>Rahmen an Bild anpassen</translation> |
</message> |
<message> |
<source>Extended Image Properties</source> |
<translation>Erweiterte Bildeigenschaften</translation> |
<source>Extended Image Properties</source> |
<translation>Erweiterte Bildeigenschaften</translation> |
</message> |
<message> |
<source>&Low Resolution</source> |
<translation>&Niedrige Auflösung</translation> |
<source>&Low Resolution</source> |
<translation>&Niedrige Auflösung</translation> |
</message> |
<message> |
<source>&Normal Resolution</source> |
<translation>Nor&male Auflösung</translation> |
<source>&Normal Resolution</source> |
<translation>Nor&male Auflösung</translation> |
</message> |
<message> |
<source>&Full Resolution</source> |
<translation>&Hohe Auflösung</translation> |
<source>&Full Resolution</source> |
<translation>&Hohe Auflösung</translation> |
</message> |
<message> |
<source>Is PDF &Bookmark</source> |
<translation>Als PDF-&Lesezeichen verwenden</translation> |
<source>Is PDF &Bookmark</source> |
<translation>Als PDF-&Lesezeichen verwenden</translation> |
</message> |
<message> |
<source>Is PDF A&nnotation</source> |
<translation>Als PDF-&Anmerkung verwenden</translation> |
<source>Is PDF A&nnotation</source> |
<translation>Als PDF-&Anmerkung verwenden</translation> |
</message> |
<message> |
<source>Annotation P&roperties</source> |
<translation>Eigenschaften der An&merkung</translation> |
<source>Annotation P&roperties</source> |
<translation>Eigenschaften der An&merkung</translation> |
</message> |
<message> |
<source>Field P&roperties</source> |
<translation>&Eigenschaften des Feldes</translation> |
<source>Field P&roperties</source> |
<translation>&Eigenschaften des Feldes</translation> |
</message> |
<message> |
<source>&Edit Shape...</source> |
<translation>&Form bearbeiten...</translation> |
<source>&Edit Shape...</source> |
<translation>&Form bearbeiten...</translation> |
</message> |
<message> |
<source>&Attach Text to Path</source> |
<translation>Text an Pfad aus&richten</translation> |
<source>&Attach Text to Path</source> |
<translation>Text an Pfad aus&richten</translation> |
</message> |
<message> |
<source>&Detach Text from Path</source> |
<translation>Text von Pfad l&ösen</translation> |
<source>&Detach Text from Path</source> |
<translation>Text von Pfad l&ösen</translation> |
</message> |
<message> |
<source>&Combine Polygons</source> |
<translation>Polygone &kombinieren</translation> |
<source>&Combine Polygons</source> |
<translation>Polygone &kombinieren</translation> |
</message> |
<message> |
<source>Split &Polygons</source> |
<translation>Polygone &teilen</translation> |
<source>Split &Polygons</source> |
<translation>Polygone &teilen</translation> |
</message> |
<message> |
<source>&Bezier Curve</source> |
<translation>Bézier&kurve</translation> |
<source>&Bezier Curve</source> |
<translation>Bézier&kurve</translation> |
</message> |
<message> |
<source>&Image Frame</source> |
<translation>&Bildrahmen</translation> |
<source>&Image Frame</source> |
<translation>&Bildrahmen</translation> |
</message> |
<message> |
<source>&Polygon</source> |
<translation>&Polygon</translation> |
<source>&Polygon</source> |
<translation>&Polygon</translation> |
</message> |
<message> |
<source>&Text Frame</source> |
<translation>&Textrahmen</translation> |
<source>&Text Frame</source> |
<translation>&Textrahmen</translation> |
</message> |
<message> |
<source>&Glyph...</source> |
<translation>&Zeichen...</translation> |
<source>&Glyph...</source> |
<translation>&Zeichen...</translation> |
</message> |
<message> |
<source>Sample Text</source> |
<translation>Beispieltext</translation> |
<source>Sample Text</source> |
<translation>Beispieltext</translation> |
</message> |
<message> |
<source>&Insert...</source> |
<translation>Ein&fügen...</translation> |
<source>&Insert...</source> |
<translation>Ein&fügen...</translation> |
</message> |
<message> |
<source>Im&port...</source> |
<translation>&Importieren...</translation> |
<source>Im&port...</source> |
<translation>&Importieren...</translation> |
</message> |
<message> |
<source>&Delete...</source> |
<translation>&Löschen...</translation> |
<source>&Delete...</source> |
<translation>&Löschen...</translation> |
</message> |
<message> |
<source>&Copy...</source> |
<translation>&Kopieren...</translation> |
<source>&Copy...</source> |
<translation>&Kopieren...</translation> |
</message> |
<message> |
<source>&Move...</source> |
<translation>Ver&schieben...</translation> |
<source>&Move...</source> |
<translation>Ver&schieben...</translation> |
</message> |
<message> |
<source>&Apply Master Page...</source> |
<translation>Musterseite an&wenden...</translation> |
<source>&Apply Master Page...</source> |
<translation>Musterseite an&wenden...</translation> |
</message> |
<message> |
<source>Manage &Guides...</source> |
<translation>&Hilfslinien bearbeiten...</translation> |
<source>Manage &Guides...</source> |
<translation>&Hilfslinien bearbeiten...</translation> |
</message> |
<message> |
<source>&50%</source> |
<translation>&50%</translation> |
<source>&50%</source> |
<translation>&50%</translation> |
</message> |
<message> |
<source>&75%</source> |
<translation>&75%</translation> |
<source>&75%</source> |
<translation>&75%</translation> |
</message> |
<message> |
<source>&100%</source> |
<translation>&100%</translation> |
<source>&100%</source> |
<translation>&100%</translation> |
</message> |
<message> |
<source>&200%</source> |
<translation>&200%</translation> |
<source>&200%</source> |
<translation>&200%</translation> |
</message> |
<message> |
<source>&Thumbnails</source> |
<translation>&Vorschaubilder</translation> |
<source>&Thumbnails</source> |
<translation>&Vorschaubilder</translation> |
</message> |
<message> |
<source>Show &Margins</source> |
<translation>&Ränder anzeigen</translation> |
<source>Show &Margins</source> |
<translation>&Ränder anzeigen</translation> |
</message> |
<message> |
<source>Show &Frames</source> |
<translation>Ra&hmen anzeigen</translation> |
<source>Show &Frames</source> |
<translation>Ra&hmen anzeigen</translation> |
</message> |
<message> |
<source>Show &Images</source> |
<translation>&Bilder anzeigen</translation> |
<source>Show &Images</source> |
<translation>&Bilder anzeigen</translation> |
</message> |
<message> |
<source>Show &Grid</source> |
<translation>Ra&ster anzeigen</translation> |
<source>Show &Grid</source> |
<translation>Ra&ster anzeigen</translation> |
</message> |
<message> |
<source>Show G&uides</source> |
<translation>&Hilfslinien anzeigen</translation> |
<source>Show G&uides</source> |
<translation>&Hilfslinien anzeigen</translation> |
</message> |
<message> |
<source>Show &Baseline Grid</source> |
<translation>&Grundlinienraster anzeigen</translation> |
<source>Show &Baseline Grid</source> |
<translation>&Grundlinienraster anzeigen</translation> |
</message> |
<message> |
<source>Show &Text Chain</source> |
<translation>Ver&kettete Textrahmen anzeigen</translation> |
<source>Show &Text Chain</source> |
<translation>Ver&kettete Textrahmen anzeigen</translation> |
</message> |
<message> |
<source>Show Control Characters</source> |
<translation>Kontrollzeichen anzeigen</translation> |
<source>Show Control Characters</source> |
<translation>Kontrollzeichen anzeigen</translation> |
</message> |
<message> |
<source>Sn&ap to Grid</source> |
<translation>Am &Raster ausrichten</translation> |
<source>Sn&ap to Grid</source> |
<translation>Am &Raster ausrichten</translation> |
</message> |
<message> |
<source>Sna&p to Guides</source> |
<translation>An &Hilfslinien ausrichten</translation> |
<source>Sna&p to Guides</source> |
<translation>An &Hilfslinien ausrichten</translation> |
</message> |
<message> |
<source>&Properties</source> |
<translation>&Eigenschaften</translation> |
<source>&Properties</source> |
<translation>&Eigenschaften</translation> |
</message> |
<message> |
<source>&Scrapbook</source> |
<translation>Biblio&thek</translation> |
<source>&Scrapbook</source> |
<translation>Biblio&thek</translation> |
</message> |
<message> |
<source>&Layers</source> |
<translation>E&benen</translation> |
<source>&Layers</source> |
<translation>E&benen</translation> |
</message> |
<message> |
<source>&Bookmarks</source> |
<translation>&Lesezeichen</translation> |
<source>&Bookmarks</source> |
<translation>&Lesezeichen</translation> |
</message> |
<message> |
<source>&Measurements</source> |
<translation>&Abstandsmesser</translation> |
<source>&Measurements</source> |
<translation>&Abstandsmesser</translation> |
</message> |
<message> |
<source>Action &History</source> |
<translation>Aktions&verlauf</translation> |
<source>Action &History</source> |
<translation>Aktions&verlauf</translation> |
</message> |
<message> |
<source>Preflight &Verifier</source> |
<translation>&Druckvorstufenüberprüfung</translation> |
<source>Preflight &Verifier</source> |
<translation>&Druckvorstufenüberprüfung</translation> |
</message> |
<message> |
<source>&Align and Distribute</source> |
<translation>&Ausrichten und Verteilen</translation> |
<source>&Align and Distribute</source> |
<translation>&Ausrichten und Verteilen</translation> |
</message> |
<message> |
<source>&Tools</source> |
<translation>&Werkzeuge</translation> |
<source>&Tools</source> |
<translation>&Werkzeuge</translation> |
</message> |
<message> |
<source>P&DF Tools</source> |
<translation>&PDF-Werkzeuge</translation> |
<source>P&DF Tools</source> |
<translation>&PDF-Werkzeuge</translation> |
</message> |
<message> |
<source>Select Item</source> |
<translation>Eintrag auswählen</translation> |
<source>Select Item</source> |
<translation>Eintrag auswählen</translation> |
</message> |
<message> |
<source>T&able</source> |
<translation>Ta&belle</translation> |
<source>T&able</source> |
<translation>Ta&belle</translation> |
</message> |
<message> |
<source>&Shape</source> |
<translation>&Form</translation> |
<source>&Shape</source> |
<translation>&Form</translation> |
</message> |
<message> |
<source>&Line</source> |
<translation>&Linie</translation> |
<source>&Line</source> |
<translation>&Linie</translation> |
</message> |
<message> |
<source>&Freehand Line</source> |
<translation>Frei&handlinie</translation> |
<source>&Freehand Line</source> |
<translation>Frei&handlinie</translation> |
</message> |
<message> |
<source>Rotate Item</source> |
<translation>Objekt drehen</translation> |
<source>Rotate Item</source> |
<translation>Objekt drehen</translation> |
</message> |
<message> |
<source>Zoom in or out</source> |
<translation>Vergrössern oder verkleinern</translation> |
<source>Zoom in or out</source> |
<translation>Vergrössern oder verkleinern</translation> |
</message> |
<message> |
<source>Zoom in</source> |
<translation>Vergrössern</translation> |
<source>Zoom in</source> |
<translation>Vergrössern</translation> |
</message> |
<message> |
<source>Zoom out</source> |
<translation>Verkleinern</translation> |
<source>Zoom out</source> |
<translation>Verkleinern</translation> |
</message> |
<message> |
<source>Edit Contents of Frame</source> |
<translation>Rahmeninhalt bearbeiten</translation> |
<source>Edit Contents of Frame</source> |
<translation>Rahmeninhalt bearbeiten</translation> |
</message> |
<message> |
<source>Edit Text...</source> |
<translation>Text bearbeiten...</translation> |
<source>Edit Text...</source> |
<translation>Text bearbeiten...</translation> |
</message> |
<message> |
<source>Link Text Frames</source> |
<translation>Textrahmen verketten</translation> |
<source>Link Text Frames</source> |
<translation>Textrahmen verketten</translation> |
</message> |
<message> |
<source>Unlink Text Frames</source> |
<translation>Verkettete Textrahmen trennen</translation> |
<source>Unlink Text Frames</source> |
<translation>Verkettete Textrahmen trennen</translation> |
</message> |
<message> |
<source>&Eye Dropper</source> |
<translation>Farb&wähler</translation> |
<source>&Eye Dropper</source> |
<translation>Farb&wähler</translation> |
</message> |
<message> |
<source>Copy Item Properties</source> |
<translation>Eigenschaften übertragen</translation> |
<source>Copy Item Properties</source> |
<translation>Eigenschaften übertragen</translation> |
</message> |
<message> |
<source>Edit the text with the Story Editor</source> |
<translation>Text im Story Editor bearbeiten</translation> |
<source>Edit the text with the Story Editor</source> |
<translation>Text im Story Editor bearbeiten</translation> |
</message> |
<message> |
<source>Insert Text Frame</source> |
<translation>Textrahmen einfügen</translation> |
<source>Insert Text Frame</source> |
<translation>Textrahmen einfügen</translation> |
</message> |
<message> |
<source>Insert Image Frame</source> |
<translation>Bildrahmen einfügen</translation> |
<source>Insert Image Frame</source> |
<translation>Bildrahmen einfügen</translation> |
</message> |
<message> |
<source>Insert Table</source> |
<translation>Tabelle einfügen</translation> |
<source>Insert Table</source> |
<translation>Tabelle einfügen</translation> |
</message> |
<message> |
<source>Insert Shape</source> |
<translation>Form einfügen</translation> |
<source>Insert Shape</source> |
<translation>Form einfügen</translation> |
</message> |
<message> |
<source>Insert Polygon</source> |
<translation>Polygon einfügen</translation> |
<source>Insert Polygon</source> |
<translation>Polygon einfügen</translation> |
</message> |
<message> |
<source>Insert Line</source> |
<translation>Linie einfügen</translation> |
<source>Insert Line</source> |
<translation>Linie einfügen</translation> |
</message> |
<message> |
<source>Insert Bezier Curve</source> |
<translation>Bézierkurve einfügen</translation> |
<source>Insert Bezier Curve</source> |
<translation>Bézierkurve einfügen</translation> |
</message> |
<message> |
<source>Insert Freehand Line</source> |
<translation>Freihandlinie einfügen</translation> |
<source>Insert Freehand Line</source> |
<translation>Freihandlinie einfügen</translation> |
</message> |
<message> |
<source>&Manage Pictures</source> |
<translation>Bilder &verwalten</translation> |
<source>&Manage Pictures</source> |
<translation>Bilder &verwalten</translation> |
</message> |
<message> |
<source>&Hyphenate Text</source> |
<translation>Silben&trennung anwenden</translation> |
<source>&Hyphenate Text</source> |
<translation>Silben&trennung anwenden</translation> |
</message> |
<message> |
<source>&Generate Table Of Contents</source> |
<translation>&Inhaltsverzeichnis erstellen</translation> |
<source>&Generate Table Of Contents</source> |
<translation>&Inhaltsverzeichnis erstellen</translation> |
</message> |
<message> |
<source>&About Scribus</source> |
<translation>&Über Scribus</translation> |
<source>&About Scribus</source> |
<translation>&Über Scribus</translation> |
</message> |
<message> |
<source>About &Qt</source> |
<translation>Über &Qt</translation> |
<source>About &Qt</source> |
<translation>Über &Qt</translation> |
</message> |
<message> |
<source>Toolti&ps</source> |
<translation>Tool&tips</translation> |
<source>Toolti&ps</source> |
<translation>Tool&tips</translation> |
</message> |
<message> |
<source>Scribus &Manual...</source> |
<translation>&Handbuch für Scribus...</translation> |
<source>Scribus &Manual...</source> |
<translation>&Handbuch für Scribus...</translation> |
</message> |
<message> |
<source>Smart &Hyphen</source> |
<translation>Bedingtes &Trennzeichen</translation> |
<source>Smart &Hyphen</source> |
<translation>Bedingtes &Trennzeichen</translation> |
</message> |
<message> |
<source>Non Breaking Dash</source> |
<translation>Geschützter Bindestrich</translation> |
<source>Non Breaking Dash</source> |
<translation>Geschützter Bindestrich</translation> |
</message> |
<message> |
<source>Non Breaking &Space</source> |
<translation>Geschütztes &Leerzeichen</translation> |
<source>Non Breaking &Space</source> |
<translation>Geschütztes &Leerzeichen</translation> |
</message> |
<message> |
<source>Page &Number</source> |
<translation>Seiten&zahl</translation> |
<source>Page &Number</source> |
<translation>Seiten&zahl</translation> |
</message> |
<message> |
<source>New Line</source> |
<translation>Zeilenumbruch</translation> |
<source>New Line</source> |
<translation>Zeilenumbruch</translation> |
</message> |
<message> |
<source>Frame Break</source> |
<translation>Rahmenumbruch</translation> |
<source>Frame Break</source> |
<translation>Rahmenumbruch</translation> |
</message> |
<message> |
<source>Column Break</source> |
<translation>Spaltenumbruch</translation> |
<source>Column Break</source> |
<translation>Spaltenumbruch</translation> |
</message> |
<message> |
<source>Copyright</source> |
<translation>Copyright</translation> |
<source>Copyright</source> |
<translation>Copyright</translation> |
</message> |
<message> |
<source>Registered Trademark</source> |
<translation>Registriertes Warenzeichen</translation> |
<source>Registered Trademark</source> |
<translation>Registriertes Warenzeichen</translation> |
</message> |
<message> |
<source>Trademark</source> |
<translation>Warenzeichen</translation> |
<source>Trademark</source> |
<translation>Warenzeichen</translation> |
</message> |
<message> |
<source>Bullet</source> |
<translation>Aufzählung</translation> |
<source>Bullet</source> |
<translation>Aufzählung</translation> |
</message> |
<message> |
<source>Em Dash</source> |
<translation>Geviertstrich</translation> |
<source>Em Dash</source> |
<translation>Geviertstrich</translation> |
</message> |
<message> |
<source>En Dash</source> |
<translation>Halbgeviertstrich</translation> |
<source>En Dash</source> |
<translation>Halbgeviertstrich</translation> |
</message> |
<message> |
<source>Figure Dash</source> |
<translation>Zahlenstrich</translation> |
<source>Figure Dash</source> |
<translation>Zahlenstrich</translation> |
</message> |
<message> |
<source>Quotation Dash</source> |
<translation>Zitatstrich</translation> |
<source>Quotation Dash</source> |
<translation>Zitatstrich</translation> |
</message> |
<message> |
<source>Apostrophe</source> |
<translation>Apostroph</translation> |
<source>Apostrophe</source> |
<translation>Apostroph</translation> |
</message> |
<message> |
<source>Straight Double</source> |
<translation>Zollzeichen</translation> |
<source>Straight Double</source> |
<translation>Zollzeichen</translation> |
</message> |
<message> |
<source>Single Left</source> |
<translation>Einfaches Anführungszeichen rechts</translation> |
<source>Single Left</source> |
<translation>Einfaches Anführungszeichen rechts</translation> |
</message> |
<message> |
<source>Single Right</source> |
<translation>Einfaches Anführungszeichen rechts (Englisch)</translation> |
<source>Single Right</source> |
<translation>Einfaches Anführungszeichen rechts (Englisch)</translation> |
</message> |
<message> |
<source>Double Left</source> |
<translation>Doppeltes Anführungszeichen rechts</translation> |
<source>Double Left</source> |
<translation>Doppeltes Anführungszeichen rechts</translation> |
</message> |
<message> |
<source>Double Right</source> |
<translation>Doppeltes Anführungszeichen rechts (Englisch)</translation> |
<source>Double Right</source> |
<translation>Doppeltes Anführungszeichen rechts (Englisch)</translation> |
</message> |
<message> |
<source>Single Reversed</source> |
<translation>Anführungszeichen links (Englisch) gespiegelt</translation> |
<source>Single Reversed</source> |
<translation>Anführungszeichen links (Englisch) gespiegelt</translation> |
</message> |
<message> |
<source>Double Reversed</source> |
<translation>Doppeltes Anführungszeichen links (Englisch) gespiegelt</translation> |
<source>Double Reversed</source> |
<translation>Doppeltes Anführungszeichen links (Englisch) gespiegelt</translation> |
</message> |
<message> |
<source>Single Left Guillemet</source> |
<translation><</translation> |
<source>Single Left Guillemet</source> |
<translation><</translation> |
</message> |
<message> |
<source>Single Right Guillemet</source> |
<translation>></translation> |
<source>Single Right Guillemet</source> |
<translation>></translation> |
</message> |
<message> |
<source>Double Left Guillemet</source> |
<translation><<</translation> |
<source>Double Left Guillemet</source> |
<translation><<</translation> |
</message> |
<message> |
<source>Double Right Guillemet</source> |
<translation>>></translation> |
<source>Double Right Guillemet</source> |
<translation>>></translation> |
</message> |
<message> |
<source>Low Single Comma</source> |
<translation>Einfaches Anführungszeichen links</translation> |
<source>Low Single Comma</source> |
<translation>Einfaches Anführungszeichen links</translation> |
</message> |
<message> |
<source>Low Double Comma</source> |
<translation>Doppeltes Anführungszeichen links</translation> |
<source>Low Double Comma</source> |
<translation>Doppeltes Anführungszeichen links</translation> |
</message> |
<message> |
<source>CJK Single Left</source> |
<translation>Einfaches Anführungszeichen links (CJK)</translation> |
<source>CJK Single Left</source> |
<translation>Einfaches Anführungszeichen links (CJK)</translation> |
</message> |
<message> |
<source>CJK Single Right</source> |
<translation>Einfaches Anführungszeichen rechts (CJK)</translation> |
<source>CJK Single Right</source> |
<translation>Einfaches Anführungszeichen rechts (CJK)</translation> |
</message> |
<message> |
<source>CJK Double Left</source> |
<translation>Doppeltes Anführungszeichen links (CJK)</translation> |
<source>CJK Double Left</source> |
<translation>Doppeltes Anführungszeichen links (CJK)</translation> |
</message> |
<message> |
<source>CJK Double Right</source> |
<translation>Doppeltes Anführungszeichen rechts (CJK)</translation> |
<source>CJK Double Right</source> |
<translation>Doppeltes Anführungszeichen rechts (CJK)</translation> |
</message> |
<message> |
<source>Toggle Palettes</source> |
<translation>Paletten ändern</translation> |
<source>Toggle Palettes</source> |
<translation>Paletten ändern</translation> |
</message> |
<message> |
<source>Toggle Guides</source> |
<translation>Hilfslinien ändern</translation> |
<source>Toggle Guides</source> |
<translation>Hilfslinien ändern</translation> |
</message> |
<message> |
<source>&Arrange Pages</source> |
<translation>&Seiten anordnen</translation> |
<source>&Arrange Pages</source> |
<translation>&Seiten anordnen</translation> |
</message> |
<message> |
<source>Dehyphenate Text</source> |
<translation>Silbentrennung rückgängig machen</translation> |
<source>Dehyphenate Text</source> |
<translation>Silbentrennung rückgängig machen</translation> |
</message> |
<message> |
<source>Manage Page Properties...</source> |
<translation>Eigenschaften der Seite bearbeiten...</translation> |
<source>Manage Page Properties...</source> |
<translation>Eigenschaften der Seite bearbeiten...</translation> |
</message> |
<message> |
<source>Rulers relative to Page</source> |
<translation>Lineal relativ zur Seite</translation> |
<source>Rulers relative to Page</source> |
<translation>Lineal relativ zur Seite</translation> |
</message> |
<message> |
<source>Print Previe&w</source> |
<translation>D&ruckvorschau</translation> |
<source>Print Previe&w</source> |
<translation>D&ruckvorschau</translation> |
</message> |
<message> |
<source>&JavaScripts...</source> |
<translation>&JavaScripts...</translation> |
<source>&JavaScripts...</source> |
<translation>&JavaScripts...</translation> |
</message> |
<message> |
<source>Convert to Master Page...</source> |
<translation>In Musterseite umwandeln...</translation> |
<source>Convert to Master Page...</source> |
<translation>In Musterseite umwandeln...</translation> |
</message> |
<message> |
<source>&Cascade</source> |
<translation>&Hintereinander</translation> |
<source>&Cascade</source> |
<translation>&Hintereinander</translation> |
</message> |
<message> |
<source>&Tile</source> |
<translation>&Nebeneinander</translation> |
<source>&Tile</source> |
<translation>&Nebeneinander</translation> |
</message> |
<message> |
<source>&About Plug-ins</source> |
<translation>&Über Plug-Ins</translation> |
<source>&About Plug-ins</source> |
<translation>&Über Plug-Ins</translation> |
</message> |
<message> |
<source>More Info...</source> |
<translation>Erweitert...</translation> |
<source>More Info...</source> |
<translation>Erweitert...</translation> |
</message> |
<message> |
<source>&Printing Enabled</source> |
<translation>&Drucken aktiviert</translation> |
<source>&Printing Enabled</source> |
<translation>&Drucken aktiviert</translation> |
</message> |
<message> |
<source>&Flip Horizontally</source> |
<translation>Horizontal &spiegeln</translation> |
<source>&Flip Horizontally</source> |
<translation>Horizontal &spiegeln</translation> |
</message> |
<message> |
<source>&Flip Vertically</source> |
<translation>Vertikal &spiegeln</translation> |
<source>&Flip Vertically</source> |
<translation>Vertikal &spiegeln</translation> |
</message> |
<message> |
<source>Show Rulers</source> |
<translation>Lineale anzeigen</translation> |
<source>Show Rulers</source> |
<translation>Lineale anzeigen</translation> |
</message> |
<message> |
<source>&Outline</source> |
<comment>Document Outline Palette</comment> |
<translation>D&okumentstruktur</translation> |
<source>&Outline</source> |
<comment>Document Outline Palette</comment> |
<translation>D&okumentstruktur</translation> |
</message> |
<message> |
<source>Solidus</source> |
<translation>Schrägstrich</translation> |
<source>Solidus</source> |
<translation>Schrägstrich</translation> |
</message> |
<message> |
<source>Middle Dot</source> |
<translation>Mittepunkt</translation> |
<source>Middle Dot</source> |
<translation>Mittepunkt</translation> |
</message> |
<message> |
<source>En Space</source> |
<translation>En-Abstand</translation> |
<source>En Space</source> |
<translation>En-Abstand</translation> |
</message> |
<message> |
<source>Em Space</source> |
<translation>Em-Abstand</translation> |
<source>Em Space</source> |
<translation>Em-Abstand</translation> |
</message> |
<message> |
<source>Thin Space</source> |
<translation>Sehr enge Grundschriftweite</translation> |
<source>Thin Space</source> |
<translation>Sehr enge Grundschriftweite</translation> |
</message> |
<message> |
<source>Thick Space</source> |
<translation>Weite Grundschriftweite</translation> |
<source>Thick Space</source> |
<translation>Weite Grundschriftweite</translation> |
</message> |
<message> |
<source>Mid Space</source> |
<translation>Weite Grundschriftweite</translation> |
<source>Mid Space</source> |
<translation>Weite Grundschriftweite</translation> |
</message> |
<message> |
<source>Hair Space</source> |
<translation>Extrem enge Grundschriftweite</translation> |
<source>Hair Space</source> |
<translation>Extrem enge Grundschriftweite</translation> |
</message> |
<message> |
<source>Insert Smart Hyphen</source> |
<translation>Bedingten Trennstrich einfügen</translation> |
<source>Insert Smart Hyphen</source> |
<translation>Bedingten Trennstrich einfügen</translation> |
</message> |
<message> |
<source>Insert Non Breaking Dash</source> |
<translation>Geschützten Bindestrich einfügen</translation> |
<source>Insert Non Breaking Dash</source> |
<translation>Geschützten Bindestrich einfügen</translation> |
</message> |
<message> |
<source>Insert Non Breaking Space</source> |
<translation>Geschütztes Leerzeichen einfügen</translation> |
<source>Insert Non Breaking Space</source> |
<translation>Geschütztes Leerzeichen einfügen</translation> |
</message> |
<message> |
<source>Insert Page Number</source> |
<translation>Seitenzahl einfügen</translation> |
<source>Insert Page Number</source> |
<translation>Seitenzahl einfügen</translation> |
</message> |
<message> |
<source>ff</source> |
<translation>ff</translation> |
<source>ff</source> |
<translation>ff</translation> |
</message> |
<message> |
<source>fi</source> |
<translation>fi</translation> |
<source>fi</source> |
<translation>fi</translation> |
</message> |
<message> |
<source>fl</source> |
<translation>fl</translation> |
<source>fl</source> |
<translation>fl</translation> |
</message> |
<message> |
<source>ffi</source> |
<translation>ffi</translation> |
<source>ffi</source> |
<translation>ffi</translation> |
</message> |
<message> |
<source>ffl</source> |
<translation>ffl</translation> |
<source>ffl</source> |
<translation>ffl</translation> |
</message> |
<message> |
<source>ft</source> |
<translation>ft</translation> |
<source>ft</source> |
<translation>ft</translation> |
</message> |
<message> |
<source>st</source> |
<translation>st</translation> |
<source>st</source> |
<translation>st</translation> |
</message> |
<message> |
<source>S&tyles...</source> |
<translation>&Stile...</translation> |
<source>S&tyles...</source> |
<translation>&Stile...</translation> |
</message> |
<message> |
<source>Paste (&Absolute)</source> |
<translation>Einfügen (&Absolut)</translation> |
<source>Paste (&Absolute)</source> |
<translation>Einfügen (&Absolut)</translation> |
</message> |
<message> |
<source>C&lear</source> |
<translation>&Löschen</translation> |
<source>C&lear</source> |
<translation>&Löschen</translation> |
</message> |
<message> |
<source>&Outline</source> |
<comment>type effect</comment> |
<translation>Um&randung</translation> |
<source>&Outline</source> |
<comment>type effect</comment> |
<translation>Um&randung</translation> |
</message> |
<message> |
<source>&Outlines</source> |
<comment>Convert to oulines</comment> |
<translation>&Umrisse</translation> |
<source>&Outlines</source> |
<comment>Convert to oulines</comment> |
<translation>&Umrisse</translation> |
</message> |
<message> |
<source>Insert PDF Push Button</source> |
<translation>PDF-Button einfügen</translation> |
<source>Insert PDF Push Button</source> |
<translation>PDF-Button einfügen</translation> |
</message> |
<message> |
<source>Insert PDF Text Field</source> |
<translation>PDF Textfeld einfügen</translation> |
<source>Insert PDF Text Field</source> |
<translation>PDF Textfeld einfügen</translation> |
</message> |
<message> |
<source>Insert PDF Check Box</source> |
<translation>PDF Checkbox einfügen</translation> |
<source>Insert PDF Check Box</source> |
<translation>PDF Checkbox einfügen</translation> |
</message> |
<message> |
<source>Insert PDF Combo Box</source> |
<translation>PDF Combobox einfügen</translation> |
<source>Insert PDF Combo Box</source> |
<translation>PDF Combobox einfügen</translation> |
</message> |
<message> |
<source>Insert PDF List Box</source> |
<translation>PDF Listbox einfügen</translation> |
<source>Insert PDF List Box</source> |
<translation>PDF Listbox einfügen</translation> |
</message> |
<message> |
<source>Insert Text Annotation</source> |
<translation>Anmerkung einfügen</translation> |
<source>Insert Text Annotation</source> |
<translation>Anmerkung einfügen</translation> |
</message> |
<message> |
<source>Insert Link Annotation</source> |
<translation>Link einfügen</translation> |
<source>Insert Link Annotation</source> |
<translation>Link einfügen</translation> |
</message> |
<message> |
<source>Save as &EPS...</source> |
<translation>Als &EPS speichern...</translation> |
<source>Save as &EPS...</source> |
<translation>Als &EPS speichern...</translation> |
</message> |
<message> |
<source>Show Text Frame Columns</source> |
<translation>Spalten anzeigen</translation> |
<source>Show Text Frame Columns</source> |
<translation>Spalten anzeigen</translation> |
</message> |
<message> |
<source>&Frame...</source> |
<translation>&Rahmen...</translation> |
<source>&Frame...</source> |
<translation>&Rahmen...</translation> |
</message> |
<message> |
<source>Preview Mode</source> |
<translation>Vorschaumodus</translation> |
<source>Preview Mode</source> |
<translation>Vorschaumodus</translation> |
</message> |
<message> |
<source>Show Layer Indicators</source> |
<translation>Ebenenmarkierungen anzeigen</translation> |
<source>Show Layer Indicators</source> |
<translation>Ebenenmarkierungen anzeigen</translation> |
</message> |
<message> |
<source>Patterns...</source> |
<translation>Füllmuster...</translation> |
<source>Patterns...</source> |
<translation>Füllmuster...</translation> |
</message> |
<message> |
<source>Send to Patterns</source> |
<translation>Zu Füllmustern hinzufügen</translation> |
<source>Send to Patterns</source> |
<translation>Zu Füllmustern hinzufügen</translation> |
</message> |
<message> |
<source>&Fit to Height</source> |
<translation>&Seitenhöhe</translation> |
<source>&Fit to Height</source> |
<translation>&Seitenhöhe</translation> |
</message> |
<message> |
<source>Fit to Width</source> |
<translation>Seitenbreite</translation> |
<source>Fit to Width</source> |
<translation>Seitenbreite</translation> |
</message> |
<message> |
<source>Show Bleeds</source> |
<translation>Anschnitt anzeigen</translation> |
<source>Show Bleeds</source> |
<translation>Anschnitt anzeigen</translation> |
</message> |
<message> |
<source>&Zero Width Space</source> |
<translation>&Null-Leerzeichen</translation> |
<source>&Zero Width Space</source> |
<translation>&Null-Leerzeichen</translation> |
</message> |
<message> |
<source>Zero Width NB Space</source> |
<translation>Geschütztes Null-Leerzeichen</translation> |
<source>Zero Width NB Space</source> |
<translation>Geschütztes Null-Leerzeichen</translation> |
</message> |
<message> |
<source>Sticky Tools</source> |
<translation>Werkzeugmodus</translation> |
<source>Sticky Tools</source> |
<translation>Werkzeugmodus</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>AlignDistributeBase</name> |
<message> |
<source>Align and Distribute</source> |
<translation>Ausrichten und verteilen</translation> |
<source>Align and Distribute</source> |
<translation>Ausrichten und verteilen</translation> |
</message> |
<message> |
<source>Align</source> |
<translation>Ausrichten</translation> |
<source>Align</source> |
<translation>Ausrichten</translation> |
</message> |
<message> |
<source>&Selected Guide:</source> |
<translation>&Ausgewählte Hilfslinie:</translation> |
<source>&Selected Guide:</source> |
<translation>&Ausgewählte Hilfslinie:</translation> |
</message> |
<message> |
<source>&Relative To:</source> |
<translation>&Relativ zu:</translation> |
<source>&Relative To:</source> |
<translation>&Relativ zu:</translation> |
</message> |
<message> |
<source>...</source> |
<translation>...</translation> |
<source>...</source> |
<translation>...</translation> |
</message> |
<message> |
<source>Distribute</source> |
<translation>Verteilen</translation> |
<source>Distribute</source> |
<translation>Verteilen</translation> |
</message> |
<message> |
<source>&Distance:</source> |
<translation>Ab&stand:</translation> |
<source>&Distance:</source> |
<translation>Ab&stand:</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>AlignDistributePalette</name> |
<message> |
<source>Align and Distribute</source> |
<translation>Ausrichten und verteilen</translation> |
<source>Align and Distribute</source> |
<translation>Ausrichten und verteilen</translation> |
</message> |
<message> |
<source>Align</source> |
<translation>Ausrichten</translation> |
<source>Align</source> |
<translation>Ausrichten</translation> |
</message> |
<message> |
<source>&Relative to:</source> |
<translation>&Relativ zu:</translation> |
<source>&Relative to:</source> |
<translation>&Relativ zu:</translation> |
</message> |
<message> |
<source>First Selected</source> |
<translation>Zuerst markiertes</translation> |
<source>First Selected</source> |
<translation>Zuerst markiertes</translation> |
</message> |
<message> |
<source>Last Selected</source> |
<translation>Zuletzt markiertes</translation> |
<source>Last Selected</source> |
<translation>Zuletzt markiertes</translation> |
</message> |
<message> |
<source>Page</source> |
<translation>Seite</translation> |
<source>Page</source> |
<translation>Seite</translation> |
</message> |
<message> |
<source>Margins</source> |
<translation>Ränder</translation> |
<source>Margins</source> |
<translation>Ränder</translation> |
</message> |
<message> |
<source>Guide</source> |
<translation>Hilfslinien</translation> |
<source>Guide</source> |
<translation>Hilfslinien</translation> |
</message> |
<message> |
<source>Selection</source> |
<translation>Markierung</translation> |
<source>Selection</source> |
<translation>Markierung</translation> |
</message> |
<message> |
<source>Align bottoms</source> |
<translation>Untere Seiten ausrichten</translation> |
<source>Align bottoms</source> |
<translation>Untere Seiten ausrichten</translation> |
</message> |
<message> |
<source>Align right sides</source> |
<translation>Rechte Seiten ausrichten</translation> |
<source>Align right sides</source> |
<translation>Rechte Seiten ausrichten</translation> |
</message> |
<message> |
<source>Center on vertical axis</source> |
<translation>Auf vertikaler Achse zentrieren</translation> |
<source>Center on vertical axis</source> |
<translation>Auf vertikaler Achse zentrieren</translation> |
</message> |
<message> |
<source>Align left sides</source> |
<translation>Linke Seiten ausrichten</translation> |
<source>Align left sides</source> |
<translation>Linke Seiten ausrichten</translation> |
</message> |
<message> |
<source>Center on horizontal axis</source> |
<translation>Auf horizontaler Achse zentrieren</translation> |
<source>Center on horizontal axis</source> |
<translation>Auf horizontaler Achse zentrieren</translation> |
</message> |
<message> |
<source>Align tops</source> |
<translation>Obere Seiten ausrichten</translation> |
<source>Align tops</source> |
<translation>Obere Seiten ausrichten</translation> |
</message> |
<message> |
<source>&Selected Guide:</source> |
<translation>&Ausgewählte Hilfslinie:</translation> |
<source>&Selected Guide:</source> |
<translation>&Ausgewählte Hilfslinie:</translation> |
</message> |
<message> |
<source>Distribute</source> |
<translation>Verteilen</translation> |
<source>Distribute</source> |
<translation>Verteilen</translation> |
</message> |
<message> |
<source>Distribute right sides equidistantly</source> |
<translation>Rechte Seiten gleichmässig verteilen</translation> |
<source>Distribute right sides equidistantly</source> |
<translation>Rechte Seiten gleichmässig verteilen</translation> |
</message> |
<message> |
<source>Distribute bottoms equidistantly</source> |
<translation>Unterseiten gleichmässig verteilen</translation> |
<source>Distribute bottoms equidistantly</source> |
<translation>Unterseiten gleichmässig verteilen</translation> |
</message> |
<message> |
<source>Distribute centers equidistantly horizontally</source> |
<translation>Objektmitten gleichmässig horizontal verteilen</translation> |
<source>Distribute centers equidistantly horizontally</source> |
<translation>Objektmitten gleichmässig horizontal verteilen</translation> |
</message> |
<message> |
<source>Distribute left sides equidistantly</source> |
<translation>Linke Seiten gleichmässig verteilen</translation> |
<source>Distribute left sides equidistantly</source> |
<translation>Linke Seiten gleichmässig verteilen</translation> |
</message> |
<message> |
<source>Distribute centers equidistantly vertically</source> |
<translation>Objektmitten gleichmässig vertikal verteilen</translation> |
<source>Distribute centers equidistantly vertically</source> |
<translation>Objektmitten gleichmässig vertikal verteilen</translation> |
</message> |
<message> |
<source>Distribute tops equidistantly</source> |
<translation>Oberseiten gleichmässig verteilen</translation> |
<source>Distribute tops equidistantly</source> |
<translation>Oberseiten gleichmässig verteilen</translation> |
</message> |
<message> |
<source>&Distance:</source> |
<translation>Ab&stand:</translation> |
<source>&Distance:</source> |
<translation>Ab&stand:</translation> |
</message> |
<message> |
<source>Distribute the items with the distance specified</source> |
<translation>Verteilung der Objekte wie angegeben</translation> |
<source>Distribute the items with the distance specified</source> |
<translation>Verteilung der Objekte wie angegeben</translation> |
</message> |
<message> |
<source>None Selected</source> |
<translation>Nichts ausgewählt</translation> |
<source>None Selected</source> |
<translation>Nichts ausgewählt</translation> |
</message> |
<message> |
<source>Y: %1%2</source> |
<translation>Y: %1 %2</translation> |
<source>Y: %1%2</source> |
<translation>Y: %1 %2</translation> |
</message> |
<message> |
<source>X: %1%2</source> |
<translation>X: %1 %2</translation> |
<source>X: %1%2</source> |
<translation>X: %1 %2</translation> |
</message> |
<message> |
<source>Align right sides of items to left side of anchor</source> |
<translation>Rechte Seiten von Objekten an der linken Seite des gewählten Ankers ausrichten</translation> |
<source>Align right sides of items to left side of anchor</source> |
<translation>Rechte Seiten von Objekten an der linken Seite des gewählten Ankers ausrichten</translation> |
</message> |
<message> |
<source>Align left sides of items to right side of anchor</source> |
<translation>Linke Seiten von Objekten an der rechten Seite des gewählten Ankers ausrichten</translation> |
<source>Align left sides of items to right side of anchor</source> |
<translation>Linke Seiten von Objekten an der rechten Seite des gewählten Ankers ausrichten</translation> |
</message> |
<message> |
<source>Align tops of items to bottom of anchor</source> |
<translation>Unterseite von Objekten an der Oberseite des gewählten Ankers ausrichten</translation> |
<source>Align tops of items to bottom of anchor</source> |
<translation>Unterseite von Objekten an der Oberseite des gewählten Ankers ausrichten</translation> |
</message> |
<message> |
<source>Align bottoms of items to top of anchor</source> |
<translation>Unterseite von Objekten an der Oberseite des gewählten Ankers ausrichten</translation> |
<source>Align bottoms of items to top of anchor</source> |
<translation>Unterseite von Objekten an der Oberseite des gewählten Ankers ausrichten</translation> |
</message> |
<message> |
<source>Make horizontal gaps between items equal</source> |
<translation>Gleicher horizontaler Abstand zwischen Objekten</translation> |
<source>Make horizontal gaps between items equal</source> |
<translation>Gleicher horizontaler Abstand zwischen Objekten</translation> |
</message> |
<message> |
<source>Make horizontal gaps between items equal to the value specified</source> |
<translation>Horizontaler Abstand zwischen Objekten wie angegeben</translation> |
<source>Make horizontal gaps between items equal to the value specified</source> |
<translation>Horizontaler Abstand zwischen Objekten wie angegeben</translation> |
</message> |
<message> |
<source>Make vertical gaps between items equal</source> |
<translation>Gleicher vertikaler Abstand zwischen Objekten</translation> |
<source>Make vertical gaps between items equal</source> |
<translation>Gleicher vertikaler Abstand zwischen Objekten</translation> |
</message> |
<message> |
<source>Make vertical gaps between items equal to the value specified</source> |
<translation>Vertikaler Abstand zwischen Objekten wie angegeben</translation> |
<source>Make vertical gaps between items equal to the value specified</source> |
<translation>Vertikaler Abstand zwischen Objekten wie angegeben</translation> |
</message> |
<message> |
<source>Make horizontal gaps between items and sides of page equal</source> |
<translation>Gleiche horizontale Abstände zwischen Objekten und Seite</translation> |
<source>Make horizontal gaps between items and sides of page equal</source> |
<translation>Gleiche horizontale Abstände zwischen Objekten und Seite</translation> |
</message> |
<message> |
<source>Make vertical gaps between items and the top and bottom of page equal</source> |
<translation>Gleiche vertikale Abstände zwischen Objekten und Seite</translation> |
<source>Make vertical gaps between items and the top and bottom of page equal</source> |
<translation>Gleiche vertikale Abstände zwischen Objekten und Seite</translation> |
</message> |
<message> |
<source>Make horizontal gaps between items and sides of page margins equal</source> |
<translation>Gleiche horizontale Abstände zwischen Objekten und Satzspiegel</translation> |
<source>Make horizontal gaps between items and sides of page margins equal</source> |
<translation>Gleiche horizontale Abstände zwischen Objekten und Satzspiegel</translation> |
</message> |
<message> |
<source>Make vertical gaps between items and the top and bottom of page margins equal</source> |
<translation>Gleiche vertikale Abstände zwischen Objekten und Satzspiegel</translation> |
<source>Make vertical gaps between items and the top and bottom of page margins equal</source> |
<translation>Gleiche vertikale Abstände zwischen Objekten und Satzspiegel</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>AlignSelect</name> |
<message> |
<source>Align Text Left</source> |
<translation>Linksbündig</translation> |
<source>Align Text Left</source> |
<translation>Linksbündig</translation> |
</message> |
<message> |
<source>Align Text Right</source> |
<translation>Rechtsbündig</translation> |
<source>Align Text Right</source> |
<translation>Rechtsbündig</translation> |
</message> |
<message> |
<source>Align Text Center</source> |
<translation>Zentriert</translation> |
<source>Align Text Center</source> |
<translation>Zentriert</translation> |
</message> |
<message> |
<source>Align Text Justified</source> |
<translation>Blocksatz</translation> |
<source>Align Text Justified</source> |
<translation>Blocksatz</translation> |
</message> |
<message> |
<source>Align Text Forced Justified</source> |
<translation>Erzwungener Blocksatz</translation> |
<source>Align Text Forced Justified</source> |
<translation>Erzwungener Blocksatz</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>Annot</name> |
<message> |
<source>Field Properties</source> |
<translation>Feldeigenschaften</translation> |
<source>Field Properties</source> |
<translation>Feldeigenschaften</translation> |
</message> |
<message> |
<source>Type:</source> |
<translation>Typ:</translation> |
<source>Type:</source> |
<translation>Typ:</translation> |
</message> |
<message> |
<source>Properties</source> |
<translation>Eigenschaften</translation> |
<source>Properties</source> |
<translation>Eigenschaften</translation> |
</message> |
<message> |
<source>Name:</source> |
<translation>Name:</translation> |
<source>Name:</source> |
<translation>Name:</translation> |
</message> |
<message> |
<source>Text</source> |
<translation>Text</translation> |
<source>Text</source> |
<translation>Text</translation> |
</message> |
<message> |
<source>Border</source> |
<translation>Rand</translation> |
<source>Border</source> |
<translation>Rand</translation> |
</message> |
<message> |
<source>Color:</source> |
<translation>Farbe:</translation> |
<source>Color:</source> |
<translation>Farbe:</translation> |
</message> |
<message> |
<source>None</source> |
<translation>Keine</translation> |
<source>None</source> |
<translation>Keine</translation> |
</message> |
<message> |
<source>Width:</source> |
<translation>Breite:</translation> |
<source>Width:</source> |
<translation>Breite:</translation> |
</message> |
<message> |
<source>Thin</source> |
<translation>Schmal</translation> |
<source>Thin</source> |
<translation>Schmal</translation> |
</message> |
<message> |
<source>Normal</source> |
<translation>Normal</translation> |
<source>Normal</source> |
<translation>Normal</translation> |
</message> |
<message> |
<source>Wide</source> |
<translation>Breit</translation> |
<source>Wide</source> |
<translation>Breit</translation> |
</message> |
<message> |
<source>Style:</source> |
<translation>Stil:</translation> |
<source>Style:</source> |
<translation>Stil:</translation> |
</message> |
<message> |
<source>Solid</source> |
<translation>Durchgehend</translation> |
<source>Solid</source> |
<translation>Durchgehend</translation> |
</message> |
<message> |
<source>Dashed</source> |
<translation>Gestrichelt</translation> |
<source>Dashed</source> |
<translation>Gestrichelt</translation> |
</message> |
<message> |
<source>Underline</source> |
<translation>Unterstrichen</translation> |
<source>Underline</source> |
<translation>Unterstrichen</translation> |
</message> |
<message> |
<source>Beveled</source> |
<translation>Hervorgehoben</translation> |
<source>Beveled</source> |
<translation>Hervorgehoben</translation> |
</message> |
<message> |
<source>Inset</source> |
<translation>Vertieft</translation> |
<source>Inset</source> |
<translation>Vertieft</translation> |
</message> |
<message> |
<source>Other</source> |
<translation>Andere</translation> |
<source>Other</source> |
<translation>Andere</translation> |
</message> |
<message> |
<source>Read Only</source> |
<translation>Nur lesen</translation> |
<source>Read Only</source> |
<translation>Nur lesen</translation> |
</message> |
<message> |
<source>Required</source> |
<translation>Erforderlich</translation> |
<source>Required</source> |
<translation>Erforderlich</translation> |
</message> |
<message> |
<source>Visibility:</source> |
<translation>Darstellung:</translation> |
<source>Visibility:</source> |
<translation>Darstellung:</translation> |
</message> |
<message> |
<source>Visible</source> |
<translation>Sichtbar</translation> |
<source>Visible</source> |
<translation>Sichtbar</translation> |
</message> |
<message> |
<source>Hidden</source> |
<translation>Versteckt</translation> |
<source>Hidden</source> |
<translation>Versteckt</translation> |
</message> |
<message> |
<source>No Print</source> |
<translation>Nicht drucken</translation> |
<source>No Print</source> |
<translation>Nicht drucken</translation> |
</message> |
<message> |
<source>No View</source> |
<translation>Nicht sichtbar</translation> |
<source>No View</source> |
<translation>Nicht sichtbar</translation> |
</message> |
<message> |
<source>Appearance</source> |
<translation>Aussehen</translation> |
<source>Appearance</source> |
<translation>Aussehen</translation> |
</message> |
<message> |
<source>Text for Button Down</source> |
<translation>Text für Button Down</translation> |
<source>Text for Button Down</source> |
<translation>Text für Button Down</translation> |
</message> |
<message> |
<source>Text for Roll Over</source> |
<translation>Text für Roll Over</translation> |
<source>Text for Roll Over</source> |
<translation>Text für Roll Over</translation> |
</message> |
<message> |
<source>Icons</source> |
<translation>Icons</translation> |
<source>Icons</source> |
<translation>Icons</translation> |
</message> |
<message> |
<source>Use Icons</source> |
<translation>Icons benutzen</translation> |
<source>Use Icons</source> |
<translation>Icons benutzen</translation> |
</message> |
<message> |
<source>Remove</source> |
<translation>Entfernen</translation> |
<source>Remove</source> |
<translation>Entfernen</translation> |
</message> |
<message> |
<source>Pressed</source> |
<translation>Gedrückt</translation> |
<source>Pressed</source> |
<translation>Gedrückt</translation> |
</message> |
<message> |
<source>Roll Over</source> |
<translation>Roll Over</translation> |
<source>Roll Over</source> |
<translation>Roll Over</translation> |
</message> |
<message> |
<source>Icon Placement...</source> |
<translation>Anordnung...</translation> |
<source>Icon Placement...</source> |
<translation>Anordnung...</translation> |
</message> |
<message> |
<source>Highlight</source> |
<translation>Hervorhebung</translation> |
<source>Highlight</source> |
<translation>Hervorhebung</translation> |
</message> |
<message> |
<source>Invert</source> |
<translation>Invertieren</translation> |
<source>Invert</source> |
<translation>Invertieren</translation> |
</message> |
<message> |
<source>Outlined</source> |
<translation>Umrandung</translation> |
<source>Outlined</source> |
<translation>Umrandung</translation> |
</message> |
<message> |
<source>Push</source> |
<translation>Gedrückt</translation> |
<source>Push</source> |
<translation>Gedrückt</translation> |
</message> |
<message> |
<source>Multi-Line</source> |
<translation>Mehrzeilig</translation> |
<source>Multi-Line</source> |
<translation>Mehrzeilig</translation> |
</message> |
<message> |
<source>Password</source> |
<translation>Passwort</translation> |
<source>Password</source> |
<translation>Passwort</translation> |
</message> |
<message> |
<source>Limit of</source> |
<translation>Maximum von</translation> |
<source>Limit of</source> |
<translation>Maximum von</translation> |
</message> |
<message> |
<source>Characters</source> |
<translation>Zeichen</translation> |
<source>Characters</source> |
<translation>Zeichen</translation> |
</message> |
<message> |
<source>Do Not Scroll</source> |
<translation>Nicht scrollen</translation> |
<source>Do Not Scroll</source> |
<translation>Nicht scrollen</translation> |
</message> |
<message> |
<source>Do Not Spell Check</source> |
<translation>Nicht in Rechtschreibprüfung einbeziehen</translation> |
<source>Do Not Spell Check</source> |
<translation>Nicht in Rechtschreibprüfung einbeziehen</translation> |
</message> |
<message> |
<source>Check Style:</source> |
<translation>Art des Häkchens:</translation> |
<source>Check Style:</source> |
<translation>Art des Häkchens:</translation> |
</message> |
<message> |
<source>Default is Checked</source> |
<translation>Standardeinstellung ist markiert</translation> |
<source>Default is Checked</source> |
<translation>Standardeinstellung ist markiert</translation> |
</message> |
<message> |
<source>Editable</source> |
<translation>Änderbar</translation> |
<source>Editable</source> |
<translation>Änderbar</translation> |
</message> |
<message> |
<source>Options</source> |
<translation>Optionen</translation> |
<source>Options</source> |
<translation>Optionen</translation> |
</message> |
<message> |
<source>Event:</source> |
<translation>Ereignis:</translation> |
<source>Event:</source> |
<translation>Ereignis:</translation> |
</message> |
<message> |
<source>Script:</source> |
<translation>Script:</translation> |
<source>Script:</source> |
<translation>Script:</translation> |
</message> |
<message> |
<source>Edit...</source> |
<translation>Bearbeiten...</translation> |
<source>Edit...</source> |
<translation>Bearbeiten...</translation> |
</message> |
<message> |
<source>Submit to URL:</source> |
<translation>Sende an URL:</translation> |
<source>Submit to URL:</source> |
<translation>Sende an URL:</translation> |
</message> |
<message> |
<source>Submit Data as HTML</source> |
<translation>Sende Daten als HTML</translation> |
<source>Submit Data as HTML</source> |
<translation>Sende Daten als HTML</translation> |
</message> |
<message> |
<source>Import Data from:</source> |
<translation>Importiere Daten von:</translation> |
<source>Import Data from:</source> |
<translation>Importiere Daten von:</translation> |
</message> |
<message> |
<source>Destination</source> |
<translation>Ziel</translation> |
<source>Destination</source> |
<translation>Ziel</translation> |
</message> |
<message> |
<source>To File:</source> |
<translation>In Datei:</translation> |
<source>To File:</source> |
<translation>In Datei:</translation> |
</message> |
<message> |
<source>Change...</source> |
<translation>Ändern...</translation> |
<source>Change...</source> |
<translation>Ändern...</translation> |
</message> |
<message> |
<source>Page:</source> |
<translation>Seite:</translation> |
<source>Page:</source> |
<translation>Seite:</translation> |
</message> |
<message> |
<source>X-Pos:</source> |
<translation>X-Pos:</translation> |
<source>X-Pos:</source> |
<translation>X-Pos:</translation> |
</message> |
<message> |
<source> pt</source> |
<translation> pt</translation> |
<source> pt</source> |
<translation> pt</translation> |
</message> |
<message> |
<source>Y-Pos:</source> |
<translation>Y-Pos:</translation> |
<source>Y-Pos:</source> |
<translation>Y-Pos:</translation> |
</message> |
<message> |
<source>Action</source> |
<translation>Aktion</translation> |
<source>Action</source> |
<translation>Aktion</translation> |
</message> |
<message> |
<source>Field is formatted as:</source> |
<translation>Feld ist formatiert als:</translation> |
<source>Field is formatted as:</source> |
<translation>Feld ist formatiert als:</translation> |
</message> |
<message> |
<source>Number Format</source> |
<translation>Zahlenformat</translation> |
<source>Number Format</source> |
<translation>Zahlenformat</translation> |
</message> |
<message> |
<source>Decimals:</source> |
<translation>Dezimalstellen:</translation> |
<source>Decimals:</source> |
<translation>Dezimalstellen:</translation> |
</message> |
<message> |
<source>Use Currency Symbol</source> |
<translation>Währungssymbol benutzen</translation> |
<source>Use Currency Symbol</source> |
<translation>Währungssymbol benutzen</translation> |
</message> |
<message> |
<source>Prepend Currency Symbol</source> |
<translation>Währungssymbol voranstellen</translation> |
<source>Prepend Currency Symbol</source> |
<translation>Währungssymbol voranstellen</translation> |
</message> |
<message> |
<source>Formatting</source> |
<translation>Formatierung</translation> |
<source>Formatting</source> |
<translation>Formatierung</translation> |
</message> |
<message> |
<source>Percent Format</source> |
<translation>Prozentformat</translation> |
<source>Percent Format</source> |
<translation>Prozentformat</translation> |
</message> |
<message> |
<source>Date Format</source> |
<translation>Datumsformat</translation> |
<source>Date Format</source> |
<translation>Datumsformat</translation> |
</message> |
<message> |
<source>Time Format</source> |
<translation>Zeitformat</translation> |
<source>Time Format</source> |
<translation>Zeitformat</translation> |
</message> |
<message> |
<source>Custom Scripts</source> |
<translation>Benutzerdefiniert</translation> |
<source>Custom Scripts</source> |
<translation>Benutzerdefiniert</translation> |
</message> |
<message> |
<source>Format:</source> |
<translation>Format:</translation> |
<source>Format:</source> |
<translation>Format:</translation> |
</message> |
<message> |
<source>Keystroke:</source> |
<translation>Tastendruck:</translation> |
<source>Keystroke:</source> |
<translation>Tastendruck:</translation> |
</message> |
<message> |
<source>Format</source> |
<translation>Format</translation> |
<source>Format</source> |
<translation>Format</translation> |
</message> |
<message> |
<source>Value is not validated</source> |
<translation>Wert wird nicht überprüft</translation> |
<source>Value is not validated</source> |
<translation>Wert wird nicht überprüft</translation> |
</message> |
<message> |
<source>Value must be greater than or equal to:</source> |
<translation>Wert muss grösser oder gleich sein als:</translation> |
<source>Value must be greater than or equal to:</source> |
<translation>Wert muss grösser oder gleich sein als:</translation> |
</message> |
<message> |
<source>and less or equal to:</source> |
<translation>und kleiner oder gleich als:</translation> |
<source>and less or equal to:</source> |
<translation>und kleiner oder gleich als:</translation> |
</message> |
<message> |
<source>Custom validate script:</source> |
<translation>Eigenes Überprüfungsscript:</translation> |
<source>Custom validate script:</source> |
<translation>Eigenes Überprüfungsscript:</translation> |
</message> |
<message> |
<source>Validate</source> |
<translation>Überprüfen</translation> |
<source>Validate</source> |
<translation>Überprüfen</translation> |
</message> |
<message> |
<source>Value is not calculated</source> |
<translation>Wert wird nicht berechnet</translation> |
<source>Value is not calculated</source> |
<translation>Wert wird nicht berechnet</translation> |
</message> |
<message> |
<source>Value is the</source> |
<translation>Wert ist</translation> |
<source>Value is the</source> |
<translation>Wert ist</translation> |
</message> |
<message> |
<source>sum</source> |
<translation>die Summe</translation> |
<source>sum</source> |
<translation>die Summe</translation> |
</message> |
<message> |
<source>product</source> |
<translation>das Produkt</translation> |
<source>product</source> |
<translation>das Produkt</translation> |
</message> |
<message> |
<source>average</source> |
<translation>der Durchschnitt</translation> |
<source>average</source> |
<translation>der Durchschnitt</translation> |
</message> |
<message> |
<source>minimum</source> |
<translation>das Minimum</translation> |
<source>minimum</source> |
<translation>das Minimum</translation> |
</message> |
<message> |
<source>maximum</source> |
<translation>das Maximum</translation> |
<source>maximum</source> |
<translation>das Maximum</translation> |
</message> |
<message> |
<source>of the following fields:</source> |
<translation>der folgenden Felder:</translation> |
<source>of the following fields:</source> |
<translation>der folgenden Felder:</translation> |
</message> |
<message> |
<source>Pick...</source> |
<translation>Auswählen...</translation> |
<source>Pick...</source> |
<translation>Auswählen...</translation> |
</message> |
<message> |
<source>Custom calculation script:</source> |
<translation>Eigenes Berechnungsscript:</translation> |
<source>Custom calculation script:</source> |
<translation>Eigenes Berechnungsscript:</translation> |
</message> |
<message> |
<source>Calculate</source> |
<translation>Berechnen</translation> |
<source>Calculate</source> |
<translation>Berechnen</translation> |
</message> |
<message> |
<source>OK</source> |
<translation>OK</translation> |
<source>OK</source> |
<translation>OK</translation> |
</message> |
<message> |
<source>Cancel</source> |
<translation>Abbrechen</translation> |
<source>Cancel</source> |
<translation>Abbrechen</translation> |
</message> |
<message> |
<source>Enter a comma separated list of fields here</source> |
<translation>Hier eine kommaseparierte Liste der Felder eintragen</translation> |
<source>Enter a comma separated list of fields here</source> |
<translation>Hier eine kommaseparierte Liste der Felder eintragen</translation> |
</message> |
<message> |
<source>You need at least the Icon for Normal to use Icons for Buttons</source> |
<translation>Sie benötigen mindestens das Icon für Normal um Icons zu benutzen</translation> |
<source>You need at least the Icon for Normal to use Icons for Buttons</source> |
<translation>Sie benötigen mindestens das Icon für Normal um Icons zu benutzen</translation> |
</message> |
<message> |
<source>Open</source> |
<translation>Öffnen</translation> |
<source>Open</source> |
<translation>Öffnen</translation> |
</message> |
<message> |
<source>Example:</source> |
<translation>Beispiel:</translation> |
<source>Example:</source> |
<translation>Beispiel:</translation> |
</message> |
<message> |
<source>Selection Change</source> |
<translation>Auswahl geändert</translation> |
<source>Selection Change</source> |
<translation>Auswahl geändert</translation> |
</message> |
<message> |
<source>Button</source> |
<translation>Schaltfläche</translation> |
<source>Button</source> |
<translation>Schaltfläche</translation> |
</message> |
<message> |
<source>Text Field</source> |
<translation>Textfeld</translation> |
<source>Text Field</source> |
<translation>Textfeld</translation> |
</message> |
<message> |
<source>Check Box</source> |
<translation>Kontrollkästchen</translation> |
<source>Check Box</source> |
<translation>Kontrollkästchen</translation> |
</message> |
<message> |
<source>Combo Box</source> |
<translation>Kombinationsfeld</translation> |
<source>Combo Box</source> |
<translation>Kombinationsfeld</translation> |
</message> |
<message> |
<source>List Box</source> |
<translation>Listenfeld</translation> |
<source>List Box</source> |
<translation>Listenfeld</translation> |
</message> |
<message> |
<source>Check</source> |
<translation>Haken</translation> |
<source>Check</source> |
<translation>Haken</translation> |
</message> |
<message> |
<source>Cross</source> |
<translation>Kreuz</translation> |
<source>Cross</source> |
<translation>Kreuz</translation> |
</message> |
<message> |
<source>Diamond</source> |
<translation>Raute</translation> |
<source>Diamond</source> |
<translation>Raute</translation> |
</message> |
<message> |
<source>Circle</source> |
<translation>Kreis</translation> |
<source>Circle</source> |
<translation>Kreis</translation> |
</message> |
<message> |
<source>Star</source> |
<translation>Stern</translation> |
<source>Star</source> |
<translation>Stern</translation> |
</message> |
<message> |
<source>Square</source> |
<translation>Quadrat</translation> |
<source>Square</source> |
<translation>Quadrat</translation> |
</message> |
<message> |
<source>Go To</source> |
<translation>Gehe zu</translation> |
<source>Go To</source> |
<translation>Gehe zu</translation> |
</message> |
<message> |
<source>Submit Form</source> |
<translation>Formular senden</translation> |
<source>Submit Form</source> |
<translation>Formular senden</translation> |
</message> |
<message> |
<source>Reset Form</source> |
<translation>Formular zurücksetzen</translation> |
<source>Reset Form</source> |
<translation>Formular zurücksetzen</translation> |
</message> |
<message> |
<source>Import Data</source> |
<translation>Daten importieren</translation> |
<source>Import Data</source> |
<translation>Daten importieren</translation> |
</message> |
<message> |
<source>Mouse Up</source> |
<translation>Maustaste loslassen</translation> |
<source>Mouse Up</source> |
<translation>Maustaste loslassen</translation> |
</message> |
<message> |
<source>Mouse Down</source> |
<translation>Maustaste drücken</translation> |
<source>Mouse Down</source> |
<translation>Maustaste drücken</translation> |
</message> |
<message> |
<source>Mouse Enter</source> |
<translation>Mauszeiger berührt Feld</translation> |
<source>Mouse Enter</source> |
<translation>Mauszeiger berührt Feld</translation> |
</message> |
<message> |
<source>Mouse Exit</source> |
<translation>Mauszeiger verlässt Feld</translation> |
<source>Mouse Exit</source> |
<translation>Mauszeiger verlässt Feld</translation> |
</message> |
<message> |
<source>On Focus</source> |
<translation>Feld hat Fokus</translation> |
<source>On Focus</source> |
<translation>Feld hat Fokus</translation> |
</message> |
<message> |
<source>On Blur</source> |
<translation>Feld verliert Fokus</translation> |
<source>On Blur</source> |
<translation>Feld verliert Fokus</translation> |
</message> |
<message> |
<source>Plain</source> |
<translation>Nichts</translation> |
<source>Plain</source> |
<translation>Nichts</translation> |
</message> |
<message> |
<source>Number</source> |
<translation>Zahl</translation> |
<source>Number</source> |
<translation>Zahl</translation> |
</message> |
<message> |
<source>Percentage</source> |
<translation>Prozent</translation> |
<source>Percentage</source> |
<translation>Prozent</translation> |
</message> |
<message> |
<source>Date</source> |
<translation>Datum</translation> |
<source>Date</source> |
<translation>Datum</translation> |
</message> |
<message> |
<source>Time</source> |
<translation>Zeit</translation> |
<source>Time</source> |
<translation>Zeit</translation> |
</message> |
<message> |
<source>Custom</source> |
<translation>Benutzerdefiniert</translation> |
<source>Custom</source> |
<translation>Benutzerdefiniert</translation> |
</message> |
<message> |
<source>Font for use with PDF 1.3:</source> |
<translation>Schrift für PDF 1.3:</translation> |
<source>Font for use with PDF 1.3:</source> |
<translation>Schrift für PDF 1.3:</translation> |
</message> |
<message> |
<source>Flag is ignored for PDF 1.3</source> |
<translation>Wird von PDF 1.3 ignoriert</translation> |
<source>Flag is ignored for PDF 1.3</source> |
<translation>Wird von PDF 1.3 ignoriert</translation> |
</message> |
<message> |
<source>PDF Files (*.pdf);;All Files (*)</source> |
<translation>PDF-Dateien (*.pdf);;Alle Dateien (*.*)</translation> |
<source>PDF Files (*.pdf);;All Files (*)</source> |
<translation>PDF-Dateien (*.pdf);;Alle Dateien (*.*)</translation> |
</message> |
<message> |
<source>JavaScript</source> |
<translation>JavaScript</translation> |
<source>JavaScript</source> |
<translation>JavaScript</translation> |
</message> |
<message> |
<source>None</source> |
<comment>highlight</comment> |
<translation>Keine</translation> |
<source>None</source> |
<comment>highlight</comment> |
<translation>Keine</translation> |
</message> |
<message> |
<source>None</source> |
<comment>action</comment> |
<translation>Keine</translation> |
<source>None</source> |
<comment>action</comment> |
<translation>Keine</translation> |
</message> |
<message> |
<source>Tooltip:</source> |
<translation>Tooltip:</translation> |
<source>Tooltip:</source> |
<translation>Tooltip:</translation> |
</message> |
<message> |
<source>Do Not Export Value</source> |
<translation>Wert nicht exportieren</translation> |
<source>Do Not Export Value</source> |
<translation>Wert nicht exportieren</translation> |
</message> |
<message> |
<source>Images (*.tif *.png *.jpg *.xpm);;PostScript (*.eps *epsi);;All Files (*)</source> |
<translation>Bilder (*.tif *.png *.jpg *.xpm);;PostScript (*.eps *epsi);;Alle Dateien (*)</translation> |
<source>Images (*.tif *.png *.jpg *.xpm);;PostScript (*.eps *epsi);;All Files (*)</source> |
<translation type="obsolete">Bilder (*.tif *.png *.jpg *.xpm);;PostScript (*.eps *epsi);;Alle Dateien (*)</translation> |
</message> |
</context> |
<context> |
<message> |
<source>Images (*.tif *.png *.jpg *.xpm);;PostScript (*.eps *.epsi);;All Files (*)</source> |
<translation type="unfinished"></translation> |
</message> |
</context> |
<context> |
<name>Annota</name> |
<message> |
<source>Annotation Properties</source> |
<translation>Eigenschaften der Anmerkung</translation> |
<source>Annotation Properties</source> |
<translation>Eigenschaften der Anmerkung</translation> |
</message> |
<message> |
<source>Text</source> |
<translation>Text</translation> |
<source>Text</source> |
<translation>Text</translation> |
</message> |
<message> |
<source>Link</source> |
<translation>Verknüpfung</translation> |
<source>Link</source> |
<translation>Verknüpfung</translation> |
</message> |
<message> |
<source>External Link</source> |
<translation>Externe Verknüpfung</translation> |
<source>External Link</source> |
<translation>Externe Verknüpfung</translation> |
</message> |
<message> |
<source>External Web-Link</source> |
<translation>Externe Webverknüpfung</translation> |
<source>External Web-Link</source> |
<translation>Externe Webverknüpfung</translation> |
</message> |
<message> |
<source>Destination</source> |
<translation>Ziel</translation> |
<source>Destination</source> |
<translation>Ziel</translation> |
</message> |
<message> |
<source> pt</source> |
<translation> pt</translation> |
<source> pt</source> |
<translation> pt</translation> |
</message> |
<message> |
<source>Open</source> |
<translation>Öffnen</translation> |
<source>Open</source> |
<translation>Öffnen</translation> |
</message> |
<message> |
<source>PDF-Documents (*.pdf);;All Files (*)</source> |
<translation>PDF-Dateien (*.pdf);;Alle Dateien (*)</translation> |
<source>PDF-Documents (*.pdf);;All Files (*)</source> |
<translation>PDF-Dateien (*.pdf);;Alle Dateien (*)</translation> |
</message> |
<message> |
<source>&Type:</source> |
<translation>&Typ:</translation> |
<source>&Type:</source> |
<translation>&Typ:</translation> |
</message> |
<message> |
<source>C&hange...</source> |
<translation>Ä&ndern...</translation> |
<source>C&hange...</source> |
<translation>Ä&ndern...</translation> |
</message> |
<message> |
<source>&Page:</source> |
<translation>&Seite:</translation> |
<source>&Page:</source> |
<translation>&Seite:</translation> |
</message> |
<message> |
<source>&X-Pos</source> |
<translation>&X-Position</translation> |
<source>&X-Pos</source> |
<translation>&X-Position</translation> |
</message> |
<message> |
<source>&Y-Pos:</source> |
<translation>&Y-Position:</translation> |
<source>&Y-Pos:</source> |
<translation>&Y-Position:</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>ApplyMasterPageDialog</name> |
<message> |
<source>Apply Master Page</source> |
<translation>Musterseite anwenden</translation> |
<source>Apply Master Page</source> |
<translation>Musterseite anwenden</translation> |
</message> |
<message> |
<source>&Master Page:</source> |
<translation>&Musterseite:</translation> |
<source>&Master Page:</source> |
<translation>&Musterseite:</translation> |
</message> |
<message> |
<source>Apply To</source> |
<translation>Anwenden auf</translation> |
<source>Apply To</source> |
<translation>Anwenden auf</translation> |
</message> |
<message> |
<source>Current &page</source> |
<translation>Aktuelle &Seite</translation> |
<source>Current &page</source> |
<translation>Aktuelle &Seite</translation> |
</message> |
<message> |
<source>Alt+P</source> |
<translation>Alt+P</translation> |
<source>Alt+P</source> |
<translation>Alt+P</translation> |
</message> |
<message> |
<source>&Even pages</source> |
<translation>&Gerade Seiten</translation> |
<source>&Even pages</source> |
<translation>&Gerade Seiten</translation> |
</message> |
<message> |
<source>Alt+E</source> |
<translation>Alt+E</translation> |
<source>Alt+E</source> |
<translation>Alt+E</translation> |
</message> |
<message> |
<source>O&dd pages</source> |
<translation>&Ungerade Seiten</translation> |
<source>O&dd pages</source> |
<translation>&Ungerade Seiten</translation> |
</message> |
<message> |
<source>Alt+D</source> |
<translation>Alt+D</translation> |
<source>Alt+D</source> |
<translation>Alt+D</translation> |
</message> |
<message> |
<source>&All pages</source> |
<translation>Alle &Seiten</translation> |
<source>&All pages</source> |
<translation>Alle &Seiten</translation> |
</message> |
<message> |
<source>Alt+A</source> |
<translation>Alt+A</translation> |
<source>Alt+A</source> |
<translation>Alt+A</translation> |
</message> |
<message> |
<source>&Within range</source> |
<translation>&Bereich</translation> |
<source>&Within range</source> |
<translation>&Bereich</translation> |
</message> |
<message> |
<source>Alt+W</source> |
<translation>Alt+W</translation> |
<source>Alt+W</source> |
<translation>Alt+W</translation> |
</message> |
<message> |
<source>to</source> |
<translation>bis</translation> |
<source>to</source> |
<translation>bis</translation> |
</message> |
<message> |
<source>Alt+O</source> |
<translation>Alt+O</translation> |
<source>Alt+O</source> |
<translation>Alt+O</translation> |
</message> |
<message> |
<source>Alt+C</source> |
<translation>Alt+C</translation> |
<source>Alt+C</source> |
<translation>Alt+C</translation> |
</message> |
<message> |
<source>Apply the selected master page to even, odd or all pages within the following range</source> |
<translation>Musterseite auf gerade, ungerade oder alle Seiten im definierten Bereich anwenden</translation> |
<source>Apply the selected master page to even, odd or all pages within the following range</source> |
<translation>Musterseite auf gerade, ungerade oder alle Seiten im definierten Bereich anwenden</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>ArrowChooser</name> |
<message> |
<source>None</source> |
<translation>Nichts</translation> |
<source>None</source> |
<translation>Nichts</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>Barcode</name> |
<message> |
<source>&Barcode Generator...</source> |
<translation>&Strichcodegenerator...</translation> |
<source>&Barcode Generator...</source> |
<translation>&Strichcodegenerator...</translation> |
</message> |
<message> |
<source>Scribus frontend for Pure Postscript Barcode Writer</source> |
<translation>Scribus-Dialog für den Pure Postscript Barcode Writer</translation> |
<source>Scribus frontend for Pure Postscript Barcode Writer</source> |
<translation>Scribus-Dialog für den Pure Postscript Barcode Writer</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>BarcodeGenerator</name> |
<message> |
<source>Error opening file: %1</source> |
<translation>Fehler beim Öffnen der Datei: %1</translation> |
<source>Error opening file: %1</source> |
<translation>Fehler beim Öffnen der Datei: %1</translation> |
</message> |
<message> |
<source>12 or 13 digits</source> |
<translation>12 oder 13 Ziffern</translation> |
<source>12 or 13 digits</source> |
<translation>12 oder 13 Ziffern</translation> |
</message> |
<message> |
<source>8 digits</source> |
<translation>8 Ziffern</translation> |
<source>8 digits</source> |
<translation>8 Ziffern</translation> |
</message> |
<message> |
<source>11 or 12 digits</source> |
<translation>11 oder 12 Ziffern</translation> |
<source>11 or 12 digits</source> |
<translation>11 oder 12 Ziffern</translation> |
</message> |
<message> |
<source>7 or 8 digits</source> |
<translation>7 oder 8 Ziffern</translation> |
<source>7 or 8 digits</source> |
<translation>7 oder 8 Ziffern</translation> |
</message> |
<message> |
<source>5 digits</source> |
<translation>5 Ziffern</translation> |
<source>5 digits</source> |
<translation>5 Ziffern</translation> |
</message> |
<message> |
<source>2 digits</source> |
<translation>2 Ziffern</translation> |
<source>2 digits</source> |
<translation>2 Ziffern</translation> |
</message> |
<message> |
<source>Variable number of characters, digits and any of the symbols -. *$/+%.</source> |
<translation>Kombination aus Buchstaben, ZIffern und den Symbolen -.*$/+%.</translation> |
<source>Variable number of characters, digits and any of the symbols -. *$/+%.</source> |
<translation>Kombination aus Buchstaben, ZIffern und den Symbolen -.*$/+%.</translation> |
</message> |
<message> |
<source>Variable number of digits</source> |
<translation>Kombinationen aus Ziffern</translation> |
<source>Variable number of digits</source> |
<translation>Kombinationen aus Ziffern</translation> |
</message> |
<message> |
<source>Variable number of digits and capital letters</source> |
<translation>Kombinationen aus Ziffern und Grossbuchstaben</translation> |
<source>Variable number of digits and capital letters</source> |
<translation>Kombinationen aus Ziffern und Grossbuchstaben</translation> |
</message> |
<message> |
<source>Variable number of hexadecimal characters</source> |
<translation>Kombinationen aus Hexadezimalzeichen</translation> |
<source>Variable number of hexadecimal characters</source> |
<translation>Kombinationen aus Hexadezimalzeichen</translation> |
</message> |
<message> |
<source>Barcode incomplete</source> |
<translation>Strichcode ist unvollständig</translation> |
<source>Barcode incomplete</source> |
<translation>Strichcode ist unvollständig</translation> |
</message> |
<message> |
<source>Variable number of ASCII characters and special function symbols, starting with the appropriate start character for the initial character set. UCC/EAN-128s must have a mandatory FNC 1 symbol immediately following the start character.</source> |
<translation>Kombination aus ASCII-Zeichen und Sonderzeichen, beginnend mit dem passenden Startzeichen für den Zeichensatz. Bei USS/EAN-128 muss am Anfang ein FNC1-Symbol direkt nach dem Startzeichen stehen.</translation> |
<source>Variable number of ASCII characters and special function symbols, starting with the appropriate start character for the initial character set. UCC/EAN-128s must have a mandatory FNC 1 symbol immediately following the start character.</source> |
<translation>Kombination aus ASCII-Zeichen und Sonderzeichen, beginnend mit dem passenden Startzeichen für den Zeichensatz. Bei USS/EAN-128 muss am Anfang ein FNC1-Symbol direkt nach dem Startzeichen stehen.</translation> |
</message> |
<message> |
<source>Variable number of digits and any of the symbols -$:/.+ABCD.</source> |
<translation>Kombination aus Ziffern und den Symbolem -$:/.+ABCD.</translation> |
<source>Variable number of digits and any of the symbols -$:/.+ABCD.</source> |
<translation>Kombination aus Ziffern und den Symbolem -$:/.+ABCD.</translation> |
</message> |
<message> |
<source>Variable number of digits. An ITF-14 is 14 characters and does not have a check digit</source> |
<translation>Kombination aus Ziffern. Ein ITF-14-Code besteht aus 14 Zeichen und besitzt keine Prüfnummer</translation> |
<source>Variable number of digits. An ITF-14 is 14 characters and does not have a check digit</source> |
<translation>Kombination aus Ziffern. Ein ITF-14-Code besteht aus 14 Zeichen und besitzt keine Prüfnummer</translation> |
</message> |
<message> |
<source>For ISBN-10 the data should contain 9 or 10 digits separated appropriately by dash characters. |
<source>For ISBN-10 the data should contain 9 or 10 digits separated appropriately by dash characters. |
For ISBN-13 the data should contain 12 or 13 digits separated appropriately by dash characters. |
If the last digit is not given then the ISBN checkdigit is calculated automatically.</source> |
<translation>ISBN-10-Nummern sollten 9 oder 10 Ziffern enthalten, die korrekt durch Striche getrennt sind. |
<translation type="obsolete">ISBN-10-Nummern sollten 9 oder 10 Ziffern enthalten, die korrekt durch Striche getrennt sind. |
ISBN-13-Nummern sollten 12 oder 13 Ziffern enthalten, die korrekt durch Striche getrennt sind. |
Wenn die letzte Zahl nicht eingetragen ist, wird die Prüfziffer automatisch berechnet.</translation> |
</message> |
</context> |
<context> |
<message> |
<source>For ISBN-10 the data should contain 9 or 10 <byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>digits separated appropriately by dash characters. |
For ISBN-13 the data should contain 12 or 13 <byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>digits separated appropriately by dash characters. |
If the last digit is not given then the ISBN <byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>checkdigit is calculated automatically.</source> |
<translation type="unfinished"></translation> |
</message> |
</context> |
<context> |
<name>BarcodeGeneratorBase</name> |
<message> |
<source>Barcode Creator</source> |
<translation>Strichcodegenerator</translation> |
<source>Barcode Creator</source> |
<translation>Strichcodegenerator</translation> |
</message> |
<message> |
<source>Barcode</source> |
<translation>Strichcode</translation> |
<source>Barcode</source> |
<translation>Strichcode</translation> |
</message> |
<message> |
<source>&Type:</source> |
<translation>&Typ:</translation> |
<source>&Type:</source> |
<translation>&Typ:</translation> |
</message> |
<message> |
<source>Select one of the available barcode type here</source> |
<translation>Wählen Sie bitte einen der verfügbaren Typen aus</translation> |
<source>Select one of the available barcode type here</source> |
<translation>Wählen Sie bitte einen der verfügbaren Typen aus</translation> |
</message> |
<message> |
<source>The numeric representation of the code itself. See the help message below</source> |
<translation>Die Zahlen, die in dem Strichcode vorkommen. Siehe die Hilfe unten</translation> |
<source>The numeric representation of the code itself. See the help message below</source> |
<translation>Die Zahlen, die in dem Strichcode vorkommen. Siehe die Hilfe unten</translation> |
</message> |
<message> |
<source>Reset the barcode samples</source> |
<translation>Einstellungen zurücksetzen</translation> |
<source>Reset the barcode samples</source> |
<translation>Einstellungen zurücksetzen</translation> |
</message> |
<message> |
<source>&Include text in barcode</source> |
<translation>&Text in Strichcode einfügen</translation> |
<source>&Include text in barcode</source> |
<translation>&Text in Strichcode einfügen</translation> |
</message> |
<message> |
<source>Alt+I</source> |
<translation>Alt+T</translation> |
<source>Alt+I</source> |
<translation>Alt+T</translation> |
</message> |
<message> |
<source>If checked, there will be numbers in the barcode too</source> |
<translation>Zahlen im Strichcode darstellen, wenn aktiviert</translation> |
<source>If checked, there will be numbers in the barcode too</source> |
<translation>Zahlen im Strichcode darstellen, wenn aktiviert</translation> |
</message> |
<message> |
<source>&Guard whitespace</source> |
<translation>&Sicherheitsleerzeichen</translation> |
<source>&Guard whitespace</source> |
<translation>&Sicherheitsleerzeichen</translation> |
</message> |
<message> |
<source>Alt+G</source> |
<translation>Alt+S</translation> |
<source>Alt+G</source> |
<translation>Alt+S</translation> |
</message> |
<message> |
<source>Draw arrows to be sure of space next the code</source> |
<translation>Pfeile als Sicherheitsabstand um den Strichcode zeichnen</translation> |
<source>Draw arrows to be sure of space next the code</source> |
<translation>Pfeile als Sicherheitsabstand um den Strichcode zeichnen</translation> |
</message> |
<message> |
<source>Colors</source> |
<translation>Farben</translation> |
<source>Colors</source> |
<translation>Farben</translation> |
</message> |
<message> |
<source>&Background</source> |
<translation>&Hintergrund</translation> |
<source>&Background</source> |
<translation>&Hintergrund</translation> |
</message> |
<message> |
<source>Alt+B</source> |
<translation>Alt+H</translation> |
<source>Alt+B</source> |
<translation>Alt+H</translation> |
</message> |
<message> |
<source>Background color - under the code lines</source> |
<translation>Farbe hinter dem Strichcode</translation> |
<source>Background color - under the code lines</source> |
<translation>Farbe hinter dem Strichcode</translation> |
</message> |
<message> |
<source>&Lines</source> |
<translation>&Linien</translation> |
<source>&Lines</source> |
<translation>&Linien</translation> |
</message> |
<message> |
<source>Alt+L</source> |
<translation>Alt+L</translation> |
<source>Alt+L</source> |
<translation>Alt+L</translation> |
</message> |
<message> |
<source>Color of the lines in barcode</source> |
<translation>Farbe der Strichcodelinien</translation> |
<source>Color of the lines in barcode</source> |
<translation>Farbe der Strichcodelinien</translation> |
</message> |
<message> |
<source>&Text</source> |
<translation>&Text</translation> |
<source>&Text</source> |
<translation>&Text</translation> |
</message> |
<message> |
<source>Alt+T</source> |
<translation>Alt+T</translation> |
<source>Alt+T</source> |
<translation>Alt+T</translation> |
</message> |
<message> |
<source>Color of the text and numbers</source> |
<translation>Farbe des Textes und der Zahlen</translation> |
<source>Color of the text and numbers</source> |
<translation>Farbe des Textes und der Zahlen</translation> |
</message> |
<message> |
<source>Hints and help is shown here</source> |
<translation>Hier sehen Sie Tips und Tricks</translation> |
<source>Hints and help is shown here</source> |
<translation>Hier sehen Sie Tips und Tricks</translation> |
</message> |
<message> |
<source>Preview of the result. 72dpi sample.</source> |
<translation>Vorschau des Ergebnisses in 72dpi.</translation> |
<source>Preview of the result. 72dpi sample.</source> |
<translation>Vorschau des Ergebnisses in 72dpi.</translation> |
</message> |
<message> |
<source>Co&de:</source> |
<translation>&Code:</translation> |
<source>Co&de:</source> |
<translation>&Code:</translation> |
</message> |
<message> |
<source>I&nclude checksum</source> |
<translation>Prüfsumme &integrieren</translation> |
<source>I&nclude checksum</source> |
<translation>Prüfsumme &integrieren</translation> |
</message> |
<message> |
<source>Alt+N</source> |
<translation>Alt+I</translation> |
<source>Alt+N</source> |
<translation>Alt+I</translation> |
</message> |
<message> |
<source>Generate and include a checksum in barcode</source> |
<translation>Prüfsumme erzeugen und mit in den Strichcode einfügen</translation> |
<source>Generate and include a checksum in barcode</source> |
<translation>Prüfsumme erzeugen und mit in den Strichcode einfügen</translation> |
</message> |
<message> |
<source>Incl&ude checksum digit</source> |
<translation>Prüfsummen&zeichen integrieren</translation> |
<source>Incl&ude checksum digit</source> |
<translation>Prüfsummen&zeichen integrieren</translation> |
</message> |
<message> |
<source>Alt+U</source> |
<translation>Alt+Z</translation> |
<source>Alt+U</source> |
<translation>Alt+Z</translation> |
</message> |
<message> |
<source>Include the checksum digit in the barcode text</source> |
<translation>Prüfsummenziffer in den Barcode integrieren</translation> |
<source>Include the checksum digit in the barcode text</source> |
<translation>Prüfsummenziffer in den Barcode integrieren</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>Biblio</name> |
<message> |
<source>Scrapbook</source> |
<translation>Bibliothek</translation> |
<source>Scrapbook</source> |
<translation>Bibliothek</translation> |
</message> |
<message> |
<source>Delete</source> |
<translation>Löschen</translation> |
<source>Delete</source> |
<translation>Löschen</translation> |
</message> |
<message> |
<source>Object</source> |
<translation>Objekt</translation> |
<source>Object</source> |
<translation>Objekt</translation> |
</message> |
<message> |
<source>New Entry</source> |
<translation>Neuer Eintrag</translation> |
<source>New Entry</source> |
<translation>Neuer Eintrag</translation> |
</message> |
<message> |
<source>Rename</source> |
<translation>Umbenennen</translation> |
<source>Rename</source> |
<translation>Umbenennen</translation> |
</message> |
<message> |
<source>&Name:</source> |
<translation>&Name:</translation> |
<source>&Name:</source> |
<translation>&Name:</translation> |
</message> |
<message> |
<source>Name "%1" is not unique. |
<source>Name "%1" is not unique. |
Please choose another.</source> |
<translation>Die Bezeichnung "%1" ist nicht eindeutig. |
<translation>Die Bezeichnung "%1" ist nicht eindeutig. |
Bitte wählen Sie eine andere.</translation> |
</message> |
<message> |
<source>Choose a Scrapbook Directory</source> |
<translation>Wählen Sie ein Verzeichnis für die Bibliothek</translation> |
<source>Choose a Scrapbook Directory</source> |
<translation>Wählen Sie ein Verzeichnis für die Bibliothek</translation> |
</message> |
<message> |
<source>Choose a Directory</source> |
<translation>Wählen Sie ein Verzeichnis</translation> |
<source>Choose a Directory</source> |
<translation>Wählen Sie ein Verzeichnis</translation> |
</message> |
<message> |
<source>Scrapbook (*.scs)</source> |
<translation>Bibliothek (*.scs)</translation> |
<source>Scrapbook (*.scs)</source> |
<translation>Bibliothek (*.scs)</translation> |
</message> |
<message> |
<source>Choose a scrapbook file to import</source> |
<translation>Wählen Sie eine Bibliothek aus, die Sie importieren möchten</translation> |
<source>Choose a scrapbook file to import</source> |
<translation>Wählen Sie eine Bibliothek aus, die Sie importieren möchten</translation> |
</message> |
<message> |
<source>Create a new scrapbook page</source> |
<translation>Neue Seite in der Bibliothek erstellen</translation> |
<source>Create a new scrapbook page</source> |
<translation>Neue Seite in der Bibliothek erstellen</translation> |
</message> |
<message> |
<source>Load an existing scrapbook</source> |
<translation>Vorhandene Bibliothek laden</translation> |
<source>Load an existing scrapbook</source> |
<translation>Vorhandene Bibliothek laden</translation> |
</message> |
<message> |
<source>Save the selected scrapbook</source> |
<translation>Markierte Bibliothek speichern</translation> |
<source>Save the selected scrapbook</source> |
<translation>Markierte Bibliothek speichern</translation> |
</message> |
<message> |
<source>Import an scrapbook file from Scribus <=1.3.2</source> |
<translation>Bibliothek aus Scribus <=1.3.2 importieren</translation> |
<source>Import an scrapbook file from Scribus <=1.3.2</source> |
<translation>Bibliothek aus Scribus <=1.3.2 importieren</translation> |
</message> |
<message> |
<source>Close the selected scrapbook</source> |
<translation>Markierte Bibliothek schliessen</translation> |
<source>Close the selected scrapbook</source> |
<translation>Markierte Bibliothek schliessen</translation> |
</message> |
<message> |
<source>Copy To:</source> |
<translation>Kopieren nach:</translation> |
<source>Copy To:</source> |
<translation>Kopieren nach:</translation> |
</message> |
<message> |
<source>Move To:</source> |
<translation>Verschieben nach:</translation> |
<source>Move To:</source> |
<translation>Verschieben nach:</translation> |
</message> |
<message> |
<source>Main</source> |
<translation>Hauptfenster</translation> |
<source>Main</source> |
<translation>Hauptfenster</translation> |
</message> |
<message> |
<source>Copied Items</source> |
<translation>Kopierte Objekte</translation> |
<source>Copied Items</source> |
<translation>Kopierte Objekte</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>BookMView</name> |
<message> |
<source>Bookmarks</source> |
<translation>Lesezeichen</translation> |
<source>Bookmarks</source> |
<translation>Lesezeichen</translation> |
</message> |
<message> |
<source>Move Bookmark</source> |
<translation>Lesezeichen verschieben</translation> |
<source>Move Bookmark</source> |
<translation>Lesezeichen verschieben</translation> |
</message> |
<message> |
<source>Insert Bookmark</source> |
<translation>Lesezeichen einfügen</translation> |
<source>Insert Bookmark</source> |
<translation>Lesezeichen einfügen</translation> |
</message> |
<message> |
<source>Cancel</source> |
<translation>Abbrechen</translation> |
<source>Cancel</source> |
<translation>Abbrechen</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>BookPalette</name> |
<message> |
<source>Bookmarks</source> |
<translation>Lesezeichen</translation> |
<source>Bookmarks</source> |
<translation>Lesezeichen</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>ButtonIcon</name> |
<message> |
<source>Icon Placement</source> |
<translation>Anordnung</translation> |
<source>Icon Placement</source> |
<translation>Anordnung</translation> |
</message> |
<message> |
<source>Layout:</source> |
<translation>Anordnung:</translation> |
<source>Layout:</source> |
<translation>Anordnung:</translation> |
</message> |
<message> |
<source>Scale:</source> |
<translation>Skaliere:</translation> |
<source>Scale:</source> |
<translation>Skaliere:</translation> |
</message> |
<message> |
<source>Always</source> |
<translation>Immer</translation> |
<source>Always</source> |
<translation>Immer</translation> |
</message> |
<message> |
<source>When Icon is too small</source> |
<translation>bei zu kleinem Icon</translation> |
<source>When Icon is too small</source> |
<translation>bei zu kleinem Icon</translation> |
</message> |
<message> |
<source>When Icon is too big</source> |
<translation>bei zu grossem Icon</translation> |
<source>When Icon is too big</source> |
<translation>bei zu grossem Icon</translation> |
</message> |
<message> |
<source>Never</source> |
<translation>Nie</translation> |
<source>Never</source> |
<translation>Nie</translation> |
</message> |
<message> |
<source>Scale How:</source> |
<translation>Skalierungsart:</translation> |
<source>Scale How:</source> |
<translation>Skalierungsart:</translation> |
</message> |
<message> |
<source>Proportional</source> |
<translation>Proportional</translation> |
<source>Proportional</source> |
<translation>Proportional</translation> |
</message> |
<message> |
<source>Non Proportional</source> |
<translation>Unproportional</translation> |
<source>Non Proportional</source> |
<translation>Unproportional</translation> |
</message> |
<message> |
<source>Icon</source> |
<translation>Icon</translation> |
<source>Icon</source> |
<translation>Icon</translation> |
</message> |
<message> |
<source>OK</source> |
<translation>OK</translation> |
<source>OK</source> |
<translation>OK</translation> |
</message> |
<message> |
<source>Cancel</source> |
<translation>Abbrechen</translation> |
<source>Cancel</source> |
<translation>Abbrechen</translation> |
</message> |
<message> |
<source>Reset</source> |
<translation>Zurücksetzen</translation> |
<source>Reset</source> |
<translation>Zurücksetzen</translation> |
</message> |
<message> |
<source>Caption only</source> |
<translation>Nur Text</translation> |
<source>Caption only</source> |
<translation>Nur Text</translation> |
</message> |
<message> |
<source>Icon only</source> |
<translation>Nur Icon</translation> |
<source>Icon only</source> |
<translation>Nur Icon</translation> |
</message> |
<message> |
<source>Caption below Icon</source> |
<translation>Text unter dem Icon</translation> |
<source>Caption below Icon</source> |
<translation>Text unter dem Icon</translation> |
</message> |
<message> |
<source>Caption above Icon</source> |
<translation>Text über dem Icon</translation> |
<source>Caption above Icon</source> |
<translation>Text über dem Icon</translation> |
</message> |
<message> |
<source>Caption right to Icon</source> |
<translation>Text rechts vom Icon</translation> |
<source>Caption right to Icon</source> |
<translation>Text rechts vom Icon</translation> |
</message> |
<message> |
<source>Caption left to Icon</source> |
<translation>Text links vom Icon</translation> |
<source>Caption left to Icon</source> |
<translation>Text links vom Icon</translation> |
</message> |
<message> |
<source>Caption overlays Icon</source> |
<translation>Text überlagert Icon</translation> |
<source>Caption overlays Icon</source> |
<translation>Text überlagert Icon</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>CMSPrefs</name> |
<message> |
<source>System Profiles</source> |
<translation>Systemprofile</translation> |
<source>System Profiles</source> |
<translation>Systemprofile</translation> |
</message> |
<message> |
<source>Rendering Intents</source> |
<translation>Render-Prioritäten</translation> |
<source>Rendering Intents</source> |
<translation>Render-Prioritäten</translation> |
</message> |
<message> |
<source>Perceptual</source> |
<translation>Wahrnehmung</translation> |
<source>Perceptual</source> |
<translation>Wahrnehmung</translation> |
</message> |
<message> |
<source>Relative Colorimetric</source> |
<translation>Relativ farbmetrisch</translation> |
<source>Relative Colorimetric</source> |
<translation>Relativ farbmetrisch</translation> |
</message> |
<message> |
<source>Saturation</source> |
<translation>Farbsättigung</translation> |
<source>Saturation</source> |
<translation>Farbsättigung</translation> |
</message> |
<message> |
<source>Absolute Colorimetric</source> |
<translation>Absolut farbmetrisch</translation> |
<source>Absolute Colorimetric</source> |
<translation>Absolut farbmetrisch</translation> |
</message> |
<message> |
<source>Color profile that you have generated or received from the manufacturer. |
<source>Color profile that you have generated or received from the manufacturer. |
This profile should be specific to your monitor and not a generic profile (i.e. sRGB).</source> |
<translation>Das Farbprofil für Ihren Monitor, das Sie entweder selbst erstellt oder vom |
<translation>Das Farbprofil für Ihren Monitor, das Sie entweder selbst erstellt oder vom |
Hersteller erhalten haben. Dieses Farbprofil sollte die Eigenschaften Ihres |
Monitors berücksichtigen und kein generisches Profil (z. B. sRGB) sein.</translation> |
</message> |
<message> |
<source>Color profile for your printer model from the manufacturer. |
<source>Color profile for your printer model from the manufacturer. |
This profile should be specific to your printer and not a generic profile (i.e. sRGB).</source> |
<translation>Das Farbprofil für Ihren Drucker, das Sie vom Hersteller erhalten haben. |
<translation>Das Farbprofil für Ihren Drucker, das Sie vom Hersteller erhalten haben. |
Dieses Farbprofil sollte die Eigenschaften Ihres Druckers berücksichtigen |
und kein generisches Profil (z. B. sRGB) sein.</translation> |
</message> |
<message> |
<source>Black Point Compensation is a method of improving contrast in photos. |
<source>Black Point Compensation is a method of improving contrast in photos. |
It is recommended that you enable this if you have photos in your document.</source> |
<translation>Tiefenkompensierung ist eine Methode zur Verbesserung des Kontrasts. |
<translation>Tiefenkompensierung ist eine Methode zur Verbesserung des Kontrasts. |
Diese Option sollte aktiviert sein, wenn Sie Fotos im Dokument haben.</translation> |
</message> |
<message> |
<source>Enable 'soft proofing' of how your document colors will print, |
<source>Enable 'soft proofing' of how your document colors will print, |
based on the chosen printer profile.</source> |
<translation>Aktiviert die Druckvorschau unter Verwendung des |
<translation>Aktiviert die Druckvorschau unter Verwendung des |
gewählten Druckerprofils.</translation> |
</message> |
<message> |
<source>Method of showing colors on the screen which may not print properly. |
<source>Method of showing colors on the screen which may not print properly. |
This requires very accurate profiles and serves only as a warning.</source> |
<translation>Aktiviert die Gamut-Warnung, d. h. die Anzeige von Farben, welche |
<translation>Aktiviert die Gamut-Warnung, d. h. die Anzeige von Farben, welche |
auf Grund der Eigenschaften des gewählten Ausgabegerätes für den |
Druck nicht korrekt wiedergegeben werden können. Bitte beachten Sie, |
dass dies sehr genaue Geräteprofile erfordert.</translation> |
</message> |
<message> |
<source>&Activate Color Management</source> |
<translation>Farbmanagement &aktivieren</translation> |
<source>&Activate Color Management</source> |
<translation>Farbmanagement &aktivieren</translation> |
</message> |
<message> |
<source>&Monitor:</source> |
<translation>Moni&tor:</translation> |
<source>&Monitor:</source> |
<translation>Moni&tor:</translation> |
</message> |
<message> |
<source>P&rinter:</source> |
<translation>&Drucker:</translation> |
<source>P&rinter:</source> |
<translation>&Drucker:</translation> |
</message> |
<message> |
<source>Sim&ulate Printer on the Screen</source> |
<translation>Druckerfarben auf dem Bildschirm &simulieren</translation> |
<source>Sim&ulate Printer on the Screen</source> |
<translation>Druckerfarben auf dem Bildschirm &simulieren</translation> |
</message> |
<message> |
<source>Mark Colors out of &Gamut</source> |
<translation>Farben ausserhalb des Farbbereichs &markieren</translation> |
<source>Mark Colors out of &Gamut</source> |
<translation>Farben ausserhalb des Farbbereichs &markieren</translation> |
</message> |
<message> |
<source>Use &Blackpoint Compensation</source> |
<translation>&Tiefenkompensierung benutzen</translation> |
<source>Use &Blackpoint Compensation</source> |
<translation>&Tiefenkompensierung benutzen</translation> |
</message> |
<message> |
<source>&RGB Pictures:</source> |
<translation>&RGB-Bilder:</translation> |
<source>&RGB Pictures:</source> |
<translation>&RGB-Bilder:</translation> |
</message> |
<message> |
<source>&CMYK Pictures:</source> |
<translation>&CMYK-Bilder:</translation> |
<source>&CMYK Pictures:</source> |
<translation>&CMYK-Bilder:</translation> |
</message> |
<message> |
<source>Default color profile for imported CMYK images</source> |
<translation>Standard-Farbprofil für importierte CMYK-Bilder</translation> |
<source>Default color profile for imported CMYK images</source> |
<translation>Standard-Farbprofil für importierte CMYK-Bilder</translation> |
</message> |
<message> |
<source>Default color profile for imported RGB images</source> |
<translation>Standard-Farbprofil für importierte RGB-Bilder</translation> |
<source>Default color profile for imported RGB images</source> |
<translation>Standard-Farbprofil für importierte RGB-Bilder</translation> |
</message> |
<message> |
<source>&RGB Solid Colors:</source> |
<translation>&RGB-Füllfarben:</translation> |
<source>&RGB Solid Colors:</source> |
<translation>&RGB-Füllfarben:</translation> |
</message> |
<message> |
<source>&CMYK Solid Colors:</source> |
<translation>&CMYK-Füllfarben:</translation> |
<source>&CMYK Solid Colors:</source> |
<translation>&CMYK-Füllfarben:</translation> |
</message> |
<message> |
<source>Pictures:</source> |
<translation>Bilder:</translation> |
<source>Pictures:</source> |
<translation>Bilder:</translation> |
</message> |
<message> |
<source>Sol&id Colors:</source> |
<translation>Füll&farben:</translation> |
<source>Sol&id Colors:</source> |
<translation>Füll&farben:</translation> |
</message> |
<message> |
<source>Convert all colors to printer space</source> |
<translation>Alle Farben in den Farbraum des Druckers konvertieren</translation> |
<source>Convert all colors to printer space</source> |
<translation>Alle Farben in den Farbraum des Druckers konvertieren</translation> |
</message> |
<message> |
<source>Default color profile for solid RGB colors on the page</source> |
<translation>Standardprofil für RGB-Füllfarben im Dokument</translation> |
<source>Default color profile for solid RGB colors on the page</source> |
<translation>Standardprofil für RGB-Füllfarben im Dokument</translation> |
</message> |
<message> |
<source>Default color profile for solid CMYK colors on the page</source> |
<translation>Standardprofil für CMYK-Füllfarben im Dokument</translation> |
<source>Default color profile for solid CMYK colors on the page</source> |
<translation>Standardprofil für CMYK-Füllfarben im Dokument</translation> |
</message> |
<message> |
<source>Default rendering intent for solid colors. Unless you know why to change it, |
<source>Default rendering intent for solid colors. Unless you know why to change it, |
Relative Colorimetric or Perceptual should be chosen.</source> |
<translation>Standard-Rendering für Füllfarben. Verändern Sie die Einstellung nur, wenn Sie wissen, was Sie tun. |
<translation>Standard-Rendering für Füllfarben. Verändern Sie die Einstellung nur, wenn Sie wissen, was Sie tun. |
Hier sollte entweder Relativ farbmetrisch oder Wahrnehmung ausgewählt werden.</translation> |
</message> |
<message> |
<source>Default rendering intent for images. Unless you know why to change it, |
<source>Default rendering intent for images. Unless you know why to change it, |
Relative Colorimetric or Perceptual should be chosen.</source> |
<translation>Standard-Rendering für Bilder. Verändern Sie die Einstellung nur, wenn Sie wissen, was Sie tun. |
<translation>Standard-Rendering für Bilder. Verändern Sie die Einstellung nur, wenn Sie wissen, was Sie tun. |
Hier sollte entweder Relativ farbmetrisch oder Wahrnehmung ausgewählt werden.</translation> |
</message> |
<message> |
<source>Simulate a full color managed environment : |
<source>Simulate a full color managed environment : |
all colors, rgb or cmyk, are converted to printer color space.</source> |
<translation>Komplette Farbmanagement-Umgebung simulieren: |
<translation>Komplette Farbmanagement-Umgebung simulieren: |
alle Farben (egal ob RGB oder CMYK) werden in den Farbraum des Druckers konvertiert.</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>CMYKChoose</name> |
<message> |
<source>Edit Color</source> |
<translation>Farbe bearbeiten</translation> |
<source>Edit Color</source> |
<translation>Farbe bearbeiten</translation> |
</message> |
<message> |
<source>CMYK</source> |
<translation>CMYK</translation> |
<source>CMYK</source> |
<translation>CMYK</translation> |
</message> |
<message> |
<source>RGB</source> |
<translation>RGB</translation> |
<source>RGB</source> |
<translation>RGB</translation> |
</message> |
<message> |
<source>Web Safe RGB</source> |
<translation>Webfarben</translation> |
<source>Web Safe RGB</source> |
<translation>Webfarben</translation> |
</message> |
<message> |
<source>New</source> |
<translation>Neu</translation> |
<source>New</source> |
<translation>Neu</translation> |
</message> |
<message> |
<source>Old</source> |
<translation>Alt</translation> |
<source>Old</source> |
<translation>Alt</translation> |
</message> |
<message> |
<source>C:</source> |
<translation>C:</translation> |
<source>C:</source> |
<translation>C:</translation> |
</message> |
<message> |
<source>M:</source> |
<translation>M:</translation> |
<source>M:</source> |
<translation>M:</translation> |
</message> |
<message> |
<source>Y:</source> |
<translation>Y:</translation> |
<source>Y:</source> |
<translation>Y:</translation> |
</message> |
<message> |
<source>K:</source> |
<translation>K:</translation> |
<source>K:</source> |
<translation>K:</translation> |
</message> |
<message> |
<source>Dynamic Color Bars</source> |
<translation>Dynamische Farbregler</translation> |
<source>Dynamic Color Bars</source> |
<translation>Dynamische Farbregler</translation> |
</message> |
<message> |
<source>Static Color Bars</source> |
<translation>Statische Farbregler</translation> |
<source>Static Color Bars</source> |
<translation>Statische Farbregler</translation> |
</message> |
<message> |
<source>R:</source> |
<translation>R:</translation> |
<source>R:</source> |
<translation>R:</translation> |
</message> |
<message> |
<source>G:</source> |
<translation>G:</translation> |
<source>G:</source> |
<translation>G:</translation> |
</message> |
<message> |
<source>B:</source> |
<translation>B:</translation> |
<source>B:</source> |
<translation>B:</translation> |
</message> |
<message> |
<source> %</source> |
<translation> %</translation> |
<source> %</source> |
<translation> %</translation> |
</message> |
<message> |
<source>HSV-Colormap</source> |
<translation>HSV-Farbwähler</translation> |
<source>HSV-Colormap</source> |
<translation>HSV-Farbwähler</translation> |
</message> |
<message> |
<source>&Name:</source> |
<translation>&Name:</translation> |
<source>&Name:</source> |
<translation>&Name:</translation> |
</message> |
<message> |
<source>Color &Model</source> |
<translation>Farb&modell</translation> |
<source>Color &Model</source> |
<translation>Farb&modell</translation> |
</message> |
<message> |
<source>Is Spot Color</source> |
<translation>Schmuckfarbe</translation> |
<source>Is Spot Color</source> |
<translation>Schmuckfarbe</translation> |
</message> |
<message> |
<source>Is Registration Color</source> |
<translation>Registrierungsfarbe</translation> |
<source>Is Registration Color</source> |
<translation>Registrierungsfarbe</translation> |
</message> |
<message> |
<source>You cannot create a color named "%1". |
<source>You cannot create a color named "%1". |
It is a reserved name for transparent color</source> |
<translation>Sie können keine Farbe mit der Bezeichnung "%1" erstellen. |
<translation>Sie können keine Farbe mit der Bezeichnung "%1" erstellen. |
%1 ist reserviert für Transparenz</translation> |
</message> |
<message> |
<source>Choosing this will enable printing this on all plates. Registration colors are used for printer marks such as crop marks, registration marks and the like. These are not typically used in the layout itself.</source> |
<translation>Diese Option ermöglicht es, die Farbe auf allen Platten zu drucken. Registrierungsfarben werden für Druckermarken wie Schneidemarken oder Passkreuze verwendet. Sie werden üblicherweise nicht im Layout selbst gebraucht.</translation> |
<source>Choosing this will enable printing this on all plates. Registration colors are used for printer marks such as crop marks, registration marks and the like. These are not typically used in the layout itself.</source> |
<translation>Diese Option ermöglicht es, die Farbe auf allen Platten zu drucken. Registrierungsfarben werden für Druckermarken wie Schneidemarken oder Passkreuze verwendet. Sie werden üblicherweise nicht im Layout selbst gebraucht.</translation> |
</message> |
<message> |
<source>If color management is enabled, a triangle warning indicator is a warning the the color maybe outside of the color gamut of the current printer profile selected. What this means is the color may not print exactly as indicated on screen. More hints about gamut warnings are in the online help under Color Management.</source> |
<translation>Wenn das Farbmanagement aktiviert ist, zeigt das Warndreieck an, dass die Farbe ausserhalb des Farbraums (Gamut) des gewählten Druckers ist. Das bedeutet, dass die Farbe nicht so wiedergegeben wird, wie am Monitor angezeigt. Weitere Hinweise zu diesem Thema finden Sie in der Online-Hilfe.</translation> |
<source>If color management is enabled, a triangle warning indicator is a warning the the color maybe outside of the color gamut of the current printer profile selected. What this means is the color may not print exactly as indicated on screen. More hints about gamut warnings are in the online help under Color Management.</source> |
<translation>Wenn das Farbmanagement aktiviert ist, zeigt das Warndreieck an, dass die Farbe ausserhalb des Farbraums (Gamut) des gewählten Druckers ist. Das bedeutet, dass die Farbe nicht so wiedergegeben wird, wie am Monitor angezeigt. Weitere Hinweise zu diesem Thema finden Sie in der Online-Hilfe.</translation> |
</message> |
<message> |
<source>The name of the color already exists, |
<source>The name of the color already exists, |
please choose another one.</source> |
<translation>Der Name existiert bereits. Bitte wählen Sie einen anderen.</translation> |
<translation>Der Name existiert bereits. Bitte wählen Sie einen anderen.</translation> |
</message> |
<message> |
<source>Choosing this will make this color a spot color, thus creating another spot when creating plates or separations. This is used most often when a logo or other color needs exact representation or cannot be replicated with CMYK inks. Metallic and fluorescent inks are good examples which cannot be easily replicated with CMYK inks.</source> |
<translation>Diese Option macht diese Farbe zu einer Schmuckfarbe, die eine zusätzliche Druckplatte benötigt. Schmuckfarben werden oft verwendet, wenn ein Logo oder eine andere Farbe besonders genau wiedergegeben werden soll oder nicht mit CMYK-Farben wiedergegeben werden kann. Metallic- oder Leuchtfarben sind gute Beispiele für nicht durch C,M,Y, und K wiederzugebende Farben.</translation> |
<source>Choosing this will make this color a spot color, thus creating another spot when creating plates or separations. This is used most often when a logo or other color needs exact representation or cannot be replicated with CMYK inks. Metallic and fluorescent inks are good examples which cannot be easily replicated with CMYK inks.</source> |
<translation>Diese Option macht diese Farbe zu einer Schmuckfarbe, die eine zusätzliche Druckplatte benötigt. Schmuckfarben werden oft verwendet, wenn ein Logo oder eine andere Farbe besonders genau wiedergegeben werden soll oder nicht mit CMYK-Farben wiedergegeben werden kann. Metallic- oder Leuchtfarben sind gute Beispiele für nicht durch C,M,Y, und K wiederzugebende Farben.</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>CStylePBase</name> |
<message> |
<source>Form1</source> |
<translation>Form1</translation> |
<source>Form1</source> |
<translation>Form1</translation> |
</message> |
<message> |
<source>Parent</source> |
<translation>Verknüpft mit</translation> |
<source>Parent</source> |
<translation>Verknüpft mit</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>CWDialog</name> |
<message> |
<source>Merging colors</source> |
<translation>Farben werden zusammengeführt</translation> |
<source>Merging colors</source> |
<translation>Farben werden zusammengeführt</translation> |
</message> |
<message> |
<source>Error: </source> |
<translation>Fehler:</translation> |
<source>Error: </source> |
<translation>Fehler:</translation> |
</message> |
<message> |
<source>Color %1 exists already!</source> |
<translation>Die Farbe %1 ist schon vorhanden!</translation> |
<source>Color %1 exists already!</source> |
<translation>Die Farbe %1 ist schon vorhanden!</translation> |
</message> |
<message> |
<source>Color %1 appended.</source> |
<translation>Farbe %1 wurde hinzugefügt.</translation> |
<source>Color %1 appended.</source> |
<translation>Farbe %1 wurde hinzugefügt.</translation> |
</message> |
<message> |
<source>Now opening the color manager.</source> |
<translation>Farbendialog wird geöffnet.</translation> |
<source>Now opening the color manager.</source> |
<translation>Farbendialog wird geöffnet.</translation> |
</message> |
<message> |
<source>Color Merging</source> |
<translation>Farben hinzufügen</translation> |
<source>Color Merging</source> |
<translation>Farben hinzufügen</translation> |
</message> |
<message> |
<source>Unable to find the requested color. You have probably selected black, gray or white. There is no way to process this color.</source> |
<translation>Scribus konnte die gewünschte Farbe nicht finden. Sie haben wahrscheinlich Schwarz, Grau oder Weiss ausgewählt. |
<source>Unable to find the requested color. You have probably selected black, gray or white. There is no way to process this color.</source> |
<translation>Scribus konnte die gewünschte Farbe nicht finden. Sie haben wahrscheinlich Schwarz, Grau oder Weiss ausgewählt. |
Es ist nicht möglich, diese Farben zu verarbeiten.</translation> |
</message> |
</context> |
<context> |
</context> |
<context> |
<name>CWDialogBase</name> |
<message> |
<source>Color Wheel</source> |
<translation>Farbkreis</translation> |
<source>Color Wheel</source> |
<translation>Farbkreis</translation> |
</message> |
<message> |
<source>Click the wheel to get the base color. Its color model depends on the chosen tab.</source> |
<translation>Klicken Sie auf das Farbrad, um die Ausgangsfarbe zu erhalten. Das Farbmodell wird vom ausgewählten Reiter bestimmt.</translation> |
<source>Click the wheel to get the base color. Its color model depends on the chosen tab.</source> |
<translation>Klicken Sie auf das Farbrad, um die Ausgangsfarbe zu erhalten. Das Farbmodell wird vom ausgewählten Reiter bestimmt.</translation> |
</message> |
<message> |
<source>CMYK</source> |
<translation>CMYK</translation> |
<source>CMYK</source> |
<translation>CMYK</translation> |
</message> |
<message> |
<source>C:</source> |
<translation>C:</translation> |
<source>C:</source> |
<translation>C:</translation> |
</message> |
<message> |
<source>M:</source> |
<translation>M:</translation> |
<source>M:</source> |
<translation>M:</translation> |
</message> |
<message> |
<source>Y:</source> |
<translation>Y:</translation> |
<source>Y:</source> |
<translation>Y:</translation> |
</message> |
<message> |
<source>K:</source> |
<translation>K:</translation> |
<source>K:</source> |
<translation>K:</translation> |
</message> |
<message> |
<source>RGB:</source> |
<translation>RGB:</translation> |
<source>RGB:</source> |
<translation>RGB:</translation> |
</message> |
<message> |
<source>RGB</source> |
<translation>RGB</translation> |
<source>RGB</source> |
<translation>RGB</translation> |
</message> |
<message> |
<source>R:</source> |
<translation>R:</translation> |
<source>R:</source> |
<translation>R:</translation> |
</message> |
<message> |
<source>G:</source> |
<translation>G:</translation> |
<source>G:</source> |
<translation>G:</translation> |
</message> |
<message> |
<source>B:</source> |
<translation>B:</translation> |
<source>B:</source> |
<translation>B:</translation> |
</message> |
<message> |
<source>CMYK:</source> |
<translation>CMYK:</translation> |
<source>CMYK:</source> |
<translation>CMYK:</translation> |
</message> |
<message> |
<source>Document</source> |
<translation>Dokument</translation> |
<source>Document</source> |
<translation>Dokument</translation> |
</message> |
<message> |
<source>Select one of the methods to create a color scheme. Refer to documentation for more information.</source> |
<translation>Wählen Sie eine der Methoden zur Erstellung eines Farbschemas aus. |
<source>Select one of the methods to create a color scheme. Refer to documentation for more information.</source> |
<translation>Wählen Sie eine der Methoden zur Erstellung eines Farbschemas aus. |
Die Dokumentation enthält hierzu weitere Informationen.</translation> |
</message> |
<message> |
<source>Angle:</source> |
<translation>Winkel:</translation> |
<source>Angle:</source> |
<translation>Winkel:</translation> |
</message> |
<message> |
<source>Difference between the selected value and the counted ones. Refer to documentation for more information.</source> |
<translation>Der Unterschied zwischen dem ausgewählten und den gezählten Werten. Weitere Informationen finden Sie in der Hilfe.</translation> |
<source>Difference between the selected value and the counted ones. Refer to documentation for more information.</source> |
<translation>Der Unterschied zwischen dem ausgewählten und den gezählten Werten. Weitere Informationen finden Sie in der Hilfe.</translation> |
</message> |
<message> |
<source>Preview:</source> |
<translation>Vorschau:</translation> |
<source>Preview:</source> |
<translation>Vorschau:</translation> |
</message> |
<message> |
<source>Vision Defect Type:</source> |
<translation>Art der Sehbehinderung:</translation> |
<source>Vision Defect Type:</source> |
|