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