Rev 14459 | Rev 14746 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14459 | jghali | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!DOCTYPE TS> |
||
3 | <TS version="2.0" language="el" sourcelanguage="en_GB"> |
||
4 | <context> |
||
5 | <name></name> |
||
6 | <message> |
||
14489 | cbradney | 7 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="17"/> |
8 | <source>getColorNames() -> list |
||
9 | |||
10 | Returns a list containing the names of all defined colors in the document. |
||
11 | If no document is open, returns a list of the default document colors. |
||
14459 | jghali | 12 | </source> |
13 | <translation type="unfinished"></translation> |
||
14 | </message> |
||
15 | <message> |
||
14489 | cbradney | 16 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="27"/> |
17 | <source>getColor("name") -> tuple |
||
18 | |||
19 | Returns a tuple (C, M, Y, K) containing the four color components of the |
||
20 | color "name" from the current document. If no document is open, returns |
||
21 | the value of the named color from the default document colors. |
||
22 | |||
23 | May raise NotFoundError if the named color wasn't found. |
||
24 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 25 | </source> |
26 | <translation type="unfinished"></translation> |
||
27 | </message> |
||
28 | <message> |
||
14489 | cbradney | 29 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="41"/> |
30 | <source>getColorAsRGB("name") -> tuple |
||
31 | |||
32 | Returns a tuple (R,G,B) containing the three color components of the |
||
33 | color "name" from the current document, converted to the RGB color |
||
34 | space. If no document is open, returns the value of the named color |
||
35 | from the default document colors. |
||
36 | |||
37 | May raise NotFoundError if the named color wasn't found. |
||
38 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 39 | </source> |
40 | <translation type="unfinished"></translation> |
||
41 | </message> |
||
42 | <message> |
||
14489 | cbradney | 43 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="56"/> |
44 | <source>changeColor("name", c, m, y, k) |
||
45 | |||
46 | Changes the color "name" to the specified CMYK value. The color value is |
||
47 | defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black. |
||
48 | Color components should be in the range from 0 to 255. |
||
49 | |||
50 | May raise NotFoundError if the named color wasn't found. |
||
51 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 52 | </source> |
53 | <translation type="unfinished"></translation> |
||
54 | </message> |
||
55 | <message> |
||
14489 | cbradney | 56 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="70"/> |
57 | <source>defineColor("name", c, m, y, k) |
||
58 | |||
59 | Defines a new color "name". The color Value is defined via four components: |
||
60 | c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
||
61 | the range from 0 to 255. |
||
62 | |||
63 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 64 | </source> |
65 | <translation type="unfinished"></translation> |
||
66 | </message> |
||
67 | <message> |
||
14489 | cbradney | 68 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="83"/> |
69 | <source>deleteColor("name", "replace") |
||
70 | |||
71 | Deletes the color "name". Every occurence of that color is replaced by the |
||
72 | color "replace". If not specified, "replace" defaults to the color |
||
73 | "None" - transparent. |
||
74 | |||
75 | deleteColor works on the default document colors if there is no document open. |
||
76 | In that case, "replace", if specified, has no effect. |
||
77 | |||
78 | May raise NotFoundError if a named color wasn't found. |
||
79 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 80 | </source> |
81 | <translation type="unfinished"></translation> |
||
82 | </message> |
||
83 | <message> |
||
14489 | cbradney | 84 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="100"/> |
85 | <source>replaceColor("name", "replace") |
||
86 | |||
87 | Every occurence of the color "name" is replaced by the color "replace". |
||
88 | |||
89 | May raise NotFoundError if a named color wasn't found. |
||
90 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 91 | </source> |
92 | <translation type="unfinished"></translation> |
||
93 | </message> |
||
94 | <message> |
||
14489 | cbradney | 95 | <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="17"/> |
96 | <source>newDocDialog() -> bool |
||
97 | |||
98 | Displays the "New Document" dialog box. Creates a new document if the user |
||
99 | accepts the settings. Does not create a document if the user presses cancel. |
||
100 | Returns true if a new document was created. |
||
14459 | jghali | 101 | </source> |
102 | <translation type="unfinished"></translation> |
||
103 | </message> |
||
104 | <message> |
||
14489 | cbradney | 105 | <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="28"/> |
106 | <source>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
||
107 | |||
108 | Shows a File Open dialog box with the caption "caption". Files are filtered |
||
109 | with the filter string "filter". A default filename or file path can also |
||
110 | supplied, leave this string empty when you don't want to use it. A value of |
||
111 | True for haspreview enables a small preview widget in the FileSelect box. When |
||
112 | the issave parameter is set to True the dialog acts like a "Save As" dialog |
||
113 | otherwise it acts like a "File Open Dialog". When the isdir parameter is True |
||
114 | the dialog shows and returns only directories. The default for all of the |
||
115 | optional parameters is False. |
||
116 | |||
117 | The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
||
118 | For example 'Images (*.png *.xpm *.jpg)'. |
||
119 | |||
120 | Refer to the Qt-Documentation for QFileDialog for details on filters. |
||
121 | |||
122 | Example: fileDialog('Open input', 'CSV files (*.csv)') |
||
123 | Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
||
14459 | jghali | 124 | </source> |
125 | <translation type="unfinished"></translation> |
||
126 | </message> |
||
127 | <message> |
||
14489 | cbradney | 128 | <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="56"/> |
129 | <source>messageBox("caption", "message", |
||
130 | icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
||
131 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
||
132 | |||
133 | Displays a message box with the title "caption", the message "message", and |
||
134 | an icon "icon" and up to 3 buttons. By default no icon is used and a single |
||
135 | button, OK, is displayed. Only the caption and message arguments are required, |
||
136 | though setting an icon and appropriate button(s) is strongly |
||
137 | recommended. The message text may contain simple HTML-like markup. |
||
138 | |||
139 | Returns the number of the button the user pressed. Button numbers start |
||
140 | at 1. |
||
141 | |||
142 | For the icon and the button parameters there are predefined constants available |
||
143 | with the same names as in the Qt Documentation. These are the BUTTON_* and |
||
144 | ICON_* constants defined in the module. There are also two extra constants that |
||
145 | can be binary-ORed with button constants: |
||
146 | BUTTONOPT_DEFAULT Pressing enter presses this button. |
||
147 | BUTTONOPT_ESCAPE Pressing escape presses this button. |
||
148 | |||
149 | Usage examples: |
||
150 | result = messageBox('Script failed', |
||
151 | 'This script only works when you have a text frame selected.', |
||
152 | ICON_ERROR) |
||
153 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
||
154 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
||
155 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
156 | |||
157 | Defined button and icon constants: |
||
158 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
159 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
160 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
14459 | jghali | 161 | </source> |
162 | <translation type="unfinished"></translation> |
||
163 | </message> |
||
164 | <message> |
||
14489 | cbradney | 165 | <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="95"/> |
166 | <source>valueDialog(caption, message [,defaultvalue]) -> string |
||
167 | |||
168 | Shows the common 'Ask for string' dialog and returns its value as a string |
||
169 | Parameters: window title, text in the window and optional 'default' value. |
||
170 | |||
171 | Example: valueDialog('title', 'text in the window', 'optional') |
||
14459 | jghali | 172 | </source> |
173 | <translation type="unfinished"></translation> |
||
174 | </message> |
||
175 | <message> |
||
14489 | cbradney | 176 | <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="107"/> |
177 | <source>newStyleDialog() -> string |
||
178 | |||
179 | Shows 'Create new paragraph style' dialog. Function returns real |
||
180 | style name or None when user cancels the dialog. |
||
14459 | jghali | 181 | </source> |
182 | <translation type="unfinished"></translation> |
||
183 | </message> |
||
184 | <message> |
||
14489 | cbradney | 185 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="16"/> |
186 | <source>newDocument(size, margins, orientation, firstPageNumber, |
||
187 | unit, pagesType, firstPageOrder, numPages) -> bool |
||
188 | |||
189 | Creates a new document and returns true if successful. The parameters have the |
||
190 | following meaning: |
||
191 | |||
192 | size = A tuple (width, height) describing the size of the document. You can |
||
193 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
194 | |||
195 | margins = A tuple (left, right, top, bottom) describing the document |
||
196 | margins |
||
197 | |||
198 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
199 | |||
200 | firstPageNumer = is the number of the first page in the document used for |
||
201 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
202 | numbers if you're creating a document in several parts. |
||
203 | |||
204 | unit: this value sets the measurement units used by the document. Use a |
||
205 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
206 | UNIT_PICAS, UNIT_POINTS. |
||
207 | |||
208 | pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page, |
||
209 | PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and |
||
210 | PAGE_4 is 4-fold. |
||
211 | |||
212 | firstPageOrder = What is position of first page in the document. |
||
213 | Indexed from 0 (0 = first). |
||
214 | |||
215 | numPage = Number of pages to be created. |
||
216 | |||
217 | The values for width, height and the margins are expressed in the given unit |
||
218 | for the document. PAPER_* constants are expressed in points. If your document |
||
219 | is not in points, make sure to account for this. |
||
220 | |||
221 | example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
222 | PAGE_4, 3, 1) |
||
223 | |||
224 | May raise ScribusError if is firstPageOrder bigger than allowed by pagesType. |
||
14459 | jghali | 225 | </source> |
226 | <translation type="unfinished"></translation> |
||
227 | </message> |
||
228 | <message> |
||
14489 | cbradney | 229 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="62"/> |
230 | <source>newDoc(size, margins, orientation, firstPageNumber, |
||
231 | unit, facingPages, firstSideLeft) -> bool |
||
232 | |||
233 | WARNING: Obsolete procedure! Use newDocument instead. |
||
234 | |||
235 | Creates a new document and returns true if successful. The parameters have the |
||
236 | following meaning: |
||
237 | |||
238 | size = A tuple (width, height) describing the size of the document. You can |
||
239 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
240 | |||
241 | margins = A tuple (left, right, top, bottom) describing the document |
||
242 | margins |
||
243 | |||
244 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
245 | |||
246 | firstPageNumer = is the number of the first page in the document used for |
||
247 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
248 | numbers if you're creating a document in several parts. |
||
249 | |||
250 | unit: this value sets the measurement units used by the document. Use a |
||
251 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
252 | UNIT_PICAS, UNIT_POINTS. |
||
253 | |||
254 | facingPages = FACINGPAGES, NOFACINGPAGES |
||
255 | |||
256 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
257 | |||
258 | The values for width, height and the margins are expressed in the given unit |
||
259 | for the document. PAPER_* constants are expressed in points. If your document |
||
260 | is not in points, make sure to account for this. |
||
261 | |||
262 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
263 | FACINGPAGES, FIRSTPAGERIGHT) |
||
14459 | jghali | 264 | </source> |
265 | <translation type="unfinished"></translation> |
||
266 | </message> |
||
267 | <message> |
||
14489 | cbradney | 268 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="103"/> |
269 | <source>closeDoc() |
||
270 | |||
271 | Closes the current document without prompting to save. |
||
272 | |||
273 | May throw NoDocOpenError if there is no document to close |
||
14459 | jghali | 274 | </source> |
275 | <translation type="unfinished"></translation> |
||
276 | </message> |
||
277 | <message> |
||
14489 | cbradney | 278 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="114"/> |
279 | <source>haveDoc() -> bool |
||
280 | |||
281 | Returns true if there is a document open. |
||
14459 | jghali | 282 | </source> |
283 | <translation type="unfinished"></translation> |
||
284 | </message> |
||
285 | <message> |
||
14489 | cbradney | 286 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="123"/> |
287 | <source>openDoc("name") |
||
288 | |||
289 | Opens the document "name". |
||
290 | |||
291 | May raise ScribusError if the document could not be opened. |
||
14459 | jghali | 292 | </source> |
293 | <translation type="unfinished"></translation> |
||
294 | </message> |
||
295 | <message> |
||
14489 | cbradney | 296 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="134"/> |
297 | <source>saveDoc() |
||
298 | |||
299 | Saves the current document with its current name, returns true if successful. |
||
300 | If the document has not already been saved, this may bring up an interactive |
||
301 | save file dialog. |
||
302 | |||
303 | If the save fails, there is currently no way to tell. |
||
14459 | jghali | 304 | </source> |
305 | <translation type="unfinished"></translation> |
||
306 | </message> |
||
307 | <message> |
||
14489 | cbradney | 308 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="146"/> |
309 | <source>getDocName() -> string |
||
310 | |||
311 | Returns the name the document was saved under. |
||
312 | If the document was not saved before the name is empty. |
||
14459 | jghali | 313 | </source> |
314 | <translation type="unfinished"></translation> |
||
315 | </message> |
||
316 | <message> |
||
14489 | cbradney | 317 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="156"/> |
318 | <source>saveDocAs("name") |
||
319 | |||
320 | Saves the current document under the new name "name" (which may be a full or |
||
321 | relative path). |
||
322 | |||
323 | May raise ScribusError if the save fails. |
||
14459 | jghali | 324 | </source> |
325 | <translation type="unfinished"></translation> |
||
326 | </message> |
||
327 | <message> |
||
14489 | cbradney | 328 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="168"/> |
329 | <source>setInfo("author", "info", "description") -> bool |
||
330 | |||
331 | Sets the document information. "Author", "Info", "Description" are |
||
332 | strings. |
||
14459 | jghali | 333 | </source> |
334 | <translation type="unfinished"></translation> |
||
335 | </message> |
||
336 | <message> |
||
14489 | cbradney | 337 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="178"/> |
338 | <source>setMargins(lr, rr, tr, br) |
||
339 | |||
340 | Sets the margins of the document, Qt::DockLeft(lr), Qt::DockRight(rr), Qt::DockTop(tr) and Qt::DockBottom(br) |
||
341 | margins are given in the measurement units of the document - see UNIT_<type> |
||
342 | constants. |
||
14459 | jghali | 343 | </source> |
344 | <translation type="unfinished"></translation> |
||
345 | </message> |
||
346 | <message> |
||
14489 | cbradney | 347 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="189"/> |
348 | <source>setUnit(type) |
||
349 | |||
350 | Changes the measurement unit of the document. Possible values for "unit" are |
||
351 | defined as constants UNIT_<type>. |
||
352 | |||
353 | May raise ValueError if an invalid unit is passed. |
||
14459 | jghali | 354 | </source> |
355 | <translation type="unfinished"></translation> |
||
356 | </message> |
||
357 | <message> |
||
14489 | cbradney | 358 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="201"/> |
359 | <source>getUnit() -> integer (Scribus unit constant) |
||
360 | |||
361 | Returns the measurement units of the document. The returned value will be one |
||
362 | of the UNIT_* constants: |
||
363 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
14459 | jghali | 364 | </source> |
365 | <translation type="unfinished"></translation> |
||
366 | </message> |
||
367 | <message> |
||
14489 | cbradney | 368 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="212"/> |
369 | <source>loadStylesFromFile("filename") |
||
370 | |||
371 | Loads paragraph styles from the Scribus document at "filename" into the |
||
372 | current document. |
||
14459 | jghali | 373 | </source> |
374 | <translation type="unfinished"></translation> |
||
375 | </message> |
||
376 | <message> |
||
14489 | cbradney | 377 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="222"/> |
378 | <source>setDocType(facingPages, firstPageLeft) |
||
379 | |||
380 | Sets the document type. To get facing pages set the first parameter to |
||
381 | FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want |
||
382 | to be the first page a left side set the second parameter to FIRSTPAGELEFT, for |
||
383 | a right page use FIRSTPAGERIGHT. |
||
14459 | jghali | 384 | </source> |
385 | <translation type="unfinished"></translation> |
||
386 | </message> |
||
387 | <message> |
||
14489 | cbradney | 388 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="232"/> |
389 | <source>closeMasterPage() |
||
390 | |||
391 | Closes the currently active master page, if any, and returns editing |
||
392 | to normal. Begin editing with editMasterPage(). |
||
14459 | jghali | 393 | </source> |
394 | <translation type="unfinished"></translation> |
||
395 | </message> |
||
396 | <message> |
||
14489 | cbradney | 397 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="240"/> |
398 | <source>masterPageNames() |
||
399 | |||
400 | Returns a list of the names of all master pages in the document. |
||
14459 | jghali | 401 | </source> |
402 | <translation type="unfinished"></translation> |
||
403 | </message> |
||
404 | <message> |
||
14489 | cbradney | 405 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="247"/> |
406 | <source>editMasterPage(pageName) |
||
407 | |||
408 | Enables master page editing and opens the named master page |
||
409 | for editing. Finish editing with closeMasterPage(). |
||
14459 | jghali | 410 | </source> |
411 | <translation type="unfinished"></translation> |
||
412 | </message> |
||
413 | <message> |
||
14489 | cbradney | 414 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="255"/> |
415 | <source>createMasterPage(pageName) |
||
416 | |||
417 | Creates a new master page named pageName and opens it for |
||
418 | editing. |
||
14459 | jghali | 419 | </source> |
420 | <translation type="unfinished"></translation> |
||
421 | </message> |
||
422 | <message> |
||
14489 | cbradney | 423 | <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="263"/> |
424 | <source>deleteMasterPage(pageName) |
||
425 | |||
426 | Delete the named master page. |
||
14459 | jghali | 427 | </source> |
428 | <translation type="unfinished"></translation> |
||
429 | </message> |
||
430 | <message> |
||
14489 | cbradney | 431 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="17"/> |
432 | <source>getFillColor(["name"]) -> string |
||
433 | |||
434 | Returns the name of the fill color of the object "name". |
||
435 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 436 | </source> |
437 | <translation type="unfinished"></translation> |
||
438 | </message> |
||
439 | <message> |
||
14489 | cbradney | 440 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="27"/> |
441 | <source>getFillTransparency(["name"]) -> float |
||
442 | |||
443 | Returns the fill transparency of the object "name". If "name" |
||
444 | is not given the currently selected Item is used. |
||
14459 | jghali | 445 | </source> |
446 | <translation type="unfinished"></translation> |
||
447 | </message> |
||
448 | <message> |
||
14489 | cbradney | 449 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="37"/> |
450 | <source>getFillBlendmode(["name"]) -> integer |
||
451 | |||
452 | Returns the fill blendmode of the object "name". If "name" |
||
453 | is not given the currently selected Item is used. |
||
14459 | jghali | 454 | </source> |
455 | <translation type="unfinished"></translation> |
||
456 | </message> |
||
457 | <message> |
||
14489 | cbradney | 458 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="47"/> |
459 | <source>getLineColor(["name"]) -> string |
||
460 | |||
461 | Returns the name of the line color of the object "name". |
||
462 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 463 | </source> |
464 | <translation type="unfinished"></translation> |
||
465 | </message> |
||
466 | <message> |
||
14489 | cbradney | 467 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="57"/> |
468 | <source>getLineTransparency(["name"]) -> float |
||
469 | |||
470 | Returns the line transparency of the object "name". If "name" |
||
471 | is not given the currently selected Item is used. |
||
14459 | jghali | 472 | </source> |
473 | <translation type="unfinished"></translation> |
||
474 | </message> |
||
475 | <message> |
||
14489 | cbradney | 476 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="67"/> |
477 | <source>getLineBlendmode(["name"]) -> integer |
||
478 | |||
479 | Returns the line blendmode of the object "name". If "name" |
||
480 | is not given the currently selected Item is used. |
||
14459 | jghali | 481 | </source> |
482 | <translation type="unfinished"></translation> |
||
483 | </message> |
||
484 | <message> |
||
14489 | cbradney | 485 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="77"/> |
486 | <source>getLineWidth(["name"]) -> integer |
||
487 | |||
488 | Returns the line width of the object "name". If "name" |
||
489 | is not given the currently selected Item is used. |
||
14459 | jghali | 490 | </source> |
491 | <translation type="unfinished"></translation> |
||
492 | </message> |
||
493 | <message> |
||
14489 | cbradney | 494 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="87"/> |
495 | <source>getLineShade(["name"]) -> integer |
||
496 | |||
497 | Returns the shading value of the line color of the object "name". |
||
498 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 499 | </source> |
500 | <translation type="unfinished"></translation> |
||
501 | </message> |
||
502 | <message> |
||
14489 | cbradney | 503 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="97"/> |
504 | <source>getLineJoin(["name"]) -> integer (see constants) |
||
505 | |||
506 | Returns the line join style of the object "name". If "name" is not given |
||
507 | the currently selected item is used. The join types are: |
||
508 | JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
||
14459 | jghali | 509 | </source> |
510 | <translation type="unfinished"></translation> |
||
511 | </message> |
||
512 | <message> |
||
14489 | cbradney | 513 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="108"/> |
514 | <source>getLineEnd(["name"]) -> integer (see constants) |
||
515 | |||
516 | Returns the line cap style of the object "name". If "name" is not given the |
||
517 | currently selected item is used. The cap types are: |
||
518 | CAP_FLAT, CAP_ROUND, CAP_SQUARE |
||
14459 | jghali | 519 | </source> |
520 | <translation type="unfinished"></translation> |
||
521 | </message> |
||
522 | <message> |
||
14489 | cbradney | 523 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="119"/> |
524 | <source>getLineStyle(["name"]) -> integer (see constants) |
||
525 | |||
526 | Returns the line style of the object "name". If "name" is not given the |
||
527 | currently selected item is used. Line style constants are: |
||
528 | LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
||
14459 | jghali | 529 | </source> |
530 | <translation type="unfinished"></translation> |
||
531 | </message> |
||
532 | <message> |
||
14489 | cbradney | 533 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="130"/> |
534 | <source>getFillShade(["name"]) -> integer |
||
535 | |||
536 | Returns the shading value of the fill color of the object "name". |
||
537 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 538 | </source> |
539 | <translation type="unfinished"></translation> |
||
540 | </message> |
||
541 | <message> |
||
14489 | cbradney | 542 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="140"/> |
543 | <source>getCornerRadius(["name"]) -> integer |
||
544 | |||
545 | Returns the corner radius of the object "name". The radius is |
||
546 | expressed in points. If "name" is not given the currently |
||
547 | selected item is used. |
||
14459 | jghali | 548 | </source> |
549 | <translation type="unfinished"></translation> |
||
550 | </message> |
||
551 | <message> |
||
14489 | cbradney | 552 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="151"/> |
553 | <source>getImageScale(["name"]) -> (x,y) |
||
554 | |||
555 | Returns a (x, y) tuple containing the scaling values of the image frame |
||
556 | "name". If "name" is not given the currently selected item is used. |
||
14459 | jghali | 557 | </source> |
558 | <translation type="unfinished"></translation> |
||
559 | </message> |
||
560 | <message> |
||
14489 | cbradney | 561 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="161"/> |
562 | <source>getImageName(["name"]) -> string |
||
563 | |||
564 | Returns the filename for the image in the image frame. If "name" is not |
||
565 | given the currently selected item is used. |
||
14459 | jghali | 566 | </source> |
567 | <translation type="unfinished"></translation> |
||
568 | </message> |
||
569 | <message> |
||
14489 | cbradney | 570 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="171"/> |
571 | <source>getPosition(["name"]) -> (x,y) |
||
572 | |||
573 | Returns a (x, y) tuple with the position of the object "name". |
||
574 | If "name" is not given the currently selected item is used. |
||
575 | The position is expressed in the actual measurement unit of the document |
||
576 | - see UNIT_<type> for reference. |
||
14459 | jghali | 577 | </source> |
578 | <translation type="unfinished"></translation> |
||
579 | </message> |
||
580 | <message> |
||
14489 | cbradney | 581 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="183"/> |
582 | <source>getSize(["name"]) -> (width,height) |
||
583 | |||
584 | Returns a (width, height) tuple with the size of the object "name". |
||
585 | If "name" is not given the currently selected item is used. The size is |
||
586 | expressed in the current measurement unit of the document - see UNIT_<type> |
||
587 | for reference. |
||
14459 | jghali | 588 | </source> |
589 | <translation type="unfinished"></translation> |
||
590 | </message> |
||
591 | <message> |
||
14489 | cbradney | 592 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="195"/> |
593 | <source>getRotation(["name"]) -> integer |
||
594 | |||
595 | Returns the rotation of the object "name". The value is expressed in degrees, |
||
596 | and clockwise is positive. If "name" is not given the currently selected item |
||
597 | is used. |
||
14459 | jghali | 598 | </source> |
599 | <translation type="unfinished"></translation> |
||
600 | </message> |
||
601 | <message> |
||
14489 | cbradney | 602 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="206"/> |
603 | <source>getAllObjects() -> list |
||
604 | |||
605 | Returns a list containing the names of all objects on the current page. |
||
14459 | jghali | 606 | </source> |
607 | <translation type="unfinished"></translation> |
||
608 | </message> |
||
609 | <message> |
||
14489 | cbradney | 610 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="77"/> |
611 | <source>getPropertyCType(object, property, includesuper=True) |
||
612 | |||
613 | Returns the name of the C type of `property' of `object'. See getProperty() |
||
614 | for details of arguments. |
||
615 | |||
616 | If `includesuper' is true, search inherited properties too. |
||
14459 | jghali | 617 | </source> |
618 | <translation type="unfinished"></translation> |
||
619 | </message> |
||
620 | <message> |
||
14489 | cbradney | 621 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="96"/> |
622 | <source>getPropertyNames(object, includesuper=True) |
||
623 | |||
624 | Return a list of property names supported by `object'. |
||
625 | If `includesuper' is true, return properties supported |
||
626 | by parent classes as well. |
||
14459 | jghali | 627 | </source> |
628 | <translation type="unfinished"></translation> |
||
629 | </message> |
||
630 | <message> |
||
14489 | cbradney | 631 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="123"/> |
632 | <source>getProperty(object, property) |
||
633 | |||
634 | Return the value of the property `property' of the passed `object'. |
||
635 | |||
636 | The `object' argument may be a string, in which case the named PageItem |
||
637 | is searched for. It may also be a PyCObject, which may point to any |
||
638 | C++ QObject instance. |
||
639 | |||
640 | The `property' argument must be a string, and is the name of the property |
||
641 | to look up on `object'. |
||
642 | |||
643 | The return value varies depending on the type of the property. |
||
14459 | jghali | 644 | </source> |
645 | <translation type="unfinished"></translation> |
||
646 | </message> |
||
647 | <message> |
||
14489 | cbradney | 648 | <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="158"/> |
649 | <source>setProperty(object, property, value) |
||
650 | |||
651 | Set `property' of `object' to `value'. If `value' cannot be converted to a type |
||
652 | compatible with the type of `property', an exception is raised. An exception may |
||
653 | also be raised if the underlying setter fails. |
||
654 | |||
655 | See getProperty() for more information. |
||
14459 | jghali | 656 | </source> |
657 | <translation type="unfinished"></translation> |
||
658 | </message> |
||
659 | <message> |
||
14489 | cbradney | 660 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="17"/> |
661 | <source>moveObject(dx, dy [, "name"]) |
||
662 | |||
663 | Moves the object "name" by dx and dy relative to its current position. The |
||
664 | distances are expressed in the current measurement unit of the document (see |
||
665 | UNIT constants). If "name" is not given the currently selected item is used. |
||
666 | If the object "name" belongs to a group, the whole group is moved. |
||
14459 | jghali | 667 | </source> |
668 | <translation type="unfinished"></translation> |
||
669 | </message> |
||
670 | <message> |
||
14489 | cbradney | 671 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="29"/> |
672 | <source>moveObjectAbs(x, y [, "name"]) |
||
673 | |||
674 | Moves the object "name" to a new location. The coordinates are expressed in |
||
675 | the current measurement unit of the document (see UNIT constants). If "name" |
||
676 | is not given the currently selected item is used. If the object "name" |
||
677 | belongs to a group, the whole group is moved. |
||
14459 | jghali | 678 | </source> |
679 | <translation type="unfinished"></translation> |
||
680 | </message> |
||
681 | <message> |
||
14489 | cbradney | 682 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="41"/> |
683 | <source>rotateObject(rot [, "name"]) |
||
684 | |||
685 | Rotates the object "name" by "rot" degrees relatively. The object is |
||
686 | rotated by the vertex that is currently selected as the rotation point - by |
||
687 | default, the top left vertex at zero rotation. Positive values mean counter |
||
688 | clockwise rotation when the default rotation point is used. If "name" is not |
||
689 | given the currently selected item is used. |
||
14459 | jghali | 690 | </source> |
691 | <translation type="unfinished"></translation> |
||
692 | </message> |
||
693 | <message> |
||
14489 | cbradney | 694 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="54"/> |
695 | <source>rotateObjectAbs(rot [, "name"]) |
||
696 | |||
697 | Sets the rotation of the object "name" to "rot". Positive values |
||
698 | mean counter clockwise rotation. If "name" is not given the currently |
||
699 | selected item is used. |
||
14459 | jghali | 700 | </source> |
701 | <translation type="unfinished"></translation> |
||
702 | </message> |
||
703 | <message> |
||
14489 | cbradney | 704 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="65"/> |
705 | <source>sizeObject(width, height [, "name"]) |
||
706 | |||
707 | Resizes the object "name" to the given width and height. If "name" |
||
708 | is not given the currently selected item is used. |
||
14459 | jghali | 709 | </source> |
710 | <translation type="unfinished"></translation> |
||
711 | </message> |
||
712 | <message> |
||
14489 | cbradney | 713 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="75"/> |
714 | <source>getSelectedObject([nr]) -> string |
||
715 | |||
716 | Returns the name of the selected object. "nr" if given indicates the number |
||
717 | of the selected object, e.g. 0 means the first selected object, 1 means the |
||
718 | second selected Object and so on. |
||
14459 | jghali | 719 | </source> |
720 | <translation type="unfinished"></translation> |
||
721 | </message> |
||
722 | <message> |
||
14489 | cbradney | 723 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="86"/> |
724 | <source>selectionCount() -> integer |
||
725 | |||
726 | Returns the number of selected objects. |
||
14459 | jghali | 727 | </source> |
728 | <translation type="unfinished"></translation> |
||
729 | </message> |
||
730 | <message> |
||
14489 | cbradney | 731 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="95"/> |
732 | <source>selectObject("name") |
||
733 | |||
734 | Selects the object with the given "name". |
||
14459 | jghali | 735 | </source> |
736 | <translation type="unfinished"></translation> |
||
737 | </message> |
||
738 | <message> |
||
14489 | cbradney | 739 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="104"/> |
740 | <source>deselectAll() |
||
741 | |||
742 | Deselects all objects in the whole document. |
||
14459 | jghali | 743 | </source> |
744 | <translation type="unfinished"></translation> |
||
745 | </message> |
||
746 | <message> |
||
14489 | cbradney | 747 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="113"/> |
748 | <source>groupObjects(list) |
||
749 | |||
750 | Groups the objects named in "list" together. "list" must contain the names |
||
751 | of the objects to be grouped. If "list" is not given the currently selected |
||
752 | items are used. |
||
753 | </source> |
||
754 | <translation type="unfinished"></translation> |
||
755 | </message> |
||
756 | <message> |
||
757 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="124"/> |
||
758 | <source>unGroupObjects("name") |
||
759 | |||
14459 | jghali | 760 | Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source> |
761 | <translation type="unfinished"></translation> |
||
762 | </message> |
||
763 | <message> |
||
14489 | cbradney | 764 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="132"/> |
765 | <source>scaleGroup(factor [,"name"]) |
||
766 | |||
767 | Scales the group the object "name" belongs to. Values greater than 1 enlarge |
||
768 | the group, values smaller than 1 make the group smaller e.g a value of 0.5 |
||
769 | scales the group to 50 % of its original size, a value of 1.5 scales the group |
||
770 | to 150 % of its original size. The value for "factor" must be greater than |
||
771 | 0. If "name" is not given the currently selected item is used. |
||
772 | |||
773 | May raise ValueError if an invalid scale factor is passed. |
||
14459 | jghali | 774 | </source> |
775 | <translation type="unfinished"></translation> |
||
776 | </message> |
||
777 | <message> |
||
14489 | cbradney | 778 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="147"/> |
779 | <source>loadImage("filename" [, "name"]) |
||
780 | |||
781 | Loads the picture "picture" into the image frame "name". If "name" is |
||
782 | not given the currently selected item is used. |
||
783 | |||
784 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
14459 | jghali | 785 | </source> |
786 | <translation type="unfinished"></translation> |
||
787 | </message> |
||
788 | <message> |
||
14489 | cbradney | 789 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="186"/> |
790 | <source>lockObject(["name"]) -> bool |
||
791 | |||
792 | Locks the object "name" if it's unlocked or unlock it if it's locked. |
||
793 | If "name" is not given the currently selected item is used. Returns true |
||
794 | if locked. |
||
14459 | jghali | 795 | </source> |
796 | <translation type="unfinished"></translation> |
||
797 | </message> |
||
798 | <message> |
||
14489 | cbradney | 799 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="197"/> |
800 | <source>isLocked(["name"]) -> bool |
||
801 | |||
802 | Returns true if is the object "name" locked. If "name" is not given the |
||
803 | currently selected item is used. |
||
14459 | jghali | 804 | </source> |
805 | <translation type="unfinished"></translation> |
||
806 | </message> |
||
807 | <message> |
||
14489 | cbradney | 808 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="206"/> |
809 | <source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
||
810 | |||
811 | Sets the scale to frame on the selected or specified image frame to `scaletoframe'. |
||
812 | If `proportional' is specified, set fixed aspect ratio scaling to `proportional'. |
||
813 | Both `scaletoframe' and `proportional' are boolean. |
||
814 | |||
815 | May raise WrongFrameTypeError. |
||
14459 | jghali | 816 | </source> |
817 | <translation type="unfinished"></translation> |
||
818 | </message> |
||
819 | <message> |
||
14489 | cbradney | 820 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="19"/> |
821 | <source>setRedraw(bool) |
||
822 | |||
823 | Disables page redraw when bool = False, otherwise redrawing is enabled. |
||
824 | This change will persist even after the script exits, so make sure to call |
||
825 | setRedraw(True) in a finally: clause at the top level of your script. |
||
14459 | jghali | 826 | </source> |
827 | <translation type="unfinished"></translation> |
||
828 | </message> |
||
829 | <message> |
||
14489 | cbradney | 830 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="30"/> |
831 | <source>getFontNames() -> list |
||
832 | |||
833 | Returns a list with the names of all available fonts. |
||
14459 | jghali | 834 | </source> |
835 | <translation type="unfinished"></translation> |
||
836 | </message> |
||
837 | <message> |
||
14489 | cbradney | 838 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="39"/> |
839 | <source>getXFontNames() -> list of tuples |
||
840 | |||
841 | Returns a larger font info. It's a list of the tuples with: |
||
842 | [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ] |
||
14459 | jghali | 843 | </source> |
844 | <translation type="unfinished"></translation> |
||
845 | </message> |
||
846 | <message> |
||
14489 | cbradney | 847 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="52"/> |
848 | <source>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
||
849 | |||
850 | Creates an image preview of font "name" with given text "sample" and size. |
||
851 | If "filename" is not "", image is saved into "filename". Otherwise |
||
852 | image data is returned as a string. The optional "format" argument |
||
853 | specifies the image format to generate, and supports any format allowed |
||
854 | by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM. |
||
855 | |||
856 | May raise NotFoundError if the specified font can't be found. |
||
857 | May raise ValueError if an empty sample or filename is passed. |
||
14459 | jghali | 858 | </source> |
859 | <translation type="unfinished"></translation> |
||
860 | </message> |
||
861 | <message> |
||
14489 | cbradney | 862 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="68"/> |
863 | <source>getLayers() -> list |
||
864 | |||
865 | Returns a list with the names of all defined layers. |
||
14459 | jghali | 866 | </source> |
867 | <translation type="unfinished"></translation> |
||
868 | </message> |
||
869 | <message> |
||
14489 | cbradney | 870 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="77"/> |
871 | <source>setActiveLayer("name") |
||
872 | |||
873 | Sets the active layer to the layer named "name". |
||
874 | |||
875 | May raise NotFoundError if the layer can't be found. |
||
876 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 877 | </source> |
878 | <translation type="unfinished"></translation> |
||
879 | </message> |
||
880 | <message> |
||
14489 | cbradney | 881 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="89"/> |
882 | <source>getActiveLayer() -> string |
||
883 | |||
884 | Returns the name of the current active layer. |
||
14459 | jghali | 885 | </source> |
886 | <translation type="unfinished"></translation> |
||
887 | </message> |
||
888 | <message> |
||
14489 | cbradney | 889 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="98"/> |
890 | <source>sentToLayer("layer" [, "name"]) |
||
891 | |||
892 | Sends the object "name" to the layer "layer". The layer must exist. |
||
893 | If "name" is not given the currently selected item is used. |
||
894 | |||
895 | May raise NotFoundError if the layer can't be found. |
||
896 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 897 | </source> |
898 | <translation type="unfinished"></translation> |
||
899 | </message> |
||
900 | <message> |
||
14489 | cbradney | 901 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="111"/> |
902 | <source>setLayerVisible("layer", visible) |
||
903 | |||
904 | Sets the layer "layer" to be visible or not. If is the visible set to false |
||
905 | the layer is invisible. |
||
906 | |||
907 | May raise NotFoundError if the layer can't be found. |
||
908 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 909 | </source> |
910 | <translation type="unfinished"></translation> |
||
911 | </message> |
||
912 | <message> |
||
14489 | cbradney | 913 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="124"/> |
914 | <source>setLayerPrintable("layer", printable) |
||
915 | |||
916 | Sets the layer "layer" to be printable or not. If is the |
||
917 | printable set to false the layer won't be printed. |
||
918 | |||
919 | May raise NotFoundError if the layer can't be found. |
||
920 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 921 | </source> |
922 | <translation type="unfinished"></translation> |
||
923 | </message> |
||
924 | <message> |
||
14489 | cbradney | 925 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="137"/> |
926 | <source>setLayerLocked("layer", locked) |
||
927 | |||
928 | Sets the layer "layer" to be locked or not. If locked is set to |
||
929 | true the layer will be locked. |
||
930 | |||
931 | May raise NotFoundError if the layer can't be found. |
||
932 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 933 | </source> |
934 | <translation type="unfinished"></translation> |
||
935 | </message> |
||
936 | <message> |
||
14489 | cbradney | 937 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="150"/> |
938 | <source>setLayerOutlined("layer", outline) |
||
939 | |||
940 | Sets the layer "layer" to be locked or not. If outline is set to |
||
941 | true the layer will be displayed outlined. |
||
942 | |||
943 | May raise NotFoundError if the layer can't be found. |
||
944 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 945 | </source> |
946 | <translation type="unfinished"></translation> |
||
947 | </message> |
||
948 | <message> |
||
14489 | cbradney | 949 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="163"/> |
950 | <source>setLayerFlow("layer", flow) |
||
951 | |||
952 | Sets the layers "layer" flowcontrol to flow. If flow is set to |
||
953 | true text in layers above this one will flow around objects on this layer. |
||
954 | |||
955 | May raise NotFoundError if the layer can't be found. |
||
956 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 957 | </source> |
958 | <translation type="unfinished"></translation> |
||
959 | </message> |
||
960 | <message> |
||
14489 | cbradney | 961 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="176"/> |
962 | <source>setLayerBlendmode("layer", blend) |
||
963 | |||
964 | Sets the layers "layer" blendmode to blend. |
||
965 | |||
966 | May raise NotFoundError if the layer can't be found. |
||
967 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 968 | </source> |
969 | <translation type="unfinished"></translation> |
||
970 | </message> |
||
971 | <message> |
||
14489 | cbradney | 972 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="188"/> |
973 | <source>setLayerTransparency("layer", trans) |
||
974 | |||
975 | Sets the layers "layer" transparency to trans. |
||
976 | |||
977 | May raise NotFoundError if the layer can't be found. |
||
978 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 979 | </source> |
980 | <translation type="unfinished"></translation> |
||
981 | </message> |
||
982 | <message> |
||
14489 | cbradney | 983 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="200"/> |
984 | <source>isLayerVisible("layer") -> bool |
||
985 | |||
986 | Returns whether the layer "layer" is visible or not, a value of True means |
||
987 | that the layer "layer" is visible, a value of False means that the layer |
||
988 | "layer" is invisible. |
||
989 | |||
990 | May raise NotFoundError if the layer can't be found. |
||
991 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 992 | </source> |
993 | <translation type="unfinished"></translation> |
||
994 | </message> |
||
995 | <message> |
||
14489 | cbradney | 996 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="214"/> |
997 | <source>isLayerPrintable("layer") -> bool |
||
998 | |||
999 | Returns whether the layer "layer" is printable or not, a value of True means |
||
1000 | that the layer "layer" can be printed, a value of False means that printing |
||
1001 | the layer "layer" is disabled. |
||
1002 | |||
1003 | May raise NotFoundError if the layer can't be found. |
||
1004 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1005 | </source> |
1006 | <translation type="unfinished"></translation> |
||
1007 | </message> |
||
1008 | <message> |
||
14489 | cbradney | 1009 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="228"/> |
1010 | <source>isLayerLocked("layer") -> bool |
||
1011 | |||
1012 | Returns whether the layer "layer" is locked or not, a value of True means |
||
1013 | that the layer "layer" is editable, a value of False means that the layer |
||
1014 | "layer" is locked. |
||
1015 | |||
1016 | May raise NotFoundError if the layer can't be found. |
||
1017 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1018 | </source> |
1019 | <translation type="unfinished"></translation> |
||
1020 | </message> |
||
1021 | <message> |
||
14489 | cbradney | 1022 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="242"/> |
1023 | <source>isLayerOutlined("layer") -> bool |
||
1024 | |||
1025 | Returns whether the layer "layer" is outlined or not, a value of True means |
||
1026 | that the layer "layer" is outlined, a value of False means that the layer |
||
1027 | "layer" is normal. |
||
1028 | |||
1029 | May raise NotFoundError if the layer can't be found. |
||
1030 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1031 | </source> |
1032 | <translation type="unfinished"></translation> |
||
1033 | </message> |
||
1034 | <message> |
||
14489 | cbradney | 1035 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="256"/> |
1036 | <source>isLayerFlow("layer") -> bool |
||
1037 | |||
1038 | Returns whether text flows around objects on layer "layer", a value of True means |
||
1039 | that text flows around, a value of False means that the text does not flow around. |
||
1040 | |||
1041 | May raise NotFoundError if the layer can't be found. |
||
1042 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1043 | </source> |
1044 | <translation type="unfinished"></translation> |
||
1045 | </message> |
||
1046 | <message> |
||
14489 | cbradney | 1047 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="269"/> |
1048 | <source>getLayerBlendmode("layer") -> int |
||
1049 | |||
1050 | Returns the "layer" layer blendmode, |
||
1051 | |||
1052 | May raise NotFoundError if the layer can't be found. |
||
1053 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1054 | </source> |
1055 | <translation type="unfinished"></translation> |
||
1056 | </message> |
||
1057 | <message> |
||
14489 | cbradney | 1058 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="281"/> |
1059 | <source>getLayerTransparency("layer") -> float |
||
1060 | |||
1061 | Returns the "layer" layer transparency, |
||
1062 | |||
1063 | May raise NotFoundError if the layer can't be found. |
||
1064 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1065 | </source> |
1066 | <translation type="unfinished"></translation> |
||
1067 | </message> |
||
1068 | <message> |
||
14489 | cbradney | 1069 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="293"/> |
1070 | <source>deleteLayer("layer") |
||
1071 | |||
1072 | Deletes the layer with the name "layer". Nothing happens if the layer doesn't |
||
1073 | exists or if it's the only layer in the document. |
||
1074 | |||
1075 | May raise NotFoundError if the layer can't be found. |
||
1076 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1077 | </source> |
1078 | <translation type="unfinished"></translation> |
||
1079 | </message> |
||
1080 | <message> |
||
14489 | cbradney | 1081 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="306"/> |
1082 | <source>createLayer(layer) |
||
1083 | |||
1084 | Creates a new layer with the name "name". |
||
1085 | |||
1086 | May raise ValueError if the layer name isn't acceptable. |
||
14459 | jghali | 1087 | </source> |
1088 | <translation type="unfinished"></translation> |
||
1089 | </message> |
||
1090 | <message> |
||
14489 | cbradney | 1091 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="317"/> |
1092 | <source>getGuiLanguage() -> string |
||
1093 | |||
1094 | Returns a string with the -lang value. |
||
14459 | jghali | 1095 | </source> |
1096 | <translation type="unfinished"></translation> |
||
1097 | </message> |
||
1098 | <message> |
||
14489 | cbradney | 1099 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="326"/> |
1100 | <source>moveSelectionToFront() |
||
1101 | |||
1102 | Moves current selection to front. |
||
14459 | jghali | 1103 | </source> |
1104 | <translation type="unfinished"></translation> |
||
1105 | </message> |
||
1106 | <message> |
||
14489 | cbradney | 1107 | <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="335"/> |
1108 | <source>moveSelectionToFront() |
||
1109 | |||
1110 | Moves current selection to back. |
||
14459 | jghali | 1111 | </source> |
1112 | <translation type="unfinished"></translation> |
||
1113 | </message> |
||
1114 | <message> |
||
14489 | cbradney | 1115 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="17"/> |
1116 | <source>createRect(x, y, width, height, ["name"]) -> string |
||
1117 | |||
1118 | Creates a new rectangle on the current page and returns its name. The |
||
1119 | coordinates are given in the current measurement units of the document |
||
1120 | (see UNIT constants). "name" should be a unique identifier for the object |
||
1121 | because you need this name to reference that object in future. If "name" |
||
1122 | is not given Scribus will create one for you. |
||
1123 | |||
1124 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
14459 | jghali | 1125 | </source> |
1126 | <translation type="unfinished"></translation> |
||
1127 | </message> |
||
1128 | <message> |
||
14489 | cbradney | 1129 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="34"/> |
1130 | <source>createEllipse(x, y, width, height, ["name"]) -> string |
||
1131 | |||
1132 | Creates a new ellipse on the current page and returns its name. |
||
1133 | The coordinates are given in the current measurement units of the document |
||
1134 | (see UNIT constants). "name" should be a unique identifier for the object |
||
1135 | because you need this name for further referencing of that object. If "name" |
||
1136 | is not given Scribus will create one for you. |
||
1137 | |||
1138 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
14459 | jghali | 1139 | </source> |
1140 | <translation type="unfinished"></translation> |
||
1141 | </message> |
||
1142 | <message> |
||
14489 | cbradney | 1143 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="51"/> |
1144 | <source>createImage(x, y, width, height, ["name"]) -> string |
||
1145 | |||
1146 | Creates a new picture frame on the current page and returns its name. The |
||
1147 | coordinates are given in the current measurement units of the document. |
||
1148 | "name" should be a unique identifier for the object because you need this |
||
1149 | name for further access to that object. If "name" is not given Scribus will |
||
1150 | create one for you. |
||
1151 | |||
1152 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
14459 | jghali | 1153 | </source> |
1154 | <translation type="unfinished"></translation> |
||
1155 | </message> |
||
1156 | <message> |
||
14489 | cbradney | 1157 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="66"/> |
1158 | <source>createText(x, y, width, height, ["name"]) -> string |
||
1159 | |||
1160 | Creates a new text frame on the actual page and returns its name. |
||
1161 | The coordinates are given in the actual measurement unit of the document (see |
||
1162 | UNIT constants). "name" should be a unique identifier for the object because |
||
1163 | you need this name for further referencing of that object. If "name" is not |
||
1164 | given Scribus will create one for you. |
||
1165 | |||
1166 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
14459 | jghali | 1167 | </source> |
1168 | <translation type="unfinished"></translation> |
||
1169 | </message> |
||
1170 | <message> |
||
14489 | cbradney | 1171 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="81"/> |
1172 | <source>createLine(x1, y1, x2, y2, ["name"]) -> string |
||
1173 | |||
1174 | Creates a new line from the point(x1, y1) to the point(x2, y2) and returns |
||
1175 | its name. The coordinates are given in the current measurement unit of the |
||
1176 | document (see UNIT constants). "name" should be a unique identifier for the |
||
1177 | object because you need this name for further access to that object. If |
||
1178 | "name" is not given Scribus will create one for you. |
||
1179 | |||
1180 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
14459 | jghali | 1181 | </source> |
1182 | <translation type="unfinished"></translation> |
||
1183 | </message> |
||
1184 | <message> |
||
14489 | cbradney | 1185 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="96"/> |
1186 | <source>createPolyLine(list, ["name"]) -> string |
||
1187 | |||
1188 | Creates a new polyline and returns its name. The points for the polyline are |
||
1189 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1190 | The coordinates are given in the current measurement units of the document (see |
||
1191 | UNIT constants). "name" should be a unique identifier for the object because |
||
1192 | you need this name for further access to that object. If "name" is not given |
||
1193 | Scribus will create one 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. |
||
14459 | jghali | 1198 | </source> |
1199 | <translation type="unfinished"></translation> |
||
1200 | </message> |
||
1201 | <message> |
||
14489 | cbradney | 1202 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="114"/> |
1203 | <source>createPolygon(list, ["name"]) -> string |
||
1204 | |||
1205 | Creates a new polygon and returns its name. The points for the polygon are |
||
1206 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1207 | At least three points are required. There is no need to repeat the first point |
||
1208 | to close the polygon. The polygon is automatically closed by connecting the |
||
1209 | first and the last point. The coordinates are given in the current measurement |
||
1210 | units of the document (see UNIT constants). "name" should be a unique |
||
1211 | identifier for the object because you need this name for further access to that |
||
1212 | object. If "name" is not given Scribus will create one for you. |
||
1213 | |||
1214 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1215 | May raise ValueError if an insufficient number of points is passed or if |
||
1216 | the number of values passed don't group into points without leftovers. |
||
14459 | jghali | 1217 | </source> |
1218 | <translation type="unfinished"></translation> |
||
1219 | </message> |
||
1220 | <message> |
||
14489 | cbradney | 1221 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="134"/> |
1222 | <source>createBezierLine(list, ["name"]) -> string |
||
1223 | |||
1224 | Creates a new bezier curve and returns its name. The points for the bezier |
||
1225 | curve are stored in the list "list" in the following order: |
||
1226 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] |
||
1227 | In the points list, x and y mean the x and y coordinates of the point and kx |
||
1228 | and ky meaning the control point for the curve. The coordinates are given in |
||
1229 | the current measurement units of the document (see UNIT constants). "name" |
||
1230 | should be a unique identifier for the object because you need this name for |
||
1231 | further access to that object. If "name" is not given Scribus will create one |
||
1232 | for you. |
||
1233 | |||
1234 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1235 | May raise ValueError if an insufficient number of points is passed or if |
||
1236 | the number of values passed don't group into points without leftovers. |
||
14459 | jghali | 1237 | </source> |
1238 | <translation type="unfinished"></translation> |
||
1239 | </message> |
||
1240 | <message> |
||
14489 | cbradney | 1241 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="155"/> |
1242 | <source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
||
1243 | |||
1244 | Creates a new pathText by merging the two objects "textbox" and |
||
1245 | "beziercurve" and returns its name. The coordinates are given in the current |
||
1246 | measurement unit of the document (see UNIT constants). "name" should be a |
||
1247 | unique identifier for the object because you need this name for further access |
||
1248 | to that object. If "name" is not given Scribus will create one for you. |
||
1249 | |||
1250 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1251 | May raise NotFoundError if one or both of the named base object don't exist. |
||
14459 | jghali | 1252 | </source> |
1253 | <translation type="unfinished"></translation> |
||
1254 | </message> |
||
1255 | <message> |
||
14489 | cbradney | 1256 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="173"/> |
1257 | <source>deleteObject(["name"]) |
||
1258 | |||
1259 | Deletes the item with the name "name". If "name" is not given the currently |
||
1260 | selected item is deleted. |
||
14459 | jghali | 1261 | </source> |
1262 | <translation type="unfinished"></translation> |
||
1263 | </message> |
||
1264 | <message> |
||
14489 | cbradney | 1265 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="184"/> |
1266 | <source>textFlowMode("name" [, state]) |
||
1267 | |||
1268 | Enables/disables "Text Flows Around Frame" feature for object "name". |
||
1269 | Called with parameters string name and optional int "state" (0 <= state <= 3). |
||
1270 | Setting "state" to 0 will disable text flow. |
||
1271 | Setting "state" to 1 will make text flow around object frame. |
||
1272 | Setting "state" to 2 will make text flow around bounding box. |
||
1273 | Setting "state" to 3 will make text flow around contour line. |
||
1274 | If "state" is not passed, text flow is toggled. |
||
14459 | jghali | 1275 | </source> |
1276 | <translation type="unfinished"></translation> |
||
1277 | </message> |
||
1278 | <message> |
||
14489 | cbradney | 1279 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="206"/> |
1280 | <source>objectExists(["name"]) -> bool |
||
1281 | |||
1282 | Test if an object with specified name really exists in the document. |
||
1283 | The optional parameter is the object name. When no object name is given, |
||
1284 | returns True if there is something selected. |
||
14459 | jghali | 1285 | </source> |
1286 | <translation type="unfinished"></translation> |
||
1287 | </message> |
||
1288 | <message> |
||
14489 | cbradney | 1289 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="223"/> |
1290 | <source>setStyle("style" [, "name"]) |
||
1291 | |||
1292 | Apply the named "style" to the object named "name". If is no object name |
||
1293 | given, it's applied on the selected object. |
||
14459 | jghali | 1294 | </source> |
1295 | <translation type="unfinished"></translation> |
||
1296 | </message> |
||
1297 | <message> |
||
14489 | cbradney | 1298 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="237"/> |
1299 | <source>getAllStyles() -> list |
||
1300 | |||
1301 | Return a list of the names of all paragraph styles in the current document. |
||
14459 | jghali | 1302 | </source> |
1303 | <translation type="unfinished"></translation> |
||
1304 | </message> |
||
1305 | <message> |
||
14489 | cbradney | 1306 | <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="249"/> |
1307 | <source>duplicateObject(["name"]) -> string |
||
1308 | |||
1309 | creates a Duplicate of the selected Object (or Selection Group). |
||
14459 | jghali | 1310 | </source> |
1311 | <translation type="unfinished"></translation> |
||
1312 | </message> |
||
1313 | <message> |
||
14489 | cbradney | 1314 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="17"/> |
1315 | <source>newPage(where [,"masterpage"]) |
||
1316 | |||
1317 | Creates a new page. If "where" is -1 the new Page is appended to the |
||
1318 | document, otherwise the new page is inserted before "where". Page numbers are |
||
1319 | counted from 1 upwards, no matter what the displayed first page number of your |
||
1320 | document is. The optional parameter "masterpage" specifies the name of the |
||
1321 | master page for the new page. |
||
1322 | |||
1323 | May raise IndexError if the page number is out of range |
||
14459 | jghali | 1324 | </source> |
1325 | <translation type="unfinished"></translation> |
||
1326 | </message> |
||
1327 | <message> |
||
14489 | cbradney | 1328 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="32"/> |
1329 | <source>currentPage() -> integer |
||
1330 | |||
1331 | Returns the number of the current working page. Page numbers are counted from 1 |
||
1332 | upwards, no matter what the displayed first page number of your document is. |
||
14459 | jghali | 1333 | </source> |
1334 | <translation type="unfinished"></translation> |
||
1335 | </message> |
||
1336 | <message> |
||
14489 | cbradney | 1337 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="42"/> |
1338 | <source>redrawAll() |
||
1339 | |||
1340 | Redraws all pages. |
||
14459 | jghali | 1341 | </source> |
1342 | <translation type="unfinished"></translation> |
||
1343 | </message> |
||
1344 | <message> |
||
14489 | cbradney | 1345 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="51"/> |
1346 | <source>getPageType() -> integer |
||
1347 | |||
1348 | Returns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page |
||
14459 | jghali | 1349 | </source> |
1350 | <translation type="unfinished"></translation> |
||
1351 | </message> |
||
1352 | <message> |
||
14489 | cbradney | 1353 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="60"/> |
1354 | <source>savePageAsEPS("name") |
||
1355 | |||
1356 | Saves the current page as an EPS to the file "name". |
||
1357 | |||
1358 | May raise ScribusError if the save failed. |
||
14459 | jghali | 1359 | </source> |
1360 | <translation type="unfinished"></translation> |
||
1361 | </message> |
||
1362 | <message> |
||
14489 | cbradney | 1363 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="71"/> |
1364 | <source>deletePage(nr) |
||
1365 | |||
1366 | Deletes the given page. Does nothing if the document contains only one page. |
||
1367 | Page numbers are counted from 1 upwards, no matter what the displayed first |
||
1368 | page number is. |
||
1369 | |||
1370 | May raise IndexError if the page number is out of range |
||
14459 | jghali | 1371 | </source> |
1372 | <translation type="unfinished"></translation> |
||
1373 | </message> |
||
1374 | <message> |
||
14489 | cbradney | 1375 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="84"/> |
1376 | <source>gotoPage(nr) |
||
1377 | |||
1378 | Moves to the page "nr" (that is, makes the current page "nr"). Note that |
||
1379 | gotoPage doesn't (currently) change the page the user's view is displaying, it |
||
1380 | just sets the page that script commands will operates on. |
||
1381 | |||
1382 | May raise IndexError if the page number is out of range. |
||
14459 | jghali | 1383 | </source> |
1384 | <translation type="unfinished"></translation> |
||
1385 | </message> |
||
1386 | <message> |
||
14489 | cbradney | 1387 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="97"/> |
1388 | <source>pageCount() -> integer |
||
1389 | |||
1390 | Returns the number of pages in the document. |
||
14459 | jghali | 1391 | </source> |
1392 | <translation type="unfinished"></translation> |
||
1393 | </message> |
||
1394 | <message> |
||
14489 | cbradney | 1395 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="106"/> |
1396 | <source>getHGuides() -> list |
||
1397 | |||
1398 | Returns a list containing positions of the horizontal guides. Values are in the |
||
1399 | document's current units - see UNIT_<type> constants. |
||
14459 | jghali | 1400 | </source> |
1401 | <translation type="unfinished"></translation> |
||
1402 | </message> |
||
1403 | <message> |
||
14489 | cbradney | 1404 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="116"/> |
1405 | <source>setHGuides(list) |
||
1406 | |||
1407 | Sets horizontal guides. Input parameter must be a list of guide positions |
||
1408 | measured in the current document units - see UNIT_<type> constants. |
||
1409 | |||
1410 | Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost |
||
1411 | setHGuides([90,250]) # replace current guides entirely |
||
14459 | jghali | 1412 | </source> |
1413 | <translation type="unfinished"></translation> |
||
1414 | </message> |
||
1415 | <message> |
||
14489 | cbradney | 1416 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="129"/> |
1417 | <source>getVGuides() |
||
1418 | |||
1419 | See getHGuides. |
||
14459 | jghali | 1420 | </source> |
1421 | <translation type="unfinished"></translation> |
||
1422 | </message> |
||
1423 | <message> |
||
14489 | cbradney | 1424 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="138"/> |
1425 | <source>setVGuides() |
||
1426 | |||
1427 | See setHGuides. |
||
14459 | jghali | 1428 | </source> |
1429 | <translation type="unfinished"></translation> |
||
1430 | </message> |
||
1431 | <message> |
||
14489 | cbradney | 1432 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="147"/> |
1433 | <source>getPageSize() -> tuple |
||
1434 | |||
1435 | Returns a tuple with page dimensions measured in the document's current units. |
||
1436 | See UNIT_<type> constants and getPageMargins() |
||
14459 | jghali | 1437 | </source> |
1438 | <translation type="unfinished"></translation> |
||
1439 | </message> |
||
1440 | <message> |
||
14489 | cbradney | 1441 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="161"/> |
1442 | <source>getPageNSize() -> tuple |
||
1443 | |||
1444 | Returns a tuple with a particular page's size measured in the document's current units. |
||
1445 | See UNIT_<type> constants and getPageMargins() |
||
14459 | jghali | 1446 | </source> |
1447 | <translation type="unfinished"></translation> |
||
1448 | </message> |
||
1449 | <message> |
||
14489 | cbradney | 1450 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="174"/> |
1451 | <source>getPageNMargins() -> tuple |
||
1452 | |||
1453 | Returns a tuple with a particular page's margins measured in the document's current units. |
||
1454 | See UNIT_<type> constants and getPageMargins() |
||
14459 | jghali | 1455 | </source> |
1456 | <translation type="unfinished"></translation> |
||
1457 | </message> |
||
1458 | <message> |
||
14489 | cbradney | 1459 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="187"/> |
1460 | <source>getPageItems() -> list |
||
1461 | |||
1462 | Returns a list of tuples with items on the current page. The tuple is: |
||
1463 | (name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)] |
||
1464 | means that object named 'Text1' is a text frame (type 4) and is the first at |
||
1465 | the page... |
||
14459 | jghali | 1466 | </source> |
1467 | <translation type="unfinished"></translation> |
||
1468 | </message> |
||
1469 | <message> |
||
14489 | cbradney | 1470 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="203"/> |
1471 | <source>getPageMargins() |
||
1472 | |||
1473 | Returns the page margins as a (top, left, right, bottom) tuple in the current |
||
1474 | units. See UNIT_<type> constants and getPageSize(). |
||
14459 | jghali | 1475 | </source> |
1476 | <translation type="unfinished"></translation> |
||
1477 | </message> |
||
1478 | <message> |
||
14489 | cbradney | 1479 | <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="216"/> |
1480 | <source>importPage("fromDoc", (pageList), [create, imortwhere, importwherePage]) |
||
1481 | |||
1482 | Imports a set of pages (given as a tuple) from an existing document (the file name must be given). This functions maps the "Page->Import" dropdown menu function. |
||
1483 | fromDoc: string; the filename of the document to import pages from |
||
1484 | pageList: tuple with page numbers of pages to import |
||
1485 | create: number; 0 to replace existing pages, 1 (default) to insert new pages |
||
1486 | importWhere: number; the page number (of the current document) at which import the pages |
||
1487 | importWherePage: number; used if create==1; 0 to create pages before selected page; 1 to create pages after selected page; 2 (default) to create pages at the end of the document |
||
14459 | jghali | 1488 | </source> |
1489 | <translation type="unfinished"></translation> |
||
1490 | </message> |
||
1491 | <message> |
||
14489 | cbradney | 1492 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="17"/> |
1493 | <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
||
1494 | |||
1495 | Sets the gradient fill of the object "name" to type. Color descriptions are |
||
1496 | the same as for setFillColor() and setFillShade(). See the constants for |
||
1497 | available types (FILL_<type>). |
||
14459 | jghali | 1498 | </source> |
1499 | <translation type="unfinished"></translation> |
||
1500 | </message> |
||
1501 | <message> |
||
14489 | cbradney | 1502 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="39"/> |
1503 | <source>setFillColor("color", ["name"]) |
||
1504 | |||
1505 | Sets the fill color of the object "name" to the color "color". "color" |
||
1506 | is the name of one of the defined colors. If "name" is not given the |
||
1507 | currently selected item is used. |
||
14459 | jghali | 1508 | </source> |
1509 | <translation type="unfinished"></translation> |
||
1510 | </message> |
||
1511 | <message> |
||
14489 | cbradney | 1512 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="50"/> |
1513 | <source>setFillTransparency(transparency, ["name"]) |
||
1514 | |||
1515 | Sets the fill transparency of the object "name" to transparency |
||
1516 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1517 | </source> |
1518 | <translation type="unfinished"></translation> |
||
1519 | </message> |
||
1520 | <message> |
||
14489 | cbradney | 1521 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="60"/> |
1522 | <source>setFillBlendmode(blendmode, ["name"]) |
||
1523 | |||
1524 | Sets the fill blendmode of the object "name" to blendmode |
||
1525 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1526 | </source> |
1527 | <translation type="unfinished"></translation> |
||
1528 | </message> |
||
1529 | <message> |
||
14489 | cbradney | 1530 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="70"/> |
1531 | <source>setLineColor("color", ["name"]) |
||
1532 | |||
1533 | Sets the line color of the object "name" to the color "color". If "name" |
||
1534 | is not given the currently selected item is used. |
||
14459 | jghali | 1535 | </source> |
1536 | <translation type="unfinished"></translation> |
||
1537 | </message> |
||
1538 | <message> |
||
14489 | cbradney | 1539 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="80"/> |
1540 | <source>setLineTransparency(transparency, ["name"]) |
||
1541 | |||
1542 | Sets the line transparency of the object "name" to transparency |
||
1543 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1544 | </source> |
1545 | <translation type="unfinished"></translation> |
||
1546 | </message> |
||
1547 | <message> |
||
14489 | cbradney | 1548 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="90"/> |
1549 | <source>setLineBlendmode(blendmode, ["name"]) |
||
1550 | |||
1551 | Sets the line blendmode of the object "name" to blendmode |
||
1552 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1553 | </source> |
1554 | <translation type="unfinished"></translation> |
||
1555 | </message> |
||
1556 | <message> |
||
14489 | cbradney | 1557 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="100"/> |
1558 | <source>setLineWidth(width, ["name"]) |
||
1559 | |||
1560 | Sets line width of the object "name" to "width". "width" must be in the |
||
1561 | range from 0.0 to 12.0 inclusive, and is measured in points. If "name" is not |
||
1562 | given the currently selected item is used. |
||
1563 | |||
1564 | May raise ValueError if the line width is out of bounds. |
||
14459 | jghali | 1565 | </source> |
1566 | <translation type="unfinished"></translation> |
||
1567 | </message> |
||
1568 | <message> |
||
14489 | cbradney | 1569 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="113"/> |
1570 | <source>setLineShade(shade, ["name"]) |
||
1571 | |||
1572 | Sets the shading of the line color of the object "name" to "shade". |
||
1573 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
1574 | (full color intensity). If "name" is not given the currently selected item |
||
1575 | is used. |
||
1576 | |||
1577 | May raise ValueError if the line shade is out of bounds. |
||
14459 | jghali | 1578 | </source> |
1579 | <translation type="unfinished"></translation> |
||
1580 | </message> |
||
1581 | <message> |
||
14489 | cbradney | 1582 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="127"/> |
1583 | <source>setLineJoin(join, ["name"]) |
||
1584 | |||
1585 | Sets the line join style of the object "name" to the style "join". |
||
1586 | If "name" is not given the currently selected item is used. There are |
||
1587 | predefined constants for join - JOIN_<type>. |
||
14459 | jghali | 1588 | </source> |
1589 | <translation type="unfinished"></translation> |
||
1590 | </message> |
||
1591 | <message> |
||
14489 | cbradney | 1592 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="138"/> |
1593 | <source>setLineEnd(endtype, ["name"]) |
||
1594 | |||
1595 | Sets the line cap style of the object "name" to the style "cap". |
||
1596 | If "name" is not given the currently selected item is used. There are |
||
1597 | predefined constants for "cap" - CAP_<type>. |
||
14459 | jghali | 1598 | </source> |
1599 | <translation type="unfinished"></translation> |
||
1600 | </message> |
||
1601 | <message> |
||
14489 | cbradney | 1602 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="149"/> |
1603 | <source>setLineStyle(style, ["name"]) |
||
1604 | |||
1605 | Sets the line style of the object "name" to the style "style". If "name" |
||
1606 | is not given the currently selected item is used. There are predefined |
||
1607 | constants for "style" - LINE_<style>. |
||
14459 | jghali | 1608 | </source> |
1609 | <translation type="unfinished"></translation> |
||
1610 | </message> |
||
1611 | <message> |
||
14489 | cbradney | 1612 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="160"/> |
1613 | <source>setFillShade(shade, ["name"]) |
||
1614 | |||
1615 | Sets the shading of the fill color of the object "name" to "shade". |
||
1616 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
1617 | (full Color intensity). If "name" is not given the currently selected |
||
1618 | Item is used. |
||
1619 | |||
1620 | May raise ValueError if the fill shade is out of bounds. |
||
14459 | jghali | 1621 | </source> |
1622 | <translation type="unfinished"></translation> |
||
1623 | </message> |
||
1624 | <message> |
||
14489 | cbradney | 1625 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="174"/> |
1626 | <source>setCornerRadius(radius, ["name"]) |
||
1627 | |||
1628 | Sets the corner radius of the object "name". The radius is expressed |
||
1629 | in points. If "name" is not given the currently selected item is used. |
||
1630 | |||
1631 | May raise ValueError if the corner radius is negative. |
||
14459 | jghali | 1632 | </source> |
1633 | <translation type="unfinished"></translation> |
||
1634 | </message> |
||
1635 | <message> |
||
14489 | cbradney | 1636 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="186"/> |
1637 | <source>setMultiLine("namedStyle", ["name"]) |
||
1638 | |||
1639 | Sets the line style of the object "name" to the named style "namedStyle". |
||
1640 | If "name" is not given the currently selected item is used. |
||
1641 | |||
1642 | May raise NotFoundError if the line style doesn't exist. |
||
14459 | jghali | 1643 | </source> |
1644 | <translation type="unfinished"></translation> |
||
1645 | </message> |
||
1646 | <message> |
||
14489 | cbradney | 1647 | <location filename="../../../scribus/plugins/scriptplugin/cmdstyle.h" line="22"/> |
1648 | <source>createParagraphStyle(...) |
||
1649 | |||
1650 | Creates a paragraph style. This function takes the following keyword parameters: |
||
1651 | |||
1652 | "name" [required] -> specifies the name of the paragraphstyle to create |
||
1653 | |||
1654 | linespacingmode [optional] -> specifies the linespacing mode; possible modes are: |
||
1655 | |||
1656 | fixed linespacing: 0 |
||
1657 | |||
1658 | automatic linespacing: 1 |
||
1659 | |||
1660 | baseline grid linespacing: 2 |
||
1661 | |||
1662 | linespacing [optional] -> specifies the linespacing if using fixed linespacing |
||
1663 | |||
1664 | alignment [optional] -> specifies the alignment of the paragraph |
||
1665 | |||
1666 | -> left: 0 |
||
1667 | |||
1668 | -> center: 1 |
||
1669 | |||
1670 | -> right: 2 |
||
1671 | |||
1672 | -> justify: 3 |
||
1673 | |||
1674 | -> extend: 4 |
||
1675 | |||
1676 | leftmargin [optional], rightmargin [optional] -> specify the margin |
||
1677 | |||
1678 | gapbefore [optional], gapafter [optional] -> specify the gaps to the heading and following paragraphs |
||
1679 | |||
1680 | firstindent [optional] -> the indent of the first line |
||
1681 | |||
1682 | hasdropcap [optional] -> specifies if there are caps (1 = yes, 0 = no) |
||
1683 | |||
1684 | dropcaplines [optional] -> height (in lines) of the caps if used |
||
1685 | |||
1686 | dropcapoffset [optional] -> offset of the caps if used |
||
1687 | |||
1688 | "charstyle" [optional] -> char style to use |
||
1689 | |||
14459 | jghali | 1690 | </source> |
1691 | <translation type="unfinished"></translation> |
||
1692 | </message> |
||
1693 | <message> |
||
14489 | cbradney | 1694 | <location filename="../../../scribus/plugins/scriptplugin/cmdstyle.h" line="52"/> |
1695 | <source>createCharStyle(...) |
||
1696 | |||
1697 | Creates a character style. This function takes the following keyword parameters: |
||
1698 | |||
1699 | "name" [required] -> name of the char style to create |
||
1700 | |||
1701 | "font" [optional] -> name of the font to use |
||
1702 | |||
1703 | fontsize [optional] -> font size to set (double) |
||
1704 | |||
1705 | "features" [optional] -> nearer typographic details can be defined by a string that might contain the following phrases comma-seperated (without spaces!): |
||
1706 | |||
1707 | -> inherit |
||
1708 | |||
1709 | -> bold |
||
1710 | |||
1711 | -> italic |
||
1712 | |||
1713 | -> underline |
||
1714 | |||
1715 | -> underlinewords |
||
1716 | |||
1717 | -> strike |
||
1718 | |||
1719 | -> superscript |
||
1720 | |||
1721 | -> subscript |
||
1722 | |||
1723 | -> outline |
||
1724 | |||
1725 | -> shadowed |
||
1726 | |||
1727 | -> allcaps |
||
1728 | |||
1729 | -> smallcaps |
||
1730 | |||
1731 | "fillcolor" [optional], "fillshade" [optional] -> specify fill options |
||
1732 | |||
1733 | "strokecolor" [optional], "strokeshade" [optional] -> specify stroke options |
||
1734 | |||
1735 | baselineoffset [optional] -> offset of the baseline |
||
1736 | |||
1737 | shadowxoffset [optional], shadowyoffset [optional] -> offset of the shadow if used |
||
1738 | |||
1739 | outlinewidth [optional] -> width of the outline if used |
||
1740 | |||
1741 | underlineoffset [optional], underlinewidth [optional] -> underline options if used |
||
1742 | |||
1743 | strikethruoffset [optional], strikethruwidth [optional] -> strikethru options if used |
||
1744 | |||
1745 | scaleh [optional], scalev [optional] -> scale of the chars |
||
1746 | |||
1747 | tracking [optional] -> tracking of the text |
||
1748 | |||
1749 | "language" [optional] -> language code |
||
1750 | |||
14459 | jghali | 1751 | </source> |
1752 | <translation type="unfinished"></translation> |
||
1753 | </message> |
||
1754 | <message> |
||
14489 | cbradney | 1755 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="17"/> |
1756 | <source>getFontSize(["name"]) -> float |
||
1757 | |||
1758 | Returns the font size in points for the text frame "name". If this text |
||
1759 | frame has some text selected the value assigned to the first character of |
||
1760 | the selection is returned. |
||
1761 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1762 | </source> |
1763 | <translation type="unfinished"></translation> |
||
1764 | </message> |
||
1765 | <message> |
||
14489 | cbradney | 1766 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="29"/> |
1767 | <source>getFont(["name"]) -> string |
||
1768 | |||
1769 | Returns the font name for the text frame "name". If this text frame |
||
1770 | has some text selected the value assigned to the first character |
||
1771 | of the selection is returned. If "name" is not given the currently |
||
1772 | selected item is used. |
||
14459 | jghali | 1773 | </source> |
1774 | <translation type="unfinished"></translation> |
||
1775 | </message> |
||
1776 | <message> |
||
14489 | cbradney | 1777 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="41"/> |
1778 | <source>getTextLength(["name"]) -> integer |
||
1779 | |||
1780 | Returns the length of the text in the text frame "name". |
||
1781 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1782 | </source> |
1783 | <translation type="unfinished"></translation> |
||
1784 | </message> |
||
1785 | <message> |
||
14489 | cbradney | 1786 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="51"/> |
1787 | <source>getTextLines(["name"]) -> integer |
||
1788 | |||
1789 | Returns the number of lines of the text in the text frame "name". |
||
1790 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1791 | </source> |
1792 | <translation type="unfinished"></translation> |
||
1793 | </message> |
||
1794 | <message> |
||
14489 | cbradney | 1795 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="61"/> |
1796 | <source>getText(["name"]) -> string |
||
1797 | |||
1798 | Returns the text of the text frame "name". If this text frame has some text |
||
1799 | selected, the selected text is returned. All text in the frame, not just |
||
1800 | currently visible text, is returned. If "name" is not given the currently |
||
1801 | selected item is used. |
||
14459 | jghali | 1802 | </source> |
1803 | <translation type="unfinished"></translation> |
||
1804 | </message> |
||
1805 | <message> |
||
14489 | cbradney | 1806 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="73"/> |
1807 | <source>getAllText(["name"]) -> string |
||
1808 | |||
1809 | Returns the text of the text frame "name" and of all text frames which are |
||
1810 | linked with this frame. If this textframe has some text selected, the selected |
||
1811 | text is returned. If "name" is not given the currently selected item is |
||
1812 | used. |
||
14459 | jghali | 1813 | </source> |
1814 | <translation type="unfinished"></translation> |
||
1815 | </message> |
||
1816 | <message> |
||
14489 | cbradney | 1817 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="85"/> |
1818 | <source>getLineSpacing(["name"]) -> float |
||
1819 | |||
1820 | Returns the line spacing ("leading") of the text frame "name" expressed in |
||
1821 | points. If "name" is not given the currently selected item is used. |
||
14459 | jghali | 1822 | </source> |
1823 | <translation type="unfinished"></translation> |
||
1824 | </message> |
||
1825 | <message> |
||
14489 | cbradney | 1826 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="95"/> |
1827 | <source>getTextDistances(["name"]) -> tuple |
||
1828 | |||
1829 | Returns the text distances of the text frame "name" expressed in points. The |
||
1830 | distances are returned as a tuple like (left, right, top, bottom). If "name" |
||
1831 | is not given the currently selected item is used. |
||
14459 | jghali | 1832 | </source> |
1833 | <translation type="unfinished"></translation> |
||
1834 | </message> |
||
1835 | <message> |
||
14489 | cbradney | 1836 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="106"/> |
1837 | <source>getColumnGap(["name"]) -> float |
||
1838 | |||
1839 | Returns the column gap size of the text frame "name" expressed in points. If |
||
1840 | "name" is not given the currently selected item is used. |
||
14459 | jghali | 1841 | </source> |
1842 | <translation type="unfinished"></translation> |
||
1843 | </message> |
||
1844 | <message> |
||
14489 | cbradney | 1845 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="116"/> |
1846 | <source>getColumns(["name"]) -> integer |
||
1847 | |||
1848 | Gets the number of columns of the text frame "name". If "name" is not |
||
1849 | given the currently selected item is used. |
||
14459 | jghali | 1850 | </source> |
1851 | <translation type="unfinished"></translation> |
||
1852 | </message> |
||
1853 | <message> |
||
14489 | cbradney | 1854 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="126"/> |
1855 | <source>setText("text", ["name"]) |
||
1856 | |||
1857 | Sets the text of the text frame "name" to the text of the string "text". |
||
1858 | Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ |
||
1859 | for more details. If "name" is not given the currently selected item is |
||
1860 | used. |
||
14459 | jghali | 1861 | </source> |
1862 | <translation type="unfinished"></translation> |
||
1863 | </message> |
||
1864 | <message> |
||
14489 | cbradney | 1865 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="138"/> |
1866 | <source>insertText("text", pos, ["name"]) |
||
1867 | |||
1868 | Inserts the text "text" at the position "pos" into the text frame "name". |
||
1869 | Text must be UTF encoded (see setText() as reference) The first character has an |
||
1870 | index of 0. Inserting text at position -1 appends it to the frame. If "name" is |
||
1871 | not given the currently selected Item is used. |
||
1872 | |||
1873 | May throw IndexError for an insertion out of bounds. |
||
14459 | jghali | 1874 | </source> |
1875 | <translation type="unfinished"></translation> |
||
1876 | </message> |
||
1877 | <message> |
||
14489 | cbradney | 1878 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="152"/> |
1879 | <source>setFont("font", ["name"]) |
||
1880 | |||
1881 | Sets the font of the text frame "name" to "font". If there is some text |
||
1882 | selected only the selected text is changed. If "name" is not given the |
||
1883 | currently selected item is used. |
||
1884 | |||
1885 | May throw ValueError if the font cannot be found. |
||
14459 | jghali | 1886 | </source> |
1887 | <translation type="unfinished"></translation> |
||
1888 | </message> |
||
1889 | <message> |
||
14489 | cbradney | 1890 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="165"/> |
1891 | <source>setFontSize(size, ["name"]) |
||
1892 | |||
1893 | Sets the font size of the text frame "name" to "size". "size" is treated |
||
1894 | as a value in points. If there is some text selected only the selected text is |
||
1895 | changed. "size" must be in the range 1 to 512. If "name" is not given the |
||
1896 | currently selected item is used. |
||
1897 | |||
1898 | May throw ValueError for a font size that's out of bounds. |
||
14459 | jghali | 1899 | </source> |
1900 | <translation type="unfinished"></translation> |
||
1901 | </message> |
||
1902 | <message> |
||
14489 | cbradney | 1903 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="179"/> |
1904 | <source>setLineSpacing(size, ["name"]) |
||
1905 | |||
1906 | Sets the line spacing ("leading") of the text frame "name" to "size". |
||
1907 | "size" is a value in points. If "name" is not given the currently selected |
||
1908 | item is used. |
||
1909 | |||
1910 | May throw ValueError if the line spacing is out of bounds. |
||
14459 | jghali | 1911 | </source> |
1912 | <translation type="unfinished"></translation> |
||
1913 | </message> |
||
1914 | <message> |
||
14489 | cbradney | 1915 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="192"/> |
1916 | <source>setTextDistances(left, right, top, bottom, ["name"]) |
||
1917 | |||
1918 | Sets the text distances of the text frame "name" to the values "left" |
||
1919 | "right", "top" and "bottom". If "name" is not given the currently |
||
1920 | selected item is used. |
||
1921 | |||
1922 | May throw ValueError if any of the distances are out of bounds (must be positive). |
||
14459 | jghali | 1923 | </source> |
1924 | <translation type="unfinished"></translation> |
||
1925 | </message> |
||
1926 | <message> |
||
14489 | cbradney | 1927 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="205"/> |
1928 | <source>setColumnGap(size, ["name"]) |
||
1929 | |||
1930 | Sets the column gap of the text frame "name" to the value "size". If |
||
1931 | "name" is not given the currently selected item is used. |
||
1932 | |||
1933 | May throw ValueError if the column gap is out of bounds (must be positive). |
||
14459 | jghali | 1934 | </source> |
1935 | <translation type="unfinished"></translation> |
||
1936 | </message> |
||
1937 | <message> |
||
14489 | cbradney | 1938 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="217"/> |
1939 | <source>setColumns(nr, ["name"]) |
||
1940 | |||
1941 | Sets the number of columns of the text frame "name" to the integer "nr". |
||
1942 | If "name" is not given the currently selected item is used. |
||
1943 | |||
1944 | May throw ValueError if number of columns is not at least one. |
||
14459 | jghali | 1945 | </source> |
1946 | <translation type="unfinished"></translation> |
||
1947 | </message> |
||
1948 | <message> |
||
14489 | cbradney | 1949 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="229"/> |
1950 | <source>setTextAlignment(align, ["name"]) |
||
1951 | |||
1952 | Sets the text alignment of the text frame "name" to the specified alignment. |
||
1953 | If "name" is not given the currently selected item is used. "align" should |
||
1954 | be one of the ALIGN_ constants defined in this module - see dir(scribus). |
||
1955 | |||
1956 | May throw ValueError for an invalid alignment constant. |
||
14459 | jghali | 1957 | </source> |
1958 | <translation type="unfinished"></translation> |
||
1959 | </message> |
||
1960 | <message> |
||
14489 | cbradney | 1961 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="242"/> |
1962 | <source>selectText(start, count, ["name"]) |
||
1963 | |||
1964 | Selects "count" characters of text in the text frame "name" starting from the |
||
1965 | character "start". Character counting starts at 0. If "count" is zero, any |
||
1966 | text selection will be cleared. If "name" is not given the currently |
||
1967 | selected item is used. |
||
1968 | |||
1969 | May throw IndexError if the selection is outside the bounds of the text. |
||
14459 | jghali | 1970 | </source> |
1971 | <translation type="unfinished"></translation> |
||
1972 | </message> |
||
1973 | <message> |
||
14489 | cbradney | 1974 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="256"/> |
1975 | <source>deleteText(["name"]) |
||
1976 | |||
1977 | Deletes any text in the text frame "name". If there is some text selected, |
||
1978 | only the selected text will be deleted. If "name" is not given the currently |
||
1979 | selected item is used. |
||
14459 | jghali | 1980 | </source> |
1981 | <translation type="unfinished"></translation> |
||
1982 | </message> |
||
1983 | <message> |
||
14489 | cbradney | 1984 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="267"/> |
1985 | <source>setTextColor("color", ["name"]) |
||
1986 | |||
1987 | Sets the text color of the text frame "name" to the color "color". If there |
||
1988 | is some text selected only the selected text is changed. If "name" is not |
||
1989 | given the currently selected item is used. |
||
14459 | jghali | 1990 | </source> |
1991 | <translation type="unfinished"></translation> |
||
1992 | </message> |
||
1993 | <message> |
||
14489 | cbradney | 1994 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="278"/> |
1995 | <source>setTextStroke("color", ["name"]) |
||
1996 | |||
1997 | Set "color" of the text stroke. If "name" is not given the currently |
||
1998 | selected item is used. |
||
14459 | jghali | 1999 | </source> |
2000 | <translation type="unfinished"></translation> |
||
2001 | </message> |
||
2002 | <message> |
||
14489 | cbradney | 2003 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="308"/> |
2004 | <source>setTextShade(shade, ["name"]) |
||
2005 | |||
2006 | Sets the shading of the text color of the object "name" to "shade". If |
||
2007 | there is some text selected only the selected text is changed. "shade" must |
||
2008 | be an integer value in the range from 0 (lightest) to 100 (full color |
||
2009 | intensity). If "name" is not given the currently selected item is |
||
2010 | used. |
||
14459 | jghali | 2011 | </source> |
2012 | <translation type="unfinished"></translation> |
||
2013 | </message> |
||
2014 | <message> |
||
14489 | cbradney | 2015 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="321"/> |
2016 | <source>linkTextFrames("fromname", "toname") |
||
2017 | |||
2018 | Link two text frames. The frame named "fromname" is linked to the |
||
2019 | frame named "toname". The target frame must be an empty text frame |
||
2020 | and must not link to or be linked from any other frames already. |
||
2021 | |||
2022 | May throw ScribusException if linking rules are violated. |
||
2023 | </source> |
||
2024 | <translation type="unfinished"></translation> |
||
2025 | </message> |
||
2026 | <message> |
||
2027 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="338"/> |
||
2028 | <source>unlinkTextFrames("name") |
||
2029 | |||
2030 | Remove the specified (named) object from the text frame flow/linkage. If the |
||
2031 | frame was in the middle of a chain, the previous and next frames will be |
||
2032 | connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)' |
||
2033 | |||
2034 | May throw ScribusException if linking rules are violated. |
||
2035 | </source> |
||
2036 | <translation type="unfinished"></translation> |
||
2037 | </message> |
||
2038 | <message> |
||
2039 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="355"/> |
||
2040 | <source>traceText(["name"]) |
||
2041 | |||
2042 | Convert the text frame "name" to outlines. If "name" is not given the |
||
14459 | jghali | 2043 | currently selected item is used.</source> |
2044 | <translation type="unfinished"></translation> |
||
2045 | </message> |
||
2046 | <message> |
||
14489 | cbradney | 2047 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="366"/> |
2048 | <source>textOverflows(["name", nolinks]) -> integer |
||
2049 | |||
2050 | Returns the actual number of overflowing characters in text frame "name". |
||
2051 | If is nolinks set to non zero value it takes only one frame - it doesn't |
||
2052 | use text frame linking. Without this parameter it search all linking chain. |
||
2053 | |||
2054 | May raise WrongFrameTypeError if the target frame is not an text frame |
||
14459 | jghali | 2055 | </source> |
2056 | <translation type="unfinished"></translation> |
||
2057 | </message> |
||
2058 | <message> |
||
14489 | cbradney | 2059 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="379"/> |
2060 | <source>hyphenateText(["name"]) -> bool |
||
2061 | |||
2062 | Does hyphenation on text frame "name". |
||
2063 | If "name" is not given the currently selected item is used. |
||
2064 | |||
2065 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
14459 | jghali | 2066 | </source> |
2067 | <translation type="unfinished"></translation> |
||
2068 | </message> |
||
2069 | <message> |
||
14489 | cbradney | 2070 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="393"/> |
2071 | <source>dehyphenateText(["name"]) -> bool |
||
2072 | |||
2073 | Does dehyphenation on text frame "name". |
||
2074 | If "name" is not given the currently selected item is used. |
||
2075 | |||
2076 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
14459 | jghali | 2077 | </source> |
2078 | <translation type="unfinished"></translation> |
||
2079 | </message> |
||
2080 | <message> |
||
14489 | cbradney | 2081 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="408"/> |
2082 | <source>setPDFBookmark("toggle", ["name"]) |
||
2083 | |||
2084 | Sets whether (toggle = 1) the text frame "name" is a bookmark nor not. |
||
2085 | If "name" is not given the currently selected item is used. |
||
2086 | |||
2087 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
14459 | jghali | 2088 | </source> |
2089 | <translation type="unfinished"></translation> |
||
2090 | </message> |
||
2091 | <message> |
||
14489 | cbradney | 2092 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="420"/> |
2093 | <source>isPDFBookmark(["name"]) -> bool |
||
2094 | |||
2095 | Returns true if the text frame "name" is a PDF bookmark. |
||
2096 | If "name" is not given the currently selected item is used. |
||
2097 | |||
2098 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
14459 | jghali | 2099 | </source> |
2100 | <translation type="unfinished"></translation> |
||
2101 | </message> |
||
2102 | <message> |
||
14489 | cbradney | 2103 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="17"/> |
2104 | <source>messagebarText("string") |
||
2105 | |||
2106 | Writes the "string" into the Scribus message bar (status line). The text |
||
2107 | must be UTF8 encoded or 'unicode' string(recommended). |
||
14459 | jghali | 2108 | </source> |
2109 | <translation type="unfinished"></translation> |
||
2110 | </message> |
||
2111 | <message> |
||
14489 | cbradney | 2112 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="30"/> |
2113 | <source>progressReset() |
||
2114 | |||
2115 | Cleans up the Scribus progress bar previous settings. It is called before the |
||
2116 | new progress bar use. See progressSet. |
||
14459 | jghali | 2117 | </source> |
2118 | <translation type="unfinished"></translation> |
||
2119 | </message> |
||
2120 | <message> |
||
14489 | cbradney | 2121 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="43"/> |
2122 | <source>progressTotal(max) |
||
2123 | |||
2124 | Sets the progress bar's maximum steps value to the specified number. |
||
2125 | See progressSet. |
||
14459 | jghali | 2126 | </source> |
2127 | <translation type="unfinished"></translation> |
||
2128 | </message> |
||
2129 | <message> |
||
14489 | cbradney | 2130 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="52"/> |
2131 | <source>progressSet(nr) |
||
2132 | |||
2133 | Set the progress bar position to "nr", a value relative to the previously set |
||
2134 | progressTotal. The progress bar uses the concept of steps; you give it the |
||
2135 | total number of steps and the number of steps completed so far and it will |
||
2136 | display the percentage of steps that have been completed. You can specify the |
||
2137 | total number of steps with progressTotal(). The current number of steps is set |
||
2138 | with progressSet(). The progress bar can be rewound to the beginning with |
||
2139 | progressReset(). [based on info taken from Trolltech's Qt docs] |
||
14459 | jghali | 2140 | </source> |
2141 | <translation type="unfinished"></translation> |
||
2142 | </message> |
||
2143 | <message> |
||
14489 | cbradney | 2144 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="66"/> |
2145 | <source>setCursor() |
||
2146 | |||
2147 | [UNSUPPORTED!] This might break things, so steer clear for now. |
||
14459 | jghali | 2148 | </source> |
2149 | <translation type="unfinished"></translation> |
||
2150 | </message> |
||
2151 | <message> |
||
14489 | cbradney | 2152 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="78"/> |
2153 | <source>docChanged(bool) |
||
2154 | |||
2155 | Enable/disable save icon in the Scribus icon bar and the Save menu item. It's |
||
2156 | useful to call this procedure when you're changing the document, because Scribus |
||
2157 | won't automatically notice when you change the document using a script. |
||
14459 | jghali | 2158 | </source> |
2159 | <translation type="unfinished"></translation> |
||
2160 | </message> |
||
2161 | <message> |
||
14489 | cbradney | 2162 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="91"/> |
2163 | <source>zoomDocument(double) |
||
2164 | |||
2165 | Zoom the document in main GUI window. Actions have whole number |
||
2166 | values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker. |
||
14459 | jghali | 2167 | </source> |
2168 | <translation type="unfinished"></translation> |
||
2169 | </message> |
||
2170 | <message> |
||
14489 | cbradney | 2171 | <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="103"/> |
2172 | <source>scrollDocument(x,y) |
||
2173 | |||
2174 | Scroll the document in main GUI window by x and y. |
||
14459 | jghali | 2175 | </source> |
2176 | <translation type="unfinished"></translation> |
||
2177 | </message> |
||
2178 | <message> |
||
14489 | cbradney | 2179 | <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="15"/> |
2180 | <source>placeSVG("filename", x, y) |
||
2181 | |||
2182 | Places the SVG "filename" onto the current page, |
||
2183 | x and y specify the coordinate of the topleft corner of the SVG placed on the page |
||
2184 | |||
2185 | If loading was successful, the selection contains the imported SVG |
||
14459 | jghali | 2186 | </source> |
2187 | <translation type="unfinished"></translation> |
||
2188 | </message> |
||
2189 | <message> |
||
14489 | cbradney | 2190 | <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="27"/> |
2191 | <source>placeEPS("filename", x, y) |
||
2192 | |||
2193 | Places the EPS "filename" onto the current page, |
||
2194 | x and y specify the coordinate of the topleft corner of the EPS placed on the page |
||
2195 | |||
2196 | If loading was successful, the selection contains the imported EPS |
||
14459 | jghali | 2197 | </source> |
2198 | <translation type="unfinished"></translation> |
||
2199 | </message> |
||
2200 | <message> |
||
14489 | cbradney | 2201 | <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="39"/> |
2202 | <source>placeSXD("filename", x, y) |
||
2203 | |||
2204 | Places the SXD "filename" onto the current page, |
||
2205 | x and y specify the coordinate of the topleft corner of the SXD placed on the page |
||
2206 | |||
2207 | If loading was successful, the selection contains the imported SXD |
||
14459 | jghali | 2208 | </source> |
2209 | <translation type="unfinished"></translation> |
||
2210 | </message> |
||
2211 | <message> |
||
14489 | cbradney | 2212 | <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="51"/> |
2213 | <source>placeODG("filename", x, y) |
||
2214 | |||
2215 | Places the ODG "filename" onto the current page, |
||
2216 | x and y specify the coordinate of the topleft corner of the ODG placed on the page |
||
2217 | |||
2218 | If loading was successful, the selection contains the imported ODG |
||
14459 | jghali | 2219 | </source> |
2220 | <translation type="unfinished"></translation> |
||
2221 | </message> |
||
2222 | <message> |
||
14489 | cbradney | 2223 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="113"/> |
2224 | <source>isSpotColor("name") -> bool |
||
2225 | |||
2226 | Returns True if the color "name" is a spot color. |
||
2227 | See also setSpotColor() |
||
2228 | |||
2229 | May raise NotFoundError if a named color wasn't found. |
||
2230 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 2231 | </source> |
2232 | <translation type="unfinished"></translation> |
||
2233 | </message> |
||
2234 | <message> |
||
14489 | cbradney | 2235 | <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="128"/> |
2236 | <source>setSpotColor("name", spot) |
||
2237 | |||
2238 | Set the color "name" as a spot color if spot parameter is True. |
||
2239 | See also isSpotColor() |
||
2240 | |||
2241 | May raise NotFoundError if a named color wasn't found. |
||
2242 | May raise ValueError if an invalid color name is specified. |
||
14459 | jghali | 2243 | </source> |
2244 | <translation type="unfinished"></translation> |
||
2245 | </message> |
||
2246 | <message> |
||
14489 | cbradney | 2247 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="159"/> |
2248 | <source>scaleImage(x, y [, "name"]) |
||
2249 | |||
2250 | Sets the internal scaling factors of the picture in the image frame "name". |
||
2251 | If "name" is not given the currently selected item is used. A number of 1 |
||
2252 | means 100 %. Internal scaling factors are different from the values shown on |
||
2253 | properties palette. Note : deprecated, use setImageScale() instead. |
||
2254 | |||
2255 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
14459 | jghali | 2256 | </source> |
2257 | <translation type="unfinished"></translation> |
||
2258 | </message> |
||
2259 | <message> |
||
14489 | cbradney | 2260 | <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="173"/> |
2261 | <source>setImageScale(x, y [, "name"]) |
||
2262 | |||
2263 | Sets the scaling factors of the picture in the image frame "name". |
||
2264 | If "name" is not given the currently selected item is used. A number of 1 |
||
2265 | means 100 %. Scaling factors are equal to the values shown on properties palette. |
||
2266 | |||
2267 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
14459 | jghali | 2268 | </source> |
2269 | <translation type="unfinished"></translation> |
||
2270 | </message> |
||
2271 | <message> |
||
14489 | cbradney | 2272 | <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="28"/> |
2273 | <source>setGradientStop("color", shade, opacity, ramppoint, ["name"]) |
||
2274 | |||
2275 | Set or add a gradient stop to the gradient fill of the object "name" at position ramppoint. |
||
2276 | Color descriptions are the same as for setFillColor() and setFillShade(). setGradientFill() |
||
2277 | must have been called previously for the gradient fill to be visible. |
||
14459 | jghali | 2278 | </source> |
2279 | <translation type="unfinished"></translation> |
||
2280 | </message> |
||
2281 | <message> |
||
14489 | cbradney | 2282 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="288"/> |
2283 | <source>setTextScalingV(scale, ["name"]) |
||
2284 | |||
2285 | Sets the vertical character scaling of the object "name" to "scale" in percent. |
||
2286 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 2287 | </source> |
2288 | <translation type="unfinished"></translation> |
||
2289 | </message> |
||
2290 | <message> |
||
14489 | cbradney | 2291 | <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="298"/> |
2292 | <source>setTextScalingH(scale, ["name"]) |
||
2293 | |||
2294 | Sets the horizontal character scaling of the object "name" to "scale" in percent. |
||
2295 | If "name" is not given the currently selected item is used. |
||
14459 | jghali | 2296 | </source> |
2297 | <translation type="unfinished"></translation> |
||
2298 | </message> |
||
2299 | </context> |
||
2300 | <context> |
||
2301 | <name>AIPlug</name> |
||
2302 | <message> |
||
14489 | cbradney | 2303 | <location filename="../../../scribus/plugins/aiimplugin/importai.cpp" line="125"/> |
14459 | jghali | 2304 | <source>Importing: %1</source> |
2305 | <translation type="unfinished">ÎιÏαγÏγή κειμÎÎ½Î¿Ï </translation> |
||
2306 | </message> |
||
2307 | <message> |
||
14489 | cbradney | 2308 | <location filename="../../../scribus/plugins/aiimplugin/importai.cpp" line="128"/> |
14459 | jghali | 2309 | <source>Analyzing File:</source> |
2310 | <translation type="unfinished">ÎÎ½Î¬Î»Ï Ïη PostScript:</translation> |
||
2311 | </message> |
||
2312 | <message> |
||
14489 | cbradney | 2313 | <location filename="../../../scribus/plugins/aiimplugin/importai.cpp" line="265"/> |
14459 | jghali | 2314 | <source>Group%1</source> |
2315 | <translation type="unfinished">ÎμαδοÏοίηÏη</translation> |
||
2316 | </message> |
||
2317 | <message> |
||
14489 | cbradney | 2318 | <location filename="../../../scribus/plugins/aiimplugin/importai.cpp" line="2479"/> |
14459 | jghali | 2319 | <source>Generating Items</source> |
2320 | <translation type="unfinished">ÎÎ·Î¼Î¹Î¿Ï Ïγία ανÏικειμÎνÏν</translation> |
||
2321 | </message> |
||
2322 | </context> |
||
2323 | <context> |
||
2324 | <name>About</name> |
||
2325 | <message> |
||
14489 | cbradney | 2326 | <location filename="../../../scribus/about.cpp" line="97"/> |
14459 | jghali | 2327 | <source>About Scribus %1</source> |
2328 | <translation type="unfinished">ΣÏεÏικά με Ïο Scribus %1</translation> |
||
2329 | </message> |
||
2330 | <message> |
||
14489 | cbradney | 2331 | <location filename="../../../scribus/about.cpp" line="125"/> |
14459 | jghali | 2332 | <source>%1 %2 %3</source> |
2333 | <translation type="unfinished">%1 %2 %3</translation> |
||
2334 | </message> |
||
2335 | <message> |
||
14489 | cbradney | 2336 | <location filename="../../../scribus/about.cpp" line="133"/> |
14459 | jghali | 2337 | <source>%3-%2-%1 %4 %5</source> |
2338 | <translation type="unfinished">%3-%2-%1 %4 %5</translation> |
||
2339 | </message> |
||
2340 | <message> |
||
14489 | cbradney | 2341 | <location filename="../../../scribus/about.cpp" line="183"/> |
14459 | jghali | 2342 | <source>Using Ghostscript version %1</source> |
2343 | <translation type="unfinished">ΧÏηÏιμοÏοιÏνÏÎ±Ï Ïο Ghostscript με ÎκδοÏη %1</translation> |
||
2344 | </message> |
||
2345 | <message> |
||
14489 | cbradney | 2346 | <location filename="../../../scribus/about.cpp" line="185"/> |
14459 | jghali | 2347 | <source>No Ghostscript version available</source> |
2348 | <translation type="unfinished">Îη διαθÎÏιμη ÎκδοÏη Ghostscript</translation> |
||
2349 | </message> |
||
2350 | <message> |
||
14489 | cbradney | 2351 | <location filename="../../../scribus/about.cpp" line="186"/> |
14459 | jghali | 2352 | <source>Build ID:</source> |
2353 | <translation type="unfinished">ID καÏαÏÎºÎµÏ Î®Ï:</translation> |
||
2354 | </message> |
||
2355 | <message> |
||
14489 | cbradney | 2356 | <location filename="../../../scribus/about.cpp" line="188"/> |
14459 | jghali | 2357 | <source>&About</source> |
2358 | <translation type="unfinished">&ΣÏεÏικά</translation> |
||
2359 | </message> |
||
2360 | <message> |
||
14489 | cbradney | 2361 | <location filename="../../../scribus/about.cpp" line="297"/> |
14459 | jghali | 2362 | <source>Development Team:</source> |
2363 | <translation type="unfinished">Îμάδα ανάÏÏÏ Î¾Î·Ï:</translation> |
||
2364 | </message> |
||
2365 | <message> |
||
14489 | cbradney | 2366 | <location filename="../../../scribus/about.cpp" line="305"/> |
14459 | jghali | 2367 | <source>Contributions from:</source> |
2368 | <translation type="unfinished">Î£Ï Î½ÏελεÏÏÎÏ:</translation> |
||
2369 | </message> |
||
2370 | <message> |
||
14489 | cbradney | 2371 | <location filename="../../../scribus/about.cpp" line="299"/> |
14459 | jghali | 2372 | <source>Mac OS&#174; X Aqua Port:</source> |
2373 | <translation type="unfinished">ÎεÏαÏοÏά Ïε Mac OS&#174; X Aqua:</translation> |
||
2374 | </message> |
||
2375 | <message> |
||
14489 | cbradney | 2376 | <location filename="../../../scribus/about.cpp" line="303"/> |
14459 | jghali | 2377 | <source>Windows&#174; Port:</source> |
2378 | <translation type="unfinished">ÎεÏαÏοÏά Ïε Windows&#174;:</translation> |
||
2379 | </message> |
||
2380 | <message> |
||
14489 | cbradney | 2381 | <location filename="../../../scribus/about.cpp" line="307"/> |
14459 | jghali | 2382 | <source>Official Documentation:</source> |
2383 | <translation type="unfinished">ÎÏίÏημη ÏεκμηÏίÏÏη:</translation> |
||
2384 | </message> |
||
2385 | <message> |
||
14489 | cbradney | 2386 | <location filename="../../../scribus/about.cpp" line="311"/> |
14459 | jghali | 2387 | <source>Other Documentation:</source> |
2388 | <translation type="unfinished">ÎÏιÏλÎον ÏεκμηÏίÏÏη:</translation> |
||
2389 | </message> |
||
2390 | <message> |
||
14489 | cbradney | 2391 | <location filename="../../../scribus/about.cpp" line="317"/> |
14459 | jghali | 2392 | <source>Tango Project Icons:</source> |
2393 | <translation type="unfinished"></translation> |
||
2394 | </message> |
||
2395 | <message> |
||
14489 | cbradney | 2396 | <location filename="../../../scribus/about.cpp" line="201"/> |
14459 | jghali | 2397 | <source>A&uthors</source> |
2398 | <translation type="unfinished">Î£Ï &γγÏαÏείÏ</translation> |
||
2399 | </message> |
||
2400 | <message> |
||
14489 | cbradney | 2401 | <location filename="../../../scribus/about.cpp" line="329"/> |
14459 | jghali | 2402 | <source>Official Translations and Translators:</source> |
2403 | <translation type="unfinished">ÎÏίÏÎ·Î¼ÎµÏ Î¼ÎµÏαÏÏάÏÎµÎ¹Ï ÎºÎ±Î¹ μεÏαÏÏαÏÏÎÏ:</translation> |
||
2404 | </message> |
||
2405 | <message> |
||
14489 | cbradney | 2406 | <location filename="../../../scribus/about.cpp" line="331"/> |
14459 | jghali | 2407 | <source>Previous Translation Contributors:</source> |
2408 | <translation type="unfinished">Î ÏοηγοÏμενη ÏÏ Î½ÏελεÏÏÎÏ Î¼ÎµÏάÏÏαÏηÏ:</translation> |
||
2409 | </message> |
||
2410 | <message> |
||
14489 | cbradney | 2411 | <location filename="../../../scribus/about.cpp" line="215"/> |
14459 | jghali | 2412 | <source>&Translations</source> |
2413 | <translation type="unfinished">&ÎεÏαÏÏάÏειÏ</translation> |
||
2414 | </message> |
||
2415 | <message> |
||
14489 | cbradney | 2416 | <location filename="../../../scribus/about.cpp" line="345"/> |
14459 | jghali | 2417 | <source>Homepage</source> |
2418 | <translation type="unfinished">ÎÏÏική Ïελίδα</translation> |
||
2419 | </message> |
||
2420 | <message> |
||
14489 | cbradney | 2421 | <location filename="../../../scribus/about.cpp" line="347"/> |
14459 | jghali | 2422 | <source>Online Reference</source> |
2423 | <translation type="unfinished">ÎνεÏγή αναÏοÏά βοήθειαÏ</translation> |
||
2424 | </message> |
||
2425 | <message> |
||
14489 | cbradney | 2426 | <location filename="../../../scribus/about.cpp" line="349"/> |
14459 | jghali | 2427 | <source>Wiki</source> |
2428 | <translation type="unfinished">Wiki</translation> |
||
2429 | </message> |
||
2430 | <message> |
||
14489 | cbradney | 2431 | <location filename="../../../scribus/about.cpp" line="351"/> |
14459 | jghali | 2432 | <source>Bugs and Feature Requests</source> |
2433 | <translation type="unfinished">ΣÏάλμαÏα και αιÏήÏÎµÎ¹Ï ÏαÏακÏηÏιÏÏικÏν</translation> |
||
2434 | </message> |
||
2435 | <message> |
||
14489 | cbradney | 2436 | <location filename="../../../scribus/about.cpp" line="355"/> |
14459 | jghali | 2437 | <source>Mailing List</source> |
2438 | <translation type="unfinished">ÎίÏÏα αλληλογÏαÏίαÏ</translation> |
||
2439 | </message> |
||
2440 | <message> |
||
14489 | cbradney | 2441 | <location filename="../../../scribus/about.cpp" line="226"/> |
14459 | jghali | 2442 | <source>&Online</source> |
2443 | <translation type="unfinished">Σε &ÏÏνδεÏη</translation> |
||
2444 | </message> |
||
2445 | <message> |
||
14489 | cbradney | 2446 | <location filename="../../../scribus/about.cpp" line="229"/> |
14459 | jghali | 2447 | <source>&Updates</source> |
2448 | <translation type="unfinished">Îνη&μÎÏÏÏη</translation> |
||
2449 | </message> |
||
2450 | <message> |
||
14489 | cbradney | 2451 | <location filename="../../../scribus/about.cpp" line="265"/> |
14459 | jghali | 2452 | <source>&Close</source> |
2453 | <translation type="unfinished">&ÎλείÏιμο</translation> |
||
2454 | </message> |
||
2455 | <message> |
||
14489 | cbradney | 2456 | <location filename="../../../scribus/about.cpp" line="277"/> |
14459 | jghali | 2457 | <source>Check for updates to Scribus. No data from your machine will be transferred off it.</source> |
2458 | <translation type="unfinished"></translation> |
||
2459 | </message> |
||
2460 | <message> |
||
14489 | cbradney | 2461 | <location filename="../../../scribus/about.cpp" line="301"/> |
14459 | jghali | 2462 | <source>OS/2&#174;/eComStation&#8482; Port:</source> |
2463 | <translation type="unfinished"></translation> |
||
2464 | </message> |
||
2465 | <message> |
||
14489 | cbradney | 2466 | <location filename="../../../scribus/about.cpp" line="315"/> |
14459 | jghali | 2467 | <source>Splash Screen:</source> |
2468 | <translation type="unfinished">ÎθÏνη</translation> |
||
2469 | </message> |
||
2470 | <message> |
||
14489 | cbradney | 2471 | <location filename="../../../scribus/about.cpp" line="273"/> |
14459 | jghali | 2472 | <source>This panel shows the version, build date and compiled in library support in Scribus.</source> |
2473 | <translation type="unfinished"></translation> |
||
2474 | </message> |
||
2475 | <message> |
||
14489 | cbradney | 2476 | <location filename="../../../scribus/about.cpp" line="274"/> |
14459 | jghali | 2477 | <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> |
2478 | <translation type="unfinished"></translation> |
||
2479 | </message> |
||
2480 | <message> |
||
14489 | cbradney | 2481 | <location filename="../../../scribus/about.cpp" line="275"/> |
14459 | jghali | 2482 | <source>Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected.</source> |
2483 | <translation type="unfinished"></translation> |
||
2484 | </message> |
||
2485 | <message> |
||
14489 | cbradney | 2486 | <location filename="../../../scribus/about.cpp" line="276"/> |
14459 | jghali | 2487 | <source>The Windows version does not use fontconfig or CUPS libraries.</source> |
2488 | <translation type="unfinished"></translation> |
||
2489 | </message> |
||
2490 | <message> |
||
14489 | cbradney | 2491 | <location filename="../../../scribus/about.cpp" line="186"/> |
14459 | jghali | 2492 | <source><p align="center"><b>%1 %2</b></p><p align="center">%3<br>%4 %5<br>%6</p></source> |
2493 | <translation type="unfinished"></translation> |
||
2494 | </message> |
||
2495 | <message> |
||
14489 | cbradney | 2496 | <location filename="../../../scribus/about.cpp" line="186"/> |
14459 | jghali | 2497 | <source>Scribus Version</source> |
2498 | <translation type="unfinished">ÎκδοÏη Scribus</translation> |
||
2499 | </message> |
||
2500 | <message> |
||
14489 | cbradney | 2501 | <location filename="../../../scribus/about.cpp" line="233"/> |
2502 | <location filename="../../../scribus/about.cpp" line="649"/> |
||
14459 | jghali | 2503 | <source>Check for Updates</source> |
2504 | <translation type="unfinished">ÎλεγÏÎ¿Ï ÏοÏοθεÏημÎνÏν αÏÏείÏν PDF</translation> |
||
2505 | </message> |
||
2506 | <message> |
||
14489 | cbradney | 2507 | <location filename="../../../scribus/about.cpp" line="647"/> |
14459 | jghali | 2508 | <source>Abort Update Check</source> |
2509 | <translation type="unfinished">ΧÏÏÎ¯Ï Î¿ÏθογÏαÏÎ¹ÎºÏ ÎλεγÏο</translation> |
||
2510 | </message> |
||
2511 | <message> |
||
14489 | cbradney | 2512 | <location filename="../../../scribus/about.cpp" line="353"/> |
14459 | jghali | 2513 | <source>Developer Blog</source> |
2514 | <translation type="unfinished"></translation> |
||
2515 | </message> |
||
2516 | <message> |
||
14489 | cbradney | 2517 | <location filename="../../../scribus/about.cpp" line="240"/> |
14459 | jghali | 2518 | <source>&Licence</source> |
2519 | <translation type="unfinished"></translation> |
||
2520 | </message> |
||
2521 | <message> |
||
14489 | cbradney | 2522 | <location filename="../../../scribus/about.cpp" line="249"/> |
14459 | jghali | 2523 | <source>Unable to open licence file. Please check your install directory or the Scribus website for licencing information.</source> |
2524 | <translation type="unfinished"></translation> |
||
2525 | </message> |
||
2526 | <message> |
||
14489 | cbradney | 2527 | <location filename="../../../scribus/about.cpp" line="309"/> |
14459 | jghali | 2528 | <source>Doc Translators:</source> |
2529 | <translation type="unfinished"></translation> |
||
2530 | </message> |
||
2531 | <message> |
||
14489 | cbradney | 2532 | <location filename="../../../scribus/about.cpp" line="313"/> |
14459 | jghali | 2533 | <source>Webmasters:</source> |
2534 | <translation type="unfinished"></translation> |
||
2535 | </message> |
||
2536 | <message> |
||
14489 | cbradney | 2537 | <location filename="../../../scribus/about.cpp" line="447"/> |
2538 | <location filename="../../../scribus/about.cpp" line="559"/> |
||
2539 | <location filename="../../../scribus/about.cpp" line="625"/> |
||
14459 | jghali | 2540 | <source>Unable to open %1 file. Please check your install directory or the Scribus website for %1 information.</source> |
2541 | <translation type="unfinished"></translation> |
||
2542 | </message> |
||
2543 | </context> |
||
2544 | <context> |
||
2545 | <name>AboutPlugins</name> |
||
2546 | <message> |
||
14489 | cbradney | 2547 | <location filename="../../../scribus/aboutplugins.cpp" line="68"/> |
14459 | jghali | 2548 | <source>Filename:</source> |
2549 | <translation type="unfinished">Îνομα αÏÏÎµÎ¯Î¿Ï :</translation> |
||
2550 | </message> |
||
2551 | <message> |
||
14489 | cbradney | 2552 | <location filename="../../../scribus/aboutplugins.cpp" line="69"/> |
14459 | jghali | 2553 | <source>Version:</source> |
2554 | <translation type="unfinished">ÎκδοÏη:</translation> |
||
2555 | </message> |
||
2556 | <message> |
||
14489 | cbradney | 2557 | <location filename="../../../scribus/aboutplugins.cpp" line="72"/> |
14459 | jghali | 2558 | <source>Enabled:</source> |
2559 | <translation type="unfinished">ÎνεÏγοÏοιημÎνα:</translation> |
||
2560 | </message> |
||
2561 | <message> |
||
14489 | cbradney | 2562 | <location filename="../../../scribus/aboutplugins.cpp" line="73"/> |
14459 | jghali | 2563 | <source>Release Date:</source> |
2564 | <translation type="unfinished">ÎμεÏομηνία ÎκδοÏηÏ:</translation> |
||
2565 | </message> |
||
2566 | <message> |
||
14489 | cbradney | 2567 | <location filename="../../../scribus/aboutplugins.cpp" line="80"/> |
14459 | jghali | 2568 | <source>Description:</source> |
2569 | <translation type="unfinished">ΠεÏιγÏαÏή:</translation> |
||
2570 | </message> |
||
2571 | <message> |
||
14489 | cbradney | 2572 | <location filename="../../../scribus/aboutplugins.cpp" line="81"/> |
14459 | jghali | 2573 | <source>Author(s):</source> |
2574 | <translation type="unfinished">Î£Ï Î³Î³ÏαÏÎαÏ(ειÏ):</translation> |
||
2575 | </message> |
||
2576 | <message> |
||
14489 | cbradney | 2577 | <location filename="../../../scribus/aboutplugins.cpp" line="82"/> |
14459 | jghali | 2578 | <source>Copyright:</source> |
2579 | <translation type="unfinished">Î Î½ÎµÏ Î¼Î±Ïικά δικαιÏμαÏα:</translation> |
||
2580 | </message> |
||
2581 | <message> |
||
14489 | cbradney | 2582 | <location filename="../../../scribus/aboutplugins.cpp" line="83"/> |
14459 | jghali | 2583 | <source>License:</source> |
2584 | <translation type="unfinished">Îδεια:</translation> |
||
2585 | </message> |
||
2586 | <message> |
||
14489 | cbradney | 2587 | <location filename="../../../scribus/aboutplugins.ui" line="13"/> |
14459 | jghali | 2588 | <source>Scribus: About Plug-ins</source> |
2589 | <translation type="unfinished"></translation> |
||
2590 | </message> |
||
2591 | </context> |
||
2592 | <context> |
||
2593 | <name>ActionManager</name> |
||
2594 | <message> |
||
14489 | cbradney | 2595 | <location filename="../../../scribus/actionmanager.cpp" line="1257"/> |
14459 | jghali | 2596 | <source>&New</source> |
2597 | <translation type="unfinished">&ÎÎο</translation> |
||
2598 | </message> |
||
2599 | <message> |
||
14489 | cbradney | 2600 | <location filename="../../../scribus/actionmanager.cpp" line="1259"/> |
14459 | jghali | 2601 | <source>&Open...</source> |
2602 | <translation type="unfinished">Î&νοιγμα...</translation> |
||
2603 | </message> |
||
2604 | <message> |
||
14489 | cbradney | 2605 | <location filename="../../../scribus/actionmanager.cpp" line="1260"/> |
14459 | jghali | 2606 | <source>&Close</source> |
2607 | <translation type="unfinished">&ÎλείÏιμο</translation> |
||
2608 | </message> |
||
2609 | <message> |
||
14489 | cbradney | 2610 | <location filename="../../../scribus/actionmanager.cpp" line="1261"/> |
14459 | jghali | 2611 | <source>&Save</source> |
2612 | <translation type="unfinished">ÎÏο&Î¸Î®ÎºÎµÏ Ïη</translation> |
||
2613 | </message> |
||
2614 | <message> |
||
14489 | cbradney | 2615 | <location filename="../../../scribus/actionmanager.cpp" line="1262"/> |
14459 | jghali | 2616 | <source>Save &As...</source> |
2617 | <translation type="unfinished">ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη &ÏÏ...</translation> |
||
2618 | </message> |
||
2619 | <message> |
||
14489 | cbradney | 2620 | <location filename="../../../scribus/actionmanager.cpp" line="1263"/> |
14459 | jghali | 2621 | <source>Re&vert to Saved</source> |
2622 | <translation type="unfinished">ÎÏαναÏοÏά ÏÏο αÏο&Î¸Î·ÎºÎµÏ Î¼Îνο</translation> |
||
2623 | </message> |
||
2624 | <message> |
||
14489 | cbradney | 2625 | <location filename="../../../scribus/actionmanager.cpp" line="1264"/> |
14459 | jghali | 2626 | <source>Collect for O&utput...</source> |
2627 | <translation type="unfinished">Î£Ï Î»Î»Î¿Î³Î® για Î&ξοδο...</translation> |
||
2628 | </message> |
||
2629 | <message> |
||
14489 | cbradney | 2630 | <location filename="../../../scribus/actionmanager.cpp" line="1265"/> |
14459 | jghali | 2631 | <source>Get Text...</source> |
2632 | <translation type="unfinished">ÎήÏη κειμÎÎ½Î¿Ï ...</translation> |
||
2633 | </message> |
||
2634 | <message> |
||
14489 | cbradney | 2635 | <location filename="../../../scribus/actionmanager.cpp" line="1266"/> |
14459 | jghali | 2636 | <source>Append &Text...</source> |
2637 | <translation type="unfinished">Î ÏοÏθήκη &κειμÎÎ½Î¿Ï ...</translation> |
||
2638 | </message> |
||
2639 | <message> |
||
14489 | cbradney | 2640 | <location filename="../../../scribus/actionmanager.cpp" line="1267"/> |
14459 | jghali | 2641 | <source>Get Image...</source> |
2642 | <translation type="unfinished">ÎήÏη εικÏναÏ...</translation> |
||
2643 | </message> |
||
2644 | <message> |
||
14489 | cbradney | 2645 | <location filename="../../../scribus/actionmanager.cpp" line="1270"/> |
14459 | jghali | 2646 | <source>Save &Text...</source> |
2647 | <translation type="unfinished">ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη &κειμÎÎ½Î¿Ï ...</translation> |
||
2648 | </message> |
||
2649 | <message> |
||
14489 | cbradney | 2650 | <location filename="../../../scribus/actionmanager.cpp" line="1271"/> |
14459 | jghali | 2651 | <source>Save as &EPS...</source> |
2652 | <translation type="unfinished">ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη ÏÎµÎ»Î¯Î´Î±Ï ÏÏ &EPS...</translation> |
||
2653 | </message> |
||
2654 | <message> |
||
14489 | cbradney | 2655 | <location filename="../../../scribus/actionmanager.cpp" line="1272"/> |
14459 | jghali | 2656 | <source>Save as P&DF...</source> |
2657 | <translation type="unfinished">ÎÏÎ¿Î¸Î®ÎºÎµÏ Ïη ÏÏ P&DF...</translation> |
||
2658 | </message> |
||
2659 | <message> |
||
14489 | cbradney | 2660 | <location filename="../../../scribus/actionmanager.cpp" line="1273"/> |
14459 | jghali | 2661 | <source>Document &Setup...</source> |
2662 | <translation type="unfinished">&ΡÏθμιÏη εγγÏάÏÎ¿Ï ...</translation> |
||
2663 | </message> |
||
2664 | <message> |
||
14489 | cbradney | 2665 | <location filename="../../../scribus/actionmanager.cpp" line="1274"/> |
14459 | jghali | 2666 | <source>P&references...</source> |
2667 | <translation type="unfinished">&Î ÏοÏιμήÏειÏ...</translation> |
||
2668 | </message> |
||
2669 | <message> |
||
14489 | cbradney | 2670 | <location filename="../../../scribus/actionmanager.cpp" line="1275"/> |
14459 | jghali | 2671 | <source>&Print...</source> |
2672 | <translation type="unfinished">&ÎκÏÏÏÏÏη...</translation> |
||
2673 | </message> |
||
2674 | <message> |
||
14489 | cbradney | 2675 | <location filename="../../../scribus/actionmanager.cpp" line="1276"/> |
14459 | jghali | 2676 | <source>Print Previe&w</source> |
2677 | <translation type="unfinished">&Î ÏοεÏιÏκÏÏηÏη εκÏÏÏÏÏηÏ</translation> |
||
2678 | </message> |
||
2679 | <message> |
||
14489 | cbradney | 2680 | <location filename="../../../scribus/actionmanager.cpp" line="1277"/> |
14459 | jghali | 2681 | <source>&Quit</source> |
2682 | <translation type="unfinished">Î&ξοδοÏ</translation> |
||
2683 | </message> |
||
2684 | <message> |
||
14489 | cbradney | 2685 | <location filename="../../../scribus/actionmanager.cpp" line="1279"/> |
14459 | jghali | 2686 | <source>&Undo</source> |
2687 | <translation type="unfinished">Î&ναίÏεÏη</translation> |
||
2688 | </message> |
||
2689 | <message> |
||
14489 | cbradney | 2690 | <location filename="../../../scribus/actionmanager.cpp" line="1280"/> |
14459 | jghali | 2691 | <source>&Redo</source> |
2692 | <translation type="unfinished">ÎÏανα&ÏοÏά</translation> |
||
2693 | </message> |
||
2694 | <message> |
||
14489 | cbradney | 2695 | <location filename="../../../scribus/actionmanager.cpp" line="1281"/> |
14459 | jghali | 2696 | <source>&Item Action Mode</source> |
2697 | <translation type="unfinished">ÎειÏÎ¿Ï Ïγία ενÎÏÎ³ÎµÎ¹Î±Ï &ανÏικειμÎÎ½Î¿Ï </translation> |
||
2698 | </message> |
||
2699 | <message> |
||
14489 | cbradney | 2700 | <location filename="../../../scribus/actionmanager.cpp" line="1282"/> |
14459 | jghali | 2701 | <source>Cu&t</source> |
2702 | <translation type="unfinished">Î&ÏοκοÏή</translation> |
||
2703 | </message> |
||
2704 | <message> |
||
14489 | cbradney | 2705 | <location filename="../../../scribus/actionmanager.cpp" line="1283"/> |
2706 | <location filename="../../../scribus/actionmanager.cpp" line="1285"/> |
||
14459 | jghali | 2707 | <source>&Copy</source> |
2708 | <translation type="unfinished">&ÎνÏιγÏαÏή</translation> |
||
2709 | </message> |
||
2710 | <message> |
||
14489 | cbradney | 2711 | <location filename="../../../scribus/actionmanager.cpp" line="1284"/> |
2712 | <location filename="../../../scribus/actionmanager.cpp" line="1286"/> |
||
14459 | jghali | 2713 | <source>&Paste</source> |
2714 | <translation type="unfinished">ÎÏι&κÏλληÏη</translation> |
||
2715 | </message> |
||
2716 | <message> |
||
14489 | cbradney | 2717 | <location filename="../../../scribus/actionmanager.cpp" line="1287"/> |
14459 | jghali | 2718 | <source>Paste (&Absolute)</source> |
2719 | <translation type="unfinished">ÎÏικÏλληÏη (&αÏÏÎ»Ï Ïη)</translation> |
||
2720 | </message> |
||
2721 | <message> |
||
14489 | cbradney | 2722 | <location filename="../../../scribus/actionmanager.cpp" line="1288"/> |
14459 | jghali | 2723 | <source>C&lear</source> |
2724 | <translation type="unfinished">&ÎαθαÏιÏμÏÏ</translation> |
||
2725 | </message> |
||
2726 | <message> |
||
14489 | cbradney | 2727 | <location filename="../../../scribus/actionmanager.cpp" line="1289"/> |
14459 | jghali | 2728 | <source>Select &All</source> |
2729 | <translation type="unfinished">ÎÏιλογή Ïλ&Ïν</translation> |
||
2730 | </message> |
||
2731 | <message> |
||
14489 | cbradney | 2732 | <location filename="../../../scribus/actionmanager.cpp" line="1291"/> |
14459 | jghali | 2733 | <source>&Deselect All</source> |
2734 | <translation type="unfinished">Î&ÏοεÏιλογή ÏλÏν</translation> |
||
2735 | </message> |
||
2736 | <message> |
||
14489 | cbradney | 2737 | <location filename="../../../scribus/actionmanager.cpp" line="1292"/> |
14459 | jghali | 2738 | <source>&Search/Replace...</source> |
2739 | <translation type="unfinished">&ÎναζήÏηÏη/ανÏικαÏάÏÏαÏη...</translation> |
||
2740 | </message> |
||
2741 | <message> |
||
14489 | cbradney | 2742 | <location filename="../../../scribus/actionmanager.cpp" line="1293"/> |
14459 | jghali | 2743 | <source>Edit Image...</source> |
2744 | <translation type="unfinished">ÎÏεξεÏγαÏία εικÏναÏ...</translation> |
||
2745 | </message> |
||
2746 | <message> |
||
14489 | cbradney | 2747 | <location filename="../../../scribus/actionmanager.cpp" line="1295"/> |
14459 | jghali | 2748 | <source>C&olors...</source> |
2749 | <translation type="unfinished">Χ&ÏÏμαÏα...</translation> |
||
2750 | </message> |
||
2751 | <message> |
||
14489 | cbradney | 2752 | <location filename="../../../scribus/actionmanager.cpp" line="1297"/> |
14459 | jghali | 2753 | <source>Patterns...</source> |
2754 | <translation type="unfinished">ÎκÏÏÏÏÏη...</translation> |
||
2755 | </message> |
||
2756 | <message> |
||
14489 | cbradney | 2757 | <location filename="../../../scribus/actionmanager.cpp" line="1298"/> |
14459 | jghali | 2758 | <source>S&tyles...</source> |
2759 | <translation type="unfinished">Σ&ÏÏ Î»...</translation> |
||
2760 | </message> |
||
2761 | <message> |
||
14489 | cbradney | 2762 | <location filename="../../../scribus/actionmanager.cpp" line="1299"/> |
14459 | jghali | 2763 | <source>&Master Pages...</source> |
2764 | <translation type="unfinished">Î Ï&ÏÏÏÏÏ ÏÎµÏ ÏελίδεÏ...</translation> |
||
2765 | </message> |
||
2766 | <message> |
||
14489 | cbradney | 2767 | <location filename="../../../scribus/actionmanager.cpp" line="1300"/> |
14459 | jghali | 2768 | <source>&JavaScripts...</source> |
2769 | <translation type="unfinished">&JavaScripts...</translation> |
||
2770 | </message> |
||
2771 | <message> |
||
14489 | cbradney | 2772 | <location filename="../../../scribus/actionmanager.cpp" line="1307"/> |
14459 | jghali | 2773 | <source>%1 pt</source> |
2774 | <translation type="unfinished">%1 Ïημ</translation> |
||
2775 | </message> |
||
2776 | <message> |
||
14489 | cbradney | 2777 | <location filename="../../../scribus/actionmanager.cpp" line="1309"/> |
14459 | jghali | 2778 | <source>&Other...</source> |
2779 | <translation type="unfinished">Îλλ&ο...</translation> |
||
2780 | </message> |
||
2781 | <message> |
||
14489 | cbradney | 2782 | <location filename="../../../scribus/actionmanager.cpp" line="1310"/> |
14459 | jghali | 2783 | <source>&Left</source> |
2784 | <translation type="unfinished">&ÎÏιÏÏεÏά</translation> |
||
2785 | </message> |
||
2786 | <message> |
||
14489 | cbradney | 2787 | <location filename="../../../scribus/actionmanager.cpp" line="1311"/> |
14459 | jghali | 2788 | <source>&Center</source> |
2789 | <translation type="unfinished">ΣÏο &κÎνÏÏο</translation> |
||
2790 | </message> |
||
2791 | <message> |
||
14489 | cbradney | 2792 | <location filename="../../../scribus/actionmanager.cpp" line="1312"/> |
14459 | jghali | 2793 | <source>&Right</source> |
2794 | <translation type="unfinished">&Îεξιά</translation> |
||
2795 | </message> |
||
2796 | <message> |
||
14489 | cbradney | 2797 | <location filename="../../../scribus/actionmanager.cpp" line="1313"/> |
14459 | jghali | 2798 | <source>&Block</source> |
2799 | <translation type="unfinished">&Τμήμα</translation> |
||
2800 | </message> |
||
2801 | <message> |
||
14489 | cbradney | 2802 | <location filename="../../../scribus/actionmanager.cpp" line="1314"/> |
14459 | jghali | 2803 | <source>&Forced</source> |
2804 | <translation type="unfinished">&ÎξαναγκαÏμÏÏ</translation> |
||
2805 | </message> |
||
2806 | <message> |
||
14489 | cbradney | 2807 | <location filename="../../../scribus/actionmanager.cpp" line="1325"/> |
14459 | jghali | 2808 | <source>&Normal</source> |
2809 | <translation type="unfinished">&ÎανονικÏ</translation> |
||
2810 | </message> |
||
2811 | <message> |
||
14489 | cbradney | 2812 | <location filename="../../../scribus/actionmanager.cpp" line="1326"/> |
14459 | jghali | 2813 | <source>&Underline</source> |
2814 | <translation type="unfinished">&Î¥ÏογÏάμμιÏη</translation> |
||
2815 | </message> |
||
2816 | <message> |
||
14489 | cbradney | 2817 | <location filename="../../../scribus/actionmanager.cpp" line="1327"/> |
14459 | jghali | 2818 | <source>Underline &Words</source> |
2819 | <translation type="unfinished">Î¥ÏογÏάμμιÏη λÎ&ξεÏν</translation> |
||
2820 | </message> |
||
2821 | <message> |
||
14489 | cbradney | 2822 | <location filename="../../../scribus/actionmanager.cpp" line="1328"/> |
14459 | jghali | 2823 | <source>&Strike Through</source> |
2824 | <translation type="unfinished">&ÎÏιγÏάμμιÏη</translation> |
||
2825 | </message> |
||
2826 | <message> |
||
14489 | cbradney | 2827 | <location filename="../../../scribus/actionmanager.cpp" line="1329"/> |
14459 | jghali | 2828 | <source>&All Caps</source> |
2829 | <translation type="unfinished">Î&λα κεÏαλαία</translation> |
||
2830 | </message> |
||
2831 | <message> |
||
14489 | cbradney | 2832 | <location filename="../../../scribus/actionmanager.cpp" line="1330"/> |
14459 | jghali | 2833 | <source>Small &Caps</source> |
2834 | <translation type="unfinished">ÎικÏά κε&Ïαλαία</translation> |
||
2835 | </message> |
||
2836 | <message> |
||
14489 | cbradney | 2837 | <location filename="../../../scribus/actionmanager.cpp" line="1331"/> |
14459 | jghali | 2838 | <source>Su&perscript</source> |
2839 | <translation type="unfinished">Îκ&θÎÏηÏ</translation> |
||
2840 | </message> |
||
2841 | <message> |
||
14489 | cbradney | 2842 | <location filename="../../../scribus/actionmanager.cpp" line="1332"/> |
14459 | jghali | 2843 | <source>Su&bscript</source> |
2844 | <translation type="unfinished">&ÎείκÏηÏ</translation> |
||
2845 | </message> |
||
2846 | <message> |
||
14489 | cbradney | 2847 | <location filename="../../../scribus/actionmanager.cpp" line="1333"/> |
14459 | jghali | 2848 | <source>&Outline</source> |
2849 | <comment>type effect</comment> |
||
2850 | <translation type="unfinished">&ΠεÏίγÏαμμα</translation> |
||
2851 | </message> |
||
2852 | <message> |
||
14489 | cbradney | 2853 | <location filename="../../../scribus/actionmanager.cpp" line="1334"/> |
14459 | jghali | 2854 | <source>S&hadow</source> |
2855 | <translation type="unfinished">&Σκιά</translation> |
||
2856 | </message> |
||
2857 | <message> |
||
14489 | cbradney | 2858 | <location filename="../../../scribus/actionmanager.cpp" line="1336"/> |
14459 | jghali | 2859 | <source>&Image Effects</source> |
2860 | <translation type="unfinished">ÎÏÎ &εικÏναÏ</translation> |
||
2861 | </message> |
||
2862 | <message> |
||
14489 | cbradney | 2863 | <location filename="../../../scribus/actionmanager.cpp" line="1337"/> |
14459 | jghali | 2864 | <source>&Tabulators...</source> |
2865 | <translation type="unfinished">&ΣÏηλοθÎÏεÏ...</translation> |
||
2866 | </message> |
||
2867 | <message> |
||
14489 | cbradney | 2868 | <location filename="../../../scribus/actionmanager.cpp" line="1340"/> |
14459 | jghali | 2869 | <source>D&uplicate</source> |
2870 | <translation type="unfinished">&ÎνÏίγÏαÏο</translation> |
||
2871 | </message> |
||
2872 | <message> |
||
14489 | cbradney | 2873 | <location filename="../../../scribus/actionmanager.cpp" line="1341"/> |
14459 | jghali | 2874 | <source>&Multiple Duplicate</source> |
2875 | <translation type="unfinished">&ΠολλαÏÎ»Ï Î±Î½ÏίγÏαÏο</translation> |
||
2876 | </message> |
||
2877 | <message> |
||
14489 | cbradney | 2878 | <location filename="../../../scribus/actionmanager.cpp" line="1342"/> |
14459 | jghali | 2879 | <source>&Delete</source> |
2880 | <translation type="unfinished">&ÎιαγÏαÏή</translation> |
||
2881 | </message> |
||
2882 | <message> |
||
14489 | cbradney | 2883 | <location filename="../../../scribus/actionmanager.cpp" line="1343"/> |
14459 | jghali | 2884 | <source>&Group</source> |
2885 | <translation type="unfinished">&Îμάδα</translation> |
||
2886 | </message> |
||
2887 | <message> |
||
14489 | cbradney | 2888 | <location filename="../../../scribus/actionmanager.cpp" line="1344"/> |
14459 | jghali | 2889 | <source>&Ungroup</source> |
2890 | <translation type="unfinished">&ÎναίÏεÏη ομάδαÏ</translation> |
||
2891 | </message> |
||
2892 | <message> |
||
14489 | cbradney | 2893 | <location filename="../../../scribus/actionmanager.cpp" line="1345"/> |
14459 | jghali | 2894 | <source>Is &Locked</source> |
2895 | <translation type="unfinished">Îίναι κ&λειδÏμÎνο</translation> |
||
2896 | </message> |
||
2897 | <message> |
||
14489 | cbradney | 2898 | <location filename="../../../scribus/actionmanager.cpp" line="1346"/> |
14459 | jghali | 2899 | <source>Si&ze is Locked</source> |
2900 | <translation type="unfinished">&ÎÎÎ³ÎµÎ¸Î¿Ï ÎºÎ»ÎµÎ¹Î´ÏμÎνο</translation> |
||
2901 | </message> |
||
2902 | <message> |
||
14489 | cbradney | 2903 | <location filename="../../../scribus/actionmanager.cpp" line="1347"/> |
14459 | jghali | 2904 | <source>&Printing Enabled</source> |
2905 | <translation type="unfinished">&ÎνεÏγοÏοιημÎνη εκÏÏÏÏÏη</translation> |
||
2906 | </message> |
||
2907 | <message> |
||
14489 | cbradney | 2908 | <location filename="../../../scribus/actionmanager.cpp" line="1348"/> |
14459 | jghali | 2909 | <source>&Flip Horizontally</source> |
2910 | <translation type="unfinished">&ÎναÏÏÏοÏή οÏιζÏνÏια</translation> |
||
2911 | </message> |
||
2912 | <message> |
||
14489 | cbradney | 2913 | <location filename="../../../scribus/actionmanager.cpp" line="1349"/> |
14459 | jghali | 2914 | <source>&Flip Vertically</source> |
2915 | <translation type="unfinished">Î&ναÏÏÏοÏή καÏακÏÏÏ Ïα</translation> |
||
2916 | </message> |
||
2917 | <message> |
||
14489 | cbradney | 2918 | <location filename="../../../scribus/actionmanager.cpp" line="1350"/> |
14459 | jghali | 2919 | <source>Lower to &Bottom</source> |
2920 | <translation type="unfinished">ÎÏθιÏη ÏÏο &ÏÎλοÏ</translation> |
||
2921 | </message> |
||
2922 | <message> |
||
14489 | cbradney | 2923 | <location filename="../../../scribus/actionmanager.cpp" line="1351"/> |
14459 | jghali | 2924 | <source>Raise to &Top</source> |
2925 | <translation type="unfinished">ÎνÏÏÏÏη ÏÏην &κοÏÏ Ïή</translation> |
||
2926 | </message> |
||
2927 | <message> |
||
14489 | cbradney | 2928 | <location filename="../../../scribus/actionmanager.cpp" line="1352"/> |
14459 | jghali | 2929 | <source>&Lower</source> |
2930 | <translation type="unfinished">&ÎÏθιÏη</translation> |
||
2931 | </message> |
||
2932 | <message> |
||
14489 | cbradney | 2933 | <location filename="../../../scribus/actionmanager.cpp" line="1353"/> |
14459 | jghali | 2934 | <source>&Raise</source> |
2935 | <translation type="unfinished">&ÎνÏÏÏÏη</translation> |
||
2936 | </message> |
||
2937 | <message> |
||
14489 | cbradney | 2938 | <location filename="../../../scribus/actionmanager.cpp" line="1354"/> |
14459 | jghali | 2939 | <source>Send to S&crapbook</source> |
2940 | <translation type="unfinished">ÎÏοÏÏολή ÏÏο βιβλίο αÏο&κομμάÏÏν</translation> |
||
2941 | </message> |
||
2942 | <message> |
||
14489 | cbradney | 2943 | <location filename="../../../scribus/actionmanager.cpp" line="1355"/> |
14459 | jghali | 2944 | <source>Send to Patterns</source> |
2945 | <translation type="unfinished">ÎÏοÏÏολή ÏÏο ÏÏÏÏμα</translation> |
||
2946 | </message> |
||
2947 | <message> |
||
14489 | cbradney | 2948 | <location filename="../../../scribus/actionmanager.cpp" line="1356"/> |
14459 | jghali | 2949 | <source>&Attributes...</source> |
2950 | <translation type="unfinished">&ÎδιÏÏηÏεÏ...</translation> |
||
2951 | </message> |
||
2952 | <message> |
||
14489 | cbradney | 2953 | <location filename="../../../scribus/actionmanager.cpp" line="1357"/> |
14459 | jghali | 2954 | <source>More Info...</source> |
2955 | <translation type="unfinished">ΠεÏιÏÏÏÏεÏÎµÏ ÏληÏοÏοÏίεÏ...</translation> |
||
2956 | </message> |
||
2957 | <message> |
||
14489 | cbradney | 2958 | <location filename="../../../scribus/actionmanager.cpp" line="1358"/> |
14459 | jghali | 2959 | <source>I&mage Visible</source> |
2960 | <translation type="unfinished">&ÎÏαÏή εικÏνα</translation> |
||
2961 | </message> |
||
2962 | <message> |
||
14489 | cbradney | 2963 | <location filename="../../../scribus/actionmanager.cpp" line="1359"/> |
14459 | jghali | 2964 | <source>&Update Image</source> |
2965 | <translation type="unfinished">&ÎνημÎÏÏÏη εικÏναÏ</translation> |
||
2966 | </message> |
||
2967 | <message> |
||
14489 | cbradney | 2968 | <location filename="../../../scribus/actionmanager.cpp" line="1360"/> |
14459 | jghali | 2969 | <source>Adjust Frame to Image</source> |
2970 | <translation type="unfinished">Î ÏοÏαÏμογή ÏλαιÏÎ¯Î¿Ï ÏÏην εικÏνα</translation> |
||
2971 | </message> |
||
2972 | <message> |
||
14489 | cbradney | 2973 | <location filename="../../../scribus/actionmanager.cpp" line="1362"/> |
14459 | jghali | 2974 | <source>Extended Image Properties</source> |
2975 | <translation type="unfinished">ÎÏεκÏαμÎÎ½ÎµÏ Î¹Î´Î¹ÏÏηÏÎµÏ ÎµÎ¹ÎºÏναÏ</translation> |
||
2976 | </message> |
||
2977 | <message> |
||
14489 | cbradney | 2978 | <location filename="../../../scribus/actionmanager.cpp" line="1363"/> |
14459 | jghali | 2979 | <source>&Low Resolution</source> |
2980 | <translation type="unfinished">&Χαμηλή Î±Î½Î¬Î»Ï Ïη</translation> |
||
2981 | </message> |
||
2982 | <message> |
||
14489 | cbradney | 2983 | <location filename="../../../scribus/actionmanager.cpp" line="1364"/> |
14459 | jghali | 2984 | <source>&Normal Resolution</source> |
2985 | <translation type="unfinished">&Îανονική Î±Î½Î¬Î»Ï Ïη</translation> |
||
2986 | </message> |
||
2987 | <message> |
||
14489 | cbradney | 2988 | <location filename="../../../scribus/actionmanager.cpp" line="1365"/> |
14459 | jghali | 2989 | <source>&Full Resolution</source> |
2990 | <translation type="unfinished">&Î¥Ïηλή Î±Î½Î¬Î»Ï Ïη</translation> |
||
2991 | </message> |
||
2992 | <message> |
||
14489 | cbradney | 2993 | <location filename="../../../scribus/actionmanager.cpp" line="1366"/> |
14459 | jghali | 2994 | <source>Is PDF &Bookmark</source> |
2995 | <translation type="unfinished">Îίναι &ÏελιδοδείκÏÎ·Ï PDF</translation> |
||
2996 | </message> |
||
2997 | <message> |
||
14489 | cbradney | 2998 | <location filename="../../../scribus/actionmanager.cpp" line="1367"/> |
14459 | jghali | 2999 | <source>Is PDF A&nnotation</source> |
3000 | <translation type="unfinished">Îίναι εÏιÏήμανÏ&η PDF</translation> |
||
3001 | </message> |
||
3002 | <message> |
||
14489 | cbradney | 3003 | <location filename="../../../scribus/actionmanager.cpp" line="1368"/> |
14459 | jghali | 3004 | <source>Annotation P&roperties</source> |
3005 | <translation type="unfinished">&ÎδιÏÏηÏÎµÏ ÎµÏιÏήμανÏηÏ</translation> |
||
3006 | </message> |
||
3007 | <message> |
||
14489 | cbradney | 3008 | <location filename="../../../scribus/actionmanager.cpp" line="1369"/> |
14459 | jghali | 3009 | <source>Field P&roperties</source> |
3010 | <translation type="unfinished">ÎδιÏÏηÏÎµÏ &ÏÎµÎ´Î¯Î¿Ï </translation> |
||
3011 | </message> |
||
3012 | <message> |
||
14489 | cbradney | 3013 | <location filename="../../../scribus/actionmanager.cpp" line="1370"/> |
14459 | jghali | 3014 | <source>&Edit Shape...</source> |
3015 | <translation type="unfinished">&ÎÏεξεÏγαÏία ÏÏήμαÏοÏ...</translation> |
||
3016 | </message> |
||
3017 | <message> |
||
14489 | cbradney | 3018 | <location filename="../../../scribus/actionmanager.cpp" line="1371"/> |
14459 | jghali | 3019 | <source>&Attach Text to Path</source> |
3020 | <translation type="unfinished">&Î ÏοÏάÏÏηÏη κειμÎÎ½Î¿Ï ÏÏη διαδÏομή</translation> |
||
3021 | </message> |
||
3022 | <message> |
||
14489 | cbradney | 3023 | <location filename="../../../scribus/actionmanager.cpp" line="1372"/> |
14459 | jghali | 3024 | <source>&Detach Text from Path</source> |
3025 | <translation type="unfinished">&ÎÏοÏÏοÏάÏÏηÏη κειμÎÎ½Î¿Ï Î±ÏÏ Î´Î¹Î±Î´Ïομή</translation> |
||
3026 | </message> |
||
3027 | <message> |
||
14489 | cbradney | 3028 | <location filename="../../../scribus/actionmanager.cpp" line="1373"/> |
14459 | jghali | 3029 | <source>&Combine Polygons</source> |
3030 | <translation type="unfinished">&Î£Ï Î½Î´Ï Î±ÏμÏÏ ÏÎ¿Î»Ï Î³ÏνÏν</translation> |
||
3031 | </message> |
||
3032 | <message> |
||
14489 | cbradney | 3033 | <location filename="../../../scribus/actionmanager.cpp" line="1374"/> |
14459 | jghali | 3034 | <source>Split &Polygons</source> |
3035 | <translation type="unfinished">ÎιαίÏεÏη &ÏÎ¿Î»Ï Î³ÏνÏν</translation> |
||
3036 | </message> |
||
3037 | <message> |
||
14489 | cbradney | 3038 | <location filename="../../../scribus/actionmanager.cpp" line="1375"/> |
14459 | jghali | 3039 | <source>&Bezier Curve</source> |
3040 | <translation type="unfinished">Îα&μÏÏλη Bezier</translation> |
||
3041 | </message> |
||
3042 | <message> |
||
14489 | cbradney | 3043 | <location filename="../../../scribus/actionmanager.cpp" line="1376"/> |
14459 | jghali | 3044 | <source>&Image Frame</source> |
3045 | <translation type="unfinished">&ΠλαίÏιο εικÏναÏ</translation> |
||
3046 | </message> |
||
3047 | <message> |
||
14489 | cbradney | 3048 | <location filename="../../../scribus/actionmanager.cpp" line="1377"/> |
14459 | jghali | 3049 | <source>&Outlines</source> |
3050 | <comment>Convert to oulines</comment> |
||
3051 | <translation type="unfinished">&ΠεÏιγÏάμμαÏα</translation> |
||
3052 | </message> |
||
3053 | <message> |
||
14489 | cbradney | 3054 | <location filename="../../../scribus/actionmanager.cpp" line="1378"/> |
14459 | jghali | 3055 | <source>&Polygon</source> |
3056 | <translation type="unfinished">&ΠολÏγÏνο</translation> |
||
3057 | </message> |
||
3058 | <message> |
||
14489 | cbradney | 3059 | <location filename="../../../scribus/actionmanager.cpp" line="1379"/> |
14459 | jghali | 3060 | <source>&Text Frame</source> |
3061 | <translation type="unfinished">ΠλαίÏιο &κειμÎÎ½Î¿Ï </translation> |
||
3062 | </message> |
||
3063 | <message> |
||
14489 | cbradney | 3064 | <location filename="../../../scribus/actionmanager.cpp" line="1382"/> |
14459 | jghali | 3065 | <source>&Frame...</source> |
3066 | <translation type="unfinished">&ΤÏοÏοÏοίηÏη...</translation> |
||
3067 | </message> |
||
3068 | <message> |
||
14489 | cbradney | 3069 | <location filename="../../../scribus/actionmanager.cpp" line="1383"/> |
14459 | jghali | 3070 | <source>&Glyph...</source> |
3071 | <translation type="unfinished">&ÎÎ»Ï Ïή...</translation> |
||
3072 | </message> |
||
3073 | <message> |
||
14489 | cbradney | 3074 | <location filename="../../../scribus/actionmanager.cpp" line="1384"/> |
14459 | jghali | 3075 | <source>Sample Text</source> |
3076 | <translation type="unfinished">Îείγμα κειμÎÎ½Î¿Ï </translation> |
||
3077 | </message> |
||
3078 | <message> |
||
14489 | cbradney | 3079 | <location filename="../../../scribus/actionmanager.cpp" line="1388"/> |
14459 | jghali | 3080 | <source>&Insert...</source> |
3081 | <translation type="unfinished">&ÎιÏαγÏγή...</translation> |
||
3082 | </message> |
||
3083 | <message> |
||
14489 | cbradney | 3084 | <location filename="../../../scribus/actionmanager.cpp" line="1389"/> |
14459 | jghali | 3085 | <source>Im&port...</source> |
3086 | <translation type="unfinished">Îι&ÏαγÏγή...</translation> |
||
3087 | </message> |
||
3088 | <message> |
||
14489 | cbradney | 3089 | <location filename="../../../scribus/actionmanager.cpp" line="1390"/> |
14459 | jghali | 3090 | <source>&Delete...</source> |
3091 | <translation type="unfinished">&ÎιαγÏαÏή...</translation> |
||
3092 | </message> |
||
3093 | <message> |
||
14489 | cbradney | 3094 | <location filename="../../../scribus/actionmanager.cpp" line="1391"/> |
14459 | jghali | 3095 | <source>&Copy...</source> |
3096 | <translation type="unfinished">&ÎνÏιγÏαÏή...</translation> |
||
3097 | </message> |
||
3098 | <message> |
||
14489 | cbradney | 3099 | <location filename="../../../scribus/actionmanager.cpp" line="1392"/> |
14459 | jghali | 3100 | <source>&Move...</source> |
3101 | <translation type="unfinished">&ÎεÏακίνηÏη...</translation> |
||
3102 | </message> |
||
3103 | <message> |
||
14489 | cbradney | 3104 | <location filename="../../../scribus/actionmanager.cpp" line="1393"/> |
14459 | jghali | 3105 | <source>&Apply Master Page...</source> |
3106 | <translation type="unfinished">&ÎÏαÏμογή ÏÏÏÏÏÏÏ ÏÎ·Ï ÏελίδαÏ...</translation> |
||
3107 | </message> |
||
3108 | <message> |
||
14489 | cbradney | 3109 | <location filename="../../../scribus/actionmanager.cpp" line="1394"/> |
14459 | jghali | 3110 | <source>Convert to Master Page...</source> |
3111 | <translation type="unfinished">ÎεÏαÏÏοÏή Ïε ÏÏÏÏÏÏÏ Ïη Ïελίδα...</translation> |
||
3112 | </message> |
||
3113 | <message> |
||
14489 | cbradney | 3114 | <location filename="../../../scribus/actionmanager.cpp" line="1395"/> |
14459 | jghali | 3115 | <source>Manage &Guides...</source> |
3116 | <translation type="unfinished">ÎιαÏείÏιÏη &οδηγÏν...</translation> |
||
3117 | </message> |
||
3118 | <message> |
||
14489 | cbradney | 3119 | <location filename="../../../scribus/actionmanager.cpp" line="1396"/> |
14459 | jghali | 3120 | <source>Manage Page Properties...</source> |
3121 | <translation type="unfinished">ÎιαÏείÏιÏη ιδιοÏήÏÏν ÏελίδαÏ...</translation> |
||
3122 | </message> |
||
3123 | <message> |
||
14489 | cbradney | 3124 | <location filename="../../../scribus/actionmanager.cpp" line="1401"/> |
14459 | jghali | 3125 | <source>&50%</source> |
3126 | <translation type="unfinished">&50%</translation> |
||
3127 | </message> |
||
3128 | <message> |
||
14489 | cbradney | 3129 | <location filename="../../../scribus/actionmanager.cpp" line="1402"/> |
14459 | jghali | 3130 | <source>&75%</source> |
3131 | <translation type="unfinished">&75%</translation> |
||
3132 | </message> |
||
3133 | <message> |
||
14489 | cbradney | 3134 | <location filename="../../../scribus/actionmanager.cpp" line="1403"/> |
14459 | jghali | 3135 | <source>&100%</source> |
3136 | <translation type="unfinished">&100%</translation> |
||
3137 | </message> |
||
3138 | <message> |
||
14489 | cbradney | 3139 | <location filename="../../../scribus/actionmanager.cpp" line="1404"/> |
14459 | jghali | 3140 | <source>&200%</source> |
3141 | <translation type="unfinished">&200%</translation> |
||
3142 | </message> |
||
3143 | <message> |
||
14489 | cbradney | 3144 | <location filename="../../../scribus/actionmanager.cpp" line="1406"/> |
14459 | jghali | 3145 | <source>Preview Mode</source> |
3146 | <translation type="unfinished">Î ÏοεÏιÏκÏÏηÏη</translation> |
||
3147 | </message> |
||
3148 | <message> |
||
14489 | cbradney | 3149 | <location filename="../../../scribus/actionmanager.cpp" line="1407"/> |
14459 | jghali | 3150 | <source>Show &Margins</source> |
3151 | <translation type="unfinished">ÎμÏάνιÏη ÏεÏι&θÏÏίÏν</translation> |
||
3152 | </message> |
||
3153 | <message> |
||
14489 | cbradney | 3154 | <location filename="../../../scribus/actionmanager.cpp" line="1409"/> |
14459 | jghali | 3155 | <source>Show &Frames</source> |
3156 | <translation type="unfinished">ÎμÏάνιÏη &ÏλαιÏίÏν</translation> |
||
3157 | </message> |
||
3158 | <message> |
||
14489 | cbradney | 3159 | <location filename="../../../scribus/actionmanager.cpp" line="1410"/> |
14459 | jghali | 3160 | <source>Show Layer Indicators</source> |
3161 | <translation type="unfinished"></translation> |
||
3162 | </message> |
||
3163 | <message> |
||
14489 | cbradney | 3164 | <location filename="../../../scribus/actionmanager.cpp" line="1411"/> |
14459 | jghali | 3165 | <source>Show &Images</source> |
3166 | <translation type="unfinished">ÎμÏάνιÏη &εικÏνÏν</translation> |
||
3167 | </message> |
||
3168 | <message> |
||
14489 | cbradney | 3169 | <location filename="../../../scribus/actionmanager.cpp" line="1412"/> |
14459 | jghali | 3170 | <source>Show &Grid</source> |
3171 | <translation type="unfinished">ÎμÏάνιÏη &ÏλÎγμαÏοÏ</translation> |
||
3172 | </message> |
||
3173 | <message> |
||
14489 | cbradney | 3174 | <location filename="../../../scribus/actionmanager.cpp" line="1413"/> |
14459 | jghali | 3175 | <source>Show G&uides</source> |
3176 | <translation type="unfinished">ÎμÏάνιÏη &οδηγÏν</translation> |
||
3177 | </message> |
||
3178 | <message> |
||
14489 | cbradney | 3179 | <location filename="../../../scribus/actionmanager.cpp" line="1414"/> |
14459 | jghali | 3180 | <source>Show Text Frame Columns</source> |
3181 | <translation type="unfinished">ÎμÏάνιÏη Î±ÎºÎ¿Î»Î¿Ï Î¸Î¹Ïν κειμÎÎ½Î¿Ï </translation> |
||
3182 | </message> |
||
3183 | <message> |
||
14489 | cbradney | 3184 | <location filename="../../../scribus/actionmanager.cpp" line="1415"/> |
14459 | jghali | 3185 | <source>Show &Baseline Grid</source> |
3186 | <translation type="unfinished">ÎμÏάνιÏη ÏλÎγμαÏÎ¿Ï &βάÏηÏ</translation> |
||
3187 | </message> |
||
3188 | <message> |
||
14489 | cbradney | 3189 | <location filename="../../../scribus/actionmanager.cpp" line="1416"/> |
14459 | jghali | 3190 | <source>Show &Text Chain</source> |
3191 | <translation type="unfinished">ÎμÏάνιÏη &Î±ÎºÎ¿Î»Î¿Ï Î¸Î¯Î±Ï ÎºÎµÎ¹Î¼ÎÎ½Î¿Ï </translation> |
||
3192 | </message> |
||
3193 | <message> |
||
14489 | cbradney | 3194 | <location filename="../../../scribus/actionmanager.cpp" line="1417"/> |
14459 | jghali | 3195 | <source>Show Control Characters</source> |
3196 | <translation type="unfinished">ÎμÏάνιÏη ÏαÏακÏήÏÏν ελÎγÏÎ¿Ï </translation> |
||
3197 | </message> |
||
3198 | <message> |
||
14489 | cbradney | 3199 | <location filename="../../../scribus/actionmanager.cpp" line="1418"/> |
14459 | jghali | 3200 | <source>Show Rulers</source> |
3201 | <translation type="unfinished">ÎμÏάνιÏη κανÏνÏν</translation> |
||
3202 | </message> |
||
3203 | <message> |
||
14489 | cbradney | 3204 | <location filename="../../../scribus/actionmanager.cpp" line="1420"/> |
14459 | jghali | 3205 | <source>Sn&ap to Grid</source> |
3206 | <translation type="unfinished">Î ÏοÏαÏμο&γή ÏÏο ÏλÎγμα</translation> |
||
3207 | </message> |
||
3208 | <message> |
||
14489 | cbradney | 3209 | <location filename="../../../scribus/actionmanager.cpp" line="1421"/> |
14459 | jghali | 3210 | <source>Sna&p to Guides</source> |
3211 | <translation type="unfinished">Î ÏοÏα&Ïμογή ÏÏÎ¿Ï Ï Î¿Î´Î·Î³Î¿ÏÏ</translation> |
||
3212 | </message> |
||
3213 | <message> |
||
14489 | cbradney | 3214 | <location filename="../../../scribus/actionmanager.cpp" line="1426"/> |
14459 | jghali | 3215 | <source>&Properties</source> |
3216 | <translation type="unfinished">&ÎδιÏÏηÏεÏ</translation> |
||
3217 | </message> |
||
3218 | <message> |
||
14489 | cbradney | 3219 | <location filename="../../../scribus/actionmanager.cpp" line="1427"/> |
14459 | jghali | 3220 | <source>&Outline</source> |
3221 | <comment>Document Outline Palette</comment> |
||
3222 | <translation type="unfinished">&ΠεÏίγÏαμμα</translation> |
||
3223 | </message> |
||
3224 | <message> |
||
14489 | cbradney | 3225 | <location filename="../../../scribus/actionmanager.cpp" line="1428"/> |
14459 | jghali | 3226 | <source>&Scrapbook</source> |
3227 | <translation type="unfinished">&Îιβλίο αÏοκομμάÏÏν</translation> |
||
3228 | </message> |
||
3229 | <message> |
||
14489 | cbradney | 3230 | <location filename="../../../scribus/actionmanager.cpp" line="1429"/> |
14459 | jghali | 3231 | <source>&Layers</source> |
3232 | <translation type="unfinished">&ΣÏÏÏμαÏα</translation> |
||
3233 | </message> |
||
3234 | <message> |
||
14489 | cbradney | 3235 | <location filename="../../../scribus/actionmanager.cpp" line="1430"/> |
14459 | jghali | 3236 | <source>&Arrange Pages</source> |
3237 | <translation type="unfinished">&ÎιάÏαξη ÏελίδÏν</translation> |
||
3238 | </message> |
||
3239 | <message> |
||
14489 | cbradney | 3240 | <location filename="../../../scribus/actionmanager.cpp" line="1431"/> |
14459 | jghali | 3241 | <source>&Bookmarks</source> |
3242 | <translation type="unfinished">&ΣελιδοδείκÏεÏ</translation> |
||
3243 | </message> |
||
3244 | <message> |
||
14489 | cbradney | 3245 | <location filename="../../../scribus/actionmanager.cpp" line="1432"/> |
14459 | jghali | 3246 | <source>&Measurements</source> |
3247 | <translation type="unfinished">&ÎεÏÏήÏειÏ</translation> |
||
3248 | </message> |
||
3249 | <message> |
||
14489 | cbradney | 3250 | <location filename="../../../scribus/actionmanager.cpp" line="1433"/> |
14459 | jghali | 3251 | <source>Action &History</source> |
3252 | <translation type="unfinished">&ÎÏÏοÏÎ¹ÎºÏ ÎµÎ½ÎµÏγειÏν</translation> |
||
3253 | </message> |
||
3254 | <message> |
||
14489 | cbradney | 3255 | <location filename="../../../scribus/actionmanager.cpp" line="1434"/> |
14459 | jghali | 3256 | <source>Preflight &Verifier</source> |
3257 | <translation type="unfinished">Τελική &εÏÎ±Î»Î®Î¸ÎµÏ Ïη</translation> |
||
3258 | </message> |
||
3259 | <message> |
||
14489 | cbradney | 3260 | <location filename="../../../scribus/actionmanager.cpp" line="1435"/> |
14459 | jghali | 3261 | <source>&Align and Distribute</source> |
3262 | <translation type="unfinished">&ΣÏοίÏιÏη και καÏανομή</translation> |
||
3263 | </message> |
||
3264 | <message> |
||
14489 | cbradney | 3265 | <location filename="../../../scribus/actionmanager.cpp" line="1436"/> |
14459 | jghali | 3266 | <source>&Tools</source> |
3267 | <translation type="unfinished">ÎÏ&γαλεία</translation> |
||
3268 | </message> |
||
3269 | <message> |
||
14489 | cbradney | 3270 | <location filename="../../../scribus/actionmanager.cpp" line="1437"/> |
14459 | jghali | 3271 | <source>P&DF Tools</source> |
3272 | <translation type="unfinished">ÎÏγαλεία P&DF</translation> |
||
3273 | </message> |
||
3274 | <message> |
||
14489 | cbradney | 3275 | <location filename="../../../scribus/actionmanager.cpp" line="1440"/> |
14459 | jghali | 3276 | <source>Select Item</source> |
3277 | <translation type="unfinished">ÎÏιλογή ανÏικειμÎÎ½Î¿Ï </translation> |
||
3278 | </message> |
||
3279 | <message> |
||
14489 | cbradney | 3280 | <location filename="../../../scribus/actionmanager.cpp" line="1441"/> |
14459 | jghali | 3281 | <source>Rotate Item</source> |
3282 | <translation type="unfinished">ΠεÏιÏÏÏοÏή ανÏικειμÎÎ½Î¿Ï </translation> |
||
3283 | </message> |
||
3284 | <message> |
||
14489 | cbradney | 3285 | <location filename="../../../scribus/actionmanager.cpp" line="1442"/> |
14459 | jghali | 3286 | <source>Zoom in or out</source> |
3287 | <translation type="unfinished">ÎεγÎÎ¸Ï Î½Ïη ή ÏμίκÏÏ Î½Ïη</translation> |
||
3288 | </message> |
||
3289 | <message> |
||
14489 | cbradney | 3290 | <location filename="../../../scribus/actionmanager.cpp" line="1443"/> |
14459 | jghali | 3291 | <source>Zoom in</source> |
3292 | <translation type="unfinished">ÎεγÎÎ¸Ï Î½Ïη</translation> |
||
3293 | </message> |
||
3294 | <message> |
||
14489 | cbradney | 3295 | <location filename="../../../scribus/actionmanager.cpp" line="1444"/> |
14459 | jghali | 3296 | <source>Zoom out</source> |
3297 | <translation type="unfinished">ΣμίκÏÏ Î½Ïη</translation> |
||
3298 | </message> |
||
3299 | <message> |
||
14489 | cbradney | 3300 | <location filename="../../../scribus/actionmanager.cpp" line="1445"/> |
14459 | jghali | 3301 | <source>Edit Contents of Frame</source> |
3302 | <translation type="unfinished">ÎÏεξεÏγαÏία ÏεÏιεÏομÎνÏν ÏλαιÏÎ¯Î¿Ï </translation> |
||
3303 | </message> |
||
3304 | <message> |
||
14489 | cbradney | 3305 | <location filename="../../../scribus/actionmanager.cpp" line="1446"/> |
14459 | jghali | 3306 | <source>Edit Text...</source> |
3307 | <translation type="unfinished">ÎÏεξεÏγαÏία κειμÎÎ½Î¿Ï ...</translation> |
||
3308 | </message> |
||
3309 | <message> |
||
14489 | cbradney | 3310 | <location filename="../../../scribus/actionmanager.cpp" line="1447"/> |
14459 | jghali | 3311 | <source>Link Text Frames</source> |
3312 | <translation type="unfinished">ΣÏνδεÏη ÏλαιÏίÏν κειμÎÎ½Î¿Ï </translation> |
||
3313 | </message> |
||
3314 | <message> |
||
14489 | cbradney | 3315 | <location filename="../../../scribus/actionmanager.cpp" line="1448"/> |
14459 | jghali | 3316 | <source>Unlink Text Frames</source> |
3317 | <translation type="unfinished">ÎÏοÏÏνδεÏη ÏλαιÏίÏν κειμÎÎ½Î¿Ï </translation> |
||
3318 | </message> |
||
3319 | <message> |
||
14489 | cbradney | 3320 | <location filename="../../../scribus/actionmanager.cpp" line="1449"/> |
14459 | jghali | 3321 | <source>&Eye Dropper</source> |
3322 | <translation type="unfinished">&ΣÏαγονÏμεÏÏο</translation> |
||
3323 | </message> |
||
3324 | <message> |
||
14489 | cbradney | 3325 | <location filename="../../../scribus/actionmanager.cpp" line="1450"/> |
14459 | jghali | 3326 | <source>Copy Item Properties</source> |
3327 | <translation type="unfinished">ÎνÏιγÏαÏή ιδιοÏήÏÏν ανÏικειμÎÎ½Î¿Ï </translation> |
||
3328 | </message> |
||
3329 | <message> |
||
14489 | cbradney | 3330 | <location filename="../../../scribus/actionmanager.cpp" line="1462"/> |
14459 | jghali | 3331 | <source>Insert PDF Push Button</source> |
3332 | <translation type="unfinished">ÎιÏαγÏγή εÏιÏημάνÏεÏν PDF</translation> |
||
3333 | </message> |
||
3334 | <message> |
||
14489 | cbradney | 3335 | <location filename="../../../scribus/actionmanager.cpp" line="1463"/> |
14459 | jghali | 3336 | <source>Insert PDF Text Field</source> |
3337 | <translation type="unfinished">ÎιÏαγÏγή ÏεδίÏν PDF</translation> |
||
3338 | </message> |
||
3339 | <message> |
||
14489 | cbradney | 3340 | <location filename="../../../scribus/actionmanager.cpp" line="1464"/> |
14459 | jghali | 3341 | <source>Insert PDF Check Box</source> |
3342 | <translation type="unfinished">ÎιÏαγÏγή ÏεδίÏν PDF</translation> |
||
3343 | </message> |
||
3344 | <message> |
||
14489 | cbradney | 3345 | <location filename="../../../scribus/actionmanager.cpp" line="1465"/> |
14459 | jghali | 3346 | <source>Insert PDF Combo Box</source> |
3347 | <translation type="unfinished">ΠλαίÏιο ÏÏ Î½Î´Ï Î±ÏμÏν</translation> |
||
3348 | </message> |
||
3349 | <message> |
||
14489 | cbradney | 3350 | <location filename="../../../scribus/actionmanager.cpp" line="1466"/> |
14459 | jghali | 3351 | <source>Insert PDF List Box</source> |
3352 | <translation type="unfinished">ÎιÏαγÏγή ÏεδίÏν PDF</translation> |
||
3353 | </message> |
||
3354 | <message> |
||
14489 | cbradney | 3355 | <location filename="../../../scribus/actionmanager.cpp" line="1467"/> |
14459 | jghali | 3356 | <source>Insert Text Annotation</source> |
3357 | <translation type="unfinished">ÎιÏαγÏγή εÏιÏημάνÏεÏν PDF</translation> |
||
3358 | </message> |
||
3359 | <message> |
||
14489 | cbradney | 3360 | <location filename="../../../scribus/actionmanager.cpp" line="1468"/> |
14459 | jghali | 3361 | <source>Insert Link Annotation</source> |
3362 | <translation type="unfinished">ÎιÏαγÏγή εÏιÏημάνÏεÏν PDF</translation> |
||
3363 | </message> |
||
3364 | <message> |
||
14489 | cbradney | 3365 | <location filename="../../../scribus/actionmanager.cpp" line="1473"/> |
14459 | jghali | 3366 | <source>&Hyphenate Text</source> |
3367 | <translation type="unfinished">&Î£Ï Î»Î»Î±Î²Î¹ÏμÏÏ ÎºÎµÎ¹Î¼ÎÎ½Î¿Ï </translation> |
||
3368 | </message> |
||
3369 | <message> |
||
14489 | cbradney | 3370 | <location filename="../../../scribus/actionmanager.cpp" line="1474"/> |
14459 | jghali | 3371 | <source>Dehyphenate Text</source> |
3372 | <translation type="unfinished">ÎναίÏεÏη ÏÏ Î»Î»Î±Î²Î¹ÏÎ¼Î¿Ï ÎºÎµÎ¹Î¼ÎÎ½Î¿Ï </translation> |
||
3373 | </message> |
||
3374 | <message> |
||
14489 | cbradney | 3375 | <location filename="../../../scribus/actionmanager.cpp" line="1475"/> |
14459 | jghali | 3376 | <source>&Generate Table Of Contents</source> |
3377 | <translation type="unfinished">&ÎÎ·Î¼Î¹Î¿Ï Ïγία Ïίνακα ÏεÏιεÏομÎνÏν</translation> |
||
3378 | </message> |
||
3379 | <message> |
||
14489 | cbradney | 3380 | <location filename="../../../scribus/actionmanager.cpp" line="1478"/> |
14459 | jghali | 3381 | <source>&Cascade</source> |
3382 | <translation type="unfinished">Σε &διαδοÏή</translation> |
||
3383 | </message> |
||
3384 | <message> |
||
14489 | cbradney | 3385 | <location filename="../../../scribus/actionmanager.cpp" line="1479"/> |
14459 | jghali | 3386 | <source>&Tile</source> |
3387 | <translation type="unfinished">Σε &ÏαÏάθεÏη</translation> |
||
3388 | </message> |
||
3389 | <message> |
||
14489 | cbradney | 3390 | <location filename="../../../scribus/actionmanager.cpp" line="1482"/> |
14459 | jghali | 3391 | <source>&About Scribus</source> |
3392 | <translation type="unfinished">&ΣÏεÏικά με Ïο Scribus</translation> |
||
3393 | </message> |
||
3394 | <message> |
||
14489 | cbradney | 3395 | <location filename="../../../scribus/actionmanager.cpp" line="1484"/> |
14459 | jghali | 3396 | <source>About &Qt</source> |
3397 | <translation type="unfinished">ΣÏεÏικά με Ïο &Qt</translation> |
||
3398 | </message> |
||
3399 | <message> |
||
14489 | cbradney | 3400 | <location filename="../../../scribus/actionmanager.cpp" line="1485"/> |
14459 | jghali | 3401 | <source>Toolti&ps</source> |
3402 | <translation type="unfinished">&Î£Ï Î¼Î²Î¿Ï Î»ÎÏ ÎµÏγαλείÏν</translation> |
||
3403 | </message> |
||
3404 | <message> |
||
14489 | cbradney | 3405 | <location filename="../../../scribus/actionmanager.cpp" line="1487"/> |
14459 | jghali | 3406 | <source>Scribus &Manual...</source> |
3407 | <translation type="unfinished">Î&γÏειÏίδιο ÏÎ¿Ï Scribus...</translation> |
||
3408 | </message> |
||
3409 | <message> |
||
14489 | cbradney | 3410 | <location filename="../../../scribus/actionmanager.cpp" line="1495"/> |
14459 | jghali | 3411 | <source>Toggle Palettes</source> |
3412 | <translation type="unfinished">Îναλλαγή ÏαλεÏÏν</translation> |
||
3413 | </message> |
||
3414 | <message> |
||
14489 | cbradney | 3415 | <location filename="../../../scribus/actionmanager.cpp" line="1496"/> |
14459 | jghali | 3416 | <source>Toggle Guides</source> |
3417 | <translation type="unfinished">Îναλλαγή οδηγÏν</translation> |
||
3418 | </message> |
||
3419 | <message> |
||
14489 | cbradney | 3420 | <location filename="../../../scribus/actionmanager.cpp" line="1505"/> |
14459 | jghali | 3421 | <source>Smart &Hyphen</source> |
3422 | <translation type="unfinished">ÎÎ¾Ï ÏÎ½Î¿Ï &ÏÏ Î»Î»Î±Î²Î¹ÏμÏÏ</translation> |
||
3423 | </message> |
||
3424 | <message> |
||
14489 | cbradney | 3425 | <location filename="../../../scribus/actionmanager.cpp" line="1506"/> |
14459 | jghali | 3426 | <source>Non Breaking Dash</source> |
3427 | <translation type="unfinished">ΠαÏλα ÏÏÏÎ¯Ï Î´Î¹Î±ÎºÎ¿Ïή</translation> |
||
3428 | </message> |
||
3429 | <message> |
||
14489 | cbradney | 3430 | <location filename="../../../scribus/actionmanager.cpp" line="1507"/> |
14459 | jghali | 3431 | <source>Non Breaking &Space</source> |
3432 | <translation type="unfinished">&ÎÎµÎ½Ï ÏÏÏÎ¯Ï Î´Î¹Î±ÎºÎ¿Ïή</translation> |
||
3433 | </message> |
||
3434 | <message> |
||
14489 | cbradney | 3435 | <location filename="../../../scribus/actionmanager.cpp" line="1508"/> |
14459 | jghali | 3436 | <source>Page &Number</source> |
3437 | <translation type="unfinished">ÎÏιθμÏÏ &ÏελίδαÏ</translation> |
||
3438 | </message> |
||
3439 | <message> |
||
14489 | cbradney | 3440 | <location filename="../../../scribus/actionmanager.cpp" line="1510"/> |
14459 | jghali | 3441 | <source>New Line</source> |
3442 | <translation type="unfinished">ÎÎα γÏαμμή</translation> |
||
3443 | </message> |
||
3444 | <message> |
||
14489 | cbradney | 3445 | <location filename="../../../scribus/actionmanager.cpp" line="1511"/> |
14459 | jghali | 3446 | <source>Frame Break</source> |
3447 | <translation type="unfinished">ÎιακοÏή ÏλαιÏÎ¯Î¿Ï </translation> |
||
3448 | </message> |
||
3449 | <message> |
||
14489 | cbradney | 3450 | <location filename="../../../scribus/actionmanager.cpp" line="1512"/> |
14459 | jghali | 3451 | <source>Column Break</source> |
3452 | <translation type="unfinished">ÎιακοÏή ÏÏήληÏ</translation> |
||
3453 | </message> |
||
3454 | <message> |
||
14489 | cbradney | 3455 | <location filename="../../../scribus/actionmanager.cpp" line="1515"/> |
14459 | jghali | 3456 | <source>Copyright</source> |
3457 | <translation type="unfinished">Î Î½ÎµÏ Î¼Î±Ïικά δικαιÏμαÏα</translation> |
||
3458 | </message> |
||
3459 | <message> |
||
14489 | cbradney | 3460 | <location filename="../../../scribus/actionmanager.cpp" line="1516"/> |
14459 | jghali | 3461 | <source>Registered Trademark</source> |
3462 | <translation type="unfinished">ÎαÏοÏÏ ÏÏμÎνο εμÏοÏÎ¹ÎºÏ ÏÏμβολο</translation> |
||
3463 | </message> |
||
3464 | <message> |
||
14489 | cbradney | 3465 | <location filename="../../../scribus/actionmanager.cpp" line="1517"/> |
14459 | jghali | 3466 | <source>Trademark</source> |
3467 | <translation type="unfinished">ÎμÏοÏÎ¹ÎºÏ ÏÏμβολο</translation> |
||
3468 | </message> |
||
3469 | <message> |
||
14489 | cbradney | 3470 | <location filename="../../../scribus/actionmanager.cpp" line="1518"/> |
14459 | jghali | 3471 | <source>Solidus</source> |
3472 | <translation type="unfinished">ÎάθεÏοÏ</translation> |
||
3473 | </message> |
||
3474 | <message> |
||
14489 | cbradney | 3475 | <location filename="../../../scribus/actionmanager.cpp" line="1519"/> |
14459 | jghali | 3476 | <source>Bullet</source> |
3477 | <translation type="unfinished">ÎÎ¿Ï ÎºÎºÎ¯Î´Î±</translation> |
||
3478 | </message> |
||
3479 | <message> |
||
14489 | cbradney | 3480 | <location filename="../../../scribus/actionmanager.cpp" line="1520"/> |
14459 | jghali | 3481 | <source>Middle Dot</source> |
3482 | <translation type="unfinished">ÎεÏαία Ïελεία</translation> |
||
3483 | </message> |
||
3484 | <message> |
||
14489 | cbradney | 3485 | <location filename="../../../scribus/actionmanager.cpp" line="1521"/> |
14459 | jghali | 3486 | <source>Em Dash</source> |
3487 | <translation type="unfinished">Îεγάλη ÏαÏλα</translation> |
||
3488 | </message> |
||
3489 | <message> |
||
14489 | cbradney | 3490 | <location filename="../../../scribus/actionmanager.cpp" line="1522"/> |
14459 | jghali | 3491 | <source>En Dash</source> |
3492 | <translation type="unfinished">ÎικÏή ÏαÏλα</translation> |
||
3493 | </message> |
||
3494 | <message> |
||
14489 | cbradney | 3495 | <location filename="../../../scribus/actionmanager.cpp" line="1523"/> |
14459 | jghali | 3496 | <source>Figure Dash</source> |
3497 | <translation type="unfinished">ΠαÏλα ÏηÏÎ¯Î¿Ï </translation> |
||
3498 | </message> |
||
3499 | <message> |
||
14489 | cbradney | 3500 | <location filename="../../../scribus/actionmanager.cpp" line="1524"/> |
14459 | jghali | 3501 | <source>Quotation Dash</source> |
3502 | <translation type="unfinished">ΠαÏλα ειÏαγÏγήÏ</translation> |
||
3503 | </message> |
||
3504 | <message> |
||
14489 | cbradney | 3505 | <location filename="../../../scribus/actionmanager.cpp" line="1545"/> |
14459 | jghali | 3506 | <source>En Space</source> |
3507 | <translation type="unfinished">ÎικÏÏ ÎºÎµÎ½Ï</translation> |
||
3508 | </message> |
||
3509 | <message> |
||
14489 | cbradney | 3510 | <location filename="../../../scribus/actionmanager.cpp" line="1546"/> |
14459 | jghali | 3511 | <source>Em Space</source> |
3512 | <translation type="unfinished">Îεγάλο κενÏ</translation> |
||
3513 | </message> |
||
3514 | <message> |
||
14489 | cbradney | 3515 | <location filename="../../../scribus/actionmanager.cpp" line="1547"/> |
14459 | jghali | 3516 | <source>Thin Space</source> |
3517 | <translation type="unfinished">ÎεÏÏÏ ÎºÎµÎ½Ï</translation> |
||
3518 | </message> |
||
3519 | <message> |
||
14489 | cbradney | 3520 | <location filename="../../../scribus/actionmanager.cpp" line="1548"/> |
14459 | jghali | 3521 | <source>Thick Space</source> |
3522 | <translation type="unfinished">ΠαÏÏ ÎºÎµÎ½Ï</translation> |
||
3523 | </message> |
||
3524 | <message> |
||
14489 | cbradney | 3525 | <location filename="../../../scribus/actionmanager.cpp" line="1549"/> |
14459 | jghali | 3526 | <source>Mid Space</source> |
3527 | <translation type="unfinished">ÎεÏαίο κενÏ</translation> |
||
3528 | </message> |
||
3529 | <message> |
||
14489 | cbradney | 3530 | <location filename="../../../scribus/actionmanager.cpp" line="1550"/> |
14459 | jghali | 3531 | <source>Hair Space</source> |
3532 | <translation type="unfinished">ÎÏÏÎ½Ï ÎºÎµÎ½Ï</translation> |
||
3533 | </message> |
||
3534 | <message> |
||
14489 | cbradney | 3535 | <location filename="../../../scribus/actionmanager.cpp" line="1562"/> |
14459 | jghali | 3536 | <source>ff</source> |
3537 | <translation type="unfinished">ff</translation> |
||
3538 | </message> |
||
3539 | <message> |
||
14489 | cbradney | 3540 | <location filename="../../../scribus/actionmanager.cpp" line="1563"/> |
14459 | jghali | 3541 | <source>fi</source> |
3542 | <translation type="unfinished">fi</translation> |
||
3543 | </message> |
||
3544 | <message> |
||
14489 | cbradney | 3545 | <location filename="../../../scribus/actionmanager.cpp" line="1564"/> |
14459 | jghali | 3546 | <source>fl</source> |
3547 | <translation type="unfinished">fl</translation> |
||
3548 | </message> |
||
3549 | <message> |
||
14489 | cbradney | 3550 | <location filename="../../../scribus/actionmanager.cpp" line="1565"/> |
14459 | jghali | 3551 | <source>ffi</source> |
3552 | <translation type="unfinished">ffi</translation> |
||
3553 | </message> |
||
3554 | <message> |
||
14489 | cbradney | 3555 | <location filename="../../../scribus/actionmanager.cpp" line="1566"/> |
14459 | jghali | 3556 | <source>ffl</source> |
3557 | <translation type="unfinished">ffl</translation> |
||
3558 | </message> |
||
3559 | <message> |
||
14489 | cbradney | 3560 | <location filename="../../../scribus/actionmanager.cpp" line="1567"/> |
14459 | jghali | 3561 | <source>ft</source> |
3562 | <translation type="unfinished">ft</translation> |
||
3563 | </message> |
||
3564 | <message> |
||
14489 | cbradney | 3565 | <location filename="../../../scribus/actionmanager.cpp" line="1568"/> |
14459 | jghali | 3566 | <source>st</source> |
3567 | <translation type="unfinished">st</translation> |
||
3568 | </message> |
||
3569 | <message> |
||
14489 | cbradney | 3570 | <location filename="../../../scribus/actionmanager.cpp" line="1385"/> |
14459 | jghali | 3571 | <source>Sticky Tools</source> |
3572 | <translation type="unfinished"></translation> |
||
3573 | </message> |
||
3574 | <message> |
||
14489 | cbradney | 3575 | <location filename="../../../scribus/actionmanager.cpp" line="1399"/> |
14459 | jghali | 3576 | <source>&Fit to Height</source> |
3577 | <translation type="unfinished">ÎÏιÏÏεÏά ÏÏÎ¿Ï Ïα δεξιά</translation> |
||
3578 | </message> |
||
3579 | <message> |
||
14489 | cbradney | 3580 | <location filename="../../../scribus/actionmanager.cpp" line="1400"/> |
14459 | jghali | 3581 | <source>Fit to Width</source> |
3582 | <translation type="unfinished">ÎÏιÏμÏÏ ÏλάÏÎ¿Ï Ï Î³ÏαμμαÏοÏειÏάÏ</translation> |
||
3583 | </message> |
||
3584 | <message> |
||
14489 | cbradney | 3585 | <location filename="../../../scribus/actionmanager.cpp" line="1408"/> |
14459 | jghali | 3586 | <source>Show Bleeds</source> |
3587 | <translation type="unfinished">ÎμÏάνιÏη κανÏνÏν</translation> |
||
3588 | </message> |
||
3589 | <message> |
||
14489 | cbradney | 3590 | <location filename="../../../scribus/actionmanager.cpp" line="1513"/> |
14459 | jghali | 3591 | <source>&Zero Width Space</source> |
3592 | <translation type="unfinished">ÎεÏαίο κενÏ</translation> |
||
3593 | </message> |
||
3594 | <message> |
||
14489 | cbradney | 3595 | <location filename="../../../scribus/actionmanager.cpp" line="1514"/> |
14459 | jghali | 3596 | <source>Zero Width NB Space</source> |
3597 | <translation type="unfinished"></translation> |
||
3598 | </message> |
||
3599 | <message> |
||
14489 | cbradney | 3600 | <location filename="../../../scribus/actionmanager.cpp" line="1526"/> |
14459 | jghali | 3601 | <source>Apostrophe</source> |
3602 | <comment>Unicode 0x0027</comment> |
||
3603 | <translation type="unfinished">ÎÏÏÏÏÏοÏοÏ</translation> |
||
3604 | </message> |
||
3605 | <message> |
||
14489 | cbradney | 3606 | <location filename="../../../scribus/actionmanager.cpp" line="1527"/> |
14459 | jghali | 3607 | <source>Straight Double</source> |
3608 | <comment>Unicode 0x0022</comment> |
||
3609 | <translation type="unfinished">ÎιÏλή ÎµÏ Î¸ÎµÎ¯Î±</translation> |
||
3610 | </message> |
||
3611 | <message> |
||
14489 | cbradney | 3612 | <location filename="../../../scribus/actionmanager.cpp" line="1528"/> |
14459 | jghali | 3613 | <source>Single Left</source> |
3614 | <comment>Unicode 0x2018</comment> |
||
3615 | <translation type="unfinished">Îονή αÏιÏÏεÏά</translation> |
||
3616 | </message> |
||
3617 | <message> |
||
14489 | cbradney | 3618 | <location filename="../../../scribus/actionmanager.cpp" line="1529"/> |
14459 | jghali | 3619 | <source>Single Right</source> |
3620 | <comment>Unicode 0x2019</comment> |
||
3621 | <translation type="unfinished">Îονή δεξιά</translation> |
||
3622 | </message> |
||
3623 | <message> |
||
14489 | cbradney | 3624 | <location filename="../../../scribus/actionmanager.cpp" line="1530"/> |
14459 | jghali | 3625 | <source>Double Left</source> |
3626 | <comment>Unicode 0x201C</comment> |
||
3627 | <translation type="unfinished">ÎιÏλή αÏιÏÏεÏά</translation> |
||
3628 | </message> |
||
3629 | <message> |
||
14489 | cbradney | 3630 | <location filename="../../../scribus/actionmanager.cpp" line="1531"/> |
14459 | jghali | 3631 | <source>Double Right</source> |
3632 | <comment>Unicode 0x201D</comment> |
||
3633 | <translation type="unfinished">ÎιÏλή δεξιά</translation> |
||
3634 | </message> |
||
3635 | <message> |
||
14489 | cbradney | 3636 | <location filename="../../../scribus/actionmanager.cpp" line="1532"/> |
14459 | jghali | 3637 | <source>Single Reversed</source> |
3638 | <comment>Unicode 0x201B</comment> |
||
3639 | <translation type="unfinished">Îονή ανάÏÏÏοÏη</translation> |
||
3640 | </message> |
||
3641 | <message> |
||
14489 | cbradney | 3642 | <location filename="../../../scribus/actionmanager.cpp" line="1533"/> |
14459 | jghali | 3643 | <source>Double Reversed</source> |
3644 | <comment>Unicode 0x201F</comment> |
||
3645 | <translation type="unfinished">ÎιÏλή ανάÏÏÏοÏη</translation> |
||
3646 | </message> |
||
3647 | <message> |
||
14489 | cbradney | 3648 | <location filename="../../../scribus/actionmanager.cpp" line="1534"/> |
14459 | jghali | 3649 | <source>Single Left Guillemet</source> |
3650 | <comment>Unicode 0x2039</comment> |
||
3651 | <translation type="unfinished">ÎÎ¿Î½Ï Î±ÏιÏÏεÏÏ ÎµÎ¹ÏαγÏγικÏ</translation> |
||
3652 | </message> |
||
3653 | <message> |
||
14489 | cbradney | 3654 | <location filename="../../../scribus/actionmanager.cpp" line="1535"/> |
14459 | jghali | 3655 | <source>Single Right Guillemet</source> |
3656 | <comment>Unicode 0x203A</comment> |
||
3657 | <translation type="unfinished">ÎÎ¿Î½Ï Î´ÎµÎ¾Î¯ ειÏαγÏγικÏ</translation> |
||
3658 | </message> |
||
3659 | <message> |
||
14489 | cbradney | 3660 | <location filename="../../../scribus/actionmanager.cpp" line="1536"/> |
14459 | jghali | 3661 | <source>Double Left Guillemet</source> |
3662 | <comment>Unicode 0x00AB</comment> |
||
3663 | <translation type="unfinished">ÎιÏλά αÏιÏÏεÏά ειÏαγÏγικά</translation> |
||