Rev 9729 | Rev 10166 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9729 | cbradney | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!DOCTYPE TS><TS version="1.1"> |
||
192 | Franz | 3 | <context> |
1135 | cbradney | 4 | <name></name> |
5 | <message> |
||
9729 | cbradney | 6 | <location filename="../plugins/scriptplugin/cmdcolor.h" line="21"/> |
1135 | cbradney | 7 | <source>getColorNames() -> list |
8 | |||
9 | Returns a list containing the names of all defined colors in the document. |
||
10 | If no document is open, returns a list of the default document colors. |
||
11 | </source> |
||
12 | <translation>getColorNames() -> list |
||
13 | |||
14 | Gibt eine Liste zurück, die alle vorhandenen Farben des aktuellen Dokuments enthält. |
||
15 | Wenn kein Dokument geöffnet ist, werden die Standardfarben zurückgegeben.</translation> |
||
16 | </message> |
||
17 | <message> |
||
9729 | cbradney | 18 | <location filename="../plugins/scriptplugin/cmddialog.h" line="22"/> |
1135 | cbradney | 19 | <source>newDocDialog() -> bool |
20 | |||
21 | Displays the "New Document" dialog box. Creates a new document if the user |
||
22 | accepts the settings. Does not create a document if the user presses cancel. |
||
23 | Returns true if a new document was created. |
||
24 | </source> |
||
25 | <translation>newDocDialog() -> bool |
||
26 | |||
27 | Zeigt den Dialog \"Neues Dokument\" an. Damit können Sie ein neues Dokument erstellen, wenn der Benutzer die standardmäßigen Einstellung aktzeptiert. Erzeugt kein neues Dokument, wenn der Benutzer auf \"Abbrechen\" klickt. |
||
28 | Gibt den Wert \"true\" zurück, wenn ein neues Dokument erstellt wurde.</translation> |
||
29 | </message> |
||
30 | <message> |
||
9729 | cbradney | 31 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="21"/> |
1135 | cbradney | 32 | <source>getFillColor(["name"]) -> string |
33 | |||
34 | Returns the name of the fill color of the object "name". |
||
35 | If "name" is not given the currently selected item is used. |
||
36 | </source> |
||
37 | <translation>getFillColor(["name"]) -> string |
||
38 | |||
39 | Gibt den Wert der Füllfarbe des Objekts "name" zurück. |
||
40 | Wenn "name" nicht angegeben ist, wird das aktuell ausgewählt Objekt verwendet.</translation> |
||
41 | </message> |
||
42 | <message> |
||
9729 | cbradney | 43 | <location filename="../plugins/scriptplugin/cmdmani.h" line="23"/> |
1135 | cbradney | 44 | <source>moveObject(dx, dy [, "name"]) |
45 | |||
46 | Moves the object "name" by dx and dy relative to its current position. The |
||
47 | distances are expressed in the current measurement unit of the document (see |
||
48 | UNIT constants). If "name" is not given the currently selected item is used. |
||
49 | If the object "name" belongs to a group, the whole group is moved. |
||
50 | </source> |
||
51 | <translation>moveObject(dx, dy [, "name"]) |
||
52 | |||
53 | Verschiebt das Objekt "name" um dx und dy relativ zur Position. Die |
||
54 | Entfernungsangaben werden in der Maßeinheit des Dokuments |
||
55 | angegeben (siehe Konstanten UNIT*). Wenn "name" nicht vorhanden ist, |
||
56 | wird das ausgewählte Objekt verschoben und wenn "name" zu einer Gruppe |
||
57 | gehört, wird die gesamte Gruppe verschoben.</translation> |
||
58 | </message> |
||
59 | <message> |
||
9729 | cbradney | 60 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="24"/> |
1135 | cbradney | 61 | <source>setRedraw(bool) |
62 | |||
63 | Disables page redraw when bool = False, otherwise redrawing is enabled. |
||
64 | This change will persist even after the script exits, so make sure to call |
||
65 | setRedraw(True) in a finally: clause at the top level of your script. |
||
66 | </source> |
||
67 | <translation>setRedraw(bool) |
||
68 | |||
69 | Wenn bool=False, dann wird die Seite nicht neu neu aufgebaut (redraw ist deaktiviert). |
||
2599 | cbradney | 70 | Standard ist bool=True. Diese Einstellung bleibt bestehen, auch wenn das Script beendet ist. |
71 | Stellen Sie also sicher, dass setRedraw(True) aufgerufen wird, bevor das Script beendet wird.</translation> |
||
1135 | cbradney | 72 | </message> |
73 | <message> |
||
9729 | cbradney | 74 | <location filename="../plugins/scriptplugin/cmdobj.h" line="26"/> |
1135 | cbradney | 75 | <source>createRect(x, y, width, height, ["name"]) -> string |
76 | |||
77 | Creates a new rectangle on the current page and returns its name. The |
||
78 | coordinates are given in the current measurement units of the document |
||
79 | (see UNIT constants). "name" should be a unique identifier for the object |
||
80 | because you need this name to reference that object in future. If "name" |
||
81 | is not given Scribus will create one for you. |
||
82 | |||
83 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
84 | </source> |
||
85 | <translation>createRect(x, y, width, height, ["name"]) -> string |
||
86 | |||
87 | Erzeugt ein neues Rechteck auf der aktuellen Seite und gibt seinen Namen zurück. Die |
||
88 | Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe UNIT-Konstanten). |
||
89 | "name" sollte eine eindeutige Identifikation des Rechtecks ermöglichen, weil Sie den Objekt- |
||
90 | namen immer wieder benötigen. Ist "name" nicht vorhanden, wählt Scribus einen Namen für Sie. |
||
91 | |||
92 | Wenn Sie einen schon verwendeten Namen benutzen, tritt der Fehler NameExistsError auf.</translation> |
||
93 | </message> |
||
94 | <message> |
||
9729 | cbradney | 95 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="22"/> |
1135 | cbradney | 96 | <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
97 | |||
98 | Sets the gradient fill of the object "name" to type. Color descriptions are |
||
99 | the same as for setFillColor() and setFillShade(). See the constants for |
||
100 | available types (FILL_<type>). |
||
101 | </source> |
||
102 | <translation>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
||
103 | |||
104 | Füllt das Objekt "name" mit einem Farbverlauf. Farbbezeichnungen sind die |
||
105 | gleichen wie für setFillColor() und setFillShade(). Siehe Konstanten |
||
106 | für mögliche Typen (FILL_<type>).</translation> |
||
107 | </message> |
||
108 | <message> |
||
9729 | cbradney | 109 | <location filename="../plugins/scriptplugin/cmdtext.h" line="23"/> |
1135 | cbradney | 110 | <source>getFontSize(["name"]) -> float |
111 | |||
112 | Returns the font size in points for the text frame "name". If this text |
||
113 | frame has some text selected the value assigned to the first character of |
||
114 | the selection is returned. |
||
115 | If "name" is not given the currently selected item is used. |
||
116 | </source> |
||
117 | <translation>getFontSize(["name"]) -> float |
||
118 | |||
119 | Gibt die Schriftgröße in Punkten für den Textrahmen "name" zurück. Wenn innerhalb |
||
120 | des Rahmens Text markiert ist, wird die Schriftgröße des ersten Zeichens verwendet. |
||
121 | Wenn "name" nicht vergeben ist, wird der selektierte Textrahmen verwendet.</translation> |
||
122 | </message> |
||
123 | <message> |
||
9729 | cbradney | 124 | <location filename="../plugins/scriptplugin/guiapp.h" line="21"/> |
1135 | cbradney | 125 | <source>messagebarText("string") |
126 | |||
127 | Writes the "string" into the Scribus message bar (status line). The text |
||
128 | must be UTF8 encoded or 'unicode' string(recommended). |
||
129 | </source> |
||
130 | <translation>messagebarText("string") |
||
131 | |||
132 | Schreibt "string" in die Statuszeile von Scribus. Der Text muss |
||
133 | UTF8-kodiert oder ein 'unicode'-String sein (empfohlen).</translation> |
||
134 | </message> |
||
1525 | cbradney | 135 | <message> |
9729 | cbradney | 136 | <location filename="../plugins/scriptplugin/cmdpage.h" line="26"/> |
2576 | cbradney | 137 | <source>newPage(where [,"masterpage"]) |
138 | |||
139 | Creates a new page. If "where" is -1 the new Page is appended to the |
||
140 | document, otherwise the new page is inserted before "where". Page numbers are |
||
141 | counted from 1 upwards, no matter what the displayed first page number of your |
||
142 | document is. The optional parameter "masterpage" specifies the name of the |
||
143 | master page for the new page. |
||
144 | |||
145 | May raise IndexError if the page number is out of range |
||
146 | </source> |
||
3426 | cbradney | 147 | <translation>newPage(where [,"masterpage"]) |
148 | |||
149 | Erzeugt eine neue Seite. Falls "where" -1 ist, wird die neue Seite an das Dokument angefügt, |
||
150 | ansonsten wird die neue Seite vor "where" eingefügt. Seitennummern werden von 1 ab hoch- |
||
151 | gezählt, egal welches die angezeigte erste Seitennummer Ihres Dokumentes ist. Der optionale |
||
152 | Parameter "masterpage" legt den Namen der Musterseite für die neue Seite fest</translation> |
||
2576 | cbradney | 153 | </message> |
2952 | cbradney | 154 | <message> |
9729 | cbradney | 155 | <location filename="" line="136953768"/> |
2952 | cbradney | 156 | <source>importSVG("string") |
157 | |||
158 | The "string" must be a valid filename for a SVG image. The text |
||
159 | must be UTF8 encoded or 'unicode' string(recommended). |
||
160 | </source> |
||
9195 | cbradney | 161 | <translation type="obsolete">"string" muss ein gültiger Dateiname einer SVG-Datei sein. Der Text |
3426 | cbradney | 162 | muss UTF8-kodiert oder ein Unicode-String (empfohlen) sein.</translation> |
2952 | cbradney | 163 | </message> |
3824 | cbradney | 164 | <message> |
9729 | cbradney | 165 | <location filename="../plugins/scriptplugin/cmddoc.h" line="55"/> |
3824 | cbradney | 166 | <source>newDocument(size, margins, orientation, firstPageNumber, |
7561 | mrdocs | 167 | unit, pagesType, firstPageOrder, numPages) -> bool |
6530 | cbradney | 168 | |
169 | Creates a new document and returns true if successful. The parameters have the |
||
170 | following meaning: |
||
171 | |||
172 | size = A tuple (width, height) describing the size of the document. You can |
||
173 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
174 | |||
175 | margins = A tuple (left, right, top, bottom) describing the document |
||
176 | margins |
||
177 | |||
178 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
179 | |||
180 | firstPageNumer = is the number of the first page in the document used for |
||
181 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
182 | numbers if you're creating a document in several parts. |
||
183 | |||
184 | unit: this value sets the measurement units used by the document. Use a |
||
185 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
186 | UNIT_PICAS, UNIT_POINTS. |
||
187 | |||
188 | pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page, |
||
189 | PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and |
||
190 | PAGE_4 is 4-fold. |
||
191 | |||
192 | firstPageOrder = What is position of first page in the document. |
||
193 | Indexed from 0 (0 = first). |
||
194 | |||
195 | numPage = Number of pages to be created. |
||
196 | |||
197 | The values for width, height and the margins are expressed in the given unit |
||
198 | for the document. PAPER_* constants are expressed in points. If your document |
||
199 | is not in points, make sure to account for this. |
||
200 | |||
201 | example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
202 | PAGE_4, 3, 1) |
||
203 | |||
204 | May raise ScribusError if is firstPageOrder bigger than allowed by pagesType. |
||
205 | </source> |
||
7561 | mrdocs | 206 | <translation>newDocument(size, margins, orientation, firstPageNumber, |
207 | (sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)(sp)unit, pagesType, firstPageOrder, numPages) -> bool |
||
7426 | cbradney | 208 | |
7561 | mrdocs | 209 | Creates a new document and returns true if successful. The parameters have the(new line) |
210 | following meaning:(new line) |
||
211 | (new line) |
||
7426 | cbradney | 212 | size = A tuple (width, height) describing the size of the document. You can |
213 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
214 | |||
215 | margins = A tuple (left, right, top, bottom) describing the document |
||
216 | margins |
||
217 | |||
218 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
219 | |||
220 | firstPageNumer = is the number of the first page in the document used for |
||
221 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
222 | numbers if you're creating a document in several parts. |
||
223 | |||
224 | unit: this value sets the measurement units used by the document. Use a |
||
225 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
226 | UNIT_PICAS, UNIT_POINTS. |
||
227 | |||
228 | pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page, |
||
229 | PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and |
||
230 | PAGE_4 is 4-fold. |
||
231 | |||
232 | firstPageOrder = What is position of first page in the document. |
||
233 | Indexed from 0 (0 = first). |
||
234 | |||
235 | numPage = Number of pages to be created. |
||
236 | |||
237 | The values for width, height and the margins are expressed in the given unit |
||
238 | for the document. PAPER_* constants are expressed in points. If your document |
||
239 | is not in points, make sure to account for this. |
||
240 | |||
241 | example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
242 | PAGE_4, 3, 1) |
||
243 | |||
7561 | mrdocs | 244 | May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.</translation> |
6530 | cbradney | 245 | </message> |
9195 | cbradney | 246 | <message> |
9729 | cbradney | 247 | <location filename="../plugins/scriptplugin/svgimport.h" line="21"/> |
9195 | cbradney | 248 | <source>placeSVG("filename", x, y) |
249 | |||
250 | Places the SVG "filename" onto the current page, |
||
251 | x and y specify the coordinate of the topleft corner of the SVG placed on the page |
||
252 | |||
253 | If loading was successful, the selection contains the imported SVG |
||
254 | </source> |
||
255 | <translation>placeSVG("filename", x, y) |
||
256 | Places the SVG "filename" onto the current page, |
||
257 | x and y specify the coordinate of the topleft corner of the SVG placed on the page |
||
258 | If loading was successful, the selection contains the imported SVG</translation> |
||
259 | </message> |
||
1135 | cbradney | 260 | </context> |
261 | <context> |
||
262 | <name>@default</name> |
||
263 | <message> |
||
9729 | cbradney | 264 | <location filename="../plugins/scriptplugin/cmdcolor.h" line="35"/> |
1135 | cbradney | 265 | <source>getColor("name") -> tuple |
266 | |||
267 | Returns a tuple (C, M, Y, K) containing the four color components of the |
||
268 | color "name" from the current document. If no document is open, returns |
||
269 | the value of the named color from the default document colors. |
||
270 | |||
271 | May raise NotFoundError if the named color wasn't found. |
||
272 | May raise ValueError if an invalid color name is specified. |
||
273 | </source> |
||
274 | <translation>getColor("name") -> tuple |
||
275 | |||
276 | Gibt eine Liste mit den vier Farbkomponenten der Farbe "name" im aktuellen |
||
277 | Dokument wieder. Wenn kein Dokument geöffnet ist, werden die Werte der |
||
278 | angegebenen Standardfarbe zurückgegeben. |
||
279 | |||
280 | Wenn die Farbe nicht gefunden wird, tritt der Fehler NotFoundError auf. |
||
281 | Wenn der Name der Farbe ungültig ist, tritt der Fehler ValueError auf.</translation> |
||
282 | </message> |
||
283 | <message> |
||
9729 | cbradney | 284 | <location filename="../plugins/scriptplugin/cmdcolor.h" line="64"/> |
1135 | cbradney | 285 | <source>changeColor("name", c, m, y, k) |
286 | |||
287 | Changes the color "name" to the specified CMYK value. The color value is |
||
288 | defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black. |
||
289 | Color components should be in the range from 0 to 255. |
||
290 | |||
291 | May raise NotFoundError if the named color wasn't found. |
||
292 | May raise ValueError if an invalid color name is specified. |
||
293 | </source> |
||
294 | <translation>changeColor("name", c, m, y, k) |
||
295 | |||
296 | Ändert die Farbe "name" auf die angegeben CMYK-Werte. Die Abkürzungen |
||
297 | stehen für die vier Farben c=Cyan, m=Magenta, y=Yellow, b=Black. |
||
298 | Die Werte müssen zwischen 0 und 255 liegen. |
||
299 | |||
300 | Wenn die Farbe nicht gefunden wird, tritt der Fehler NotFoundError auf. |
||
301 | Wenn ein ungültiger Farbname angegeben wird, tritt der Fehler ValueError auf.</translation> |
||
302 | </message> |
||
303 | <message> |
||
9729 | cbradney | 304 | <location filename="../plugins/scriptplugin/cmdcolor.h" line="94"/> |
1135 | cbradney | 305 | <source>deleteColor("name", "replace") |
306 | |||
307 | Deletes the color "name". Every occurence of that color is replaced by the |
||
308 | color "replace". If not specified, "replace" defaults to the color |
||
309 | "None" - transparent. |
||
310 | |||
311 | deleteColor works on the default document colors if there is no document open. |
||
312 | In that case, "replace", if specified, has no effect. |
||
313 | |||
314 | May raise NotFoundError if a named color wasn't found. |
||
315 | May raise ValueError if an invalid color name is specified. |
||
316 | </source> |
||
317 | <translation>deleteColor("name", "replace") |
||
318 | |||
319 | Löscht die Farbe "name". An allen Stellen, wo "name" im Dokument auftritt, |
||
320 | wird sie durch "replace" ersetzt. Standardmäßig ist "replace" gar keine Farbe - |
||
321 | Transparenz. |
||
322 | |||
323 | Sie können deleteColor auch verwenden, wenn kein Dokument geöffnet ist, dann |
||
324 | bleibt die Angabe von "replace" aber ohne Auswirkung. |
||
325 | |||
326 | Wenn die angegebene Farbe nicht gefunden wird, tritt der Fehler NotFoundError auf. |
||
327 | Wenn der Farbname ungültig ist, tritt der Fehler ValueError auf.</translation> |
||
328 | </message> |
||
329 | <message> |
||
9729 | cbradney | 330 | <location filename="../plugins/scriptplugin/cmdcolor.h" line="106"/> |
1135 | cbradney | 331 | <source>replaceColor("name", "replace") |
332 | |||
333 | Every occurence of the color "name" is replaced by the color "replace". |
||
334 | |||
335 | May raise NotFoundError if a named color wasn't found. |
||
336 | May raise ValueError if an invalid color name is specified. |
||
337 | </source> |
||
338 | <translation>replaceColor("name", "replace") |
||
339 | |||
340 | An allen Stellen, wo die Farbe "name" vorkommt, wird sie duch die Farbe |
||
341 | "replace" ersetzt. |
||
342 | |||
343 | Wenn eine der Farben nicht vorhanden ist, tritt der Fehler NotFoundError auf. |
||
344 | Wenn der Name der Farbe ungültig ist, tritt der Fehler ValueError auf.</translation> |
||
345 | </message> |
||
346 | <message> |
||
9729 | cbradney | 347 | <location filename="../plugins/scriptplugin/cmddialog.h" line="88"/> |
1135 | cbradney | 348 | <source>messageBox("caption", "message", |
349 | icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
||
350 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
||
351 | |||
352 | Displays a message box with the title "caption", the message "message", and |
||
353 | an icon "icon" and up to 3 buttons. By default no icon is used and a single |
||
354 | button, OK, is displayed. Only the caption and message arguments are required, |
||
355 | though setting an icon and appropriate button(s) is strongly |
||
356 | recommended. The message text may contain simple HTML-like markup. |
||
357 | |||
358 | Returns the number of the button the user pressed. Button numbers start |
||
359 | at 1. |
||
360 | |||
361 | For the icon and the button parameters there are predefined constants available |
||
362 | with the same names as in the Qt Documentation. These are the BUTTON_* and |
||
363 | ICON_* constants defined in the module. There are also two extra constants that |
||
364 | can be binary-ORed with button constants: |
||
365 | BUTTONOPT_DEFAULT Pressing enter presses this button. |
||
366 | BUTTONOPT_ESCAPE Pressing escape presses this button. |
||
367 | |||
368 | Usage examples: |
||
369 | result = messageBox('Script failed', |
||
370 | 'This script only works when you have a text frame selected.', |
||
371 | ICON_ERROR) |
||
372 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
||
373 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
||
374 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
375 | |||
376 | Defined button and icon constants: |
||
377 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
378 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
379 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
380 | </source> |
||
381 | <translation>messageBox("caption", "message",icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
||
382 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
||
383 | Zeigt einen Dialog mit dem Titel "caption", der Botschaft "message" und dem Symbol "icon" sowie |
||
384 | bis zu 3 Buttons an. Standard ist kein Symbol und ein OK-Button. Nur Titel und Botschaft sind |
||
385 | erforderliche Felder, aber Symbol und Buttons werden empfohlen. |
||
386 | Der Text der Botschaft kann auch einfachen HTML-Code enthalten. |
||
387 | Gibt die Nummer des Buttons wieder, der gedrückt wurde, beginnend mit 1. |
||
388 | Für Buttons und Symbole gibt es vordefinierte Konstanten, die gleichen wie in |
||
389 | der Qt-Dokumentation. |
||
390 | Die sind im Modul definiert und heißen BUTTON_* und ICON_* . Es gibt auch zwei |
||
391 | spezielle Konstanten, die auch den Wert 0 annehmen können: BUTTONOPT_DEFAULT aktiviert den |
||
392 | jeweiligen Button per Druck auf Enter. |
||
393 | BUTTONOPT_ESCAPE drückt die Escape-Taste falls dieser Button gedrückt wird. |
||
394 | Beispiel |
||
395 | result = messageBox('Script failed','This script only works when you have a text frame selected.', |
||
396 | ICON_ERROR) |
||
397 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>',ICON_WARNING, |
||
398 | BUTTON_YES|BUTTONOPT_DEFAULT, BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
399 | Konstanten für Buttons und Symbole: |
||
400 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
401 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
402 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.</translation> |
||
403 | </message> |
||
404 | <message> |
||
9729 | cbradney | 405 | <location filename="../plugins/scriptplugin/cmddialog.h" line="101"/> |
1135 | cbradney | 406 | <source>valueDialog(caption, message [,defaultvalue]) -> string |
407 | |||
408 | Shows the common 'Ask for string' dialog and returns its value as a string |
||
409 | Parameters: window title, text in the window and optional 'default' value. |
||
410 | |||
411 | Example: valueDialog('title', 'text in the window', 'optional') |
||
412 | </source> |
||
413 | <translation>valueDialog(caption, message [,defaultvalue]) -> string |
||
414 | |||
415 | Zeigt einen Dialog an, der einen String verlangt und zurückgibt. |
||
416 | Parameter: Fenstertitel, Text im Fenster und optionaler 'default'-Text. |
||
417 | |||
418 | Beispiel: valueDialog('TItel', 'Text im Fenster', 'optional')</translation> |
||
419 | </message> |
||
420 | <message> |
||
9729 | cbradney | 421 | <location filename="../plugins/scriptplugin/cmddoc.h" line="108"/> |
1135 | cbradney | 422 | <source>closeDoc() |
423 | |||
424 | Closes the current document without prompting to save. |
||
425 | |||
426 | May throw NoDocOpenError if there is no document to close |
||
427 | </source> |
||
428 | <translation>closeDoc() |
||
429 | |||
430 | Schließt das aktuelle Dokument, ohne Änderungen zu sichern. |
||
431 | |||
432 | Wenn kein Dokument offen ist, tritt der Fehler NoDocOpenError auf</translation> |
||
433 | </message> |
||
434 | <message> |
||
9729 | cbradney | 435 | <location filename="../plugins/scriptplugin/cmddoc.h" line="117"/> |
1135 | cbradney | 436 | <source>haveDoc() -> bool |
437 | |||
438 | Returns true if there is a document open. |
||
439 | </source> |
||
440 | <translation>haveDoc() -> bool |
||
441 | |||
442 | Gibt True zurück, wenn ein Dokument geöffnet ist.</translation> |
||
443 | </message> |
||
444 | <message> |
||
9729 | cbradney | 445 | <location filename="../plugins/scriptplugin/cmddoc.h" line="128"/> |
1135 | cbradney | 446 | <source>openDoc("name") |
447 | |||
448 | Opens the document "name". |
||
449 | |||
450 | May raise ScribusError if the document could not be opened. |
||
451 | </source> |
||
452 | <translation>openDoc("name") |
||
453 | |||
454 | Öffnet das Dokument "name". |
||
455 | |||
456 | Schlägt das fehl, tritt der Fehler ScribusError auf.</translation> |
||
457 | </message> |
||
458 | <message> |
||
9729 | cbradney | 459 | <location filename="../plugins/scriptplugin/cmddoc.h" line="141"/> |
1135 | cbradney | 460 | <source>saveDoc() |
461 | |||
462 | Saves the current document with its current name, returns true if successful. |
||
463 | If the document has not already been saved, this may bring up an interactive |
||
464 | save file dialog. |
||
465 | |||
466 | If the save fails, there is currently no way to tell. |
||
467 | </source> |
||
468 | <translation>saveDoc() |
||
469 | |||
470 | Speichert das Dokument unter dem aktuellen Namen und gibt True zurück, wenn das |
||
471 | erfolgreich war. Wurde das Dokument noch nicht gesichert, öffnet sich der "Speichern"- |
||
472 | Dialog. |
||
473 | |||
474 | Wenn das Sichern fehlschlägt, erscheint derzeit keine Fehlermeldung.</translation> |
||
475 | </message> |
||
476 | <message> |
||
9729 | cbradney | 477 | <location filename="../plugins/scriptplugin/cmddoc.h" line="152"/> |
1135 | cbradney | 478 | <source>saveDocAs("name") |
479 | |||
480 | Saves the current document under the new name "name" (which may be a full or |
||
481 | relative path). |
||
482 | |||
483 | May raise ScribusError if the save fails. |
||
484 | </source> |
||
485 | <translation>saveDocAs("name") |
||
486 | |||
487 | Speichert das aktuelle Dokument unter dem neuen Namen "name". Die Pfadangabe kann dabei |
||
488 | relativ oder absolut sein. |
||
489 | |||
490 | Schlägt das Sichern fehl, tritt der Fehler ScribusError auf.</translation> |
||
491 | </message> |
||
492 | <message> |
||
9729 | cbradney | 493 | <location filename="" line="136953768"/> |
1135 | cbradney | 494 | <source>setMargins(lr, rr, tr, br) |
495 | |||
496 | Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br) |
||
497 | margins are given in the measurement units of the document - see UNIT_<type> |
||
498 | constants. |
||
499 | </source> |
||
9729 | cbradney | 500 | <translation type="obsolete">setMargins(lr, rr, tr, br) |
1135 | cbradney | 501 | |
502 | Verändert die Ränder des Dokuments. Links=lr, Rechts=rr, Oben=tr, Unten=br. |
||
503 | Die Einheit wird durch die Maßeinheit des Dokuments vorgegeben, siehe die |
||
504 | Konstanten UNIT_<type>.</translation> |
||
505 | </message> |
||
506 | <message> |
||
9729 | cbradney | 507 | <location filename="../plugins/scriptplugin/cmddoc.h" line="185"/> |
1135 | cbradney | 508 | <source>setUnit(type) |
509 | |||
510 | Changes the measurement unit of the document. Possible values for "unit" are |
||
511 | defined as constants UNIT_<type>. |
||
512 | |||
513 | May raise ValueError if an invalid unit is passed. |
||
514 | </source> |
||
515 | <translation>setUnit(type) |
||
516 | |||
517 | Ändert die Maßeinheit des Dokuments auf "type". Mögliche Einheiten geben Sie durch die |
||
518 | Konstanten UNIT_<type> an. |
||
519 | |||
520 | Ist die Einheit ungültig, tritt der Fehler ValueError auf.</translation> |
||
521 | </message> |
||
522 | <message> |
||
9729 | cbradney | 523 | <location filename="../plugins/scriptplugin/cmddoc.h" line="196"/> |
1135 | cbradney | 524 | <source>getUnit() -> integer (Scribus unit constant) |
525 | |||
526 | Returns the measurement units of the document. The returned value will be one |
||
527 | of the UNIT_* constants: |
||
528 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
529 | </source> |
||
530 | <translation>getUnit() -> integer (Scribus unit constant) |
||
531 | |||
532 | Gibt die Maßeinheit des Dokuments zurück. Der Rückgabewert ist eine |
||
2222 | cbradney | 533 | der möglichen UNIT_*-Konstanten: |
1135 | cbradney | 534 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</translation> |
535 | </message> |
||
536 | <message> |
||
9729 | cbradney | 537 | <location filename="../plugins/scriptplugin/cmddoc.h" line="206"/> |
1135 | cbradney | 538 | <source>loadStylesFromFile("filename") |
539 | |||
540 | Loads paragraph styles from the Scribus document at "filename" into the |
||
541 | current document. |
||
542 | </source> |
||
543 | <translation>loadStylesFromFile("filename") |
||
544 | |||
545 | Lädt die Absatzstile aus der Datei "filename" in das aktuelle Dokument.</translation> |
||
546 | </message> |
||
547 | <message> |
||
9729 | cbradney | 548 | <location filename="../plugins/scriptplugin/cmddoc.h" line="218"/> |
1135 | cbradney | 549 | <source>setDocType(facingPages, firstPageLeft) |
550 | |||
551 | Sets the document type. To get facing pages set the first parameter to |
||
552 | FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want |
||
553 | to be the first page a left side set the second parameter to FIRSTPAGELEFT, for |
||
554 | a right page use FIRSTPAGERIGHT. |
||
555 | </source> |
||
556 | <translation>setDocType(facingPages, firstPageLeft) |
||
557 | |||
558 | Setzt den Dokumenttyp. Gegenüberliegende Seiten erreichen Sie mit FACINGPAGES, normale |
||
559 | Seiten mit NOFACINGPAGES. Wenn die erste Seite links sein soll, schreiben Sie FIRSTPAGELEFT, |
||
560 | ansonsten FIRSTPAGERIGHT.</translation> |
||
561 | </message> |
||
562 | <message> |
||
9729 | cbradney | 563 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="51"/> |
1135 | cbradney | 564 | <source>getLineColor(["name"]) -> string |
565 | |||
566 | Returns the name of the line color of the object "name". |
||
567 | If "name" is not given the currently selected item is used. |
||
568 | </source> |
||
569 | <translation>getLineColor(["name"]) -> string |
||
570 | |||
571 | Gibt den Namen der Linienfarbe des Objekts "name" zurück. |
||
572 | Wenn "name" nicht angegeben ist, wird das aktuelle Objekt benutzt.</translation> |
||
573 | </message> |
||
574 | <message> |
||
9729 | cbradney | 575 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="81"/> |
1135 | cbradney | 576 | <source>getLineWidth(["name"]) -> integer |
577 | |||
578 | Returns the line width of the object "name". If "name" |
||
579 | is not given the currently selected Item is used. |
||
580 | </source> |
||
581 | <translation>getLineWidth(["name"]) -> integer |
||
582 | |||
583 | Gibt die Linienbreite des Objekts "name" zurück. |
||
584 | Wenn "name" nicht angegeben ist, wird das aktuelle Objekt benutzt.</translation> |
||
585 | </message> |
||
586 | <message> |
||
9729 | cbradney | 587 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="91"/> |
1135 | cbradney | 588 | <source>getLineShade(["name"]) -> integer |
589 | |||
590 | Returns the shading value of the line color of the object "name". |
||
591 | If "name" is not given the currently selected item is used. |
||
592 | </source> |
||
593 | <translation>getLineShade(["name"]) -> integer |
||
594 | |||
595 | Gibt den Tonwert des Objekts "name" zurück. |
||
596 | Wenn "name" nicht angegeben ist, wird das aktuelle Objekt benutzt.</translation> |
||
597 | </message> |
||
598 | <message> |
||
9729 | cbradney | 599 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="102"/> |
1135 | cbradney | 600 | <source>getLineJoin(["name"]) -> integer (see contants) |
601 | |||
602 | Returns the line join style of the object "name". If "name" is not given |
||
603 | the currently selected item is used. The join types are: |
||
604 | JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
||
605 | </source> |
||
606 | <translation>getLineJoin(["name"]) -> integer (siehe Konstanten) |
||
607 | |||
608 | Gibt den Stil der Ecken des Objekts "name" zurück. Ist kein "name" angegeben, wird |
||
609 | das aktuelle Objekt benutzt. Die Linientypen sind JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND</translation> |
||
610 | </message> |
||
611 | <message> |
||
9729 | cbradney | 612 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="113"/> |
1135 | cbradney | 613 | <source>getLineEnd(["name"]) -> integer (see constants) |
614 | |||
615 | Returns the line cap style of the object "name". If "name" is not given the |
||
616 | currently selected item is used. The cap types are: |
||
617 | CAP_FLAT, CAP_ROUND, CAP_SQUARE |
||
618 | </source> |
||
619 | <translation>getLineEnd(["name"]) -> integer (siehe Konstanten) |
||
620 | |||
621 | Gibt den Stil der Linienrundungen des Objekts "name" an. Ist "name" nicht angegeben, wird das aktuelle Objekt benutzt. |
||
622 | Die unterstützten Stile sind CAP_FLAT, CAP_ROUND, CAP_SQUARE</translation> |
||
623 | </message> |
||
624 | <message> |
||
9729 | cbradney | 625 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="124"/> |
1135 | cbradney | 626 | <source>getLineStyle(["name"]) -> integer (see constants) |
627 | |||
628 | Returns the line style of the object "name". If "name" is not given the |
||
629 | currently selected item is used. Line style constants are: |
||
630 | LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
||
631 | </source> |
||
632 | <translation>getLineStyle(["name"]) -> integer (siehe Konstanten) |
||
633 | |||
634 | Gibt den Linienstil des Objekts "name" wieder. Ist "name" nicht angegeben, |
||
635 | wird das aktuelle Objekt benutzt. Linienstile sind LINE_DASH, LINE_DASHDOT, |
||
636 | LINE_DASHDOTDOT, LINE_SOLID</translation> |
||
637 | </message> |
||
638 | <message> |
||
9729 | cbradney | 639 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="134"/> |
1135 | cbradney | 640 | <source>getFillShade(["name"]) -> integer |
641 | |||
642 | Returns the shading value of the fill color of the object "name". |
||
643 | If "name" is not given the currently selected item is used. |
||
644 | </source> |
||
645 | <translation>getFillShade(["name"]) -> integer |
||
646 | |||
647 | Gibt den Tonwert der Füllfarbe von "name" zurück. Ist "name" nicht angegeben, wird |
||
648 | das aktuelle Objekt verwendet.</translation> |
||
649 | </message> |
||
650 | <message> |
||
9729 | cbradney | 651 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="155"/> |
1135 | cbradney | 652 | <source>getImageScale(["name"]) -> (x,y) |
653 | |||
654 | Returns a (x, y) tuple containing the scaling values of the image frame |
||
655 | "name". If "name" is not given the currently selected item is used. |
||
656 | </source> |
||
657 | <translation>getImageScale(["name"]) -> (x,y)( |
||
658 | |||
659 | Gibt ein Zahlenpaar (x,y) zurück mit den Skalierungswerten des Bildes im Rahmen |
||
660 | "name". Ist "name" nicht angegeben, wird der aktuelle Rahmen verwendet.</translation> |
||
661 | </message> |
||
662 | <message> |
||
9729 | cbradney | 663 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="165"/> |
1135 | cbradney | 664 | <source>getImageName(["name"]) -> string |
665 | |||
666 | Returns the filename for the image in the image frame. If "name" is not |
||
667 | given the currently selected item is used. |
||
668 | </source> |
||
669 | <translation>getImageName(["name"]) -> string |
||
670 | |||
671 | Gibt den Dateinamen des Bildes im Rahmen "name" zurück. Ist "name" nicht |
||
672 | angegeben, wird das aktuelle Objekt benutzt.</translation> |
||
673 | </message> |
||
674 | <message> |
||
9729 | cbradney | 675 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="189"/> |
1135 | cbradney | 676 | <source>getSize(["name"]) -> (width,height) |
677 | |||
678 | Returns a (width, height) tuple with the size of the object "name". |
||
679 | If "name" is not given the currently selected item is used. The size is |
||
680 | expressed in the current measurement unit of the document - see UNIT_<type> |
||
681 | for reference. |
||
682 | </source> |
||
683 | <translation>getSize(["name"]) -> (Breite,Höhe) |
||
684 | |||
685 | Gibt das Zahlenpaar (Breite,Höhe) des Objekts "name" zurück. Ist "name" nicht |
||
686 | angegeben, wird das aktuelle Objekt verwendet. Die Größe wird in der Maßeinheit |
||
687 | des Dokuments angegeben - siehe die UNIT_*-Konstanten.</translation> |
||
688 | </message> |
||
689 | <message> |
||
9729 | cbradney | 690 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="200"/> |
1135 | cbradney | 691 | <source>getRotation(["name"]) -> integer |
692 | |||
693 | Returns the rotation of the object "name". The value is expressed in degrees, |
||
694 | and clockwise is positive. If "name" is not given the currently selected item |
||
695 | is used. |
||
696 | </source> |
||
697 | <translation>getRotation(["name"]) -> integer |
||
698 | |||
699 | Gibt die Drehung des Objekts "name" in Grad zurück und im Uhrzeigersinn zurück. |
||
700 | Ist "name" nicht angegeben, wird das aktuelle Objekt benutzt.</translation> |
||
701 | </message> |
||
702 | <message> |
||
9729 | cbradney | 703 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="209"/> |
1135 | cbradney | 704 | <source>getAllObjects() -> list |
705 | |||
706 | Returns a list containing the names of all objects on the current page. |
||
707 | </source> |
||
708 | <translation>getAllObjects() -> list |
||
709 | |||
710 | Gibt eine Liste zurück mit allen auf der aktuellen Seite verwendeten Objekte.</translation> |
||
711 | </message> |
||
712 | <message> |
||
9729 | cbradney | 713 | <location filename="../plugins/scriptplugin/cmdmani.h" line="35"/> |
1135 | cbradney | 714 | <source>moveObjectAbs(x, y [, "name"]) |
715 | |||
716 | Moves the object "name" to a new location. The coordinates are expressed in |
||
717 | the current measurement unit of the document (see UNIT constants). If "name" |
||
718 | is not given the currently selected item is used. If the object "name" |
||
719 | belongs to a group, the whole group is moved. |
||
720 | </source> |
||
721 | <translation>moveObjectAbs(x, y [, "name"]) |
||
722 | |||
723 | Bewegt das Objekt "name" an die neue Stelle. Die Koordinaten werden in der Maßeinheit |
||
724 | des Dokuments angegeben (siehe UNIT_*-Konstanten). Ist "name" nicht angegeben, wird das |
||
725 | aktuelle Objekt benutzt. Gehört "name" zu einer Gruppe, wird die Gruppe verschoben.</translation> |
||
726 | </message> |
||
727 | <message> |
||
9729 | cbradney | 728 | <location filename="../plugins/scriptplugin/cmdmani.h" line="48"/> |
1135 | cbradney | 729 | <source>rotateObject(rot [, "name"]) |
730 | |||
731 | Rotates the object "name" by "rot" degrees relatively. The object is |
||
732 | rotated by the vertex that is currently selected as the rotation point - by |
||
733 | default, the top left vertext at zero rotation. Positive values mean counter |
||
734 | clockwise rotation when the default rotation point is used. If "name" is not |
||
735 | given the currently selected item is used. |
||
736 | </source> |
||
737 | <translation>rotateObject(rot [, "name"]) |
||
738 | |||
739 | Dreht das Objekt "name" relativ um "rot" Grad. Beim Drehen wird der Ursprung verwendet, |
||
740 | der gerade aktiv ist - normalerweise der Punkt links oben. Positive Werte für "rot" bedeuten |
||
741 | Drehung in Uhrzeigersinn, negative Werte Drehung gegen den Uhrzeigersinn. Ist "name" nicht |
||
742 | angegeben, wird das aktuelle Objekt benutzt.</translation> |
||
743 | </message> |
||
744 | <message> |
||
9729 | cbradney | 745 | <location filename="../plugins/scriptplugin/cmdmani.h" line="69"/> |
1135 | cbradney | 746 | <source>sizeObject(width, height [, "name"]) |
747 | |||
748 | Resizes the object "name" to the given width and height. If "name" |
||
749 | is not given the currently selected item is used. |
||
750 | </source> |
||
751 | <translation>sizeObject(width, height [, "name"]) |
||
752 | |||
753 | Ändert die Größe von "name" auf die Breite width und die Höhe height. |
||
754 | ist "name" nicht angegeben, wird das aktuelle Objekt benutzt.</translation> |
||
755 | </message> |
||
756 | <message> |
||
9729 | cbradney | 757 | <location filename="../plugins/scriptplugin/cmdmani.h" line="80"/> |
1135 | cbradney | 758 | <source>getSelectedObject([nr]) -> string |
759 | |||
760 | Returns the name of the selected object. "nr" if given indicates the number |
||
761 | of the selected object, e.g. 0 means the first selected object, 1 means the |
||
762 | second selected Object and so on. |
||
763 | </source> |
||
764 | <translation>getSelectedObject([nr]) -> string |
||
765 | |||
766 | Gibt den Namen des ausgewählten Objekts zurück. "nr" gibt die Zahl des gewählten |
||
767 | Objekts an. 0 bedeutet das erste ausgewählte Objekt, 1 das zweite usw.</translation> |
||
768 | </message> |
||
769 | <message> |
||
9729 | cbradney | 770 | <location filename="../plugins/scriptplugin/cmdmani.h" line="89"/> |
1135 | cbradney | 771 | <source>selectionCount() -> integer |
772 | |||
773 | Returns the number of selected objects. |
||
774 | </source> |
||
775 | <translation>selectionCount() -> integer |
||
776 | |||
777 | Gibt die Anzahl der ausgewählten Objekte zurück.</translation> |
||
778 | </message> |
||
779 | <message> |
||
9729 | cbradney | 780 | <location filename="../plugins/scriptplugin/cmdmani.h" line="98"/> |
1135 | cbradney | 781 | <source>selectObject("name") |
782 | |||
783 | Selects the object with the given "name". |
||
784 | </source> |
||
785 | <translation>selectObject("name") |
||
786 | |||
787 | Wählt das Objekt "name" aus.</translation> |
||
788 | </message> |
||
789 | <message> |
||
9729 | cbradney | 790 | <location filename="../plugins/scriptplugin/cmdmani.h" line="107"/> |
1135 | cbradney | 791 | <source>deselectAll() |
792 | |||
793 | Deselects all objects in the whole document. |
||
794 | </source> |
||
795 | <translation>deselectAll() |
||
796 | |||
797 | Setzt alle Objekte im Dokument auf nicht ausgewählt.</translation> |
||
798 | </message> |
||
799 | <message> |
||
9729 | cbradney | 800 | <location filename="../plugins/scriptplugin/cmdmani.h" line="118"/> |
1135 | cbradney | 801 | <source>groupObjects(list) |
802 | |||
803 | Groups the objects named in "list" together. "list" must contain the names |
||
804 | of the objects to be grouped. If "list" is not given the currently selected |
||
805 | items are used. |
||
806 | </source> |
||
807 | <translation>groupObjects(list) |
||
808 | |||
809 | Gruppiert die Elemente in "list". "list" muss die Namen der zu gruppierenden |
||
810 | Objekte enthalten. Ist "list" nicht angegeben, werden die aktuell gewählten |
||
811 | Objekte verwendet.</translation> |
||
812 | </message> |
||
813 | <message> |
||
9729 | cbradney | 814 | <location filename="../plugins/scriptplugin/cmdmani.h" line="126"/> |
1135 | cbradney | 815 | <source>unGroupObjects("name") |
816 | |||
817 | Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source> |
||
818 | <translation>unGroupObjects("name") |
||
819 | |||
820 | Zerstört die Gruppe "name". Ist "name" nicht angegeben, wird die aktuelle Gruppe verwendet.</translation> |
||
821 | </message> |
||
822 | <message> |
||
9729 | cbradney | 823 | <location filename="../plugins/scriptplugin/cmdmani.h" line="141"/> |
1135 | cbradney | 824 | <source>scaleGroup(factor [,"name"]) |
825 | |||
826 | Scales the group the object "name" belongs to. Values greater than 1 enlarge |
||
827 | the group, values smaller than 1 make the group smaller e.g a value of 0.5 |
||
828 | scales the group to 50 % of its original size, a value of 1.5 scales the group |
||
829 | to 150 % of its original size. The value for "factor" must be greater than |
||
830 | 0. If "name" is not given the currently selected item is used. |
||
831 | |||
832 | May raise ValueError if an invalid scale factor is passed. |
||
833 | </source> |
||
834 | <translation>scaleGroup(factor [,"name"]) |
||
835 | |||
836 | Skaliert die Gruppe, zu dem das Objekt "name" gehört. Werte größer als 1 vergrößern das Objekt, |
||
837 | Werte kleiner als 1 verkleinert das Objekt. Zum Beispiel bedeutet 0.5 = 50 % oder 1.5=150% der |
||
838 | Originalgröße. "factor" muss größer als 0 sein. Ist "name" nicht angegeben, wird das aktuelle Objekt |
||
839 | benutzt.</translation> |
||
840 | </message> |
||
841 | <message> |
||
9729 | cbradney | 842 | <location filename="../plugins/scriptplugin/cmdmani.h" line="153"/> |
1135 | cbradney | 843 | <source>loadImage("filename" [, "name"]) |
844 | |||
845 | Loads the picture "picture" into the image frame "name". If "name" is |
||
846 | not given the currently selected item is used. |
||
847 | |||
848 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
849 | </source> |
||
850 | <translation>loadImage("filename" [, "name"]) |
||
851 | |||
852 | Lädt das Bild "picture" in den Bildrahmen "name". Ist "name" nicht angegeben, |
||
853 | wird der aktuelle Rahmen benutzt. |
||
854 | |||
855 | Ist das Ziel kein Bildrahmen, tritt der Fehler WrongFrameTypeError auf</translation> |
||
856 | </message> |
||
857 | <message> |
||
9729 | cbradney | 858 | <location filename="../plugins/scriptplugin/cmdmani.h" line="166"/> |
1135 | cbradney | 859 | <source>scaleImage(x, y [, "name"]) |
860 | |||
861 | Sets the scaling factors of the picture in the image frame "name". |
||
862 | If "name" is not given the currently selected item is used. A number of 1 |
||
863 | means 100 %. |
||
864 | |||
865 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
866 | </source> |
||
867 | <translation>scaleImage(x, y [, "name"]) |
||
868 | |||
869 | Skaliert das Bild "name" auf die angegeben Werte. 1 bedeutet 100 %. Ist "name" |
||
870 | nicht angegeben, wird der aktuelle Bildrahmen verwendet. |
||
871 | |||
872 | Ist das Ziel kein Bildrahmen, tritt der Fehler WrongFrameTypeError auf,</translation> |
||
873 | </message> |
||
874 | <message> |
||
9729 | cbradney | 875 | <location filename="../plugins/scriptplugin/cmdmani.h" line="177"/> |
1135 | cbradney | 876 | <source>lockObject(["name"]) -> bool |
877 | |||
878 | Locks the object "name" if it's unlocked or unlock it if it's locked. |
||
879 | If "name" is not given the currently selected item is used. Returns true |
||
880 | if locked. |
||
881 | </source> |
||
882 | <translation>lockObject(["name"]) -> bool |
||
883 | |||
884 | Sperrt das Objekt "name", wenn es freigegeben ist und entsperrt es, wenn es |
||
885 | gesperrt ist. Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet. |
||
886 | Gibt True zurück, wenn das Objekt gesperrt ist.</translation> |
||
887 | </message> |
||
888 | <message> |
||
9729 | cbradney | 889 | <location filename="../plugins/scriptplugin/cmdmani.h" line="187"/> |
1135 | cbradney | 890 | <source>isLocked(["name"]) -> bool |
891 | |||
892 | Returns true if is the object "name" locked. If "name" is not given the |
||
893 | currently selected item is used. |
||
894 | </source> |
||
895 | <translation>isLocked(["name"]) -> bool |
||
896 | |||
897 | Gibt True zurück, wenn "name" gesperrt ist. Ist "name" nicht angegeben, wird das aktuelle |
||
898 | Objekt verwendet.</translation> |
||
899 | </message> |
||
900 | <message> |
||
9729 | cbradney | 901 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="33"/> |
1135 | cbradney | 902 | <source>getFontNames() -> list |
903 | |||
904 | Returns a list with the names of all available fonts. |
||
905 | </source> |
||
906 | <translation>getFontNames() -> list |
||
907 | |||
5003 | cbradney | 908 | Gibt eine Liste mit allen verfügbaren Schriften zurück.</translation> |
1135 | cbradney | 909 | </message> |
910 | <message> |
||
9729 | cbradney | 911 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="43"/> |
1135 | cbradney | 912 | <source>getXFontNames() -> list of tuples |
913 | |||
914 | Returns a larger font info. It's a list of the tuples with: |
||
915 | [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ] |
||
916 | </source> |
||
917 | <translation>getXFontNames() -> list |
||
918 | |||
5102 | mrdocs | 919 | Gibt genaue Informationen zu einer Schrift zurück mit den Werten: |
1135 | cbradney | 920 | [ (Name in Scribus, Familie, wirklicher Name, Subset (1|0), embed PS (1|0), Fontdatei), (...), ... ]</translation> |
921 | </message> |
||
922 | <message> |
||
9729 | cbradney | 923 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="71"/> |
1135 | cbradney | 924 | <source>getLayers() -> list |
925 | |||
926 | Returns a list with the names of all defined layers. |
||
927 | </source> |
||
928 | <translation>getLayers() -> list |
||
929 | |||
930 | Gibt eine Liste mit allen Ebenen zurück.</translation> |
||
931 | </message> |
||
932 | <message> |
||
9729 | cbradney | 933 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="83"/> |
1135 | cbradney | 934 | <source>setActiveLayer("name") |
935 | |||
936 | Sets the active layer to the layer named "name". |
||
937 | |||
938 | May raise NotFoundError if the layer can't be found. |
||
939 | May raise ValueError if the layer name isn't acceptable. |
||
940 | </source> |
||
941 | <translation>setActiveLayer("name") |
||
942 | |||
943 | Macht die Ebene "name" zur aktiven Ebene. |
||
944 | |||
945 | Ist die Ebene nicht vorhanden, tritt der Fehler NotFoundError auf. |
||
946 | Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
||
947 | </message> |
||
948 | <message> |
||
9729 | cbradney | 949 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="92"/> |
1135 | cbradney | 950 | <source>getActiveLayer() -> string |
951 | |||
952 | Returns the name of the current active layer. |
||
953 | </source> |
||
954 | <translation>getActiveLayer() -> string |
||
955 | |||
956 | Gibt die aktive Ebene zurück.</translation> |
||
957 | </message> |
||
958 | <message> |
||
9729 | cbradney | 959 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="105"/> |
1135 | cbradney | 960 | <source>sentToLayer("layer" [, "name"]) |
961 | |||
962 | Sends the object "name" to the layer "layer". The layer must exist. |
||
963 | If "name" is not given the currently selected item is used. |
||
964 | |||
965 | May raise NotFoundError if the layer can't be found. |
||
966 | May raise ValueError if the layer name isn't acceptable. |
||
967 | </source> |
||
968 | <translation>sentToLayer("layer" [, "name"]) |
||
969 | |||
970 | Verschiebt das Objekt "name" auf die Ebene "layer". Die Ebene muss |
||
971 | vorhanden sein. Ist "name" nicht angegeben, wird das aktive Objekt benutzt. |
||
972 | |||
973 | Ist die Ebene nicht vorhanden, tritt der Fehler NotFoundError auf. |
||
974 | Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
||
975 | </message> |
||
976 | <message> |
||
9729 | cbradney | 977 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="118"/> |
1135 | cbradney | 978 | <source>setLayerVisible("layer", visible) |
979 | |||
980 | Sets the layer "layer" to be visible or not. If is the visible set to false |
||
981 | the layer is invisible. |
||
982 | |||
983 | May raise NotFoundError if the layer can't be found. |
||
984 | May raise ValueError if the layer name isn't acceptable. |
||
985 | </source> |
||
986 | <translation>setLayerVisible("layer", visible) |
||
987 | |||
988 | Zeigt die Ebene "layer" an oder versteckt sie. Ist "visible" auf False gesetzt, |
||
989 | ist die Ebene unsichtbar. |
||
990 | |||
991 | Ist die Ebene nicht vorhanden, tritt der Fehler NotFoundError auf. |
||
992 | Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
||
993 | </message> |
||
994 | <message> |
||
9729 | cbradney | 995 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="300"/> |
1135 | cbradney | 996 | <source>deleteLayer("layer") |
997 | |||
998 | Deletes the layer with the name "layer". Nothing happens if the layer doesn't |
||
999 | exists or if it's the only layer in the document. |
||
1000 | |||
1001 | May raise NotFoundError if the layer can't be found. |
||
1002 | May raise ValueError if the layer name isn't acceptable. |
||
1003 | </source> |
||
1004 | <translation>deleteLayer("layer") |
||
1005 | |||
1006 | Löscht die Ebene "layer". Ist die Ebene nicht vorhanden oder ist nur eine |
||
1007 | Ebene vorhanden, passiert gar nichts. |
||
1008 | |||
1009 | Ist die Ebene nicht vorhanden, tritt der Fehler NotFoundError auf, |
||
1010 | Ist der Name der Ebene ungültig, tritt der Fehler ValueError auf.</translation> |
||
1011 | </message> |
||
1012 | <message> |
||
9729 | cbradney | 1013 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="311"/> |
1135 | cbradney | 1014 | <source>createLayer(layer) |
1015 | |||
1016 | Creates a new layer with the name "name". |
||
1017 | |||
1018 | May raise ValueError if the layer name isn't acceptable. |
||
1019 | </source> |
||
1020 | <translation>createLayer(layer) |
||
1021 | |||
1022 | Erzeugt einen Ebene mit dem Namen "layer". |
||
1023 | |||
1024 | Ist der Name ungültig, tritt der Fehler ValueError auf.</translation> |
||
1025 | </message> |
||
1026 | <message> |
||
9729 | cbradney | 1027 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="320"/> |
1135 | cbradney | 1028 | <source>getGuiLanguage() -> string |
1029 | |||
1030 | Returns a string with the -lang value. |
||
1031 | </source> |
||
1032 | <translation>getGuiLanguage() -> string |
||
1033 | |||
1034 | Gibt den Wert der Variable -lang zurück.</translation> |
||
1035 | </message> |
||
1036 | <message> |
||
9729 | cbradney | 1037 | <location filename="../plugins/scriptplugin/cmdobj.h" line="43"/> |
1135 | cbradney | 1038 | <source>createEllipse(x, y, width, height, ["name"]) -> string |
1039 | |||
1040 | Creates a new ellipse on the current page and returns its name. |
||
1041 | The coordinates are given in the current measurement units of the document |
||
1042 | (see UNIT constants). "name" should be a unique identifier for the object |
||
1043 | because you need this name for further referencing of that object. If "name" |
||
1044 | is not given Scribus will create one for you. |
||
1045 | |||
1046 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1047 | </source> |
||
1048 | <translation>createEllipse(x, y, width, height, ["name"]) -> string |
||
1049 | |||
1050 | Erzeugt eine Ellipse auf der aktuellen Seite und gibt ihren Namen zurück. Die Koordinaten |
||
1051 | werden in der Maßeinheit des Dokuments angegeben (siehe UNIT-Konstanten). "name" sollte |
||
1052 | das Objekt eindeutig identifizieren, weil Sie den Namen für spätere Zwecke brauchen. Ist "name" |
||
1053 | nicht angegeben, erzeugt Scribus einen Namen für das Objekt. |
||
1054 | |||
1055 | Ist der Name schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
||
1056 | </message> |
||
1057 | <message> |
||
9729 | cbradney | 1058 | <location filename="../plugins/scriptplugin/cmdobj.h" line="60"/> |
1135 | cbradney | 1059 | <source>createImage(x, y, width, height, ["name"]) -> string |
1060 | |||
1061 | Creates a new picture frame on the current page and returns its name. The |
||
1062 | coordinates are given in the current measurement units of the document. |
||
1063 | "name" should be a unique identifier for the object because you need this |
||
1064 | name for further access to that object. If "name" is not given Scribus will |
||
1065 | create one for you. |
||
1066 | |||
1067 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1068 | </source> |
||
1069 | <translation>createImage(x, y, width, height, ["name"]) -> string |
||
1070 | |||
1071 | Erzeugt einen Bildrahmen auf der aktuellen Seite und gibt seinen Namen zurück. |
||
1072 | Die Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe |
||
1073 | UNIT-Konstanten). "name" sollte das Objekt eindeutig identifizieren, weil Sie den |
||
1074 | Namen für spätere Zwecke benötigen. Wenn Sie "name" nicht angeben, legt Scribus |
||
1075 | einen Namen für das Objekt fest. |
||
1076 | |||
1077 | Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
||
1078 | </message> |
||
1079 | <message> |
||
9729 | cbradney | 1080 | <location filename="../plugins/scriptplugin/cmdobj.h" line="75"/> |
1135 | cbradney | 1081 | <source>createText(x, y, width, height, ["name"]) -> string |
1082 | |||
1083 | Creates a new text frame on the actual page and returns its name. |
||
1084 | The coordinates are given in the actual measurement unit of the document (see |
||
1085 | UNIT constants). "name" should be a unique identifier for the object because |
||
1086 | you need this name for further referencing of that object. If "name" is not |
||
1087 | given Scribus will create one for you. |
||
1088 | |||
1089 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1090 | </source> |
||
1091 | <translation>createText(x, y, width, height, ["name"]) -> string |
||
1092 | |||
1093 | Erzeugt einen neuen Textrahmen auf der aktuellen Seite und gibt seinen Namen zurück. |
||
1094 | Die Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe |
||
1095 | UNIT-Konstanten). "name" sollte das Objekt eindeutig identifizieren, weil Sie den |
||
1096 | Namen für spätere Zwecke benötigen. Wenn Sie "name" nicht angeben, legt Scribus |
||
1097 | einen Namen für das Objekt fest. |
||
1098 | |||
1099 | Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
||
1100 | </message> |
||
1101 | <message> |
||
9729 | cbradney | 1102 | <location filename="../plugins/scriptplugin/cmdobj.h" line="90"/> |
1135 | cbradney | 1103 | <source>createLine(x1, y1, x2, y2, ["name"]) -> string |
1104 | |||
1105 | Creates a new line from the point(x1, y1) to the point(x2, y2) and returns |
||
1106 | its name. The coordinates are given in the current measurement unit of the |
||
1107 | document (see UNIT constants). "name" should be a unique identifier for the |
||
1108 | object because you need this name for further access to that object. If |
||
1109 | "name" is not given Scribus will create one for you. |
||
1110 | |||
1111 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1112 | </source> |
||
1113 | <translation>createLine(x1, y1, x2, y2, ["name"]) -> string |
||
1114 | |||
1115 | Erzeugt eine Linie von P(x1,y1) zu P(x2,y2) und gibt ihren Namen zurück. |
||
1116 | Die Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe |
||
1117 | UNIT-Konstanten). "name" sollte das Objekt eindeutig identifizieren, weil Sie den |
||
1118 | Namen für spätere Zwecke benötigen. Wenn Sie "name" nicht angeben, legt Scribus |
||
1119 | einen Namen für das Objekt fest. |
||
1120 | |||
1121 | Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf.</translation> |
||
1122 | </message> |
||
1123 | <message> |
||
9729 | cbradney | 1124 | <location filename="../plugins/scriptplugin/cmdobj.h" line="108"/> |
1135 | cbradney | 1125 | <source>createPolyLine(list, ["name"]) -> string |
1126 | |||
1127 | Creates a new polyline and returns its name. The points for the polyline are |
||
1128 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1129 | The coordinates are given in the current measurement units of the document (see |
||
1130 | UNIT constants). "name" should be a unique identifier for the object because |
||
1131 | you need this name for further access to that object. If "name" is not given |
||
1132 | Scribus will create one for you. |
||
1133 | |||
1134 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1135 | May raise ValueError if an insufficient number of points is passed or if |
||
1136 | the number of values passed don't group into points without leftovers. |
||
1137 | </source> |
||
1138 | <translation>createPolyLine(list, ["name"]) -> string |
||
1139 | |||
1140 | Erzeugt eine Mehrfachlinie und und gibt ihren Namen zurück. Die Punkte werden in |
||
1141 | der folgenden Reihenfolge gespeichert: [x1, y1, x2,...xn, yn]. |
||
1142 | Die Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe |
||
1143 | UNIT-Konstanten). "name" sollte das Objekt eindeutig identifizieren, weil Sie den |
||
1144 | Namen für spätere Zwecke benötigen. Wenn Sie "name" nicht angeben, legt Scribus |
||
1145 | einen Namen für das Objekt fest. |
||
1146 | |||
1147 | Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf. |
||
1148 | Ist die Anzahl der Punkte nicht genügend, tritt der Fehler ValueError auf.</translation> |
||
1149 | </message> |
||
1150 | <message> |
||
9729 | cbradney | 1151 | <location filename="../plugins/scriptplugin/cmdobj.h" line="128"/> |
1135 | cbradney | 1152 | <source>createPolygon(list, ["name"]) -> string |
1153 | |||
1154 | Creates a new polygon and returns its name. The points for the polygon are |
||
1155 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1156 | At least three points are required. There is no need to repeat the first point |
||
1157 | to close the polygon. The polygon is automatically closed by connecting the |
||
1158 | first and the last point. The coordinates are given in the current measurement |
||
1159 | units of the document (see UNIT constants). "name" should be a unique |
||
1160 | identifier for the object because you need this name for further access to that |
||
1161 | object. If "name" is not given Scribus will create one for you. |
||
1162 | |||
1163 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1164 | May raise ValueError if an insufficient number of points is passed or if |
||
1165 | the number of values passed don't group into points without leftovers. |
||
1166 | </source> |
||
1167 | <translation>createPolygon(list, ["name"]) -> string |
||
1168 | |||
1169 | Erzeugt ein Vieleck und gibt seinen Namen zurück. Die Punkte werden in |
||
1170 | der folgenden Reihenfolge gespeichert: [x1, y1, x2,...xn, yn]. Sie müssen |
||
1171 | mindestens 3 Punkte angeben, aber Sie müssen den ersten Punkt nicht zum |
||
1172 | Schließen des Polygons erneut angeben - das geschieht automatisch. |
||
1173 | Die Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe |
||
1174 | UNIT-Konstanten). "name" sollte das Objekt eindeutig identifizieren, weil Sie den |
||
1175 | Namen für spätere Zwecke benötigen. Wenn Sie "name" nicht angeben, legt Scribus |
||
1176 | einen Namen für das Objekt fest. |
||
1177 | |||
1178 | Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf. |
||
1179 | Ist die Anzahl der Punkte nicht ausreichend, tritt der Fehler ValueError auf.</translation> |
||
1180 | </message> |
||
1181 | <message> |
||
9729 | cbradney | 1182 | <location filename="../plugins/scriptplugin/cmdobj.h" line="149"/> |
1135 | cbradney | 1183 | <source>createBezierLine(list, ["name"]) -> string |
1184 | |||
1185 | Creates a new bezier curve and returns its name. The points for the bezier |
||
1186 | curve are stored in the list "list" in the following order: |
||
1187 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] |
||
1188 | In the points list, x and y mean the x and y coordinates of the point and kx |
||
1189 | and ky meaning the control point for the curve. The coordinates are given in |
||
1190 | the current measurement units of the document (see UNIT constants). "name" |
||
1191 | should be a unique identifier for the object because you need this name for |
||
1192 | further access to that object. If "name" is not given Scribus will create one |
||
1193 | for you. |
||
1194 | |||
1195 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1196 | May raise ValueError if an insufficient number of points is passed or if |
||
1197 | the number of values passed don't group into points without leftovers. |
||
1198 | </source> |
||
1199 | <translation>createBezierLine(list, ["name"]) -> string |
||
1200 | |||
3426 | cbradney | 1201 | Erzeugt eine Bézierkurve und gibt ihren Namen zurück. Die Punkte werden in |
1135 | cbradney | 1202 | der folgenden Reihenfolge gespeichert: |
1203 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]. |
||
1204 | x und y steht dabei für die X- und Y-Koordinaten und kx und ky steht für den |
||
1205 | Kontrollpunkt der Kurve. |
||
1206 | Die Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe |
||
1207 | UNIT-Konstanten). "name" sollte das Objekt eindeutig identifizieren, weil Sie den |
||
1208 | Namen für spätere Zwecke benötigen. Wenn Sie "name" nicht angeben, legt Scribus |
||
1209 | einen Namen für das Objekt fest. |
||
1210 | |||
1211 | Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf. |
||
1212 | Ist die Anzahl der Punkte nicht ausreichend, tritt der Fehler ValueError auf.</translation> |
||
1213 | </message> |
||
1214 | <message> |
||
9729 | cbradney | 1215 | <location filename="../plugins/scriptplugin/cmdobj.h" line="165"/> |
1135 | cbradney | 1216 | <source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
1217 | |||
1218 | Creates a new pathText by merging the two objects "textbox" and |
||
1219 | "beziercurve" and returns its name. The coordinates are given in the current |
||
1220 | measurement unit of the document (see UNIT constants). "name" should be a |
||
1221 | unique identifier for the object because you need this name for further access |
||
1222 | to that object. If "name" is not given Scribus will create one for you. |
||
1223 | |||
1224 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1225 | May raise NotFoundError if one or both of the named base object don't exist. |
||
1226 | </source> |
||
1227 | <translation>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
||
1228 | |||
1229 | Erzeugt Text auf einem Pfad, indem die Objekte "textbox" und "beziercurve" |
||
1230 | zusammengefügt werden. |
||
1231 | Die Koordinaten werden in der Maßeinheit des Dokuments angegeben (siehe |
||
1232 | UNIT-Konstanten). "name" sollte das Objekt eindeutig identifizieren, weil Sie den |
||
1233 | Namen für spätere Zwecke benötigen. Wenn Sie "name" nicht angeben, legt Scribus |
||
1234 | einen Namen für das Objekt fest. |
||
1235 | |||
1236 | Ist das Objekt schon vorhanden, tritt der Fehler NameExistsError auf. |
||
1237 | Sind ein oder beide Objekte nicht vorhanden, tritt der Fehler NotFoundError auf.</translation> |
||
1238 | </message> |
||
1239 | <message> |
||
9729 | cbradney | 1240 | <location filename="../plugins/scriptplugin/cmdobj.h" line="177"/> |
1135 | cbradney | 1241 | <source>deleteObject(["name"]) |
1242 | |||
1243 | Deletes the item with the name "name". If "name" is not given the currently |
||
1244 | selected item is deleted. |
||
1245 | </source> |
||
1246 | <translation>deleteObject(["name"]) |
||
1247 | |||
1248 | Löscht das Objekt "name". Ist "name" nicht angegeben, wird das aktuelle |
||
1249 | Objekt gelöscht.</translation> |
||
1250 | </message> |
||
1251 | <message> |
||
9729 | cbradney | 1252 | <location filename="../plugins/scriptplugin/cmdobj.h" line="211"/> |
1135 | cbradney | 1253 | <source>objectExists(["name"]) -> bool |
1254 | |||
1255 | Test if an object with specified name really exists in the document. |
||
1256 | The optional parameter is the object name. When no object name is given, |
||
1257 | returns True if there is something selected. |
||
1258 | </source> |
||
1259 | <translation>objectExists(["name"]) -> bool |
||
1260 | |||
1261 | Gibt an, ob das Objekt mit dem Name "name" auch wirklich im aktuellen Dokument |
||
1262 | existiert. "name" ist optional, ist "name" nicht angegeben, wird True ausgegeben, wenn |
||
1263 | gerade ein Objekt selektiert ist.</translation> |
||
1264 | </message> |
||
1265 | <message> |
||
9729 | cbradney | 1266 | <location filename="../plugins/scriptplugin/cmdobj.h" line="227"/> |
1135 | cbradney | 1267 | <source>setStyle("style" [, "name"]) |
1268 | |||
1269 | Apply the named "style" to the object named "name". If is no object name |
||
1270 | given, it's applied on the selected object. |
||
1271 | </source> |
||
1272 | <translation>setStyle("style" [, "name"]) |
||
1273 | |||
1274 | Setzt den Absatzstil "style" für das Objekt "name". Ist kein Objekt angegeben, |
||
1275 | wird der Stil auf das aktuelle Objekt angewendet.</translation> |
||
1276 | </message> |
||
1277 | <message> |
||
9729 | cbradney | 1278 | <location filename="../plugins/scriptplugin/cmdobj.h" line="240"/> |
1135 | cbradney | 1279 | <source>getAllStyles() -> list |
1280 | |||
1281 | Return a list of the names of all paragraph styles in the current document. |
||
1282 | </source> |
||
1283 | <translation>getAllStyles() -> list |
||
1284 | |||
1285 | Gibt eine Listen mit allen Absatzstilen im aktuellen Dokument zurück.</translation> |
||
1286 | </message> |
||
1287 | <message> |
||
9729 | cbradney | 1288 | <location filename="../plugins/scriptplugin/cmdpage.h" line="36"/> |
1135 | cbradney | 1289 | <source>currentPage() -> integer |
1290 | |||
1291 | Returns the number of the current working page. Page numbers are counted from 1 |
||
1292 | upwards, no matter what the displayed first page number of your document is. |
||
1293 | </source> |
||
1294 | <translation>currentPage() -> integer |
||
1295 | |||
1296 | Gibt die Nummer der aktuellen Seite zurück. Seitenzahlen werden ab 1 gezählt, egal welche |
||
1297 | Seitenzahl auf der aktuellen Seite angezeigt wird.</translation> |
||
1298 | </message> |
||
1299 | <message> |
||
9729 | cbradney | 1300 | <location filename="../plugins/scriptplugin/cmdpage.h" line="45"/> |
1135 | cbradney | 1301 | <source>redrawAll() |
1302 | |||
1303 | Redraws all pages. |
||
1304 | </source> |
||
1305 | <translation>redrawAll() |
||
1306 | |||
1307 | Baut alle Seiten neu auf.</translation> |
||
1308 | </message> |
||
1309 | <message> |
||
9729 | cbradney | 1310 | <location filename="../plugins/scriptplugin/cmdpage.h" line="65"/> |
1135 | cbradney | 1311 | <source>savePageAsEPS("name") |
1312 | |||
1313 | Saves the current page as an EPS to the file "name". |
||
1314 | |||
1315 | May raise ScribusError if the save failed. |
||
1316 | </source> |
||
1317 | <translation>savePageAsEPS("name") |
||
1318 | |||
1319 | Speichert die aktuelle Seite als EPS-Datei mit dem Namen "name". |
||
1320 | |||
1321 | Schlägt das Speichern fehl, tritt der Fehler ScribusError auf.</translation> |
||
1322 | </message> |
||
1323 | <message> |
||
9729 | cbradney | 1324 | <location filename="../plugins/scriptplugin/cmdpage.h" line="78"/> |
1135 | cbradney | 1325 | <source>deletePage(nr) |
1326 | |||
1327 | Deletes the given page. Does nothing if the document contains only one page. |
||
1328 | Page numbers are counted from 1 upwards, no matter what the displayed first |
||
1329 | page number is. |
||
1330 | |||
1331 | May raise IndexError if the page number is out of range |
||
1332 | </source> |
||
1333 | <translation>deletePage(nr) |
||
1334 | |||
1335 | Löscht die Seite mit der Nummer "nr". Besteht das Dokument nur aus einer Seite, passiert nichts. |
||
1336 | Seitenzahlen werden von 1 aufwärts gezählt, egal, welche Seitenzahl Sie auf der aktuellen Seite |
||
1337 | im Dokument sehen. |
||
1338 | |||
1339 | Ist die Seitenzahl ungültig, tritt der Fehler IndexError auf</translation> |
||
1340 | </message> |
||
1341 | <message> |
||
9729 | cbradney | 1342 | <location filename="../plugins/scriptplugin/cmdpage.h" line="91"/> |
1135 | cbradney | 1343 | <source>gotoPage(nr) |
1344 | |||
1345 | Moves to the page "nr" (that is, makes the current page "nr"). Note that |
||
1346 | gotoPage doesn't (curently) change the page the user's view is displaying, it |
||
1347 | just sets the page that script commands will operates on. |
||
1348 | |||
1349 | May raise IndexError if the page number is out of range. |
||
1350 | </source> |
||
1351 | <translation>gotoPage(nr) |
||
1352 | |||
1353 | Geht zur Seite "nr", das heißt, die Seite "nr" wird zur aktuellen Seite. Zur Zeit ändert |
||
1354 | sich allerdings nicht die Seite, die der User sieht, es wird nur intern die aktuelle |
||
1355 | Seite geändert. |
||
1356 | |||
1357 | Ist die Seitenzahl ungültig, tritt der Fehler IndexError auf.</translation> |
||
1358 | </message> |
||
1359 | <message> |
||
9729 | cbradney | 1360 | <location filename="../plugins/scriptplugin/cmdpage.h" line="100"/> |
1135 | cbradney | 1361 | <source>pageCount() -> integer |
1362 | |||
1363 | Returns the number of pages in the document. |
||
1364 | </source> |
||
1365 | <translation>pageCount() -> integer |
||
1366 | |||
1367 | Gibt die Anzahl der Seiten im Dokument zurück.</translation> |
||
1368 | </message> |
||
1369 | <message> |
||
9729 | cbradney | 1370 | <location filename="../plugins/scriptplugin/cmdpage.h" line="110"/> |
1135 | cbradney | 1371 | <source>getHGuides() -> list |
1372 | |||
1373 | Returns a list containing positions of the horizontal guides. Values are in the |
||
1374 | document's current units - see UNIT_<type> constants. |
||
1375 | </source> |
||
1376 | <translation>getHGuides() -> list |
||
1377 | |||
1378 | Gibt eine Liste zurück, die die Position der horizontalen Hilfslinien enthält. Die Werte |
||
1379 | werden in der Maßeinheit des Dokuments angegeben, siehe UNIT-Konstanten.</translation> |
||
1380 | </message> |
||
1381 | <message> |
||
9729 | cbradney | 1382 | <location filename="../plugins/scriptplugin/cmdpage.h" line="123"/> |
1135 | cbradney | 1383 | <source>setHGuides(list) |
1384 | |||
1385 | Sets horizontal guides. Input parameter must be a list of guide positions |
||
1386 | measured in the current document units - see UNIT_<type> constants. |
||
1387 | |||
1388 | Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost |
||
1389 | setHGuides([90,250]) # replace current guides entirely |
||
1390 | </source> |
||
1391 | <translation>setHGuides(list) |
||
1392 | |||
1393 | Legt horizontale Hilfslinien fest, list muss eine Liste der Linien sein, angegeben in der Maßeinheit |
||
1394 | des Dokuments, siehe UNIT-Konstanten. |
||
1395 | |||
1396 | Beispiel: |
||
1397 | setHGuides(getHGuides() + [200.0, 210.0] # fügt eine neue Hilfslinie hinzu |
||
1398 | </translation> |
||
1399 | </message> |
||
1400 | <message> |
||
9729 | cbradney | 1401 | <location filename="../plugins/scriptplugin/cmdpage.h" line="132"/> |
1135 | cbradney | 1402 | <source>getVGuides() |
1403 | |||
1404 | See getHGuides. |
||
1405 | </source> |
||
1406 | <translation>getVGuides() |
||
1407 | |||
1408 | Siehe getHGuides.</translation> |
||
1409 | </message> |
||
1410 | <message> |
||
9729 | cbradney | 1411 | <location filename="../plugins/scriptplugin/cmdpage.h" line="141"/> |
1135 | cbradney | 1412 | <source>setVGuides() |
1413 | |||
1414 | See setHGuides. |
||
1415 | </source> |
||
1416 | <translation>setVGuides() |
||
1417 | |||
1418 | Siehe setHGuides.</translation> |
||
1419 | </message> |
||
1420 | <message> |
||
9729 | cbradney | 1421 | <location filename="../plugins/scriptplugin/cmdpage.h" line="151"/> |
1135 | cbradney | 1422 | <source>getPageSize() -> tuple |
1423 | |||
1424 | Returns a tuple with page dimensions measured in the document's current units. |
||
1425 | See UNIT_<type> constants and getPageMargins() |
||
1426 | </source> |
||
1427 | <translation>getPageSize() -> tuple |
||
1428 | |||
1429 | Gibt eine Liste mit der Seitengröße in der aktuellen Maßeinheit zurück, siehe |
||
1430 | UNIT-Konstanten und getPageMargins()</translation> |
||
1431 | </message> |
||
1432 | <message> |
||
9729 | cbradney | 1433 | <location filename="../plugins/scriptplugin/cmdpage.h" line="167"/> |
1135 | cbradney | 1434 | <source>getPageItems() -> list |
1435 | |||
1436 | Returns a list of tuples with items on the current page. The tuple is: |
||
1437 | (name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)] |
||
1438 | means that object named 'Text1' is a text frame (type 4) and is the first at |
||
1439 | the page... |
||
1440 | </source> |
||
1441 | <translation>getPageItems() -> list |
||
1442 | |||
1443 | Gibt eine Liste zurück mit den Objekten auf der aktuelle Seite. Die Reihenfolge |
||
1444 | der Werte ist: (Name, Typ des Objekts, Anordnung). |
||
1445 | |||
1446 | Beispiel: [('Text1', 4, 0), ('Image1', 2, 1)] bedeutet, dass das Objekt Text1 heißt, |
||
1447 | ein Textrahmen ist (type 4) und sich auf der ersten Seite befindet...</translation> |
||
1448 | </message> |
||
1449 | <message> |
||
9729 | cbradney | 1450 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="33"/> |
1135 | cbradney | 1451 | <source>setFillColor("color", ["name"]) |
1452 | |||
1453 | Sets the fill color of the object "name" to the color "color". "color" |
||
1454 | is the name of one of the defined colors. If "name" is not given the |
||
1455 | currently selected item is used. |
||
1456 | </source> |
||
1457 | <translation>setFillColor("color", ["name"]) |
||
1458 | |||
1459 | Setzt die Füllfarbe "color" für das Objekt "name". "color" ist der Name einer |
||
1460 | vorhandenen Farbe. Ist "name" nicht angegeben, wird das aktuelle Objekt |
||
1461 | verwendet.</translation> |
||
1462 | </message> |
||
1463 | <message> |
||
9729 | cbradney | 1464 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="63"/> |
1135 | cbradney | 1465 | <source>setLineColor("color", ["name"]) |
1466 | |||
1467 | Sets the line color of the object "name" to the color "color". If "name" |
||
1468 | is not given the currently selected item is used. |
||
1469 | </source> |
||
1470 | <translation>setLineColor("color", ["name"]) |
||
1471 | |||
1472 | Setzt die Linienfarbe "color" für das Objekt "name". Ist "name" nicht angegeben, |
||
1473 | wird das aktuelle Objekt verwendet.</translation> |
||
1474 | </message> |
||
1475 | <message> |
||
9729 | cbradney | 1476 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="96"/> |
1135 | cbradney | 1477 | <source>setLineWidth(width, ["name"]) |
1478 | |||
1479 | Sets line width of the object "name" to "width". "width" must be in the |
||
1480 | range from 0.0 to 12.0 inclusive, and is measured in points. If "name" is not |
||
1481 | given the currently selected item is used. |
||
1482 | |||
1483 | May raise ValueError if the line width is out of bounds. |
||
1484 | </source> |
||
1485 | <translation>setLineWidth(width, ["name"]) |
||
1486 | |||
1487 | Setzt die Linienbreite für das Objekt "name" auf "width". "width" muss zwischen |
||
1488 | 0.0 und 12.0 groß sein und wird in Punkt angegeben. Ist "name" nicht angegeben, |
||
1489 | wird das aktuelle Objekt verwendet. |
||
1490 | |||
1491 | Ist die Linienbreite ungültig, tritt der Fehler ValueError auf.</translation> |
||
1492 | </message> |
||
1493 | <message> |
||
9729 | cbradney | 1494 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="110"/> |
1135 | cbradney | 1495 | <source>setLineShade(shade, ["name"]) |
1496 | |||
1497 | Sets the shading of the line color of the object "name" to "shade". |
||
1498 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
1499 | (full color intensity). If "name" is not given the currently selected item |
||
1500 | is used. |
||
1501 | |||
1502 | May raise ValueError if the line shade is out of bounds. |
||
1503 | </source> |
||
1504 | <translation>setLineShade(shade, ["name"]) |
||
1505 | |||
1506 | Setzt den Tonwert der Linie des Objekts "name" auf "shade". "shade" ist eine |
||
1507 | ganze Zahl zwischen 0 und 100. Ist "name" nicht angegeben, wird das aktuelle |
||
1508 | Objekt verwendet. |
||
1509 | |||
1510 | Ist der Tonwert ungültig, tritt der Fehler ValueError auf.</translation> |
||
1511 | </message> |
||
1512 | <message> |
||
9729 | cbradney | 1513 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="121"/> |
1135 | cbradney | 1514 | <source>setLineJoin(join, ["name"]) |
1515 | |||
1516 | Sets the line join style of the object "name" to the style "join". |
||
1517 | If "name" is not given the currently selected item is used. There are |
||
1518 | predefined constants for join - JOIN_<type>. |
||
1519 | </source> |
||
1520 | <translation>setLineJoin(join, ["name"]) |
||
1521 | |||
1522 | Setzt die Ecken der Linien des Objekts "name" auf den Stil join. |
||
1523 | Ist "name" nicht angegeben, wird das aktuelle Obekt verwendet. |
||
1524 | Benutzen Sie die vorgegeben Konstaten des Typs JOIN_*.</translation> |
||
1525 | </message> |
||
1526 | <message> |
||
9729 | cbradney | 1527 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="132"/> |
1135 | cbradney | 1528 | <source>setLineEnd(endtype, ["name"]) |
1529 | |||
1530 | Sets the line cap style of the object "name" to the style "cap". |
||
1531 | If "name" is not given the currently selected item is used. There are |
||
1532 | predefined constants for "cap" - CAP_<type>. |
||
1533 | </source> |
||
1534 | <translation>SetLineEnd(endtype, ["name"]) |
||
1535 | |||
1536 | Setzt die Linienenden des Objekts "name" auf den Stil "endtype". |
||
1537 | Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet. |
||
1538 | Benutzen Sie die vorgegebenen Konstanten des Typs CAP_*.</translation> |
||
1539 | </message> |
||
1540 | <message> |
||
9729 | cbradney | 1541 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="143"/> |
1135 | cbradney | 1542 | <source>setLineStyle(style, ["name"]) |
1543 | |||
1544 | Sets the line style of the object "name" to the style "style". If "name" |
||
1545 | is not given the currently selected item is used. There are predefined |
||
1546 | constants for "style" - LINE_<style>. |
||
1547 | </source> |
||
1548 | <translation>setLineStyle(style, ["name"]) |
||
1549 | |||
1550 | Setzt den Linienstil des Objekts "name" auf den Stil "style". Ist "name" nicht |
||
1551 | angegeben, wird das aktuelle Objekt verwendet. Benutzen Sie die |
||
1552 | vorgegebenen Konstanten des Typs LINE_*.</translation> |
||
1553 | </message> |
||
1554 | <message> |
||
9729 | cbradney | 1555 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="157"/> |
1135 | cbradney | 1556 | <source>setFillShade(shade, ["name"]) |
1557 | |||
1558 | Sets the shading of the fill color of the object "name" to "shade". |
||
1559 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
1560 | (full Color intensity). If "name" is not given the currently selected |
||
1561 | Item is used. |
||
1562 | |||
1563 | May raise ValueError if the fill shade is out of bounds. |
||
1564 | </source> |
||
1565 | <translation>setFillShade(shade, ["name"]) |
||
1566 | |||
1567 | Setzt den Tonwert der Füllfarbe für das Objekt "name" auf "shade". |
||
1568 | "shade" muss eine ganze Zahl zwischen 0 und 100 sein. Ist "name" |
||
1569 | nicht angegeben, wird das aktuelle Objekt benutzt. |
||
1570 | |||
1571 | Ist der Tonwert ungültig, tritt der Fehler ValueError auf.</translation> |
||
1572 | </message> |
||
1573 | <message> |
||
9729 | cbradney | 1574 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="169"/> |
1135 | cbradney | 1575 | <source>setCornerRadius(radius, ["name"]) |
1576 | |||
1577 | Sets the corner radius of the object "name". The radius is expressed |
||
1578 | in points. If "name" is not given the currently selected item is used. |
||
1579 | |||
1580 | May raise ValueError if the corner radius is negative. |
||
1581 | </source> |
||
1582 | <translation>setCornerRadius(radius, ["name"]) |
||
1583 | |||
1584 | Setzt den Eckradius für das Objekt "name" auf radius. Der Radius wird |
||
1585 | in Punkt angegeben. Ist "name" nicht angegeben, wird das aktuelle |
||
1586 | Objekt verwendet. |
||
1587 | |||
1588 | Ist der Eckradius negativ, tritt der Fehler ValueError auf.</translation> |
||
1589 | </message> |
||
1590 | <message> |
||
9729 | cbradney | 1591 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="181"/> |
1135 | cbradney | 1592 | <source>setMultiLine("namedStyle", ["name"]) |
1593 | |||
1594 | Sets the line style of the object "name" to the named style "namedStyle". |
||
1595 | If "name" is not given the currently selected item is used. |
||
1596 | |||
1597 | May raise NotFoundError if the line style doesn't exist. |
||
1598 | </source> |
||
1599 | <translation>setMultiLine("namedStyle", ["name"]) |
||
1600 | |||
1601 | Setzt den Linienstil für das Objekt "name" auf den angegebenen Stil. |
||
1602 | Ist "name" nicht angegeben, wird der aktuelle Stil benutzt. |
||
1603 | |||
1604 | Ist der Stil nicht vorhanden, tritt der Fehler NotFoundError auf.</translation> |
||
1605 | </message> |
||
1606 | <message> |
||
9729 | cbradney | 1607 | <location filename="../plugins/scriptplugin/cmdtext.h" line="35"/> |
1135 | cbradney | 1608 | <source>getFont(["name"]) -> string |
1609 | |||
1610 | Returns the font name for the text frame "name". If this text frame |
||
1611 | has some text selected the value assigned to the first character |
||
1612 | of the selection is returned. If "name" is not given the currently |
||
1613 | selected item is used. |
||
1614 | </source> |
||
1615 | <translation>getFont(["name"]) -> string |
||
1616 | |||
5102 | mrdocs | 1617 | Gibt den Namen der Schrift für den Textrahmen "name" zurück. Ist in |
1618 | dem Textfeld Text ausgewählt, wird die Schrift des ersten gewählten |
||
1135 | cbradney | 1619 | Zeichens angegeben. Ist "name" nicht angegeben, wird das aktuelle Objekt |
1620 | verwendet.</translation> |
||
1621 | </message> |
||
1622 | <message> |
||
9729 | cbradney | 1623 | <location filename="../plugins/scriptplugin/cmdtext.h" line="45"/> |
1135 | cbradney | 1624 | <source>getTextLength(["name"]) -> integer |
1625 | |||
1626 | Returns the length of the text in the text frame "name". |
||
1627 | If "name" is not given the currently selected item is used. |
||
1628 | </source> |
||
1629 | <translation>getTextLength(["name"]) -> integer |
||
1630 | |||
1631 | Gibt die Länge des Textes im Textrahmen "name" zurück. |
||
1632 | Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet.</translation> |
||
1633 | </message> |
||
1634 | <message> |
||
9729 | cbradney | 1635 | <location filename="../plugins/scriptplugin/cmdtext.h" line="67"/> |
1135 | cbradney | 1636 | <source>getText(["name"]) -> string |
1637 | |||
1638 | Returns the text of the text frame "name". If this text frame has some text |
||
1639 | selected, the selected text is returned. All text in the frame, not just |
||
1640 | currently visible text, is returned. If "name" is not given the currently |
||
1641 | selected item is used. |
||
1642 | </source> |
||
1643 | <translation>getText(["name"]) -> string |
||
1644 | |||
1645 | Gibt den Text aus dem Textrahmen "name" zurück. Ist in dem Textfeld Text markiert, |
||
1646 | wird der selektierte Text zurückgegeben. Der gesamte Text wird zurückgegeben, nicht |
||
1647 | nur der sichtbare Teil des Textes, Ist "name" nicht angegeben, wird das aktuelle |
||
1648 | Objekt verwendet.</translation> |
||
1649 | </message> |
||
1650 | <message> |
||
9729 | cbradney | 1651 | <location filename="../plugins/scriptplugin/cmdtext.h" line="79"/> |
1135 | cbradney | 1652 | <source>getAllText(["name"]) -> string |
1653 | |||
1654 | Returns the text of the text frame "name" and of all text frames which are |
||
1655 | linked with this frame. If this textframe has some text selected, the selected |
||
1656 | text is returned. If "name" is not given the currently selected item is |
||
1657 | used. |
||
1658 | </source> |
||
1659 | <translation>getAllText(["name"]) -> string |
||
1660 | |||
1661 | Gibt den Text aus dem Textrahmen "name" zurück und aus allen Rahmen, die mit |
||
1662 | dem Rahmen "name" verbunden sind. Ist in dem Textfeld Text markiert, |
||
1663 | wird der selektierte Text zurückgegeben. Ist "name" nicht angegeben, wird das aktuelle |
||
1664 | Objekt verwendet.</translation> |
||
1665 | </message> |
||
1666 | <message> |
||
9729 | cbradney | 1667 | <location filename="../plugins/scriptplugin/cmdtext.h" line="89"/> |
1135 | cbradney | 1668 | <source>getLineSpacing(["name"]) -> float |
1669 | |||
1670 | Returns the line spacing ("leading") of the text frame "name" expressed in |
||
1671 | points. If "name" is not given the currently selected item is used. |
||
1672 | </source> |
||
1673 | <translation>getLineSpacing(["name"]) -> float |
||
1674 | |||
1675 | Gibt den Zeilenabstand für den Textrahmen "name" in Punkten zurück. |
||
1676 | Ist "name" nicht angegeben, wird das aktuelle Objekt verwendet.</translation> |
||
1677 | </message> |
||
1678 | <message> |
||
9729 | cbradney | 1679 | <location filename="../plugins/scriptplugin/cmdtext.h" line="99"/> |
1135 | cbradney | 1680 | <source>getColumnGap(["name"]) -> float |
1681 | |||
1682 | Returns the column gap size of the text frame "name" expressed in points. If |
||
1683 | "name" is not given the currently selected item is used. |
||
1684 | </source> |
||
1685 | <translation>getColumnGap(["name"]) -> float |
||
1686 | |||
1687 | Gibt den Zeilenabstand für den Text im Rahmen "name" in Punkten zurück. Ist |
||
1688 | "name" nicht angegeben, wird das aktuelle Objekt verwendet.</translation> |
||
1689 | </message> |
||
1690 | <message> |
||
9729 | cbradney | 1691 | <location filename="../plugins/scriptplugin/cmdtext.h" line="109"/> |
1135 | cbradney | 1692 | <source>getColumns(["name"]) -> integer |
1693 | |||
1694 | Gets the number of columns of the text frame "name". If "name" is not |
||
1695 | given the currently selected item is used. |
||
1696 | </source> |
||
1697 | <translation>getColumns(["name"]) -> integer |
||
1698 | |||
1699 | Gibt die Anzahl der Spalten im Textrahmen "name" zurück. Ist "name" nicht |
||
1700 | angegeben, wird das aktuelle Objekt verwendet.</translation> |
||
1701 | </message> |
||
1702 | <message> |
||
9729 | cbradney | 1703 | <location filename="../plugins/scriptplugin/cmdtext.h" line="121"/> |
1135 | cbradney | 1704 | <source>setText("text", ["name"]) |
1705 | |||
1706 | Sets the text of the text frame "name" to the text of the string "text". |
||
1707 | Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ |
||
1708 | for more details. If "name" is not given the currently selected item is |
||
1709 | used. |
||
1710 | </source> |
||
1711 | <translation>setText("text", ["name"]) |
||
1712 | |||
1713 | Ändert den Text im Rahmen "name" auf den String "text". |
||
7561 | mrdocs | 1714 | Der Text muss URF8-kodiert sein - verwenden Sie z.B. unicode(text, 'iso-8859-2'). |
1135 | cbradney | 1715 | Lesen Sie in der FAQ nach für weitere Informationen. Ist "name" nicht angegeben, |
1716 | wird der aktuelle Textrahmen verwendet.</translation> |
||
1717 | </message> |
||
1718 | <message> |
||
9729 | cbradney | 1719 | <location filename="../plugins/scriptplugin/cmdtext.h" line="148"/> |
1135 | cbradney | 1720 | <source>setFont("font", ["name"]) |
1721 | |||
1722 | Sets the font of the text frame "name" to "font". If there is some text |
||
1723 | selected only the selected text is changed. If "name" is not given the |
||
1724 | currently selected item is used. |
||
1725 | |||
1726 | May throw ValueError if the font cannot be found. |
||
1727 | </source> |
||
1728 | <translation>setFont("font", ["name"]) |
||
1729 | |||
5102 | mrdocs | 1730 | Setzt die Schrift für den Rahmen "name" auf "font". Ist Text ausgewählt, |
1135 | cbradney | 1731 | wird nur die Markierung verändert. Ist "name" nicht angegeben, wird der |
1732 | aktuelle Textrahmen verwendet. |
||
1733 | |||
5102 | mrdocs | 1734 | Ist die Schrift ungültig, wird der Fehler ValueError ausgegeben.</translation> |
1135 | cbradney | 1735 | </message> |
1736 | <message> |
||
9729 | cbradney | 1737 | <location filename="../plugins/scriptplugin/cmdtext.h" line="162"/> |
1135 | cbradney | 1738 | <source>setFontSize(size, ["name"]) |
1739 | |||
1740 | Sets the font size of the text frame "name" to "size". "size" is treated |
||
1741 | as a value in points. If there is some text selected only the selected text is |
||
1742 | changed. "size" must be in the range 1 to 512. If "name" is not given the |
||
1743 | currently selected item is used. |
||
1744 | |||
1745 | May throw ValueError for a font size that's out of bounds. |
||
1746 | </source> |
||
1747 | <translation>setFontSize(size, ["name"]) |
||
1748 | |||
1749 | Setzt die Schriftgröße im Textrahmen "name" auf den Wert "size". "size" ist |
||
1750 | ein Wert in Punkten zwischen 1 und 512. Ist eine Markierung vorhanden, wird |
||
1751 | nur die die Markiertung verändert. Ist "name" nicht angegeben, wird der aktuelle |
||
1752 | Textrahmen verwendet. |
||
1753 | |||
1754 | Ist die Schriftgröße ungültig, wird der Fehler ValueError ausgegeben.</translation> |
||
1755 | </message> |
||
1756 | <message> |
||
9729 | cbradney | 1757 | <location filename="../plugins/scriptplugin/cmdtext.h" line="175"/> |
1135 | cbradney | 1758 | <source>setLineSpacing(size, ["name"]) |
1759 | |||
1760 | Sets the line spacing ("leading") of the text frame "name" to "size". |
||
1761 | "size" is a value in points. If "name" is not given the currently selected |
||
1762 | item is used. |
||
1763 | |||
1764 | May throw ValueError if the line spacing is out of bounds. |
||
1765 | </source> |
||
1766 | <translation>setLineSpacing(size, ["name"]) |
||
1767 | |||
1768 | Setzt den Zeilenabstand im Rahmen "name" auf den Wert "size". |
||
1769 | "size" ist ein Wert in Punkten. Ist "name" nicht angegeben, wird der |
||
1770 | aktuelle Textrahmen verwendet. |
||
1771 | |||
1772 | Ist der Wert für Zeilenabstand ungültig, wird der Fehler ValueError |
||
1773 | ausgegeben.</translation> |
||
1774 | </message> |
||
1775 | <message> |
||
9729 | cbradney | 1776 | <location filename="../plugins/scriptplugin/cmdtext.h" line="187"/> |
1135 | cbradney | 1777 | <source>setColumnGap(size, ["name"]) |
1778 | |||
1779 | Sets the column gap of the text frame "name" to the value "size". If |
||
1780 | "name" is not given the currently selected item is used. |
||
1781 | |||
1782 | May throw ValueError if the column gap is out of bounds (must be positive). |
||
1783 | </source> |
||
1784 | <translation>setColumnGap(size, ["name"]) |
||
1785 | |||
1786 | Setzt den Spaltenabstand im Rahmen "name" auf den Wert "size". |
||
1787 | Ist "name" nicht angegeben, wird der aktuelle Textrahmen verwendet. |
||
1788 | |||
1789 | Ist der Abstand nicht positiv, wird der Fehler ValueError ausgegeben.</translation> |
||
1790 | </message> |
||
1791 | <message> |
||
9729 | cbradney | 1792 | <location filename="../plugins/scriptplugin/cmdtext.h" line="199"/> |
1135 | cbradney | 1793 | <source>setColumns(nr, ["name"]) |
1794 | |||
1795 | Sets the number of columns of the text frame "name" to the integer "nr". |
||
1796 | If "name" is not given the currently selected item is used. |
||
1797 | |||
1798 | May throw ValueError if number of columns is not at least one. |
||
1799 | </source> |
||
1800 | <translation>setColumns(nr, ["name"]) |
||
1801 | |||
1802 | Legt die Anzahl der Spalten im Textrahmen "name" fest auf "nr" fest. |
||
1803 | Wenn "name" nicht angegeben ist, wird der aktuelle Textrahmen verwendet. |
||
1804 | |||
1805 | Ist die Anzahl der Spalten kleiner als 1, wird der Fehler ValueError ausgegeben.</translation> |
||
1806 | </message> |
||
1807 | <message> |
||
9729 | cbradney | 1808 | <location filename="../plugins/scriptplugin/cmdtext.h" line="212"/> |
1135 | cbradney | 1809 | <source>setTextAlignment(align, ["name"]) |
1810 | |||
1811 | Sets the text alignment of the text frame "name" to the specified alignment. |
||
1812 | If "name" is not given the currently selected item is used. "align" should |
||
1813 | be one of the ALIGN_ constants defined in this module - see dir(scribus). |
||
1814 | |||
1815 | May throw ValueError for an invalid alignment constant. |
||
1816 | </source> |
||
1817 | <translation>setTextAlignment(align, ["name"]) |
||
1818 | |||
1819 | Richtet den Text in dem Objekt "name" nach der Art "align" aus. Ist "name" |
||
1820 | nicht angegeben, wird der aktuelle Textrahmen verwendet. "align" ist eine der |
||
1821 | ALIGN_*-Konstanten. Siehe dir(scribus). |
||
1822 | |||
1823 | Bei einem falschen Argument wird der Fehler ValueError ausgegeben.</translation> |
||
1824 | </message> |
||
1825 | <message> |
||
9729 | cbradney | 1826 | <location filename="../plugins/scriptplugin/cmdtext.h" line="226"/> |
1135 | cbradney | 1827 | <source>selectText(start, count, ["name"]) |
1828 | |||
1829 | Selects "count" characters of text in the text frame "name" starting from the |
||
1830 | character "start". Character counting starts at 0. If "count" is zero, any |
||
1831 | text selection will be cleared. If "name" is not given the currently |
||
1832 | selected item is used. |
||
1833 | |||
1834 | May throw IndexError if the selection is outside the bounds of the text. |
||
1835 | </source> |
||
2913 | mrdocs | 1836 | <translation>selectText(start, count, ["name"]) |
1135 | cbradney | 1837 | |
1838 | Markiert "count" Zeichen des Textrahmens "name" beginnend mit dem Zeichen "start". |
||
1839 | Die Zählung beginnt bei 0. Wenn "count"=0 ist, wird die Markierung gelöscht. Wenn "name" |
||
1840 | nicht angegeben ist, wird der aktuelle Textrahmen verwendet. |
||
1841 | |||
1842 | Wenn die Werte ungültig sind, wird der Fehler IndexError ausgegeben.</translation> |
||
1843 | </message> |
||
1844 | <message> |
||
9729 | cbradney | 1845 | <location filename="../plugins/scriptplugin/cmdtext.h" line="237"/> |
1135 | cbradney | 1846 | <source>deleteText(["name"]) |
1847 | |||
1848 | Deletes any text in the text frame "name". If there is some text selected, |
||
1849 | only the selected text will be deleted. If "name" is not given the currently |
||
1850 | selected item is used. |
||
1851 | </source> |
||
1852 | <translation>deleteText(["name"]) |
||
1853 | |||
1854 | Löscht den Textrahmen "name". Wenn Text ausgewählt ist, wird nur die Markierung |
||
1855 | gelöscht. Ist "name" nicht angegeben, wird der aktuelle Textrahmen gelöscht.</translation> |
||
1856 | </message> |
||
1857 | <message> |
||
9729 | cbradney | 1858 | <location filename="../plugins/scriptplugin/cmdtext.h" line="248"/> |
1135 | cbradney | 1859 | <source>setTextColor("color", ["name"]) |
1860 | |||
1861 | Sets the text color of the text frame "name" to the color "color". If there |
||
1862 | is some text selected only the selected text is changed. If "name" is not |
||
1863 | given the currently selected item is used. |
||
1864 | </source> |
||
1865 | <translation>setTextColor("color", ["name"]) |
||
1866 | |||
1867 | Ändert die Farbe des Textes auf "color". Wenn Text ausgewählt ist, wird die |
||
1868 | Markierung auf "color" geändert. Ist "name" nicht angegeben, wird der aktuelle |
||
1869 | Textrahmen verwendet.</translation> |
||
1870 | </message> |
||
1871 | <message> |
||
9729 | cbradney | 1872 | <location filename="../plugins/scriptplugin/cmdtext.h" line="258"/> |
1135 | cbradney | 1873 | <source>setTextStroke("color", ["name"]) |
1874 | |||
1875 | Set "color" of the text stroke. If "name" is not given the currently |
||
1876 | selected item is used. |
||
1877 | </source> |
||
1878 | <translation>setTextStroke("color", ["name"]) |
||
1879 | |||
1880 | Setzt die Farbe "color" für die Umrandung des Textes. Ist "name" nicht angegeben, wird der aktuelle |
||
1881 | Textrahmen verwendet.</translation> |
||
1882 | </message> |
||
1883 | <message> |
||
9729 | cbradney | 1884 | <location filename="../plugins/scriptplugin/cmdtext.h" line="271"/> |
1135 | cbradney | 1885 | <source>setTextShade(shade, ["name"]) |
1886 | |||
1887 | Sets the shading of the text color of the object "name" to "shade". If |
||
1888 | there is some text selected only the selected text is changed. "shade" must |
||
1889 | be an integer value in the range from 0 (lightest) to 100 (full color |
||
1890 | intensity). If "name" is not given the currently selected item is |
||
1891 | used. |
||
1892 | </source> |
||
1893 | <translation>setTextShade(shade, ["name"]) |
||
1894 | |||
1895 | Setzt den Tonwert für den Textrahmen "name" auf "shade". |
||
1896 | Ist Text in dem Rahmen ausgewählt, wird nur der ausgewählt Text |
||
1897 | verändert. "shade" muss eine ganze Zahl zwischen 0 und 100 sein. |
||
1898 | Ist "name" nicht vorhanden oder angegeben, wird der aktuelle Rahmen verwendet.</translation> |
||
1899 | </message> |
||
1900 | <message> |
||
9729 | cbradney | 1901 | <location filename="../plugins/scriptplugin/cmdtext.h" line="284"/> |
1135 | cbradney | 1902 | <source>linkTextFrames("fromname", "toname") |
1903 | |||
1904 | Link two text frames. The frame named "fromname" is linked to the |
||
1905 | frame named "toname". The target frame must be an empty text frame |
||
1906 | and must not link to or be linked from any other frames already. |
||
1907 | |||
1908 | May throw ScribusException if linking rules are violated. |
||
1909 | </source> |
||
1910 | <translation>linkTextFrames("fromname", "toname") |
||
1911 | |||
1912 | Zwei Textrahmen verketten. "Fromname" wird mit "Toname" verkettet. Der Zielrahmen |
||
1913 | muss leer sein und darf nicht mit anderen Rahmen verkettet sein. |
||
1914 | |||
1915 | Werden die Regeln verletzt, erscheint der Fehler ScribusException.</translation> |
||
1916 | </message> |
||
1917 | <message> |
||
9729 | cbradney | 1918 | <location filename="../plugins/scriptplugin/cmdtext.h" line="301"/> |
1135 | cbradney | 1919 | <source>unlinkTextFrames("name") |
1920 | |||
1921 | Remove the specified (named) object from the text frame flow/linkage. If the |
||
1922 | frame was in the middle of a chain, the previous and next frames will be |
||
1923 | connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)' |
||
1924 | |||
1925 | May throw ScribusException if linking rules are violated. |
||
1926 | </source> |
||
1927 | <translation>unlinkTextFrames("name") |
||
1928 | |||
1929 | Entfernt den Textrahmen "name" aus der Reihe der verketteten Rahmen. Ist der |
||
1930 | zu entfernende Rahmen einer aus der Mitte der Reihe, wird der vorherige und nächste |
||
1931 | Rahmen miteinander verkettet, z.B. wird aus a->b->c dann a->c, wenn Sie Rahmen b |
||
1932 | entfernen. |
||
1933 | |||
1934 | Wenn die Verkettungsregeln gebrochen werden, erscheint der Fehler ScribusException.</translation> |
||
1935 | </message> |
||
1936 | <message> |
||
9729 | cbradney | 1937 | <location filename="../plugins/scriptplugin/cmdtext.h" line="314"/> |
1135 | cbradney | 1938 | <source>traceText(["name"]) |
1939 | |||
1940 | Convert the text frame "name" to outlines. If "name" is not given the |
||
1941 | currently selected item is used.</source> |
||
1942 | <translation>traceText(["name"]) |
||
1943 | |||
1944 | Konvertiert den Textrahmen "name" in Umrisse. Ist "name" nicht vorhanden oder |
||
1945 | vorgegeben, wird der aktuelle Textrahmen verwendet.</translation> |
||
1946 | </message> |
||
1947 | <message> |
||
9729 | cbradney | 1948 | <location filename="../plugins/scriptplugin/guiapp.h" line="34"/> |
1135 | cbradney | 1949 | <source>progressReset() |
1950 | |||
1951 | Cleans up the Scribus progress bar previous settings. It is called before the |
||
1952 | new progress bar use. See progressSet. |
||
1953 | </source> |
||
1954 | <translation>progressReset() |
||
1955 | |||
1956 | Löscht die Fortschrittsanzeige. Wird aufgerufen, bevor eine neue Verlaufsanzeige benutzt wird. |
||
7919 | mrdocs | 1957 | Siehe progressSet.</translation> |
1135 | cbradney | 1958 | </message> |
1959 | <message> |
||
9729 | cbradney | 1960 | <location filename="../plugins/scriptplugin/guiapp.h" line="47"/> |
1135 | cbradney | 1961 | <source>progressTotal(max) |
1962 | |||
1963 | Sets the progress bar's maximum steps value to the specified number. |
||
1964 | See progressSet. |
||
1965 | </source> |
||
1966 | <translation>progressTotal(max) |
||
1967 | |||
1968 | Setzt die Gesamtzahl der Schritte für die Fortschrittsanzeige. Siehe progressSet.</translation> |
||
1969 | </message> |
||
1970 | <message> |
||
9729 | cbradney | 1971 | <location filename="../plugins/scriptplugin/guiapp.h" line="61"/> |
1135 | cbradney | 1972 | <source>progressSet(nr) |
1973 | |||
1974 | Set the progress bar position to "nr", a value relative to the previously set |
||
1975 | progressTotal. The progress bar uses the concept of steps; you give it the |
||
1976 | total number of steps and the number of steps completed so far and it will |
||
1977 | display the percentage of steps that have been completed. You can specify the |
||
1978 | total number of steps with progressTotal(). The current number of steps is set |
||
1979 | with progressSet(). The progress bar can be rewound to the beginning with |
||
1980 | progressReset(). [based on info taken from Trolltech's Qt docs] |
||
1981 | </source> |
||
1982 | <translation>progressSet(nr) |
||
1983 | |||
1984 | Die Fortschrittsanzeigen auf "nr" setzen, ein Wert relativ zum vorher festgelegten Wert |
||
1985 | für progressTotal. Die Fortschrittsanzeige verwendet Schritte zum Anzeigen des Verlaufs: |
||
1986 | Sie geben die Gesamtzahl der Schritte an und dann immer die fertigen Schritte - die Verlaufs- |
||
1987 | anzeige zeigt immer den Prozentsatz der fertigen Schritte an. Die Gesamtzahl der Schritte können |
||
1988 | Sie mit progressTotal() festlegen, die aktuelle Zahl der Schritte mit progressSet(). |
||
1989 | Die Fortschrittsanzeige kann mit progressReset() zurückgesetzt werden. [Infos sind aus den |
||
1990 | Dokumenten von Trolltech Qt]</translation> |
||
1991 | </message> |
||
1992 | <message> |
||
9729 | cbradney | 1993 | <location filename="../plugins/scriptplugin/guiapp.h" line="69"/> |
1135 | cbradney | 1994 | <source>setCursor() |
1995 | |||
1996 | [UNSUPPORTED!] This might break things, so steer clear for now. |
||
1997 | </source> |
||
1998 | <translation>setCursor() |
||
1999 | |||
2000 | [nicht unterstützt!] Bitte verwenden Sie diese Funktion zur Zeit noch nicht.</translation> |
||
2001 | </message> |
||
2002 | <message> |
||
9729 | cbradney | 2003 | <location filename="../plugins/scriptplugin/guiapp.h" line="83"/> |
1135 | cbradney | 2004 | <source>docChanged(bool) |
2005 | |||
2006 | Enable/disable save icon in the Scribus icon bar and the Save menu item. It's |
||
2007 | useful to call this procedure when you're changing the document, because Scribus |
||
2008 | won't automatically notice when you change the document using a script. |
||
2009 | </source> |
||
2010 | <translation>docChanged(bool) |
||
2011 | |||
2012 | Aktiviert/Deaktivert das Icon zum Speichern und den entsprechenden Eintrag im Datei-Menü. |
||
2013 | Wenn Sie ein Dokument verändert ist es hilfreich, diese Funktion aufzurufen, weil Scribus im Script- |
||
2014 | Modus nicht automatisch erkennt, wann ein Dokument verändert wurde.</translation> |
||
2015 | </message> |
||
1525 | cbradney | 2016 | <message> |
9729 | cbradney | 2017 | <location filename="../plugins/scriptplugin/cmdmani.h" line="199"/> |
1525 | cbradney | 2018 | <source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
2019 | |||
2020 | Sets the scale to frame on the selected or specified image frame to `scaletoframe'. |
||
2021 | If `proportional' is specified, set fixed aspect ratio scaling to `proportional'. |
||
2022 | Both `scaletoframe' and `proportional' are boolean. |
||
2023 | |||
2024 | May raise WrongFrameTypeError. |
||
2025 | </source> |
||
2222 | cbradney | 2026 | <translation>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
2027 | |||
2028 | Setzt die Eigenschaft An Rahmen anpassen für den gewählten Bildrahmen oder angegebenen |
||
2029 | Bildrahmen. |
||
2030 | 'proportional' verkleinert das Bild proportional zur ursprünglichen Größe. |
||
2031 | Sowohl 'scaletoframe' als auch 'proportional' sind boolsche Werte. |
||
2032 | |||
2033 | Kann den Fehler WrongFrameTypeError verursachen.</translation> |
||
1525 | cbradney | 2034 | </message> |
2035 | <message> |
||
9729 | cbradney | 2036 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="222"/> |
1525 | cbradney | 2037 | <source>isLayerPrintable("layer") -> bool |
2038 | |||
2039 | Returns whether the layer "layer" is printable or not, a value of True means |
||
2040 | that the layer "layer" can be printed, a value of False means that printing |
||
2041 | the layer "layer" is disabled. |
||
2042 | |||
2043 | May raise NotFoundError if the layer can't be found. |
||
2044 | May raise ValueError if the layer name isn't acceptable. |
||
2045 | </source> |
||
2222 | cbradney | 2046 | <translation>isLayerPrintable("layer") -> bool |
2047 | |||
2048 | Gibt zurück, ob die Ebene gedruckt wird oder nicht. True bedeutet, dass die Ebene |
||
2049 | gedruckt wird, False bedeutet, dass das Drucken deaktiviert ist. |
||
2050 | |||
2051 | Der Fehler NotFoundError tritt auf, wenn die Ebene nicht existiert. |
||
2052 | Der Fehler ValueError tritt auf, wenn der Ebenenname ungültig ist.</translation> |
||
1525 | cbradney | 2053 | </message> |
2054 | <message> |
||
9729 | cbradney | 2055 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="62"/> |
2222 | cbradney | 2056 | <source>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
1525 | cbradney | 2057 | |
2222 | cbradney | 2058 | Creates an image preview of font "name" with given text "sample" and size. |
2059 | If "filename" is not "", image is saved into "filename". Otherwise |
||
2060 | image data is returned as a string. The optional "format" argument |
||
2061 | specifies the image format to generate, and supports any format allowed |
||
2062 | by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM. |
||
2063 | |||
2064 | May raise NotFoundError if the specified font can't be found. |
||
2065 | May raise ValueError if an empty sample or filename is passed. |
||
1525 | cbradney | 2066 | </source> |
2222 | cbradney | 2067 | <translation>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
1525 | cbradney | 2068 | |
5102 | mrdocs | 2069 | Erzeugt ein Bild mit dem Text "sample" in der Schrift "font" und der Größe "size". |
2222 | cbradney | 2070 | Ist "filename" angegeben, wird das Bild unter "filename" abgespeichert. Ansonsten |
2071 | werden die Bilddaten als String zurückgegeben. Das optionale Argument "format" gibt |
||
2072 | an, welches Bildformat generiert werden soll. Unterstützt werden die Formate, die auch |
||
2073 | QPixmap.save() kennt, zum Beispiel PPM, JPEG, PNG und XPM. |
||
2074 | |||
5102 | mrdocs | 2075 | Der Fehler NotFoundError tritt auf, wenn die Schrift nicht gefunden wird. |
2222 | cbradney | 2076 | Der Fehler ValueError tritt auf, wenn "sample" leer ist oder der Dateiname ungültig ist.</translation> |
1525 | cbradney | 2077 | </message> |
2078 | <message> |
||
9729 | cbradney | 2079 | <location filename="../plugins/scriptplugin/cmdtext.h" line="342"/> |
2222 | cbradney | 2080 | <source>setPDFBookmark("toggle", ["name"]) |
1525 | cbradney | 2081 | |
2222 | cbradney | 2082 | Sets wether (toggle = 1) the text frame "name" is a bookmark nor not. |
2083 | If "name" is not given the currently selected item is used. |
||
1525 | cbradney | 2084 | |
2222 | cbradney | 2085 | May raise WrongFrameTypeError if the target frame is not a text frame |
2086 | </source> |
||
2087 | <translation>setPDFBookmark("toggle", ["name"]) |
||
1525 | cbradney | 2088 | |
2222 | cbradney | 2089 | Legt fest (toggle=1), ob der Textrahmen "name" ein Lesezeichen ist oder nicht. |
2090 | Ist "name" nicht angegeben, wird der aktuelle Textrahmen verwendet. |
||
1525 | cbradney | 2091 | |
2222 | cbradney | 2092 | Der Fehler WrongFrameTypeError tritt auf, wenn der Zielrahmen kein Textrahmen ist</translation> |
1525 | cbradney | 2093 | </message> |
2094 | <message> |
||
9729 | cbradney | 2095 | <location filename="../plugins/scriptplugin/cmdtext.h" line="354"/> |
2222 | cbradney | 2096 | <source>isPDFBookmark(["name"]) -> bool |
1525 | cbradney | 2097 | |
2222 | cbradney | 2098 | Returns true if the text frame "name" is a PDF bookmark. |
2099 | If "name" is not given the currently selected item is used. |
||
1525 | cbradney | 2100 | |
2222 | cbradney | 2101 | May raise WrongFrameTypeError if the target frame is not a text frame |
1525 | cbradney | 2102 | </source> |
2222 | cbradney | 2103 | <translation>isPDFBookmark(["name"]) -> bool |
1525 | cbradney | 2104 | |
2222 | cbradney | 2105 | Gibt zurück, ob der Textrahmen "name" ein PDF-Lesezeichen ist. |
2106 | Ist "name" nicht angegeben, wird der aktuelle Textrahmen verwendet. |
||
1525 | cbradney | 2107 | |
2222 | cbradney | 2108 | Der Fehler WrongFrameTypeError tritt auf, wenn der Zielrahmen kein Textrahmen ist</translation> |
1525 | cbradney | 2109 | </message> |
2110 | <message> |
||
9729 | cbradney | 2111 | <location filename="../plugins/scriptplugin/cmdpage.h" line="181"/> |
2222 | cbradney | 2112 | <source>getPageMargins() |
1525 | cbradney | 2113 | |
2222 | cbradney | 2114 | Returns the page margins as a (top, left, right, bottom) tuple in the current |
2115 | units. See UNIT_<type> constants and getPageSize(). |
||
1525 | cbradney | 2116 | </source> |
2222 | cbradney | 2117 | <translation>getPageMargins() |
1525 | cbradney | 2118 | |
2222 | cbradney | 2119 | Gibt die Seitenränder als ein Tupel in der gerade aktiven Einheit zurück (oben, unten, links, rechts). |
2120 | Mögliche Einheiten finden Sie bei UNIT_<tye> und getPageSize(). |
||
2121 | </translation> |
||
1525 | cbradney | 2122 | </message> |
2123 | <message> |
||
9729 | cbradney | 2124 | <location filename="../plugins/scriptplugin/cmdcolor.h" line="50"/> |
2576 | cbradney | 2125 | <source>getColorAsRGB("name") -> tuple |
2126 | |||
2127 | Returns a tuple (R,G,B) containing the three color components of the |
||
2128 | color "name" from the current document, converted to the RGB color |
||
2129 | space. If no document is open, returns the value of the named color |
||
2130 | from the default document colors. |
||
2131 | |||
2132 | May raise NotFoundError if the named color wasn't found. |
||
2133 | May raise ValueError if an invalid color name is specified. |
||
2134 | </source> |
||
3426 | cbradney | 2135 | <translation>getColorAsRGB("name") -> tuple |
2136 | |||
2137 | Returns a tuple (R,G,B) containing the three color components of the |
||
2138 | color "name" from the current document, converted to the RGB color |
||
2139 | space. If no document is open, returns the value of the named color |
||
2140 | from the default document colors. |
||
2141 | |||
2142 | May raise NotFoundError if the named color wasn't found. |
||
2143 | May raise ValueError if an invalid color name is specified.</translation> |
||
2576 | cbradney | 2144 | </message> |
2145 | <message> |
||
9729 | cbradney | 2146 | <location filename="" line="136953768"/> |
2576 | cbradney | 2147 | <source>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
2148 | |||
2149 | Shows a File Open dialog box with the caption "caption". Files are filtered |
||
2150 | with the filter string "filter". A default filename or file path can also |
||
2151 | supplied, leave this string empty when you don't want to use it. A value of |
||
2152 | True for haspreview enables a small preview widget in the FileSelect box. When |
||
2153 | the issave parameter is set to True the dialog acts like a "Save As" dialog |
||
2154 | otherwise it acts like a "File Open Dialog". When the isdir parameter is True |
||
2155 | the dialog shows and returns only directories. The default for all of the |
||
2156 | opional parameters is False. |
||
2157 | |||
2158 | The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
||
2159 | For example 'Images (*.png *.xpm *.jpg)'. |
||
2160 | |||
2161 | Refer to the Qt-Documentation for QFileDialog for details on filters. |
||
2162 | |||
2163 | Example: fileDialog('Open input', 'CSV files (*.csv)') |
||
2164 | Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
||
2165 | </source> |
||
9729 | cbradney | 2166 | <translation type="obsolete">fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
3426 | cbradney | 2167 | |
2168 | Zeigt einen Datei öffnen-Dialog mit der Beschriftung "caption". Dateien werden |
||
2169 | gefiltert mit dem String "filter". Ein Standard-Dateiname oder -pfad kann auch |
||
2170 | angegeben werden. Lassen Sie diesen String leer, wenn Sie ihn nicht verwenden |
||
2171 | möchten. Der Wert "True" für "haspreview" aktiviert die Dateivorschau im FileSelect- |
||
2172 | Dialog. Wenn der "issave"-Parameter den Wert "True" hat, verhält sich der Dialog wie |
||
2173 | der "Speichern unter"-Dialog, ansonsten wie der "Date öffnen"-Dialog. Wenn der "isdir"- |
||
2174 | Parameter den Wert "True" hat, zeigt der Dialog lediglich Verzeichnisse an. Der Standard- |
||
2175 | wert aller optionalen Parameter ist "False"</translation> |
||
2576 | cbradney | 2176 | </message> |
2177 | <message> |
||
9729 | cbradney | 2178 | <location filename="../plugins/scriptplugin/cmdgetsetprop.h" line="84"/> |
2576 | cbradney | 2179 | <source>getPropertyCType(object, property, includesuper=True) |
2180 | |||
2181 | Returns the name of the C type of `property' of `object'. See getProperty() |
||
2182 | for details of arguments. |
||
2183 | |||
2184 | If `includesuper' is true, search inherited properties too. |
||
2185 | </source> |
||
3426 | cbradney | 2186 | <translation>getPropertyCType(object, property, includesuper=True) |
2187 | |||
2188 | Returns the name of the C type of `property' of `object'. See getProperty() |
||
2189 | for details of arguments. |
||
2190 | |||
2191 | If `includesuper' is true, search inherited properties too.</translation> |
||
2576 | cbradney | 2192 | </message> |
2193 | <message> |
||
9729 | cbradney | 2194 | <location filename="../plugins/scriptplugin/cmdgetsetprop.h" line="102"/> |
2576 | cbradney | 2195 | <source>getPropertyNames(object, includesuper=True) |
2196 | |||
2197 | Return a list of property names supported by `object'. |
||
2198 | If `includesuper' is true, return properties supported |
||
2199 | by parent classes as well. |
||
2200 | </source> |
||
3426 | cbradney | 2201 | <translation>getPropertyNames(object, includesuper=True) |
2202 | |||
2203 | Return a list of property names supported by `object'. |
||
2204 | If `includesuper' is true, return properties supported |
||
2205 | by parent classes as well.</translation> |
||
2576 | cbradney | 2206 | </message> |
2207 | <message> |
||
9729 | cbradney | 2208 | <location filename="../plugins/scriptplugin/cmdgetsetprop.h" line="136"/> |
2576 | cbradney | 2209 | <source>getProperty(object, property) |
2210 | |||
2211 | Return the value of the property `property' of the passed `object'. |
||
2212 | |||
2213 | The `object' argument may be a string, in which case the named PageItem |
||
2214 | is searched for. It may also be a PyCObject, which may point to any |
||
2215 | C++ QObject instance. |
||
2216 | |||
2217 | The `property' argument must be a string, and is the name of the property |
||
2218 | to look up on `object'. |
||
2219 | |||
2220 | The return value varies depending on the type of the property. |
||
2221 | </source> |
||
3426 | cbradney | 2222 | <translation>getProperty(object, property) |
2223 | |||
2224 | Return the value of the property `property' of the passed `object'. |
||
2225 | |||
2226 | The `object' argument may be a string, in which case the named PageItem |
||
2227 | is searched for. It may also be a PyCObject, which may point to any |
||
2228 | C++ QObject instance. |
||
2229 | |||
2230 | The `property' argument must be a string, and is the name of the property |
||
2231 | to look up on `object'. |
||
2232 | |||
2233 | The return value varies depending on the type of the property.</translation> |
||
2576 | cbradney | 2234 | </message> |
2235 | <message> |
||
9729 | cbradney | 2236 | <location filename="../plugins/scriptplugin/cmdgetsetprop.h" line="166"/> |
2576 | cbradney | 2237 | <source>setProperty(object, property, value) |
2238 | |||
2239 | Set `property' of `object' to `value'. If `value' cannot be converted to a type |
||
2240 | compatible with the type of `property', an exception is raised. An exception may |
||
2241 | also be raised if the underlying setter fails. |
||
2242 | |||
2243 | See getProperty() for more information. |
||
2244 | </source> |
||
3426 | cbradney | 2245 | <translation>setProperty(object, property, value) |
2246 | |||
2247 | Set `property' of `object' to `value'. If `value' cannot be converted to a type |
||
2248 | compatible with the type of `property', an exception is raised. An exception may |
||
2249 | also be raised if the underlying setter fails. |
||
2250 | |||
2251 | See getProperty() for more information.</translation> |
||
2576 | cbradney | 2252 | </message> |
2253 | <message> |
||
9729 | cbradney | 2254 | <location filename="../plugins/scriptplugin/cmdgetsetprop.h" line="185"/> |
2576 | cbradney | 2255 | <source>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
2256 | |||
2257 | Return a list of children of `object', possibly restricted to children |
||
2258 | of class named `ofclass' or children named `ofname'. If `recursive' is true, |
||
2259 | search recursively through children, grandchildren, etc. |
||
2260 | |||
2261 | See QObject::children() in the Qt docs for more information. |
||
2262 | </source> |
||
3426 | cbradney | 2263 | <translation>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
2264 | |||
2265 | Return a list of children of `object', possibly restricted to children |
||
2266 | of class named `ofclass' or children named `ofname'. If `recursive' is true, |
||
2267 | search recursively through children, grandchildren, etc. |
||
2268 | |||
2269 | See QObject::children() in the Qt docs for more information.</translation> |
||
2576 | cbradney | 2270 | </message> |
2271 | <message> |
||
9729 | cbradney | 2272 | <location filename="../plugins/scriptplugin/cmdgetsetprop.h" line="202"/> |
2576 | cbradney | 2273 | <source>getChild(object, childname, ofclass=None, recursive=True) |
2274 | |||
2275 | Return the first child of `object' named `childname', possibly restricting |
||
2276 | the search to children of type name `ofclass'. If `recursive' is true, |
||
2277 | search recursively through children, grandchildren, etc. |
||
2278 | </source> |
||
3426 | cbradney | 2279 | <translation>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
2280 | |||
2281 | Return a list of children of `object', possibly restricted to children |
||
2282 | of class named `ofclass' or children named `ofname'. If `recursive' is true, |
||
2283 | search recursively through children, grandchildren, etc. |
||
2284 | |||
2285 | See QObject::children() in the Qt docs for more information.</translation> |
||
2576 | cbradney | 2286 | </message> |
2287 | <message> |
||
9729 | cbradney | 2288 | <location filename="../plugins/scriptplugin/cmdtext.h" line="328"/> |
2576 | cbradney | 2289 | <source>textOverflows(["name", nolinks]) -> integer |
2290 | |||
2291 | Returns the actual number of overflowing characters in text frame "name". |
||
2292 | If is nolinks set to non zero value it takes only one frame - it doesn't |
||
2293 | use text frame linking. Without this parameter it search all linking chain. |
||
2294 | |||
2295 | May raise WrongFrameTypeError if the target frame is not an text frame |
||
2296 | </source> |
||
3426 | cbradney | 2297 | <translation>isLayerPrintable("layer") -> bool |
2298 | |||
2299 | Returns whether the layer "layer" is visible or not, a value of True means |
||
2300 | that the layer "layer" is visible, a value of False means that the layer |
||
2301 | "layer" is invisible. |
||
2302 | |||
2303 | May raise NotFoundError if the layer can't be found. |
||
2304 | May raise ValueError if the layer name isn't acceptable</translation> |
||
2576 | cbradney | 2305 | </message> |
3278 | cbradney | 2306 | <message> |
9729 | cbradney | 2307 | <location filename="../plugins/scriptplugin/cmddialog.h" line="111"/> |
3278 | cbradney | 2308 | <source>newStyleDialog() -> string |
2309 | |||
2310 | Shows 'Create new paragraph style' dialog. Function returns real |
||
2311 | style name or None when user cancels the dialog. |
||
2312 | </source> |
||
3426 | cbradney | 2313 | <translation>isLayerPrintable("layer") -> bool |
2314 | |||
2315 | Returns whether the layer "layer" is visible or not, a value of True means |
||
2316 | that the layer "layer" is visible, a value of False means that the layer |
||
2317 | "layer" is invisible. |
||
2318 | |||
2319 | May raise NotFoundError if the layer can't be found. |
||
2320 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
3278 | cbradney | 2321 | </message> |
3824 | cbradney | 2322 | <message> |
9729 | cbradney | 2323 | <location filename="../plugins/scriptplugin/cmddoc.h" line="96"/> |
3824 | cbradney | 2324 | <source>newDoc(size, margins, orientation, firstPageNumber, |
2325 | unit, facingPages, firstSideLeft) -> bool |
||
2326 | |||
2327 | WARNING: Obsolete procedure! Use newDocument instead. |
||
2328 | |||
2329 | Creates a new document and returns true if successful. The parameters have the |
||
2330 | following meaning: |
||
2331 | |||
2332 | size = A tuple (width, height) describing the size of the document. You can |
||
2333 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
2334 | |||
2335 | margins = A tuple (left, right, top, bottom) describing the document |
||
2336 | margins |
||
2337 | |||
2338 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
2339 | |||
2340 | firstPageNumer = is the number of the first page in the document used for |
||
2341 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
2342 | numbers if you're creating a document in several parts. |
||
2343 | |||
2344 | unit: this value sets the measurement units used by the document. Use a |
||
2345 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
2346 | UNIT_PICAS, UNIT_POINTS. |
||
2347 | |||
2348 | facingPages = FACINGPAGES, NOFACINGPAGES |
||
2349 | |||
2350 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
2351 | |||
2352 | The values for width, height and the margins are expressed in the given unit |
||
2353 | for the document. PAPER_* constants are expressed in points. If your document |
||
2354 | is not in points, make sure to account for this. |
||
2355 | |||
2356 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
2357 | FACINGPAGES, FIRSTPAGERIGHT) |
||
2358 | </source> |
||
3869 | cbradney | 2359 | <translation>newDoc(size, margins, orientation, firstPageNumber, |
2360 | unit, facingPages, firstSideLeft) -> bool |
||
2361 | |||
2362 | WARNING: Obsolete procedure! Use newDocument instead. |
||
2363 | |||
2364 | Creates a new document and returns true if successful. The parameters have the |
||
2365 | following meaning: |
||
2366 | |||
2367 | size = A tuple (width, height) describing the size of the document. You can |
||
2368 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
2369 | |||
2370 | margins = A tuple (left, right, top, bottom) describing the document |
||
2371 | margins |
||
2372 | |||
2373 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
2374 | |||
2375 | firstPageNumer = is the number of the first page in the document used for |
||
2376 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
2377 | numbers if you're creating a document in several parts. |
||
2378 | |||
2379 | unit: this value sets the measurement units used by the document. Use a |
||
2380 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
2381 | UNIT_PICAS, UNIT_POINTS. |
||
2382 | |||
2383 | facingPages = FACINGPAGES, NOFACINGPAGES |
||
2384 | |||
2385 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
2386 | |||
2387 | The values for width, height and the margins are expressed in the given unit |
||
2388 | for the document. PAPER_* constants are expressed in points. If your document |
||
2389 | is not in points, make sure to account for this. |
||
2390 | |||
2391 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
2392 | FACINGPAGES, FIRSTPAGERIGHT) |
||
2393 | </translation> |
||
3824 | cbradney | 2394 | </message> |
4141 | cbradney | 2395 | <message> |
9729 | cbradney | 2396 | <location filename="../plugins/scriptplugin/cmddoc.h" line="226"/> |
4141 | cbradney | 2397 | <source>closeMasterPage() |
2398 | |||
2399 | Closes the currently active master page, if any, and returns editing |
||
2400 | to normal. Begin editing with editMasterPage(). |
||
2401 | </source> |
||
4356 | cbradney | 2402 | <translation>closeMasterPage() |
2403 | |||
2404 | Closes the currently active master page, if any, and returns editing |
||
2405 | to normal. Begin editing with editMasterPage().</translation> |
||
4141 | cbradney | 2406 | </message> |
2407 | <message> |
||
9729 | cbradney | 2408 | <location filename="../plugins/scriptplugin/cmddoc.h" line="233"/> |
4141 | cbradney | 2409 | <source>masterPageNames() |
2410 | |||
2411 | Returns a list of the names of all master pages in the document. |
||
2412 | </source> |
||
4356 | cbradney | 2413 | <translation>masterPageNames()(new line) |
2414 | (new line) |
||
2415 | Returns a list of the names of all master pages in the document.</translation> |
||
4141 | cbradney | 2416 | </message> |
2417 | <message> |
||
9729 | cbradney | 2418 | <location filename="../plugins/scriptplugin/cmddoc.h" line="241"/> |
4141 | cbradney | 2419 | <source>editMasterPage(pageName) |
2420 | |||
2421 | Enables master page editing and opens the named master page |
||
2422 | for editing. Finish editing with closeMasterPage(). |
||
2423 | </source> |
||
4356 | cbradney | 2424 | <translation>editMasterPage(pageName)(new line) |
2425 | (new line) |
||
2426 | Enables master page editing and opens the named master page(new line) |
||
2427 | for editing. Finish editing with closeMasterPage().</translation> |
||
4141 | cbradney | 2428 | </message> |
2429 | <message> |
||
9729 | cbradney | 2430 | <location filename="../plugins/scriptplugin/cmddoc.h" line="249"/> |
4141 | cbradney | 2431 | <source>createMasterPage(pageName) |
2432 | |||
2433 | Creates a new master page named pageName and opens it for |
||
2434 | editing. |
||
2435 | </source> |
||
4356 | cbradney | 2436 | <translation>createMasterPage(pageName)(new line) |
2437 | (new line) |
||
2438 | Creates a new master page named pageName and opens it for(new line) |
||
2439 | editing.</translation> |
||
4141 | cbradney | 2440 | </message> |
2441 | <message> |
||
9729 | cbradney | 2442 | <location filename="../plugins/scriptplugin/cmddoc.h" line="256"/> |
4141 | cbradney | 2443 | <source>deleteMasterPage(pageName) |
2444 | |||
2445 | Delete the named master page. |
||
2446 | </source> |
||
4356 | cbradney | 2447 | <translation>deleteMasterPage(pageName)(new line) |
2448 | (new line) |
||
2449 | Delete the named master page.</translation> |
||
4141 | cbradney | 2450 | </message> |
2451 | <message> |
||
9729 | cbradney | 2452 | <location filename="../plugins/scriptplugin/guiapp.h" line="95"/> |
4141 | cbradney | 2453 | <source>zoomDocument(double) |
2454 | |||
2455 | Zoom the document in main GUI window. Actions have whole number |
||
2456 | values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker. |
||
2457 | </source> |
||
4356 | cbradney | 2458 | <translation>zoomDocument(double)(new line) |
2459 | (new line) |
||
2460 | Zoom the document in main GUI window. Actions have whole number(new line) |
||
2461 | values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker.</translation> |
||
4141 | cbradney | 2462 | </message> |
6261 | cbradney | 2463 | <message> |
9729 | cbradney | 2464 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="31"/> |
7508 | cbradney | 2465 | <source>getFillTransparency(["name"]) -> float |
2466 | |||
2467 | Returns the fill transparency of the object "name". If "name" |
||
2468 | is not given the currently selected Item is used. |
||
2469 | </source> |
||
7561 | mrdocs | 2470 | <translation>getFillTransparency(["name"]) -> float |
2471 | |||
2472 | Returns the fill transparency of the object "name". If "name" |
||
2473 | is not given the currently selected Item is used.</translation> |
||
7508 | cbradney | 2474 | </message> |
2475 | <message> |
||
9729 | cbradney | 2476 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="41"/> |
7508 | cbradney | 2477 | <source>getFillBlendmode(["name"]) -> integer |
2478 | |||
2479 | Returns the fill blendmode of the object "name". If "name" |
||
2480 | is not given the currently selected Item is used. |
||
2481 | </source> |
||
7561 | mrdocs | 2482 | <translation>getFillBlendmode(["name"]) -> integer |
2483 | |||
2484 | Returns the fill blendmode of the object "name". If "name" |
||
2485 | is not given the currently selected Item is used.</translation> |
||
7508 | cbradney | 2486 | </message> |
2487 | <message> |
||
9729 | cbradney | 2488 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="61"/> |
7508 | cbradney | 2489 | <source>getLineTransparency(["name"]) -> float |
2490 | |||
2491 | Returns the line transparency of the object "name". If "name" |
||
2492 | is not given the currently selected Item is used. |
||
2493 | </source> |
||
7561 | mrdocs | 2494 | <translation>getLineTransparency(["name"]) -> float |
2495 | |||
2496 | Returns the line transparency of the object "name". If "name" |
||
2497 | is not given the currently selected Item is used.</translation> |
||
7508 | cbradney | 2498 | </message> |
2499 | <message> |
||
9729 | cbradney | 2500 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="71"/> |
7508 | cbradney | 2501 | <source>getLineBlendmode(["name"]) -> integer |
2502 | |||
2503 | Returns the line blendmode of the object "name". If "name" |
||
2504 | is not given the currently selected Item is used. |
||
2505 | </source> |
||
7561 | mrdocs | 2506 | <translation>getLineBlendmode(["name"]) -> integer |
7508 | cbradney | 2507 | |
7561 | mrdocs | 2508 | Returns the line blendmode of the object "name". If "name" |
2509 | is not given the currently selected Item is used.</translation> |
||
7508 | cbradney | 2510 | </message> |
2511 | <message> |
||
9729 | cbradney | 2512 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="144"/> |
7508 | cbradney | 2513 | <source>setLayerLocked("layer", locked) |
2514 | |||
2515 | Sets the layer "layer" to be locked or not. If locked is set to |
||
2516 | true the layer will be locked. |
||
2517 | |||
2518 | May raise NotFoundError if the layer can't be found. |
||
2519 | May raise ValueError if the layer name isn't acceptable. |
||
2520 | </source> |
||
7561 | mrdocs | 2521 | <translation>setLayerLocked("layer", locked) |
2522 | |||
2523 | Sets the layer "layer" to be locked or not. If locked is set to |
||
2524 | true the layer will be locked. |
||
2525 | |||
2526 | May raise NotFoundError if the layer can't be found. |
||
2527 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2528 | </message> |
2529 | <message> |
||
9729 | cbradney | 2530 | <location filename="" line="136953768"/> |
7508 | cbradney | 2531 | <source>setLayerOutlined"layer", outline) |
2532 | |||
2533 | Sets the layer "layer" to be locked or not. If outline is set to |
||
2534 | true the layer will be displayed outlined. |
||
2535 | |||
2536 | May raise NotFoundError if the layer can't be found. |
||
2537 | May raise ValueError if the layer name isn't acceptable. |
||
2538 | </source> |
||
9195 | cbradney | 2539 | <translation type="obsolete">setLayerOutlined"layer", outline) |
7561 | mrdocs | 2540 | |
2541 | Sets the layer "layer" to be locked or not. If outline is set to |
||
2542 | true the layer will be displayed outlined. |
||
2543 | |||
2544 | May raise NotFoundError if the layer can't be found. |
||
2545 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2546 | </message> |
2547 | <message> |
||
9729 | cbradney | 2548 | <location filename="" line="136953768"/> |
7508 | cbradney | 2549 | <source>setLayerFlow"layer", flow) |
2550 | |||
2551 | Sets the layers "layer" flowcontrol to flow. If flow is set to |
||
2552 | true text in layers above this one will flow around objects on this layer. |
||
2553 | |||
2554 | May raise NotFoundError if the layer can't be found. |
||
2555 | May raise ValueError if the layer name isn't acceptable. |
||
2556 | </source> |
||
9195 | cbradney | 2557 | <translation type="obsolete">setLayerFlow"layer", flow) |
7561 | mrdocs | 2558 | |
2559 | Sets the layers "layer"(sp)(sp)flowcontrol to flow. If flow is set to |
||
2560 | true text in layers above this one will flow around objects on this layer. |
||
2561 | |||
2562 | May raise NotFoundError if the layer can't be found. |
||
2563 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2564 | </message> |
2565 | <message> |
||
9729 | cbradney | 2566 | <location filename="" line="136953768"/> |
7508 | cbradney | 2567 | <source>setLayerBlendmode"layer", blend) |
2568 | |||
2569 | Sets the layers "layer" blendmode to blend. |
||
2570 | |||
2571 | May raise NotFoundError if the layer can't be found. |
||
2572 | May raise ValueError if the layer name isn't acceptable. |
||
2573 | </source> |
||
9195 | cbradney | 2574 | <translation type="obsolete">setLayerBlendmode"layer", blend) |
7561 | mrdocs | 2575 | |
2576 | Sets the layers "layer"(sp)(sp)blendmode to blend. |
||
2577 | |||
2578 | May raise NotFoundError if the layer can't be found. |
||
2579 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2580 | </message> |
2581 | <message> |
||
9729 | cbradney | 2582 | <location filename="" line="136953768"/> |
7508 | cbradney | 2583 | <source>setLayerTransparency"layer", trans) |
2584 | |||
2585 | Sets the layers "layer" transparency to trans. |
||
2586 | |||
2587 | May raise NotFoundError if the layer can't be found. |
||
2588 | May raise ValueError if the layer name isn't acceptable. |
||
2589 | </source> |
||
9195 | cbradney | 2590 | <translation type="obsolete">setLayerTransparency"layer", trans) |
7508 | cbradney | 2591 | |
7561 | mrdocs | 2592 | Sets the layers "layer"(sp)(sp)transparency to trans. |
7508 | cbradney | 2593 | |
2594 | May raise NotFoundError if the layer can't be found. |
||
7561 | mrdocs | 2595 | May raise ValueError if the layer name isn't acceptable.</translation> |
7508 | cbradney | 2596 | </message> |
2597 | <message> |
||
9729 | cbradney | 2598 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="236"/> |
7508 | cbradney | 2599 | <source>isLayerLocked("layer") -> bool |
2600 | |||
2601 | Returns whether the layer "layer" is locked or not, a value of True means |
||
2602 | that the layer "layer" is editable, a value of False means that the layer |
||
2603 | "layer" is locked. |
||
2604 | |||
2605 | May raise NotFoundError if the layer can't be found. |
||
2606 | May raise ValueError if the layer name isn't acceptable. |
||
2607 | </source> |
||
7561 | mrdocs | 2608 | <translation>isLayerLocked("layer") -> bool |
2609 | |||
2610 | Returns whether the layer "layer" is locked or not, a value of True means |
||
2611 | that the layer "layer" is editable, a value of False means that the layer |
||
2612 | "layer" is locked. |
||
2613 | |||
2614 | May raise NotFoundError if the layer can't be found. |
||
2615 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2616 | </message> |
2617 | <message> |
||
9729 | cbradney | 2618 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="250"/> |
7508 | cbradney | 2619 | <source>isLayerOutlined("layer") -> bool |
2620 | |||
2621 | Returns whether the layer "layer" is outlined or not, a value of True means |
||
2622 | that the layer "layer" is outlined, a value of False means that the layer |
||
2623 | "layer" is normal. |
||
2624 | |||
2625 | May raise NotFoundError if the layer can't be found. |
||
2626 | May raise ValueError if the layer name isn't acceptable. |
||
2627 | </source> |
||
7561 | mrdocs | 2628 | <translation>isLayerOutlined("layer") -> bool |
2629 | |||
2630 | Returns whether the layer "layer" is outlined or not, a value of True means |
||
2631 | that the layer "layer" is outlined, a value of False means that the layer |
||
2632 | "layer" is normal. |
||
2633 | |||
2634 | May raise NotFoundError if the layer can't be found. |
||
2635 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2636 | </message> |
2637 | <message> |
||
9729 | cbradney | 2638 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="263"/> |
7508 | cbradney | 2639 | <source>isLayerFlow("layer") -> bool |
2640 | |||
2641 | Returns whether text flows around objects on layer "layer", a value of True means |
||
2642 | that text flows around, a value of False means that the text does not flow around. |
||
2643 | |||
2644 | May raise NotFoundError if the layer can't be found. |
||
2645 | May raise ValueError if the layer name isn't acceptable. |
||
2646 | </source> |
||
7561 | mrdocs | 2647 | <translation>isLayerFlow("layer") -> bool |
2648 | |||
2649 | Returns whether text flows around objects on layer "layer", a value of True means |
||
2650 | that text flows around, a value of False means that the text does not flow around. |
||
2651 | |||
2652 | May raise NotFoundError if the layer can't be found. |
||
2653 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2654 | </message> |
2655 | <message> |
||
9729 | cbradney | 2656 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="275"/> |
7508 | cbradney | 2657 | <source>getLayerBlendmode("layer") -> int |
2658 | |||
2659 | Returns the "layer" layer blendmode, |
||
2660 | |||
2661 | May raise NotFoundError if the layer can't be found. |
||
2662 | May raise ValueError if the layer name isn't acceptable. |
||
2663 | </source> |
||
7561 | mrdocs | 2664 | <translation>getLayerBlendmode("layer") -> int |
2665 | |||
2666 | Returns the "layer" layer blendmode, |
||
2667 | |||
2668 | May raise NotFoundError if the layer can't be found. |
||
2669 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2670 | </message> |
2671 | <message> |
||
9729 | cbradney | 2672 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="287"/> |
7508 | cbradney | 2673 | <source>getLayerTransparency("layer") -> float |
2674 | |||
2675 | Returns the "layer" layer transparency, |
||
2676 | |||
2677 | May raise NotFoundError if the layer can't be found. |
||
2678 | May raise ValueError if the layer name isn't acceptable. |
||
2679 | </source> |
||
7561 | mrdocs | 2680 | <translation>getLayerTransparency("layer") -> float |
2681 | |||
2682 | Returns the "layer" layer transparency, |
||
2683 | |||
2684 | May raise NotFoundError if the layer can't be found. |
||
2685 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
7508 | cbradney | 2686 | </message> |
2687 | <message> |
||
9729 | cbradney | 2688 | <location filename="../plugins/scriptplugin/cmdobj.h" line="193"/> |
7508 | cbradney | 2689 | <source>textFlowMode("name" [, state]) |
2690 | |||
2691 | Enables/disables "Text Flows Around Frame" feature for object "name". |
||
2692 | Called with parameters string name and optional int "state" (0 <= state <= 3). |
||
2693 | Setting "state" to 0 will disable text flow. |
||
2694 | Setting "state" to 1 will make text flow around object frame. |
||
2695 | Setting "state" to 2 will make text flow around bounding box. |
||
2696 | Setting "state" to 3 will make text flow around contour line. |
||
2697 | If "state" is not passed, text flow is toggled. |
||
2698 | </source> |
||
7561 | mrdocs | 2699 | <translation>textFlowMode("name" [, state]) |
2700 | |||
2701 | Enables/disables "Text Flows Around Frame" feature for object "name". |
||
2702 | Called with parameters string name and optional int "state" (0 <= state <= 3).(new line) |
||
2703 | Setting "state" to 0 will disable text flow. |
||
2704 | Setting "state" to 1 will make text flow around object frame. |
||
2705 | Setting "state" to 2 will make text flow around bounding box. |
||
2706 | Setting "state" to 3 will make text flow around contour line. |
||
2707 | If "state" is not passed, text flow is toggled.</translation> |
||
7508 | cbradney | 2708 | </message> |
2709 | <message> |
||
9729 | cbradney | 2710 | <location filename="../plugins/scriptplugin/cmdobj.h" line="252"/> |
7561 | mrdocs | 2711 | <source>duplicateObject(["name"]) -> string |
7508 | cbradney | 2712 | |
7561 | mrdocs | 2713 | creates a Duplicate of the selected Object (or Selection Group). |
7508 | cbradney | 2714 | </source> |
7561 | mrdocs | 2715 | <translation>duplicateObject(["name"]) -> string |
2716 | |||
2717 | creates a Duplicate of the selected Object (or Selection Group).</translation> |
||
7508 | cbradney | 2718 | </message> |
2719 | <message> |
||
9729 | cbradney | 2720 | <location filename="" line="136953768"/> |
7508 | cbradney | 2721 | <source>setFillTransparency(transparency, ["name"]) |
2722 | |||
2723 | Sets the fill transparency of the object "name" to transparency |
||
2724 | is the name of one of the defined colors. If "name" is not given the |
||
2725 | currently selected item is used. |
||
2726 | </source> |
||
9195 | cbradney | 2727 | <translation type="obsolete">setFillTransparency(transparency, ["name"]) |
7561 | mrdocs | 2728 | |
2729 | Sets the fill transparency of the object "name" to transparency |
||
2730 | is the name of one of the defined colors. If "name" is not given the |
||
2731 | currently selected item is used.</translation> |
||
7508 | cbradney | 2732 | </message> |
2733 | <message> |
||
9729 | cbradney | 2734 | <location filename="" line="136953768"/> |
7508 | cbradney | 2735 | <source>setFillBlendmode(blendmode, ["name"]) |
2736 | |||
2737 | Sets the fill blendmode of the object "name" to blendmode |
||
2738 | is the name of one of the defined colors. If "name" is not given the |
||
2739 | currently selected item is used. |
||
2740 | </source> |
||
9195 | cbradney | 2741 | <translation type="obsolete">setFillBlendmode(blendmode, ["name"]) |
7561 | mrdocs | 2742 | |
2743 | Sets the fill blendmode of the object "name" to blendmode |
||
2744 | is the name of one of the defined colors. If "name" is not given the |
||
2745 | currently selected item is used.</translation> |
||
7508 | cbradney | 2746 | </message> |
2747 | <message> |
||
9729 | cbradney | 2748 | <location filename="" line="136953768"/> |
7508 | cbradney | 2749 | <source>setLineTransparency(transparency, ["name"]) |
2750 | |||
2751 | Sets the line transparency of the object "name" to transparency |
||
2752 | is the name of one of the defined colors. If "name" is not given the |
||
2753 | currently selected item is used. |
||
2754 | </source> |
||
9195 | cbradney | 2755 | <translation type="obsolete">setLineTransparency(transparency, ["name"]) |
7561 | mrdocs | 2756 | |
2757 | Sets the line transparency of the object "name" to transparency |
||
2758 | is the name of one of the defined colors. If "name" is not given the |
||
2759 | currently selected item is used.</translation> |
||
7508 | cbradney | 2760 | </message> |
2761 | <message> |
||
9729 | cbradney | 2762 | <location filename="" line="136953768"/> |
7508 | cbradney | 2763 | <source>setLineBlendmode(blendmode, ["name"]) |
2764 | |||
2765 | Sets the line blendmode of the object "name" to blendmode |
||
2766 | is the name of one of the defined colors. If "name" is not given the |
||
2767 | currently selected item is used. |
||
2768 | </source> |
||
9195 | cbradney | 2769 | <translation type="obsolete">setLineBlendmode(blendmode, ["name"]) |
7561 | mrdocs | 2770 | |
2771 | Sets the line blendmode of the object "name" to blendmode |
||
2772 | is the name of one of the defined colors. If "name" is not given the |
||
2773 | currently selected item is used.</translation> |
||
7508 | cbradney | 2774 | </message> |
2775 | <message> |
||
9729 | cbradney | 2776 | <location filename="../plugins/scriptplugin/cmddoc.h" line="162"/> |
7561 | mrdocs | 2777 | <source>setInfo("author", "info", "description") -> bool |
2778 | |||
2779 | Sets the document information. "Author", "Info", "Description" are |
||
2780 | strings. |
||
2781 | </source> |
||
2782 | <translation>setInfo("author", "info", "description") -> bool |
||
2783 | |||
2784 | Sets the document information. "Author", "Info", "Description" are |
||
2785 | strings.</translation> |
||
2786 | </message> |
||
2787 | <message> |
||
9729 | cbradney | 2788 | <location filename="../plugins/scriptplugin/cmdpage.h" line="54"/> |
7561 | mrdocs | 2789 | <source>getPageType() -> integer |
2790 | |||
2791 | Returns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page |
||
2792 | </source> |
||
7919 | mrdocs | 2793 | <translation>getPageType() -> integerReturns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page</translation> |
7561 | mrdocs | 2794 | </message> |
2795 | <message> |
||
9729 | cbradney | 2796 | <location filename="../plugins/scriptplugin/cmdtext.h" line="55"/> |
7508 | cbradney | 2797 | <source>getTextLines(["name"]) -> integer |
2798 | |||
2799 | Returns the number of lines of the text in the text frame "name". |
||
2800 | If "name" is not given the currently selected item is used. |
||
2801 | </source> |
||
7561 | mrdocs | 2802 | <translation>getTextLines(["name"]) -> integer |
2803 | |||
2804 | Returns the number of lines of the text in the text frame "name". |
||
2805 | If "name" is not given the currently selected item is used.</translation> |
||
7508 | cbradney | 2806 | </message> |
2807 | <message> |
||
9729 | cbradney | 2808 | <location filename="../plugins/scriptplugin/cmdcolor.h" line="77"/> |
7561 | mrdocs | 2809 | <source>defineColor("name", c, m, y, k) |
2810 | |||
2811 | Defines a new color "name". The color Value is defined via four components: |
||
2812 | c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
||
2813 | the range from 0 to 255. |
||
2814 | |||
2815 | May raise ValueError if an invalid color name is specified. |
||
2816 | </source> |
||
2817 | <translation>defineColor("name", c, m, y, k) |
||
2818 | |||
2819 | Defines a new color "name". The color Value is defined via four components: |
||
2820 | c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
||
2821 | the range from 0 to 255. |
||
2822 | |||
2823 | May raise ValueError if an invalid color name is specified.</translation> |
||
2824 | </message> |
||
2825 | <message> |
||
9729 | cbradney | 2826 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="145"/> |
7561 | mrdocs | 2827 | <source>getCornerRadius(["name"]) -> integer |
2828 | |||
2829 | Returns the corner radius of the object "name". The radius is |
||
2830 | expressed in points. If "name" is not given the currently |
||
2831 | selected item is used. |
||
2832 | </source> |
||
2833 | <translation>getCornerRadius(["name"]) -> integer |
||
2834 | |||
2835 | Returns the corner radius of the object "name". The radius is |
||
2836 | expressed in points. If "name" is not given the currently |
||
2837 | selected item is used.</translation> |
||
2838 | </message> |
||
2839 | <message> |
||
9729 | cbradney | 2840 | <location filename="../plugins/scriptplugin/cmdgetprop.h" line="177"/> |
7561 | mrdocs | 2841 | <source>getPosition(["name"]) -> (x,y) |
2842 | |||
2843 | Returns a (x, y) tuple with the position of the object "name". |
||
2844 | If "name" is not given the currently selected item is used. |
||
2845 | The position is expressed in the actual measurement unit of the document |
||
2846 | - see UNIT_<type> for reference. |
||
2847 | </source> |
||
2848 | <translation>getPosition(["name"]) -> (x,y) |
||
2849 | |||
2850 | Returns a (x, y) tuple with the position of the object "name". |
||
2851 | If "name" is not given the currently selected item is used. |
||
2852 | The position is expressed in the actual measurement unit of the document |
||
2853 | - see UNIT_<type> for reference.</translation> |
||
2854 | </message> |
||
2855 | <message> |
||
9729 | cbradney | 2856 | <location filename="../plugins/scriptplugin/cmdmani.h" line="59"/> |
7561 | mrdocs | 2857 | <source>rotateObjectAbs(rot [, "name"]) |
2858 | |||
2859 | Sets the rotation of the object "name" to "rot". Positive values |
||
2860 | mean counter clockwise rotation. If "name" is not given the currently |
||
2861 | selected item is used. |
||
2862 | </source> |
||
2863 | <translation>rotateObjectAbs(rot [, "name"]) |
||
2864 | |||
2865 | Sets the rotation of the object "name" to "rot". Positive values |
||
2866 | mean counter clockwise rotation. If "name" is not given the currently |
||
2867 | selected item is used.</translation> |
||
2868 | </message> |
||
2869 | <message> |
||
9729 | cbradney | 2870 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="131"/> |
7561 | mrdocs | 2871 | <source>setLayerPrintable("layer", printable) |
2872 | |||
2873 | Sets the layer "layer" to be printable or not. If is the |
||
2874 | printable set to false the layer won't be printed. |
||
2875 | |||
2876 | May raise NotFoundError if the layer can't be found. |
||
2877 | May raise ValueError if the layer name isn't acceptable. |
||
2878 | </source> |
||
2879 | <translation>setLayerPrintable("layer", printable) |
||
2880 | |||
2881 | Sets the layer "layer" to be printable or not. If is the |
||
2882 | printable set to false the layer won't be printed. |
||
2883 | |||
2884 | May raise NotFoundError if the layer can't be found. |
||
2885 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
2886 | </message> |
||
2887 | <message> |
||
9729 | cbradney | 2888 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="208"/> |
7561 | mrdocs | 2889 | <source>isLayerVisible("layer") -> bool |
2890 | |||
2891 | Returns whether the layer "layer" is visible or not, a value of True means |
||
2892 | that the layer "layer" is visible, a value of False means that the layer |
||
2893 | "layer" is invisible. |
||
2894 | |||
2895 | May raise NotFoundError if the layer can't be found. |
||
2896 | May raise ValueError if the layer name isn't acceptable. |
||
2897 | </source> |
||
2898 | <translation>isLayerVisible("layer") -> bool |
||
2899 | |||
2900 | Returns whether the layer "layer" is visible or not, a value of True means |
||
2901 | that the layer "layer" is visible, a value of False means that the layer |
||
2902 | "layer" is invisible. |
||
2903 | |||
2904 | May raise NotFoundError if the layer can't be found. |
||
2905 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
2906 | </message> |
||
2907 | <message> |
||
9729 | cbradney | 2908 | <location filename="../plugins/scriptplugin/cmdtext.h" line="135"/> |
7508 | cbradney | 2909 | <source>insertText("text", pos, ["name"]) |
2910 | |||
2911 | Inserts the text "text" at the position "pos" into the text frame "name". |
||
2912 | Text must be UTF encoded (see setText() as reference) The first character has an |
||
2913 | index of 0. Inserting text at position -1 appends it to the frame. If "name" is |
||
2914 | not given the currently selected Item is used. |
||
2915 | |||
2916 | May throw IndexError for an insertion out of bounds. |
||
2917 | </source> |
||
7561 | mrdocs | 2918 | <translation>nsertText("text", pos, ["name"]) |
2919 | |||
2920 | Inserts the text "text" at the position "pos" into the text frame "name". |
||
2921 | Text must be UTF encoded (see setText() as reference) The first character has an |
||
2922 | index of 0. Inserting text at position -1 appends it to the frame. If "name" is |
||
2923 | not given the currently selected Item is used. |
||
2924 | |||
2925 | May throw IndexError for an insertion out of bounds.</translation> |
||
7508 | cbradney | 2926 | </message> |
9195 | cbradney | 2927 | <message> |
9729 | cbradney | 2928 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="157"/> |
9195 | cbradney | 2929 | <source>setLayerOutlined("layer", outline) |
2930 | |||
2931 | Sets the layer "layer" to be locked or not. If outline is set to |
||
2932 | true the layer will be displayed outlined. |
||
2933 | |||
2934 | May raise NotFoundError if the layer can't be found. |
||
2935 | May raise ValueError if the layer name isn't acceptable. |
||
2936 | </source> |
||
2937 | <translation>setLayerOutlined("layer", outline) |
||
2938 | Sets the layer "layer" to be locked or not. If outline is set to |
||
2939 | true the layer will be displayed outlined. |
||
2940 | May raise NotFoundError if the layer can't be found. |
||
2941 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
2942 | </message> |
||
2943 | <message> |
||
9729 | cbradney | 2944 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="170"/> |
9195 | cbradney | 2945 | <source>setLayerFlow("layer", flow) |
2946 | |||
2947 | Sets the layers "layer" flowcontrol to flow. If flow is set to |
||
2948 | true text in layers above this one will flow around objects on this layer. |
||
2949 | |||
2950 | May raise NotFoundError if the layer can't be found. |
||
2951 | May raise ValueError if the layer name isn't acceptable. |
||
2952 | </source> |
||
2953 | <translation>setLayerFlow("layer", flow) |
||
2954 | Sets the layers "layer"(sp)(sp)flowcontrol to flow. If flow is set to |
||
2955 | true text in layers above this one will flow around objects on this layer. |
||
2956 | May raise NotFoundError if the layer can't be found. |
||
2957 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
2958 | </message> |
||
2959 | <message> |
||
9729 | cbradney | 2960 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="182"/> |
9195 | cbradney | 2961 | <source>setLayerBlendmode("layer", blend) |
2962 | |||
2963 | Sets the layers "layer" blendmode to blend. |
||
2964 | |||
2965 | May raise NotFoundError if the layer can't be found. |
||
2966 | May raise ValueError if the layer name isn't acceptable. |
||
2967 | </source> |
||
2968 | <translation>setLayerBlendmode("layer", blend) |
||
2969 | Sets the layers "layer"(sp)(sp)blendmode to blend. |
||
2970 | May raise NotFoundError if the layer can't be found. |
||
2971 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
2972 | </message> |
||
2973 | <message> |
||
9729 | cbradney | 2974 | <location filename="../plugins/scriptplugin/cmdmisc.h" line="194"/> |
9195 | cbradney | 2975 | <source>setLayerTransparency("layer", trans) |
2976 | |||
2977 | Sets the layers "layer" transparency to trans. |
||
2978 | |||
2979 | May raise NotFoundError if the layer can't be found. |
||
2980 | May raise ValueError if the layer name isn't acceptable. |
||
2981 | </source> |
||
2982 | <translation>setLayerTransparency("layer", trans) |
||
2983 | Sets the layers "layer"(sp)(sp)transparency to trans. |
||
2984 | May raise NotFoundError if the layer can't be found. |
||
2985 | May raise ValueError if the layer name isn't acceptable.</translation> |
||
2986 | </message> |
||
2987 | <message> |
||
9729 | cbradney | 2988 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="43"/> |
9195 | cbradney | 2989 | <source>setFillTransparency(transparency, ["name"]) |
2990 | |||
2991 | Sets the fill transparency of the object "name" to transparency |
||
2992 | If "name" is not given the currently selected item is used. |
||
2993 | </source> |
||
2994 | <translation>setFillTransparency(transparency, ["name"]) |
||
2995 | Sets the fill transparency of the object "name" to transparency |
||
2996 | If "name" is not given the currently selected item is used.</translation> |
||
2997 | </message> |
||
2998 | <message> |
||
9729 | cbradney | 2999 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="53"/> |
9195 | cbradney | 3000 | <source>setFillBlendmode(blendmode, ["name"]) |
3001 | |||
3002 | Sets the fill blendmode of the object "name" to blendmode |
||
3003 | If "name" is not given the currently selected item is used. |
||
3004 | </source> |
||
3005 | <translation>setFillBlendmode(blendmode, ["name"]) |
||
3006 | Sets the fill blendmode of the object "name" to blendmode |
||
3007 | If "name" is not given the currently selected item is used.</translation> |
||
3008 | </message> |
||
3009 | <message> |
||
9729 | cbradney | 3010 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="73"/> |
9195 | cbradney | 3011 | <source>setLineTransparency(transparency, ["name"]) |
3012 | |||
3013 | Sets the line transparency of the object "name" to transparency |
||
3014 | If "name" is not given the currently selected item is used. |
||
3015 | </source> |
||
3016 | <translation>setLineTransparency(transparency, ["name"]) |
||
3017 | Sets the line transparency of the object "name" to transparency |
||
3018 | If "name" is not given the currently selected item is used.</translation> |
||
3019 | </message> |
||
3020 | <message> |
||
9729 | cbradney | 3021 | <location filename="../plugins/scriptplugin/cmdsetprop.h" line="83"/> |
9195 | cbradney | 3022 | <source>setLineBlendmode(blendmode, ["name"]) |
3023 | |||
3024 | Sets the line blendmode of the object "name" to blendmode |
||
3025 | If "name" is not given the currently selected item is used. |
||
3026 | </source> |
||
3027 | <translation>setLineBlendmode(blendmode, ["name"]) |
||
3028 | Sets the line blendmode of the object "name" to blendmode |
||
3029 | If "name" is not given the currently selected item is used.</translation> |
||
3030 | </message> |
||
3031 | <message> |
||
9729 | cbradney | 3032 | <location filename="../plugins/scriptplugin/svgimport.h" line="33"/> |
9195 | cbradney | 3033 | <source>placeEPS("filename", x, y) |
3034 | |||
3035 | Places the EPS "filename" onto the current page, |
||
3036 | x and y specify the coordinate of the topleft corner of the EPS placed on the page |
||
3037 | |||
3038 | If loading was successful, the selection contains the imported EPS |
||
3039 | </source> |
||
3040 | <translation>placeEPS("filename", x, y) |
||
3041 | Places the EPS "filename" onto the current page, |
||
3042 | x and y specify the coordinate of the topleft corner of the EPS placed on the page |
||
3043 | If loading was successful, the selection contains the imported EPS</translation> |
||
3044 | </message> |
||
3045 | <message> |
||
9729 | cbradney | 3046 | <location filename="../plugins/scriptplugin/svgimport.h" line="45"/> |
9195 | cbradney | 3047 | <source>placeSXD("filename", x, y) |
3048 | |||
3049 | Places the SXD "filename" onto the current page, |
||
3050 | x and y specify the coordinate of the topleft corner of the SXD placed on the page |
||
3051 | |||
3052 | If loading was successful, the selection contains the imported SXD |
||
3053 | </source> |
||
3054 | <translation>placeSXD("filename", x, y) |
||
3055 | Places the SXD "filename" onto the current page, |
||
3056 | x and y specify the coordinate of the topleft corner of the SXD placed on the page |
||
3057 | If loading was successful, the selection contains the imported SXD</translation> |
||
3058 | </message> |
||
3059 | <message> |
||
9729 | cbradney | 3060 | <location filename="../plugins/scriptplugin/svgimport.h" line="57"/> |
9195 | cbradney | 3061 | <source>placeODG("filename", x, y) |
3062 | |||
3063 | Places the ODG "filename" onto the current page, |
||
3064 | x and y specify the coordinate of the topleft corner of the ODG placed on the page |
||
3065 | |||
3066 | If loading was successful, the selection contains the imported ODG |
||
3067 | </source> |
||
3068 | <translation>placeODG("filename", x, y) |
||
3069 | Places the ODG "filename" onto the current page, |
||
3070 | x and y specify the coordinate of the topleft corner of the ODG placed on the page |
||
3071 | If loading was successful, the selection contains the imported ODG</translation> |
||
3072 | </message> |
||
3073 | <message> |
||
9729 | cbradney | 3074 | <location filename="../plugins/fileloader/scribus12format/scribus12format.cpp" line="1593"/> |
9195 | cbradney | 3075 | <source>Copy #%1 of </source> |
10129 | cbradney | 3076 | <translation type="obsolete">Kopie #%1 von</translation> |
9195 | cbradney | 3077 | </message> |
9729 | cbradney | 3078 | <message> |
3079 | <location filename="../plugins/scriptplugin/cmddialog.h" line="46"/> |
||
3080 | <source>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
||
3081 | |||
3082 | Shows a File Open dialog box with the caption "caption". Files are filtered |
||
3083 | with the filter string "filter". A default filename or file path can also |
||
3084 | supplied, leave this string empty when you don't want to use it. A value of |
||
3085 | True for haspreview enables a small preview widget in the FileSelect box. When |
||
3086 | the issave parameter is set to True the dialog acts like a "Save As" dialog |
||
3087 | otherwise it acts like a "File Open Dialog". When the isdir parameter is True |
||
3088 | the dialog shows and returns only directories. The default for all of the |
||
3089 | opional parameters is False. |
||
3090 | |||
3091 | The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
||
3092 | For example 'Images (*.png *.xpm *.jpg)'. |
||
3093 | |||
3094 | Refer to the Qt-Documentation for Q3FileDialog for details on filters. |
||
3095 | |||
3096 | Example: fileDialog('Open input', 'CSV files (*.csv)') |
||
3097 | Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
||
3098 | </source> |
||
3099 | <translation type="unfinished"></translation> |
||
3100 | </message> |
||
3101 | <message> |
||
3102 | <location filename="../plugins/scriptplugin/cmddoc.h" line="173"/> |
||
3103 | <source>setMargins(lr, rr, tr, br) |
||
3104 | |||
3105 | Sets the margins of the document, Qt::DockLeft(lr), Qt::DockRight(rr), Qt::DockTop(tr) and Qt::DockBottom(br) |
||
3106 | margins are given in the measurement units of the document - see UNIT_<type> |
||
3107 | constants. |
||
3108 | </source> |
||
3109 | <translation type="unfinished"></translation> |
||
3110 | </message> |
||
1135 | cbradney | 3111 | </context> |
3112 | <context> |
||
192 | Franz | 3113 | <name>About</name> |
3114 | <message> |
||
10129 | cbradney | 3115 | <location filename="../about.cpp" line="158"/> |
192 | Franz | 3116 | <source>Contributions from:</source> |
3117 | <translation>Beiträge von:</translation> |
||
3118 | </message> |
||
3119 | <message> |
||
10129 | cbradney | 3120 | <location filename="../about.cpp" line="140"/> |
341 | Franz | 3121 | <source>&About</source> |
345 | Franz | 3122 | <translation>Ü&ber</translation> |
341 | Franz | 3123 | </message> |
3124 | <message> |
||
10129 | cbradney | 3125 | <location filename="../about.cpp" line="211"/> |
341 | Franz | 3126 | <source>A&uthors</source> |
345 | Franz | 3127 | <translation>A&utoren</translation> |
341 | Franz | 3128 | </message> |
3129 | <message> |
||
10129 | cbradney | 3130 | <location filename="../about.cpp" line="387"/> |
341 | Franz | 3131 | <source>&Translations</source> |
345 | Franz | 3132 | <translation>Über&setzungen</translation> |
341 | Franz | 3133 | </message> |
3134 | <message> |
||
10129 | cbradney | 3135 | <location filename="../about.cpp" line="408"/> |
341 | Franz | 3136 | <source>&Online</source> |
345 | Franz | 3137 | <translation>&Online</translation> |
341 | Franz | 3138 | </message> |
3139 | <message> |
||
10129 | cbradney | 3140 | <location filename="../about.cpp" line="427"/> |
341 | Franz | 3141 | <source>&Close</source> |
2913 | mrdocs | 3142 | <translation>Sch&ließen</translation> |
341 | Franz | 3143 | </message> |
407 | Franz | 3144 | <message> |
10129 | cbradney | 3145 | <location filename="../about.cpp" line="146"/> |
418 | Franz | 3146 | <source>Development Team:</source> |
3426 | cbradney | 3147 | <translation>Entwicklerteam:</translation> |
418 | Franz | 3148 | </message> |
3149 | <message> |
||
10129 | cbradney | 3150 | <location filename="../about.cpp" line="189"/> |
418 | Franz | 3151 | <source>Official Documentation:</source> |
444 | fschmid | 3152 | <translation>Offizielle Dokumentation:</translation> |
418 | Franz | 3153 | </message> |
3154 | <message> |
||
10129 | cbradney | 3155 | <location filename="../about.cpp" line="197"/> |
418 | Franz | 3156 | <source>Other Documentation:</source> |
444 | fschmid | 3157 | <translation>Andere Dokumentationen:</translation> |
418 | Franz | 3158 | </message> |
3159 | <message> |
||
10129 | cbradney | 3160 | <location filename="../about.cpp" line="393"/> |
418 | Franz | 3161 | <source>Homepage</source> |
444 | fschmid | 3162 | <translation>Homepage</translation> |
418 | Franz | 3163 | </message> |
3164 | <message> |
||
10129 | cbradney | 3165 | <location filename="../about.cpp" line="395"/> |
418 | Franz | 3166 | <source>Online Reference</source> |
444 | fschmid | 3167 | <translation>Onlinereferenz</translation> |
418 | Franz | 3168 | </message> |
3169 | <message> |
||
10129 | cbradney | 3170 | <location filename="../about.cpp" line="399"/> |
418 | Franz | 3171 | <source>Bugs and Feature Requests</source> |
444 | fschmid | 3172 | <translation>Fehler und Featurewünsche</translation> |
418 | Franz | 3173 | </message> |
3174 | <message> |
||
10129 | cbradney | 3175 | <location filename="../about.cpp" line="401"/> |
418 | Franz | 3176 | <source>Mailing List</source> |
444 | fschmid | 3177 | <translation>Mailingliste</translation> |
418 | Franz | 3178 | </message> |
444 | fschmid | 3179 | <message> |
10129 | cbradney | 3180 | <location filename="../about.cpp" line="219"/> |
454 | fschmid | 3181 | <source>Official Translations and Translators:</source> |
550 | fschmid | 3182 | <translation>Offizielle Übersetzungen und Übersetzer:</translation> |
454 | fschmid | 3183 | </message> |
3184 | <message> |
||
10129 | cbradney | 3185 | <location filename="../about.cpp" line="346"/> |
454 | fschmid | 3186 | <source>Previous Translation Contributors:</source> |
550 | fschmid | 3187 | <translation>Ehemalige Übersetzer:</translation> |
454 | fschmid | 3188 | </message> |
769 | cbradney | 3189 | <message> |
10129 | cbradney | 3190 | <location filename="../about.cpp" line="48"/> |
769 | cbradney | 3191 | <source>About Scribus %1</source> |
1135 | cbradney | 3192 | <translation>Über Scribus %1</translation> |
769 | cbradney | 3193 | </message> |
776 | fschmid | 3194 | <message> |
10129 | cbradney | 3195 | <location filename="../about.cpp" line="397"/> |
2913 | mrdocs | 3196 | <source>Wiki</source> |
3197 | <translation>Wiki</translation> |
||
2576 | cbradney | 3198 | </message> |
3199 | <message> |
||
10129 | cbradney | 3200 | <location filename="../about.cpp" line="75"/> |
3824 | cbradney | 3201 | <source>%1 %2 %3</source> |
3869 | cbradney | 3202 | <translation>%1 %2 %3</translation> |
3824 | cbradney | 3203 | </message> |
3204 | <message> |
||
10129 | cbradney | 3205 | <location filename="../about.cpp" line="83"/> |
3824 | cbradney | 3206 | <source>%3-%2-%1 %4 %5</source> |
3869 | cbradney | 3207 | <translation>%3-%2-%1 %4 %5</translation> |
3824 | cbradney | 3208 | </message> |
3209 | <message> |
||
10129 | cbradney | 3210 | <location filename="../about.cpp" line="135"/> |
3824 | cbradney | 3211 | <source>Using Ghostscript version %1</source> |
3869 | cbradney | 3212 | <translation>Ghostscript-Version: %1</translation> |
3824 | cbradney | 3213 | </message> |
3214 | <message> |
||
10129 | cbradney | 3215 | <location filename="../about.cpp" line="137"/> |
3824 | cbradney | 3216 | <source>No Ghostscript version available</source> |
3869 | cbradney | 3217 | <translation>Ghostscript ist nicht vorhanden</translation> |
3824 | cbradney | 3218 | </message> |
3219 | <message> |
||
9729 | cbradney | 3220 | <location filename="../about.cpp" line="132"/> |
3824 | cbradney | 3221 | <source><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></source> |
10129 | cbradney | 3222 | <translation type="obsolete"><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></translation> |
3824 | cbradney | 3223 | </message> |
3224 | <message> |
||
10129 | cbradney | 3225 | <location filename="../about.cpp" line="138"/> |
3824 | cbradney | 3226 | <source>Build ID:</source> |
3869 | cbradney | 3227 | <translation>Build ID:</translation> |
3824 | cbradney | 3228 | </message> |
3229 | <message> |
||
10129 | cbradney | 3230 | <location filename="../about.cpp" line="177"/> |
4759 | cbradney | 3231 | <source>Mac OS&#174; X Aqua Port:</source> |
7919 | mrdocs | 3232 | <translation>Mac OS&#174; X Aqua Portierung:</translation> |
4759 | cbradney | 3233 | </message> |
3234 | <message> |
||
10129 | cbradney | 3235 | <location filename="../about.cpp" line="185"/> |
4759 | cbradney | 3236 | <source>Windows&#174; Port:</source> |
7919 | mrdocs | 3237 | <translation>Windows&#174; Portierung:</translation> |
4759 | cbradney | 3238 | </message> |
4850 | cbradney | 3239 | <message> |
10129 | cbradney | 3240 | <location filename="../about.cpp" line="205"/> |
7426 | cbradney | 3241 | <source>Tango Project Icons:</source> |
7561 | mrdocs | 3242 | <translation>Icons aus dem Tango-Projekt:</translation> |
6261 | cbradney | 3243 | </message> |
7508 | cbradney | 3244 | <message> |
10129 | cbradney | 3245 | <location filename="../about.cpp" line="411"/> |
7508 | cbradney | 3246 | <source>&Updates</source> |
7561 | mrdocs | 3247 | <translation>&Updates</translation> |
7508 | cbradney | 3248 | </message> |
3249 | <message> |
||
10129 | cbradney | 3250 | <location filename="../about.cpp" line="415"/> |
7508 | cbradney | 3251 | <source>Check for &Updates</source> |
7561 | mrdocs | 3252 | <translation>Auf Updates über&prüfen</translation> |
7508 | cbradney | 3253 | </message> |
3254 | <message> |
||
9729 | cbradney | 3255 | <location filename="" line="136953768"/> |
7508 | cbradney | 3256 | <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> |
9729 | cbradney | 3257 | <translation type="obsolete">Diese Leiste zeigt die Version, das Build-Datum und die kompilierte Unterstützung für Programmbibliotheken. C-C-T-F bedeutet im einzelnen: |
7561 | mrdocs | 3258 | 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> |
7508 | cbradney | 3259 | </message> |
3260 | <message> |
||
10129 | cbradney | 3261 | <location filename="../about.cpp" line="440"/> |
7508 | cbradney | 3262 | <source>Check for updates to Scribus. No data from your machine will be transferred off it.</source> |
7561 | mrdocs | 3263 | <translation>Auf Updates für Scribus überprüfen. Es werden keine Daten von Ihrem Computer übertragen.</translation> |
7508 | cbradney | 3264 | </message> |
7716 | cbradney | 3265 | <message> |
10129 | cbradney | 3266 | <location filename="../about.cpp" line="181"/> |
7716 | cbradney | 3267 | <source>OS/2&#174;/eComStation&#8482; Port:</source> |
7919 | mrdocs | 3268 | <translation>OS/2&#174;/eComStation&#8482; Portierung:</translation> |
7716 | cbradney | 3269 | </message> |
9729 | cbradney | 3270 | <message> |
10129 | cbradney | 3271 | <location filename="../about.cpp" line="202"/> |
9729 | cbradney | 3272 | <source>Splash Screen:</source> |
3273 | <translation type="unfinished"></translation> |
||
3274 | </message> |
||
3275 | <message> |
||
10129 | cbradney | 3276 | <location filename="../about.cpp" line="436"/> |
9729 | cbradney | 3277 | <source>This panel shows the version, build date and compiled in library support in Scribus.</source> |
3278 | <translation type="unfinished"></translation> |
||
3279 | </message> |
||
3280 | <message> |
||
10129 | cbradney | 3281 | <location filename="../about.cpp" line="437"/> |
9729 | cbradney | 3282 | <source>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 Q=Qt</source> |
3283 | <translation type="unfinished"></translation> |
||
3284 | </message> |
||
3285 | <message> |
||
10129 | cbradney | 3286 | <location filename="../about.cpp" line="438"/> |
9729 | cbradney | 3287 | <source>Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected.</source> |
3288 | <translation type="unfinished"></translation> |
||
3289 | </message> |
||
3290 | <message> |
||
10129 | cbradney | 3291 | <location filename="../about.cpp" line="439"/> |
9729 | cbradney | 3292 | <source>The Windows version does not use fontconfig or CUPS libraries.</source> |
3293 | <translation type="unfinished"></translation> |
||
3294 | </message> |
||
10129 | cbradney | 3295 | <message> |
3296 | <location filename="../about.cpp" line="138"/> |
||
3297 | <source><p align="center"><b>%1 %2</b></p><p align="center">%3<br>%4 %5<br>%6</p></source> |
||
3298 | <translation type="unfinished"></translation> |
||
3299 | </message> |
||
3300 | <message> |
||
3301 | <location filename="../about.cpp" line="138"/> |
||
3302 | <source>Scribus Version</source> |
||
3303 | <translation type="unfinished">Scribus-Version</translation> |
||
3304 | </message> |
||
192 | Franz | 3305 | </context> |
3306 | <context> |
||
3278 | cbradney | 3307 | <name>AboutPlugins</name> |
3308 | <message> |
||
9729 | cbradney | 3309 | <location filename="../aboutplugins.cpp" line="68"/> |
4759 | cbradney | 3310 | <source>Filename:</source> |
4808 | cbradney | 3311 | <translation>Dateiname:</translation> |
4759 | cbradney | 3312 | </message> |
3313 | <message> |
||
9729 | cbradney | 3314 | <location filename="../aboutplugins.cpp" line="69"/> |
4759 | cbradney | 3315 | <source>Version:</source> |
4808 | cbradney | 3316 | <translation>Version:</translation> |
4759 | cbradney | 3317 | </message> |
3318 | <message> |
||
9729 | cbradney | 3319 | <location filename="../aboutplugins.cpp" line="72"/> |
4759 | cbradney | 3320 | <source>Enabled:</source> |
4808 | cbradney | 3321 | <translation>Aktiviert:</translation> |
4759 | cbradney | 3322 | </message> |
3323 | <message> |
||
9729 | cbradney | 3324 | <location filename="../aboutplugins.cpp" line="73"/> |
4759 | cbradney | 3325 | <source>Release Date:</source> |
4808 | cbradney | 3326 | <translation>Datum der Veröffentlichung:</translation> |
4759 | cbradney | 3327 | </message> |
3328 | <message> |
||
9729 | cbradney | 3329 | <location filename="../aboutplugins.cpp" line="80"/> |
4759 | cbradney | 3330 | <source>Description:</source> |
4808 | cbradney | 3331 | <translation>Beschreibung:</translation> |
4759 | cbradney | 3332 | </message> |
3333 | <message> |
||
9729 | cbradney | 3334 | <location filename="../aboutplugins.cpp" line="81"/> |
4759 | cbradney | 3335 | <source>Author(s):</source> |
4808 | cbradney | 3336 | <translation>Autor(en):</translation> |
4759 | cbradney | 3337 | </message> |
3338 | <message> |
||
9729 | cbradney | 3339 | <location filename="../aboutplugins.cpp" line="82"/> |
4759 | cbradney | 3340 | <source>Copyright:</source> |
4808 | cbradney | 3341 | <translation>Urheberrecht:</translation> |
4759 | cbradney | 3342 | </message> |
3343 | <message> |
||
9729 | cbradney | 3344 | <location filename="../aboutplugins.cpp" line="83"/> |
4759 | cbradney | 3345 | <source>License:</source> |
4808 | cbradney | 3346 | <translation>Lizenz:</translation> |
4759 | cbradney | 3347 | </message> |
9729 | cbradney | 3348 | <message> |
3349 | <location filename="../aboutplugins.ui" line="13"/> |
||
3350 | <source>Scribus: About Plug-ins</source> |
||
3351 | <translation type="unfinished">Scribus: Über die Plug-Ins</translation> |
||
3352 | </message> |
||
3278 | cbradney | 3353 | </context> |
3354 | <context> |
||
3355 | <name>AboutPluginsBase</name> |
||
3356 | <message> |
||
9729 | cbradney | 3357 | <location filename="" line="136953768"/> |
3278 | cbradney | 3358 | <source>Scribus: About Plug-ins</source> |
9729 | cbradney | 3359 | <translation type="obsolete">Scribus: Über die Plug-Ins</translation> |
3278 | cbradney | 3360 | </message> |
3361 | <message> |
||
9729 | cbradney | 3362 | <location filename="" line="136953768"/> |
3278 | cbradney | 3363 | <source>&Close</source> |
9729 | cbradney | 3364 | <translation type="obsolete">Sch&ließen</translation> |
3278 | cbradney | 3365 | </message> |
3366 | <message> |
||
9729 | cbradney | 3367 | <location filename="" line="136953768"/> |
3278 | cbradney | 3368 | <source>Alt+C</source> |
9729 | cbradney | 3369 | <translation type="obsolete">Alt+C</translation> |
3278 | cbradney | 3370 | </message> |
3371 | </context> |
||
3372 | <context> |
||
2576 | cbradney | 3373 | <name>ActionManager</name> |
3374 | <message> |
||
10129 | cbradney | 3375 | <location filename="../actionmanager.cpp" line="1175"/> |
2576 | cbradney | 3376 | <source>&New</source> |
3377 | <translation>&Neu</translation> |
||
3378 | </message> |
||
3379 | <message> |
||
10129 | cbradney | 3380 | <location filename="../actionmanager.cpp" line="1176"/> |
2576 | cbradney | 3381 | <source>&Open...</source> |
3382 | <translation>Ö&ffnen...</translation> |
||
3383 | </message> |
||
3384 | <message> |
||
10129 | cbradney | 3385 | <location filename="../actionmanager.cpp" line="1177"/> |
2576 | cbradney | 3386 | <source>&Close</source> |
2913 | mrdocs | 3387 | <translation>Sch&ließen</translation> |
2576 | cbradney | 3388 | </message> |
3389 | <message> |
||
10129 | cbradney | 3390 | <location filename="../actionmanager.cpp" line="1178"/> |
2576 | cbradney | 3391 | <source>&Save</source> |
2913 | mrdocs | 3392 | <translation>&Speichern</translation> |
2576 | cbradney | 3393 | </message> |
3394 | <message> |
||
10129 | cbradney | 3395 | <location filename="../actionmanager.cpp" line="1179"/> |
2576 | cbradney | 3396 | <source>Save &As...</source> |
3397 | <translation>Speichern &unter...</translation> |
||
3398 | </message> |
||
3399 | <message> |
||
10129 | cbradney | 3400 | <location filename="../actionmanager.cpp" line="1180"/> |
2576 | cbradney | 3401 | <source>Re&vert to Saved</source> |
3402 | <translation>Neu la&den</translation> |
||
3403 | </message> |
||
3404 | <message> |
||
10129 | cbradney | 3405 | <location filename="../actionmanager.cpp" line="1181"/> |
2576 | cbradney | 3406 | <source>Collect for O&utput...</source> |
2913 | mrdocs | 3407 | <translation>Für Aus&gabe sammeln...</translation> |
2576 | cbradney | 3408 | </message> |
3409 | <message> |
||
10129 | cbradney | 3410 | <location filename="../actionmanager.cpp" line="1182"/> |
2576 | cbradney | 3411 | <source>Get Text...</source> |
3412 | <translation>Text laden...</translation> |
||
3413 | </message> |
||
3414 | <message> |
||
10129 | cbradney | 3415 | <location filename="../actionmanager.cpp" line="1183"/> |
2576 | cbradney | 3416 | <source>Append &Text...</source> |
3417 | <translation>&Text anfügen...</translation> |
||
3418 | </message> |
||
3419 | <message> |
||
10129 | cbradney | 3420 | <location filename="../actionmanager.cpp" line="1184"/> |
2576 | cbradney | 3421 | <source>Get Image...</source> |
3422 | <translation>Bild laden...</translation> |
||
3423 | </message> |
||
3424 | <message> |
||
10129 | cbradney | 3425 | <location filename="../actionmanager.cpp" line="1185"/> |
2576 | cbradney | 3426 | <source>Save &Text...</source> |
3427 | <translation>&Text speichern...</translation> |
||
3428 | </message> |
||
3429 | <message> |
||
10129 | cbradney | 3430 | <location filename="../actionmanager.cpp" line="1187"/> |
2576 | cbradney | 3431 | <source>Save as P&DF...</source> |
3432 | <translation>Als &PDF speichern...</translation> |
||
3433 | </message> |
||
3434 | <message> |
||
10129 | cbradney | 3435 | <location filename="../actionmanager.cpp" line="1188"/> |
2576 | cbradney | 3436 | <source>Document &Setup...</source> |
4992 | cbradney | 3437 | <translation>Dokument &einrichten...</translation> |
2576 | cbradney | 3438 | </message> |
3439 | <message> |
||
10129 | cbradney | 3440 | <location filename="../actionmanager.cpp" line="1190"/> |
2576 | cbradney | 3441 | <source>&Print...</source> |
3442 | <translation>&Drucken...</translation> |
||
3443 | </message> |
||
3444 | <message> |
||
10129 | cbradney | 3445 | <location filename="../actionmanager.cpp" line="1192"/> |
2576 | cbradney | 3446 | <source>&Quit</source> |
3447 | <translation>&Beenden</translation> |
||
3448 | </message> |
||
3449 | <message> |
||
10129 | cbradney | 3450 | <location filename="../actionmanager.cpp" line="1194"/> |
2576 | cbradney | 3451 | <source>&Undo</source> |
3452 | <translation>&Rückgängig</translation> |
||
3453 | </message> |
||
3454 | <message> |
||
10129 | cbradney | 3455 | <location filename="../actionmanager.cpp" line="1195"/> |
2576 | cbradney | 3456 | <source>&Redo</source> |
3457 | <translation>Wieder&herstellen</translation> |
||
3458 | </message> |
||
3459 | <message> |
||
10129 | cbradney | 3460 | <location filename="../actionmanager.cpp" line="1196"/> |
2576 | cbradney | 3461 | <source>&Item Action Mode</source> |
3462 | <translation>&Objektbezogener Modus</translation> |
||
3463 | </message> |
||
3464 | <message> |
||
10129 | cbradney | 3465 | <location filename="../actionmanager.cpp" line="1197"/> |
2576 | cbradney | 3466 | <source>Cu&t</source> |
3467 | <translation>&Ausschneiden</translation> |
||
3468 | </message> |
||
3469 | <message> |
||
10129 | cbradney | 3470 | <location filename="../actionmanager.cpp" line="1200"/> |
2576 | cbradney | 3471 | <source>&Copy</source> |
3472 | <translation>&Kopieren</translation> |
||
3473 | </message> |
||
3474 | <message> |
||
10129 | cbradney | 3475 | <location filename="../actionmanager.cpp" line="1201"/> |
2576 | cbradney | 3476 | <source>&Paste</source> |
3477 | <translation>Einf&ügen</translation> |
||
3478 | </message> |
||
3479 | <message> |
||
10129 | cbradney | 3480 | <location filename="../actionmanager.cpp" line="1204"/> |
2576 | cbradney | 3481 | <source>Select &All</source> |
3482 | <translation>Alles aus&wählen</translation> |
||
3483 | </message> |
||
3484 | <message> |
||
10129 | cbradney | 3485 | <location filename="../actionmanager.cpp" line="1205"/> |
2576 | cbradney | 3486 | <source>&Deselect All</source> |
7561 | mrdocs | 3487 | <translation>Alles auswählen &rückgängig machen</translation> |
2576 | cbradney | 3488 | </message> |
3489 | <message> |
||
10129 | cbradney | 3490 | <location filename="../actionmanager.cpp" line="1206"/> |
2576 | cbradney | 3491 | <source>&Search/Replace...</source> |
7919 | mrdocs | 3492 | <translation>&Suchen und Ersetzen...</translation> |
2576 | cbradney | 3493 | </message> |
3494 | <message> |
||
10129 | cbradney | 3495 | <location filename="../actionmanager.cpp" line="1207"/> |
2576 | cbradney | 3496 | <source>Edit Image...</source> |
3497 | <translation>Bild bearbeiten...</translation> |
||
3498 | </message> |
||
3499 | <message> |
||
10129 | cbradney | 3500 | <location filename="../actionmanager.cpp" line="1208"/> |
2576 | cbradney | 3501 | <source>C&olors...</source> |
3502 | <translation>&Farben...</translation> |
||
3503 | </message> |
||
3504 | <message> |
||
9729 | cbradney | 3505 | <location filename="" line="136953768"/> |
2576 | cbradney | 3506 | <source>&Paragraph Styles...</source> |
9195 | cbradney | 3507 | <translation type="obsolete">&Absatzstile...</translation> |
2576 | cbradney | 3508 | </message> |
3509 | <message> |
||
9729 | cbradney | 3510 | <location filename="" line="136953768"/> |
2576 | cbradney | 3511 | <source>&Line Styles...</source> |
9195 | cbradney | 3512 | <translation type="obsolete">&Linienstile...</translation> |
2576 | cbradney | 3513 | </message> |
3514 | <message> |
||
10129 | cbradney | 3515 | <location filename="../actionmanager.cpp" line="1211"/> |
2576 | cbradney | 3516 | <source>&Master Pages...</source> |
3517 | <translation>&Musterseiten...</translation> |
||
3518 | </message> |
||
3519 | <message> |
||
10129 | cbradney | 3520 | <location filename="../actionmanager.cpp" line="1189"/> |
2576 | cbradney | 3521 | <source>P&references...</source> |
7561 | mrdocs | 3522 | <translation>Allgemeine &Einstellungen...</translation> |
2576 | cbradney | 3523 | </message> |
3524 | <message> |
||
10129 | cbradney | 3525 | <location filename="../actionmanager.cpp" line="1219"/> |
2576 | cbradney | 3526 | <source>%1 pt</source> |
3527 | <translation>%1 pt</translation> |
||
3528 | </message> |
||
3529 | <message> |
||
10129 | cbradney | 3530 | <location filename="../actionmanager.cpp" line="1234"/> |
2576 | cbradney | 3531 | <source>&Other...</source> |
3532 | <translation>&Andere...</translation> |
||
3533 | </message> |
||
3534 | <message> |
||
10129 | cbradney | 3535 | <location filename="../actionmanager.cpp" line="1222"/> |
2576 | cbradney | 3536 | <source>&Left</source> |
3537 | <translation>&Links</translation> |
||
3538 | </message> |
||
3539 | <message> |
||
10129 | cbradney | 3540 | <location filename="../actionmanager.cpp" line="1223"/> |
2576 | cbradney | 3541 | <source>&Center</source> |
3542 | <translation>&Zentriert</translation> |
||
3543 | </message> |
||
3544 | <message> |
||
10129 | cbradney | 3545 | <location filename="../actionmanager.cpp" line="1224"/> |
2576 | cbradney | 3546 | <source>&Right</source> |
3547 | <translation>&Rechts</translation> |
||
3548 | </message> |
||
3549 | <message> |
||
10129 | cbradney | 3550 | <location filename="../actionmanager.cpp" line="1225"/> |
2576 | cbradney | 3551 | <source>&Block</source> |
3552 | <translation>&Blocksatz</translation> |
||
3553 | </message> |
||
3554 | <message> |
||
10129 | cbradney | 3555 | <location filename="../actionmanager.cpp" line="1226"/> |
2576 | cbradney | 3556 | <source>&Forced</source> |
3557 | <translation>&Erzwungener Blocksatz</translation> |
||
3558 | </message> |
||
3559 | <message> |
||
10129 | cbradney | 3560 | <location filename="../actionmanager.cpp" line="1231"/> |
2576 | cbradney | 3561 | <source>&%1 %</source> |
3562 | <translation>&%1 %</translation> |
||
3563 | </message> |
||
3564 | <message> |
||
10129 | cbradney | 3565 | <location filename="../actionmanager.cpp" line="1235"/> |
2576 | cbradney | 3566 | <source>&Normal</source> |
3567 | <translation>&Normal</translation> |
||
3568 | </message> |
||
3569 | <message> |
||
10129 | cbradney | 3570 | <location filename="../actionmanager.cpp" line="1236"/> |
2576 | cbradney | 3571 | <source>&Underline</source> |
3572 | <translation>&Unterstrichen</translation> |
||
3573 | </message> |
||
3574 | <message> |
||
10129 | cbradney | 3575 | <location filename="../actionmanager.cpp" line="1237"/> |
2576 | cbradney | 3576 | <source>Underline &Words</source> |
2913 | mrdocs | 3577 | <translation>Wörter unterst&richen</translation> |
2576 | cbradney | 3578 | </message> |
3579 | <message> |
||
10129 | cbradney | 3580 | <location filename="../actionmanager.cpp" line="1238"/> |
2576 | cbradney | 3581 | <source>&Strike Through</source> |
3582 | <translation>&Durchgestrichen</translation> |
||
3583 | </message> |
||
3584 | <message> |
||
10129 | cbradney | 3585 | <location filename="../actionmanager.cpp" line="1239"/> |
2576 | cbradney | 3586 | <source>&All Caps</source> |
2913 | mrdocs | 3587 | <translation>&Großbuchstaben</translation> |
2576 | cbradney | 3588 | </message> |
3589 | <message> |
||
10129 | cbradney | 3590 | <location filename="../actionmanager.cpp" line="1240"/> |
2576 | cbradney | 3591 | <source>Small &Caps</source> |
3592 | <translation>&Kapitälchen</translation> |
||
3593 | </message> |
||
3594 | <message> |
||
10129 | cbradney | 3595 | <location filename="../actionmanager.cpp" line="1241"/> |
2576 | cbradney | 3596 | <source>Su&perscript</source> |
3597 | <translation>&Hochgestellt</translation> |
||
3598 | </message> |
||
3599 | <message> |
||
10129 | cbradney | 3600 | <location filename="../actionmanager.cpp" line="1242"/> |
2576 | cbradney | 3601 | <source>Su&bscript</source> |
3602 | <translation>&Tiefgestellt</translation> |
||
3603 | </message> |
||
3604 | <message> |
||
10129 | cbradney | 3605 | <location filename="../actionmanager.cpp" line="1244"/> |
2576 | cbradney | 3606 | <source>S&hadow</source> |
3607 | <translation>&Schatten</translation> |
||
3608 | </message> |
||
3609 | <message> |
||
10129 | cbradney | 3610 | <location filename="../actionmanager.cpp" line="1246"/> |
2576 | cbradney | 3611 | <source>&Image Effects</source> |
5102 | mrdocs | 3612 | <translation>&Bildeffekte</translation> |
2576 | cbradney | 3613 | </message> |
3614 | <message> |
||
10129 | cbradney | 3615 | <location filename="../actionmanager.cpp" line="1247"/> |
2576 | cbradney | 3616 | <source>&Tabulators...</source> |
3617 | <translation>&Tabulatoren...</translation> |
||
3618 | </message> |
||
3619 | <message> |
||
10129 | cbradney | 3620 | <location filename="../actionmanager.cpp" line="1250"/> |
2576 | cbradney | 3621 | <source>D&uplicate</source> |
3622 | <translation>&Duplizieren</translation> |
||
3623 | </message> |
||
3624 | <message> |
||
10129 | cbradney | 3625 | <location filename="../actionmanager.cpp" line="1251"/> |
2576 | cbradney | 3626 | <source>&Multiple Duplicate</source> |
7561 | mrdocs | 3627 | <translation>&Mehrfach duplizieren</translation> |
2576 | cbradney | 3628 | </message> |
3629 | <message> |
||
10129 | cbradney | 3630 | <location filename="../actionmanager.cpp" line="1252"/> |
2576 | cbradney | 3631 | <source>&Delete</source> |
3632 | <translation>&Löschen</translation> |
||
3633 | </message> |
||
3634 | <message> |
||
10129 | cbradney | 3635 | <location filename="../actionmanager.cpp" line="1253"/> |
2576 | cbradney | 3636 | <source>&Group</source> |
3637 | <translation>&Gruppieren</translation> |
||
3638 | </message> |
||
3639 | <message> |
||
10129 | cbradney | 3640 | <location filename="../actionmanager.cpp" line="1254"/> |
2576 | cbradney | 3641 | <source>&Ungroup</source> |
7561 | mrdocs | 3642 | <translation>Gruppe auf&lösen</translation> |
2576 | cbradney | 3643 | </message> |
3644 | <message> |
||
10129 | cbradney | 3645 | <location filename="../actionmanager.cpp" line="1255"/> |
2576 | cbradney | 3646 | <source>Is &Locked</source> |
2913 | mrdocs | 3647 | <translation>Ge&sperrt</translation> |
2576 | cbradney | 3648 | </message> |
3649 | <message> |
||
10129 | cbradney | 3650 | <location filename="../actionmanager.cpp" line="1256"/> |
2576 | cbradney | 3651 | <source>Si&ze is Locked</source> |
3652 | <translation>Größen&änderung gesperrt</translation> |
||
3653 | </message> |
||
3654 | <message> |
||
10129 | cbradney | 3655 | <location filename="../actionmanager.cpp" line="1260"/> |
2576 | cbradney | 3656 | <source>Lower to &Bottom</source> |
3657 | <translation>In den &Hintergrund</translation> |
||
3658 | </message> |
||
3659 | <message> |
||
10129 | cbradney | 3660 | <location filename="../actionmanager.cpp" line="1261"/> |
2576 | cbradney | 3661 | <source>Raise to &Top</source> |
3662 | <translation>In den &Vordergrund</translation> |
||
3663 | </message> |
||
3664 | <message> |
||
10129 | cbradney | 3665 | <location filename="../actionmanager.cpp" line="1262"/> |
2576 | cbradney | 3666 | <source>&Lower</source> |
3667 | <translation>Weiter nach hin&ten</translation> |
||
3668 | </message> |
||
3669 | <message> |
||
10129 | cbradney | 3670 | <location filename="../actionmanager.cpp" line="1263"/> |
2576 | cbradney | 3671 | <source>&Raise</source> |
3672 | <translation>Weiter nach vor&n</translation> |
||
3673 | </message> |
||
3674 | <message> |
||
10129 | cbradney | 3675 | <location filename="../actionmanager.cpp" line="1264"/> |
2576 | cbradney | 3676 | <source>Send to S&crapbook</source> |
3677 | <translation>In &Bibliothek speichern</translation> |
||
3678 | </message> |
||
3679 | <message> |
||
10129 | cbradney | 3680 | <location filename="../actionmanager.cpp" line="1266"/> |
2576 | cbradney | 3681 | <source>&Attributes...</source> |
7561 | mrdocs | 3682 | <translation>&Attribute...</translation> |
2576 | cbradney | 3683 | </message> |
3684 | <message> |
||
10129 | cbradney | 3685 | <location filename="../actionmanager.cpp" line="1268"/> |
2576 | cbradney | 3686 | <source>I&mage Visible</source> |
3687 | <translation>Bild an&zeigen</translation> |
||
3688 | </message> |
||
3689 | <message> |
||
10129 | cbradney | 3690 | <location filename="../actionmanager.cpp" line="1269"/> |
2576 | cbradney | 3691 | <source>&Update Image</source> |
3692 | <translation>Bild &aktualisieren</translation> |
||
3693 | </message> |
||
3694 | <message> |
||
10129 | cbradney | 3695 | <location filename="../actionmanager.cpp" line="1270"/> |
2576 | cbradney | 3696 | <source>Adjust Frame to Image</source> |
3697 | <translation>Rahmen an Bild anpassen</translation> |
||
3698 | </message> |
||
3699 | <message> |
||
10129 | cbradney | 3700 | <location filename="../actionmanager.cpp" line="1271"/> |
2576 | cbradney | 3701 | <source>Extended Image Properties</source> |
3426 | cbradney | 3702 | <translation>Erweiterte Bildeigenschaften</translation> |
2576 | cbradney | 3703 | </message> |
3704 | <message> |
||
10129 | cbradney | 3705 | <location filename="../actionmanager.cpp" line="1272"/> |
2576 | cbradney | 3706 | <source>&Low Resolution</source> |
3707 | <translation>&Niedrige Auflösung</translation> |
||
3708 | </message> |
||
3709 | <message> |
||
10129 | cbradney | 3710 | <location filename="../actionmanager.cpp" line="1273"/> |
2576 | cbradney | 3711 | <source>&Normal Resolution</source> |
3712 | <translation>Nor&male Auflösung</translation> |
||
3713 | </message> |
||
3714 | <message> |
||
10129 | cbradney | 3715 | <location filename="../actionmanager.cpp" line="1274"/> |
2576 | cbradney | 3716 | <source>&Full Resolution</source> |
3717 | <translation>&Hohe Auflösung</translation> |
||
3718 | </message> |
||
3719 | <message> |
||
10129 | cbradney | 3720 | <location filename="../actionmanager.cpp" line="1275"/> |
2576 | cbradney | 3721 | <source>Is PDF &Bookmark</source> |
3722 | <translation>Als PDF-&Lesezeichen verwenden</translation> |
||
3723 | </message> |
||
3724 | <message> |
||
10129 | cbradney | 3725 | <location filename="../actionmanager.cpp" line="1276"/> |
2576 | cbradney | 3726 | <source>Is PDF A&nnotation</source> |
3727 | <translation>Als PDF-&Anmerkung verwenden</translation> |
||
3728 | </message> |
||
3729 | <message> |
||
10129 | cbradney | 3730 | <location filename="../actionmanager.cpp" line="1277"/> |
2576 | cbradney | 3731 | <source>Annotation P&roperties</source> |
3732 | <translation>Eigenschaften der An&merkung</translation> |
||
3733 | </message> |
||
3734 | <message> |
||
10129 | cbradney | 3735 | <location filename="../actionmanager.cpp" line="1278"/> |
2576 | cbradney | 3736 | <source>Field P&roperties</source> |
3737 | <translation>&Eigenschaften des Feldes</translation> |
||
3738 | </message> |
||
3739 | <message> |
||
10129 | cbradney | 3740 | <location filename="../actionmanager.cpp" line="1279"/> |
2576 | cbradney | 3741 | <source>&Edit Shape...</source> |
3742 | <translation>&Form bearbeiten...</translation> |
||
3743 | </message> |
||
3744 | <message> |
||
10129 | cbradney | 3745 | <location filename="../actionmanager.cpp" line="1280"/> |
2576 | cbradney | 3746 | <source>&Attach Text to Path</source> |
3747 | <translation>Text an Pfad aus&richten</translation> |
||
3748 | </message> |
||
3749 | <message> |
||
10129 | cbradney | 3750 | <location filename="../actionmanager.cpp" line="1281"/> |
2576 | cbradney | 3751 | <source>&Detach Text from Path</source> |
3752 | <translation>Text von Pfad l&ösen</translation> |
||
3753 | </message> |
||
3754 | <message> |
||
10129 | cbradney | 3755 | <location filename="../actionmanager.cpp" line="1282"/> |
2576 | cbradney | 3756 | <source>&Combine Polygons</source> |
3757 | <translation>Polygone &kombinieren</translation> |
||
3758 | </message> |
||
3759 | <message> |
||
10129 | cbradney | 3760 | <location filename="../actionmanager.cpp" line="1283"/> |
2576 | cbradney | 3761 | <source>Split &Polygons</source> |
3762 | <translation>Polygone &teilen</translation> |
||
3763 | </message> |
||
3764 | <message> |
||
10129 | cbradney | 3765 | <location filename="../actionmanager.cpp" line="1355"/> |
2576 | cbradney | 3766 | <source>&Bezier Curve</source> |
7561 | mrdocs | 3767 | <translation>Bézier&kurve</translation> |
2576 | cbradney | 3768 | </message> |
3769 | <message> |
||
10129 | cbradney | 3770 | <location filename="../actionmanager.cpp" line="1350"/> |
2576 | cbradney | 3771 | <source>&Image Frame</source> |
7561 | mrdocs | 3772 | <translation>&Bildrahmen</translation> |
2576 | cbradney | 3773 | </message> |
3774 | <message> |
||
10129 | cbradney | 3775 | <location filename="../actionmanager.cpp" line="1353"/> |
2576 | cbradney | 3776 | <source>&Polygon</source> |
3777 | <translation>&Polygon</translation> |
||
3778 | </message> |
||
3779 | <message> |
||
10129 | cbradney | 3780 | <location filename="../actionmanager.cpp" line="1349"/> |