Rev 3824 | Rev 4310 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
418 | Franz | 1 | <!DOCTYPE TS><TS> |
2 | <context> |
||
1135 | cbradney | 3 | <name></name> |
4 | <message> |
||
5 | <source>getFontSize(["name"]) -> float |
||
6 | |||
7 | Returns the font size in points for the text frame "name". If this text |
||
8 | frame has some text selected the value assigned to the first character of |
||
9 | the selection is returned. |
||
10 | If "name" is not given the currently selected item is used. |
||
11 | </source> |
||
12 | <translation>getFontSize(["nom"]) -> float |
||
13 | |||
14 | Retorna la mida del tipus de lletra en punts del quadre de text "nom". Si |
||
15 | aquest quadre de text té algun text seleccionat es torna el primer caràcter |
||
16 | de la selecció. |
||
17 | Si no es passa "nom" es fa servir l'ítem actualment seleccionat. |
||
18 | </translation> |
||
19 | </message> |
||
20 | <message> |
||
21 | <source>getColorNames() -> list |
||
22 | |||
23 | Returns a list containing the names of all defined colors in the document. |
||
24 | If no document is open, returns a list of the default document colors. |
||
25 | </source> |
||
26 | <translation>getColorNames() -> llista |
||
27 | |||
28 | Retorna una llista que conté els noms dels colors definits en el document. |
||
29 | Si no hi ha cap document obert, retorna una llista amb els colors per defecte. |
||
30 | </translation> |
||
31 | </message> |
||
32 | <message> |
||
33 | <source>newDocDialog() -> bool |
||
34 | |||
35 | Displays the "New Document" dialog box. Creates a new document if the user |
||
36 | accepts the settings. Does not create a document if the user presses cancel. |
||
37 | Returns true if a new document was created. |
||
38 | </source> |
||
39 | <translation>newDocDialog() -> bool |
||
40 | |||
41 | Mostra el diàleg "Nou Document". Crea un nou document si l'usuari accepta |
||
42 | els paràmetres. No en fa cap en cas de que hagi triat cancel.lar. |
||
43 | Retorna cert si s'ha creat un nou document. |
||
44 | </translation> |
||
45 | </message> |
||
46 | <message> |
||
47 | <source>getFillColor(["name"]) -> string |
||
48 | |||
49 | Returns the name of the fill color of the object "name". |
||
50 | If "name" is not given the currently selected item is used. |
||
51 | </source> |
||
52 | <translation>getFillColor(["nom"]) -> string |
||
53 | |||
54 | Retorna el nom del color de l'objecte "nom". |
||
55 | Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
56 | </translation> |
||
57 | </message> |
||
58 | <message> |
||
59 | <source>moveObject(dx, dy [, "name"]) |
||
60 | |||
61 | Moves the object "name" by dx and dy relative to its current position. The |
||
62 | distances are expressed in the current measurement unit of the document (see |
||
63 | UNIT constants). If "name" is not given the currently selected item is used. |
||
64 | If the object "name" belongs to a group, the whole group is moved. |
||
65 | </source> |
||
66 | <translation>moveObject(dx, dy [,"nom"]) |
||
67 | |||
68 | Mou l'objecte "nom" una distància dx i dx respecte la posició actual. Les |
||
69 | distàncies estan expressades en les unitats actuals del document (mireu |
||
70 | unitats). Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
71 | Si l'objecte "nom" pertany a un grup, es mou tot el grup. |
||
72 | </translation> |
||
73 | </message> |
||
74 | <message> |
||
75 | <source>setRedraw(bool) |
||
76 | |||
77 | Disables page redraw when bool = False, otherwise redrawing is enabled. |
||
78 | This change will persist even after the script exits, so make sure to call |
||
79 | setRedraw(True) in a finally: clause at the top level of your script. |
||
80 | </source> |
||
81 | <translation>setRedraw(bool) |
||
82 | |||
83 | Desactiva el repintat de la pàgina quan bool=fals, altrament està activat. |
||
84 | Aquest canvi continuarà fins i tot quan acabi l'execució de la seqüència, per tant cal estar |
||
85 | segur d'acabar amb setRedraw(True): clausula a nivell alt de la teva seqüència. |
||
86 | </translation> |
||
87 | </message> |
||
88 | <message> |
||
89 | <source>createRect(x, y, width, height, ["name"]) -> string |
||
90 | |||
91 | Creates a new rectangle on the current page and returns its name. The |
||
92 | coordinates are given in the current measurement units of the document |
||
93 | (see UNIT constants). "name" should be a unique identifier for the object |
||
94 | because you need this name to reference that object in future. If "name" |
||
95 | is not given Scribus will create one for you. |
||
96 | |||
97 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
98 | </source> |
||
99 | <translation>createRect(x,y,amplada, alçada, ["name"]) -> string |
||
100 | |||
101 | Crea un nou rectangle en la pàgina actual i retorna el seu nom. Les |
||
102 | coordenades donades estaran en les unitats per defecte del document |
||
103 | (mireu unitats). "nom" ha de ser un identificador únic per l'objecte |
||
104 | ja que necessites aquest nom per fer referència a l'objecte en el futur. Si no |
||
105 | es dóna "nom" Scribus en crearà un per nosaltres. |
||
106 | |||
107 | Es generar un NameExistsError si passem un nom que ja existeix. |
||
108 | </translation> |
||
109 | </message> |
||
110 | <message> |
||
111 | <source>newPage(where [,"template"]) |
||
112 | |||
113 | Creates a new page. If "where" is -1 the new Page is appended to the |
||
114 | document, otherwise the new page is inserted before "where". Page numbers are |
||
115 | counted from 1 upwards, no matter what the displayed first page number of your |
||
116 | document is. The optional parameter "template" specifies the name of the |
||
117 | template page for the new page. |
||
118 | |||
119 | May raise IndexError if the page number is out of range |
||
120 | </source> |
||
3064 | cbradney | 121 | <translation type="obsolete">newPage(on [,"plantilla"]) |
1135 | cbradney | 122 | |
123 | Crea una nova pàgina. Si "on" és -1 la nova pàgina es afegida al |
||
124 | document, altrament la nova pàgina es afegida abans de "on". Els números de pàgina estan |
||
125 | contats des de 1 endavant, no importa el número de pàgina que s'ensenya al |
||
126 | document. El paràmetre opcional "plantilla" especifica el nom de la |
||
127 | plantilla a fer servir en la pàgina. |
||
128 | |||
129 | Es pot generar un IndexError si el número de pàgina està fora de rang |
||
130 | </translation> |
||
131 | </message> |
||
132 | <message> |
||
133 | <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
||
134 | |||
135 | Sets the gradient fill of the object "name" to type. Color descriptions are |
||
136 | the same as for setFillColor() and setFillShade(). See the constants for |
||
137 | available types (FILL_<type>). |
||
138 | </source> |
||
139 | <translation>setGradientFill(tipus, "color1", intensitat1, "color2", intensitat2, ["nom"]) |
||
140 | |||
141 | Estableix el gradient d'emplenat de l'objecte "nom" a tipus. Les descripcions de colors |
||
142 | són les mateixes que per setFillColor() i setFillShade(). Mireu les constants pels |
||
143 | tipus disponibles (FILL_<tipus>). |
||
144 | </translation> |
||
145 | </message> |
||
146 | <message> |
||
147 | <source>messagebarText("string") |
||
148 | |||
149 | Writes the "string" into the Scribus message bar (status line). The text |
||
150 | must be UTF8 encoded or 'unicode' string(recommended). |
||
151 | </source> |
||
152 | <translation>messagebarText("string") |
||
153 | |||
154 | Escriu la cadena "string" en la barra d'estat de l'Scribus. El text |
||
155 | ha de ser codificat en UTF8 o una cadena 'unicode' (recomanat). |
||
156 | </translation> |
||
157 | </message> |
||
158 | <message> |
||
159 | <source>newDoc(size, margins, orientation, firstPageNumber, |
||
160 | unit, facingPages, firstSideLeft) -> bool |
||
161 | |||
162 | Creates a new document and returns true if successful. The parameters have the |
||
163 | following meaning: |
||
164 | |||
165 | size = A tuple (width, height) describing the size of the document. You can |
||
166 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
167 | |||
168 | margins = A tuple (left, right, top, bottom) describing the document |
||
169 | margins |
||
170 | |||
171 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
172 | |||
173 | firstPageNumber = is the number of the first page in the document used for |
||
174 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
175 | numbers if you're creating a document in several parts. |
||
176 | |||
177 | unit: this value sets the measurement units used by the document. Use a |
||
178 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
179 | UNIT_PICAS, UNIT_POINTS. |
||
180 | |||
181 | facingPages = FACINGPAGES, NOFACINGPAGES |
||
182 | |||
183 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
184 | |||
185 | The values for width, height and the margins are expressed in the given unit |
||
186 | for the document. PAPER_* constants are expressed in points. If your document |
||
187 | is not in points, make sure to account for this. |
||
188 | |||
189 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
190 | FACINGPAGES, FIRSTPAGERIGHT) |
||
191 | </source> |
||
3064 | cbradney | 192 | <translation type="obsolete">newDoc(mida, marges, orientació, primerNúmeroPàgina, |
1135 | cbradney | 193 | unitats, PaginesAcarades, primeraPaginaEsquerra) -> bool |
194 | |||
195 | Crea un nou document i retorna cert si tot ha anat bé. Els paràmetres tenen el |
||
196 | següent significat: |
||
197 | |||
198 | mida = Una parella (amplada, alçada) que descriu la mida del document. Pots |
||
199 | fer servir constants predefinides com PAPER_<tipus de paper> ex. PAPER_A4 etc. |
||
200 | |||
201 | marges = Una agrupació (esquerra, dreta, dalt, baix) que descriu els marges |
||
202 | del document. |
||
203 | |||
204 | orientació = la orientació de la pàgina - constants PORTRAIT, LANDSCAPE |
||
205 | |||
206 | PrimerNúmeroPàgina = és el número de la primera pàgina en el document que farem |
||
207 | servir per numerar les pàgines. Encara que normalment es farà servir 1, a vegades |
||
208 | es útil poder posar números més grans si es creen documents en parts. |
||
209 | |||
210 | unitats : aquest valor estableix les unitats que el document farà servir. Cal usar una |
||
211 | constant predefinida, pot ser una de: UNIT_INCHES, UNIT_MILLIMETERS, |
||
212 | UNIT_PICAS, UNIT_POINTS. |
||
213 | |||
214 | PàginesAcarades = FACINPAGES, NOFACINPAGES |
||
215 | |||
216 | PrimeraPàginaEsquerra = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
217 | |||
218 | Els valors per l'amplada, l'alçada i els marges està expressada en les unitats donades |
||
219 | pel document. Les constants PAPER_* estan expressades en punts. Si el nostre document |
||
220 | no està en punts, cal tenir-ho en compte. |
||
221 | |||
222 | exemple: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
223 | FACINGPAGES, FIRSTPAGERIGHT) |
||
224 | </translation> |
||
225 | </message> |
||
1525 | cbradney | 226 | <message> |
1564 | cbradney | 227 | <source>register_macro_callable(name, callable, accel='') |
1525 | cbradney | 228 | |
1564 | cbradney | 229 | Create a macro called "name" with the existing callable object "callable". |
230 | The passed callable must not require any arguments when called (it may take |
||
231 | optional arguments, but will not be given any). |
||
232 | If provided, the string "accel" will be used to set a keyboard shortcut |
||
233 | for the macro. |
||
234 | If the passed callable is a class, it will be rejected. Functions and bound |
||
235 | methods are quite acceptable, as are instances of classes that provide a |
||
236 | __call__ method with no arguments. There is no problem with registering |
||
237 | a callable more than once, nor with registering multiple bound methods |
||
238 | of a single instance. |
||
239 | </source> |
||
3064 | cbradney | 240 | <translation type="obsolete">register_macro_callable(nom, callable, accel='') |
1525 | cbradney | 241 | |
1564 | cbradney | 242 | Crea una macro anomenada "nom" amb l'objecte usable existent "callable". |
243 | Aquest objecte no ha de requerir cap argument quan es cridi (en pot tenir |
||
244 | d'opcionals, però no se li'n poden donar). |
||
245 | Si s'afegeix el paràmetre "accel" serà fet servir er crear una drecera de teclat |
||
246 | per la macro. |
||
247 | Si l'objecte que es vol usar és una classe, serà rebutjada. Es permeten funcions i |
||
248 | mètodes embedits, ja que són instàncies classes que tenen un mètode |
||
249 | __call__ sense arguments. No hi haurà problemes per registrar |
||
250 | un objecte usable més d'un cop, ni per registrar múltiples mètodes embedits |
||
251 | d'una sola instància. |
||
252 | </translation> |
||
1525 | cbradney | 253 | </message> |
3064 | cbradney | 254 | <message> |
255 | <source>newDoc(size, margins, orientation, firstPageNumber, |
||
256 | unit, facingPages, firstSideLeft) -> bool |
||
257 | |||
258 | Creates a new document and returns true if successful. The parameters have the |
||
259 | following meaning: |
||
260 | |||
261 | size = A tuple (width, height) describing the size of the document. You can |
||
262 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
263 | |||
264 | margins = A tuple (left, right, top, bottom) describing the document |
||
265 | margins |
||
266 | |||
267 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
268 | |||
269 | firstPageNumer = is the number of the first page in the document used for |
||
270 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
271 | numbers if you're creating a document in several parts. |
||
272 | |||
273 | unit: this value sets the measurement units used by the document. Use a |
||
274 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
275 | UNIT_PICAS, UNIT_POINTS. |
||
276 | |||
277 | facingPages = FACINGPAGES, NOFACINGPAGES |
||
278 | |||
279 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
280 | |||
281 | The values for width, height and the margins are expressed in the given unit |
||
282 | for the document. PAPER_* constants are expressed in points. If your document |
||
283 | is not in points, make sure to account for this. |
||
284 | |||
285 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
286 | FACINGPAGES, FIRSTPAGERIGHT) |
||
287 | </source> |
||
3824 | cbradney | 288 | <translation type="obsolete">newDoc(mida, marges, orientació, primerNumeroPagina, |
3386 | mrdocs | 289 | unitats, PaginesArarades, primercostatEsquerra) -> bool |
290 | |||
291 | Crea un nou document i retorna cert si se n'ha sortit. Els paràmetres signifiquen el |
||
292 | següent: |
||
293 | |||
294 | Mida = Un parell (amplada, alçada) que descriu la mida del document. Pots fer |
||
295 | servir les constants PAPER_<tipus> ex. PAPER_A4 etc.. |
||
296 | |||
297 | marges = una tupla (esquerra, dreta, dalt, baix) que descriu els marges del |
||
298 | document |
||
299 | |||
300 | orientació = La orientació de la pàgina - constants PORTRAIT, LANDSCAPE |
||
301 | |||
302 | primerNumeroPagina = és el número que tindrà la primera pàgina del document a l'hora |
||
303 | de numerar-les. Encara que normalment es farà servir 1, és útil tenir la possibilitat de posar-ne |
||
304 | d'altres per si es crea un document en diferents parts. |
||
305 | |||
306 | unitats: aquest valor estableix les unitats de mesura que es faran servir en el document. Es |
||
307 | fa servir una constant predefinida per definir-les: UNIT_INCHES, UNIT_MILLIMETERS, |
||
308 | UNIT_PICAS, UNIT_POINTS. |
||
309 | |||
310 | PaginesArarades = FACINPAGES, NOFACINPAGES |
||
311 | |||
312 | primercostatEsquerra = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
313 | |||
314 | Els valors de amplada, alçada i els marges estan expressats en les unitats donades |
||
315 | al document. Les constants PAPER_* estan expressades en punts. Si el document |
||
316 | no treballa en punts, tingueu-ho en compte. |
||
317 | |||
318 | exemple: newDoc(PAPER_A4, (10,10,20,20),LANDSCAPE,1,UNIT_POINTS, |
||
319 | FACINPAGES, FIRSTPAGERIGHT) |
||
320 | </translation> |
||
3064 | cbradney | 321 | </message> |
322 | <message> |
||
323 | <source>newPage(where [,"masterpage"]) |
||
324 | |||
325 | Creates a new page. If "where" is -1 the new Page is appended to the |
||
326 | document, otherwise the new page is inserted before "where". Page numbers are |
||
327 | counted from 1 upwards, no matter what the displayed first page number of your |
||
328 | document is. The optional parameter "masterpage" specifies the name of the |
||
329 | master page for the new page. |
||
330 | |||
331 | May raise IndexError if the page number is out of range |
||
332 | </source> |
||
3386 | mrdocs | 333 | <translation>newPage(on [,"paginamestra"]) |
334 | |||
335 | Crea una nova pàgina. Si "on" és -1 la nova pàgina s'afegeix al final del document, |
||
336 | altrament la nova pàgina s'afegeix allà on diu 'on'. Els números de pàgina es compten |
||
337 | des de 1 endavan, independentment del número que s'hagi posat a cada pàgina en la |
||
338 | creació del document. El paràmetre opcional "paginamestra" especifica el nom de la |
||
339 | pàgina mestra a aplicar a la nova pàgina. |
||
340 | |||
341 | Pot generar un error IndexError si la pàgina està fora de rang</translation> |
||
3064 | cbradney | 342 | </message> |
343 | <message> |
||
344 | <source>importSVG("string") |
||
345 | |||
346 | The "string" must be a valid filename for a SVG image. The text |
||
347 | must be UTF8 encoded or 'unicode' string(recommended). |
||
348 | </source> |
||
3386 | mrdocs | 349 | <translation>importSVG("string") |
350 | |||
351 | "String" ha de ser un nom vàlid per un fitxer SVG. El text |
||
352 | ha de ser en codi UTF8 o unicode (recomanat).</translation> |
||
3064 | cbradney | 353 | </message> |
3824 | cbradney | 354 | <message> |
355 | <source>newDocument(size, margins, orientation, firstPageNumber, |
||
356 | unit, pagesType, firstPageOrder) -> bool |
||
357 | |||
358 | Creates a new document and returns true if successful. The parameters have the |
||
359 | following meaning: |
||
360 | |||
361 | size = A tuple (width, height) describing the size of the document. You can |
||
362 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
363 | |||
364 | margins = A tuple (left, right, top, bottom) describing the document |
||
365 | margins |
||
366 | |||
367 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
368 | |||
369 | firstPageNumer = is the number of the first page in the document used for |
||
370 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
371 | numbers if you're creating a document in several parts. |
||
372 | |||
373 | unit: this value sets the measurement units used by the document. Use a |
||
374 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
375 | UNIT_PICAS, UNIT_POINTS. |
||
376 | |||
377 | pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page, |
||
378 | PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and |
||
379 | PAGE_4 is 4-fold. |
||
380 | |||
381 | firstPageOrder = What is position of first page in the document. |
||
382 | Indexed from 0 (0 = first). |
||
383 | |||
384 | The values for width, height and the margins are expressed in the given unit |
||
385 | for the document. PAPER_* constants are expressed in points. If your document |
||
386 | is not in points, make sure to account for this. |
||
387 | |||
388 | example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
389 | PAGE_4, 3) |
||
390 | |||
391 | May raise ScribusError if is firstPageOrder bigger than allowed by pagesType. |
||
392 | </source> |
||
393 | <translation type="unfinished"></translation> |
||
394 | </message> |
||
1135 | cbradney | 395 | </context> |
396 | <context> |
||
397 | <name>@default</name> |
||
398 | <message> |
||
399 | <source>getFont(["name"]) -> string |
||
400 | |||
401 | Returns the font name for the text frame "name". If this text frame |
||
402 | has some text selected the value assigned to the first character |
||
403 | of the selection is returned. If "name" is not given the currently |
||
404 | selected item is used. |
||
405 | </source> |
||
406 | <translation>getFont(["nom]) -> string |
||
407 | |||
408 | Retorna el nom de la font del quadre de text "nom". Si aquest quadre |
||
409 | de text té algun text seleccionat es retorna el valor assignat al primer |
||
410 | caràcter de la selecció. Si no especifiquem "nom" es fa servir l'ítem |
||
411 | seleccionat. |
||
412 | </translation> |
||
413 | </message> |
||
414 | <message> |
||
415 | <source>getTextLength(["name"]) -> integer |
||
416 | |||
417 | Returns the length of the text in the text frame "name". |
||
418 | If "name" is not given the currently selected item is used. |
||
419 | </source> |
||
420 | <translation>getFillColor(["nom"]) -> string |
||
421 | |||
422 | Retorna el nom del color de l'objecte "nom". |
||
423 | Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
424 | getTextLength(["nom"]) -> integer |
||
425 | |||
426 | Retorna la llargada del text del quadre de text "nom". |
||
427 | Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
428 | </translation> |
||
429 | </message> |
||
430 | <message> |
||
431 | <source>getText(["name"]) -> string |
||
432 | |||
433 | Returns the text of the text frame "name". If this text frame has some text |
||
434 | selected, the selected text is returned. All text in the frame, not just |
||
435 | currently visible text, is returned. If "name" is not given the currently |
||
436 | selected item is used. |
||
437 | </source> |
||
438 | <translation>getText(["nom"]) -> string |
||
439 | |||
440 | Retorna el text del quadre de text "nom". Si el quadre de text té algun |
||
441 | text seleccionat, es torna el text seleccionat. Es torna tot el text, |
||
442 | no només el text visible. Si no es dóna cap "nom", es fa servir |
||
443 | l'ítem sel.leccionat. |
||
444 | </translation> |
||
445 | </message> |
||
446 | <message> |
||
447 | <source>getAllText(["name"]) -> string |
||
448 | |||
449 | Returns the text of the text frame "name" and of all text frames which are |
||
450 | linked with this frame. If this textframe has some text selected, the selected |
||
451 | text is returned. If "name" is not given the currently selected item is |
||
452 | used. |
||
453 | </source> |
||
454 | <translation>getAllText(["nom"]) -> string |
||
455 | |||
456 | Retorna el text del quadre de text "nom" i de tots els quadres de text que estan |
||
457 | enllaçats amb aquest. Si el quadre de text té algun text seleccionat, es retorna |
||
458 | el text seleccionat. Si no es dóna cap "nom", es fa servir l'ítem |
||
459 | sel.leccionat. |
||
460 | </translation> |
||
461 | </message> |
||
462 | <message> |
||
463 | <source>getLineSpacing(["name"]) -> float |
||
464 | |||
465 | Returns the line spacing ("leading") of the text frame "name" expressed in |
||
466 | points. If "name" is not given the currently selected item is used. |
||
467 | </source> |
||
468 | <translation>getLineSpacing(["nom"]) -> float |
||
469 | |||
470 | Retorna l'espaiat entre línies del quadre de text "nom" expressat en |
||
471 | punts. Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
472 | </translation> |
||
473 | </message> |
||
474 | <message> |
||
475 | <source>getColumnGap(["name"]) -> float |
||
476 | |||
477 | Returns the column gap size of the text frame "name" expressed in points. If |
||
478 | "name" is not given the currently selected item is used. |
||
479 | </source> |
||
480 | <translation>getColumnGap(["nom"]) -> float |
||
481 | |||
482 | Retorna l'espai entre columnes del quadre de text "nom" expressat en punts. Si |
||
483 | no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
484 | </translation> |
||
485 | </message> |
||
486 | <message> |
||
487 | <source>getColumns(["name"]) -> integer |
||
488 | |||
489 | Gets the number of columns of the text frame "name". If "name" is not |
||
490 | given the currently selected item is used. |
||
491 | </source> |
||
492 | <translation>getColumns(["nom"]) -> integer |
||
493 | |||
494 | Dóna el número de columnes del quadre de text "nom". Si no es dóna |
||
495 | cap "nom", es fa servir l'ítem sel.leccionat. |
||
496 | </translation> |
||
497 | </message> |
||
498 | <message> |
||
499 | <source>setText("text", ["name"]) |
||
500 | |||
501 | Sets the text of the text frame "name" to the text of the string "text". |
||
502 | Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ |
||
503 | for more details. If "name" is not given the currently selected item is |
||
504 | used. |
||
505 | </source> |
||
506 | <translation>setText("text",["nom"]) |
||
507 | |||
508 | Posa al quadre de text "name" el text contingut a la cadena "text". |
||
509 | El text ha de ser codificat UTF8 - feu servir unicode(text, 'iso-8859-2'). Mireu el |
||
510 | FAQ per més detalls. Si no es dóna cap "nom", es fa servir l'ítem |
||
511 | sel.leccionat. |
||
512 | </translation> |
||
513 | </message> |
||
514 | <message> |
||
515 | <source>insertText("text", pos, ["name"]) |
||
516 | |||
517 | Inserts the text "text" at the position "pos" into the text frame. Text |
||
518 | must be UTF encoded (see setText() as reference) The first character has an |
||
519 | index of 0. "name" If "name" is not given the currently selected Item is |
||
520 | used. |
||
521 | |||
522 | May throw IndexError for an insertion out of bounds. |
||
523 | </source> |
||
3064 | cbradney | 524 | <translation type="obsolete">insertText("text", pos, ["nom"]) |
1135 | cbradney | 525 | |
526 | Insereix el text "text" a la posició "pos" del quadre de text. Text ha de ser |
||
527 | codificat UTF (mireu setText() per referència). El primer caràcter té un |
||
528 | índex de 0. Si no es dóna cap "nom", es fa servir l'ítem |
||
529 | sel.leccionat. |
||
530 | |||
531 | Pot provocar un IndexError al inserir fora de marges.</translation> |
||
532 | </message> |
||
533 | <message> |
||
534 | <source>setFont("font", ["name"]) |
||
535 | |||
536 | Sets the font of the text frame "name" to "font". If there is some text |
||
537 | selected only the selected text is changed. If "name" is not given the |
||
538 | currently selected item is used. |
||
539 | |||
540 | May throw ValueError if the font cannot be found. |
||
541 | </source> |
||
542 | <translation>setFont("font",["nom]) |
||
543 | |||
544 | Passa el quadre de text "nom" al tipus de lletra "font". Si hi ha alguna |
||
545 | part de text seleccionada només canvia aquesta. Si no especifiquem "nom" |
||
546 | es fa servir l'ítem seleccionat. |
||
547 | |||
548 | Pot generar ValueError si la font no es pot trobar. |
||
549 | </translation> |
||
550 | </message> |
||
551 | <message> |
||
552 | <source>setFontSize(size, ["name"]) |
||
553 | |||
554 | Sets the font size of the text frame "name" to "size". "size" is treated |
||
555 | as a value in points. If there is some text selected only the selected text is |
||
556 | changed. "size" must be in the range 1 to 512. If "name" is not given the |
||
557 | currently selected item is used. |
||
558 | |||
559 | May throw ValueError for a font size that's out of bounds. |
||
560 | </source> |
||
561 | <translation>setFontSize(mida, ["nom"]) |
||
562 | |||
563 | Estableix la mida de la font del quadre de text "nom" a "mida". "mida" |
||
564 | ha de ser en punts. Si hi ha text seleccionat només es canvia |
||
565 | aquest. "mida" ha de ser un valor entre 1 i 512. Si no especifiquem |
||
566 | "nom" es fa servir l'ítem seleccionat. |
||
567 | |||
568 | Pot provocar ValueError per mides fora de rang. |
||
569 | </translation> |
||
570 | </message> |
||
571 | <message> |
||
572 | <source>setLineSpacing(size, ["name"]) |
||
573 | |||
574 | Sets the line spacing ("leading") of the text frame "name" to "size". |
||
575 | "size" is a value in points. If "name" is not given the currently selected |
||
576 | item is used. |
||
577 | |||
578 | May throw ValueError if the line spacing is out of bounds. |
||
579 | </source> |
||
580 | <translation>setLineSpacing(mida,["nom"]) |
||
581 | |||
582 | Estableix l'espaiat de línia del quadre de text "nom" a "mida". |
||
583 | "mida" està en punts. Si no especifiquem "nom" es fa servir l'ítem |
||
584 | seleccionat. |
||
585 | |||
586 | Pot provocar ValueError si l'espaiat està fora de marges.</translation> |
||
587 | </message> |
||
588 | <message> |
||
589 | <source>setColumnGap(size, ["name"]) |
||
590 | |||
591 | Sets the column gap of the text frame "name" to the value "size". If |
||
592 | "name" is not given the currently selected item is used. |
||
593 | |||
594 | May throw ValueError if the column gap is out of bounds (must be positive). |
||
595 | </source> |
||
596 | <translation>setColumnGap(mida,["nom"]) |
||
597 | |||
598 | Estableix l'espai entre columnes del quadre de text "nom" a "mida". Si |
||
599 | no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
600 | |||
601 | Pot provocar ValueError si el valor està fora de rang (ha de ser positiu). |
||
602 | </translation> |
||
603 | </message> |
||
604 | <message> |
||
605 | <source>setColumns(nr, ["name"]) |
||
606 | |||
607 | Sets the number of columns of the text frame "name" to the integer "nr". |
||
608 | If "name" is not given the currently selected item is used. |
||
609 | |||
610 | May throw ValueError if number of columns is not at least one. |
||
611 | </source> |
||
612 | <translation>setColumns(nr, ["nom"]) |
||
613 | |||
614 | Estableix que el quadre de text "nom" tindrà "nr" columnes. |
||
615 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
616 | |||
617 | Pot provocar ValueError si el número de columnes no és almenys una. |
||
618 | </translation> |
||
619 | </message> |
||
620 | <message> |
||
621 | <source>setTextAlignment(align, ["name"]) |
||
622 | |||
623 | Sets the text alignment of the text frame "name" to the specified alignment. |
||
624 | If "name" is not given the currently selected item is used. "align" should |
||
625 | be one of the ALIGN_ constants defined in this module - see dir(scribus). |
||
626 | |||
627 | May throw ValueError for an invalid alignment constant. |
||
628 | </source> |
||
629 | <translation>setTextAlignment(alineacio, ["nom"]) |
||
630 | |||
631 | Estableix l'alineació del quadre de text "nom" a la especificada. |
||
632 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. "alineació" ha de ser |
||
633 | una de les constants ALIGN_ definides en aquest mòdul - Mireu dir(scribus). |
||
634 | |||
635 | Pot provocar ValueError si posem una constant invàl.lida. |
||
636 | </translation> |
||
637 | </message> |
||
638 | <message> |
||
639 | <source>selectText(start, count, ["name"]) |
||
640 | |||
641 | Selects "count" characters of text in the text frame "name" starting from the |
||
642 | character "start". Character counting starts at 0. If "count" is zero, any |
||
643 | text selection will be cleared. If "name" is not given the currently |
||
644 | selected item is used. |
||
645 | |||
646 | May throw IndexError if the selection is outside the bounds of the text. |
||
647 | </source> |
||
3386 | mrdocs | 648 | <translation>selectText(inici, número, ["name"]) |
1135 | cbradney | 649 | |
650 | Seleccióna "número" caràcters del quadre de text "nom" començant pel |
||
651 | caràcter "inici". Els caràcters comencen per 0. Si "número" és zero, es |
||
652 | deselecciona tot el que hi pogués haver seleccionat. Si no especifiquem |
||
653 | "nom" es fa servir l'ítem seleccionat. |
||
654 | |||
655 | Pot provocar un IndexError si la selecció és massa gran pel text. |
||
656 | </translation> |
||
657 | </message> |
||
658 | <message> |
||
659 | <source>deleteText(["name"]) |
||
660 | |||
661 | Deletes any text in the text frame "name". If there is some text selected, |
||
662 | only the selected text will be deleted. If "name" is not given the currently |
||
663 | selected item is used. |
||
664 | </source> |
||
665 | <translation>deleteText(["nom"]) |
||
666 | |||
667 | Esborra qualsevol text del quadre de text "nom". Si hi ha algun text |
||
668 | seleccionat només s'esborra la selecció. Si no especifiquem "nom" |
||
669 | es fa servir l'ítem seleccionat. |
||
670 | </translation> |
||
671 | </message> |
||
672 | <message> |
||
673 | <source>setTextColor("color", ["name"]) |
||
674 | |||
675 | Sets the text color of the text frame "name" to the color "color". If there |
||
676 | is some text selected only the selected text is changed. If "name" is not |
||
677 | given the currently selected item is used. |
||
678 | </source> |
||
679 | <translation>setTextColor("color", ["nom"]) |
||
680 | |||
681 | Posa el text del quadre de text "nom" al color "color". Si hi ha algun |
||
682 | text seleccionat només es canvia el text seleccionat. Si no |
||
683 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
684 | </translation> |
||
685 | </message> |
||
686 | <message> |
||
687 | <source>setTextStroke("color", ["name"]) |
||
688 | |||
689 | Set "color" of the text stroke. If "name" is not given the currently |
||
690 | selected item is used. |
||
691 | </source> |
||
692 | <translation>setTextStroke("color", ["nom"]) |
||
693 | |||
694 | Posa el "color" a les línies de contorn. Si no especifiquem "nom" |
||
695 | es fa servir l'ítem seleccionat. |
||
696 | </translation> |
||
697 | </message> |
||
698 | <message> |
||
699 | <source>setTextShade(shade, ["name"]) |
||
700 | |||
701 | Sets the shading of the text color of the object "name" to "shade". If |
||
702 | there is some text selected only the selected text is changed. "shade" must |
||
703 | be an integer value in the range from 0 (lightest) to 100 (full color |
||
704 | intensity). If "name" is not given the currently selected item is |
||
705 | used. |
||
706 | </source> |
||
707 | <translation>setTextShade(intensitat, ["nom"]) |
||
708 | |||
709 | Posa la intensitat del color del text "nom" a "intensitat". Si hi ha algun |
||
710 | text seleccionat només es canvia aquest. "intensitat" ha de ser |
||
711 | un valor enter que va des de 0 (clarejat) a 100 (intensitat de |
||
712 | color).Si no especifiquem "nom" es fa servir l'ítem |
||
713 | seleccionat. |
||
714 | </translation> |
||
715 | </message> |
||
716 | <message> |
||
717 | <source>linkTextFrames("fromname", "toname") |
||
718 | |||
719 | Link two text frames. The frame named "fromname" is linked to the |
||
720 | frame named "toname". The target frame must be an empty text frame |
||
721 | and must not link to or be linked from any other frames already. |
||
722 | |||
723 | May throw ScribusException if linking rules are violated. |
||
724 | </source> |
||
725 | <translation>linkTextFrames("desdenom","anom") |
||
726 | |||
727 | Enllaça dos quadres de text. El quadre de text "desdenom" és enllaçat a |
||
728 | el quadre de text "anom". El quadre de text de destí ha de ser buit |
||
729 | i no es pot enllaçar o ser enllaçat per cap altre quadre de text. |
||
730 | |||
731 | Podem tenir ScribusException si es violen les normes d'enllaçat. |
||
732 | </translation> |
||
733 | </message> |
||
734 | <message> |
||
735 | <source>unlinkTextFrames("name") |
||
736 | |||
737 | Remove the specified (named) object from the text frame flow/linkage. If the |
||
738 | frame was in the middle of a chain, the previous and next frames will be |
||
739 | connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)' |
||
740 | |||
741 | May throw ScribusException if linking rules are violated. |
||
742 | </source> |
||
743 | <translation>unlinkTextFrames("nom") |
||
744 | |||
745 | Elimina l'objecte especificat del camí de quadre de text. Si el quadre |
||
746 | de text estava al mig d'una cadena, els anteriors i els següents seran |
||
747 | connectats, ex. 'a->b->c' esdevé 'a->c' quan fem unlinkTextFrames(b)' |
||
748 | |||
749 | Podem tenir ScribusException si violem les normes. |
||
750 | </translation> |
||
751 | </message> |
||
752 | <message> |
||
753 | <source>traceText(["name"]) |
||
754 | |||
755 | Convert the text frame "name" to outlines. If "name" is not given the |
||
756 | currently selected item is used.</source> |
||
757 | <translation>traceText(["nom"]) |
||
758 | |||
759 | Convertim el quadre de text "nom" a esquema. Si no especifiquem |
||
760 | "nom" es fa servir l'ítem seleccionat.</translation> |
||
761 | </message> |
||
762 | <message> |
||
763 | <source>getColor("name") -> tuple |
||
764 | |||
765 | Returns a tuple (C, M, Y, K) containing the four color components of the |
||
766 | color "name" from the current document. If no document is open, returns |
||
767 | the value of the named color from the default document colors. |
||
768 | |||
769 | May raise NotFoundError if the named color wasn't found. |
||
770 | May raise ValueError if an invalid color name is specified. |
||
771 | </source> |
||
772 | <translation>getColor("nom") -> tupla |
||
773 | |||
774 | Retorna una tupla (C, M, Y, K) que conté els quatre components de color |
||
775 | de "nom" del document actual. Si no hi ha cap document obert, torna |
||
776 | el valor del color anomenat dels colors per defecte. |
||
777 | |||
778 | Pot produir un NotFoundError si no es troba el color. |
||
779 | Pot produir ValueError si s'especifica un color invàl.lid. |
||
780 | </translation> |
||
781 | </message> |
||
782 | <message> |
||
783 | <source>changeColor("name", c, m, y, k) |
||
784 | |||
785 | Changes the color "name" to the specified CMYK value. The color value is |
||
786 | defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black. |
||
787 | Color components should be in the range from 0 to 255. |
||
788 | |||
789 | May raise NotFoundError if the named color wasn't found. |
||
790 | May raise ValueError if an invalid color name is specified. |
||
791 | </source> |
||
792 | <translation>changeColor("nom", c, m, y, k) |
||
793 | |||
794 | Canvia el color "nom" a els valors CMYK. El valor del color està |
||
795 | definit via els quatre components c=Cian, m=Magenta, y=Groc i k=Negre |
||
796 | Els colors del component han d'estar dins del rang 0 a 255. |
||
797 | |||
798 | Pot produir un NotFoundError si no es troba el color. |
||
799 | Pot produir ValueError si s'especifica un color erròni.</translation> |
||
800 | </message> |
||
801 | <message> |
||
802 | <source>deleteColor("name", "replace") |
||
803 | |||
804 | Deletes the color "name". Every occurence of that color is replaced by the |
||
805 | color "replace". If not specified, "replace" defaults to the color |
||
806 | "None" - transparent. |
||
807 | |||
808 | deleteColor works on the default document colors if there is no document open. |
||
809 | In that case, "replace", if specified, has no effect. |
||
810 | |||
811 | May raise NotFoundError if a named color wasn't found. |
||
812 | May raise ValueError if an invalid color name is specified. |
||
813 | </source> |
||
814 | <translation>deleteColor("nom", "canvi") |
||
815 | |||
816 | Esborra el color "nom". Cada ocurrència d'aquest color es canvia pel |
||
817 | color "canvi". Si no s'especifica, "canvi" es canvia pel color "cap" |
||
818 | - transparent. |
||
819 | |||
820 | deleteColor treballa en els colors per defecte del document si no n'hi |
||
821 | ha cap d'obert, encara que s'especifiqui, no fa res. |
||
822 | |||
823 | Pot generar NotFoundError si no existeix el color. |
||
824 | Pot generar ValueError si s'especifica un color invàlid. |
||
825 | </translation> |
||
826 | </message> |
||
827 | <message> |
||
828 | <source>replaceColor("name", "replace") |
||
829 | |||
830 | Every occurence of the color "name" is replaced by the color "replace". |
||
831 | |||
832 | May raise NotFoundError if a named color wasn't found. |
||
833 | May raise ValueError if an invalid color name is specified. |
||
834 | </source> |
||
835 | <translation>replaceColor("nom", "canvi") |
||
836 | |||
837 | Cada ocurrència del color "name" es canvia pel color "canvi". |
||
838 | |||
839 | Pot generar un NotFoundError si no existeix el color. |
||
840 | Pot generar un ValueError si el color especificat és invalid. |
||
841 | </translation> |
||
842 | </message> |
||
843 | <message> |
||
844 | <source>fileDialog("caption", ["filter", "defaultname" ,haspreview, issave]) -> string with filename |
||
845 | |||
846 | Shows a File Open dialog box with the caption "caption". Files are filtered |
||
847 | with the filter string "filter". A default filename or file path can also |
||
848 | supplied, leave this string empty when you don't want to use it. A value of |
||
849 | True for haspreview enables a small preview widget in the FileSelect box. When |
||
850 | the issave parameter is set to True the dialog acts like a "Save As" dialog |
||
851 | otherwise it acts like a "File Open Dialog". The default for both of the |
||
852 | opional parameters is False. |
||
853 | |||
854 | The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
||
855 | For example 'Images (*.png *.xpm *.jpg)'. |
||
856 | |||
857 | Refer to the Qt-Documentation for QFileDialog for details on filters. |
||
858 | |||
859 | Example: fileDialog('Open input', 'CSV files (*.csv)') |
||
860 | Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
||
861 | </source> |
||
3064 | cbradney | 862 | <translation type="obsolete">fileDialog("caption", ["filtre", "nomdefecte", haspreview, issave])->string |
1135 | cbradney | 863 | |
864 | Mostra el diàleg d'obrir fitxer amb el text "caption". Els fitxers seran filtrats |
||
865 | amb la cadena de filtre "filter". També es podrà donar un nom de fitxer, |
||
866 | deixa aquesta cadena buida si no el vols fer servir. Quan el paràmetre |
||
867 | "issave" està com a Cert el diàleg actua com un diàleg "Desa com" |
||
868 | altrament actual com un diàleg "Obrir". Per defecte els paràmetres |
||
869 | opcionals són falsos. |
||
870 | |||
871 | El filtre, si s'especifica, agafa la forma 'comentari (*.tipus, *.tipus2 ...)' |
||
872 | Per exemple 'Imatges (*.png *.xpm *.jpg)'. |
||
873 | |||
874 | Per més detalls aneu a la Documentació Qt en el QFileDialog pels filtres. |
||
875 | |||
876 | Exemple: fileDialog('Obrir entrades', 'CSV files (*.csv)') |
||
877 | Exemple: fileDialog('Gravar resultat', defaultname='report.txt', issave=True) |
||
878 | </translation> |
||
879 | </message> |
||
880 | <message> |
||
881 | <source>messageBox("caption", "message", |
||
882 | icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
||
883 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
||
884 | |||
885 | Displays a message box with the title "caption", the message "message", and |
||
886 | an icon "icon" and up to 3 buttons. By default no icon is used and a single |
||
887 | button, OK, is displayed. Only the caption and message arguments are required, |
||
888 | though setting an icon and appropriate button(s) is strongly |
||
889 | recommended. The message text may contain simple HTML-like markup. |
||
890 | |||
891 | Returns the number of the button the user pressed. Button numbers start |
||
892 | at 1. |
||
893 | |||
894 | For the icon and the button parameters there are predefined constants available |
||
895 | with the same names as in the Qt Documentation. These are the BUTTON_* and |
||
896 | ICON_* constants defined in the module. There are also two extra constants that |
||
897 | can be binary-ORed with button constants: |
||
898 | BUTTONOPT_DEFAULT Pressing enter presses this button. |
||
899 | BUTTONOPT_ESCAPE Pressing escape presses this button. |
||
900 | |||
901 | Usage examples: |
||
902 | result = messageBox('Script failed', |
||
903 | 'This script only works when you have a text frame selected.', |
||
904 | ICON_ERROR) |
||
905 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
||
906 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
||
907 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
908 | |||
909 | Defined button and icon constants: |
||
910 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
911 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
912 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
913 | </source> |
||
914 | <translation>messageBox("caption", "missatge", |
||
915 | icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
||
916 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
||
917 | |||
918 | Mostra un diàleg amb el títol de finestra "caption", el missatge "missatge", i |
||
919 | una icona "icon" amb fins a 3 botons. Per defecte no es fa servir cap icona i |
||
920 | només un sol botó, OK. Només calen els textos de "caption" i de "missatge", |
||
921 | per tant afegir una icona i els botons apropiats és molt |
||
922 | recomanat. El missatge de text pot contenir tags HTML. |
||
923 | |||
924 | Retorna el número del botó que l'usuari a premit. El número de botos comença |
||
925 | a 1. |
||
926 | |||
927 | Per la icona i pels paràmetres dels botons hi ha diverses constants predeterminades |
||
928 | amb els mateixos noms que a la documentació de Qt. Són constants BUTTON_* i |
||
929 | ICON_* definides al mòdul. També hi ha constants extres a les que poden fer |
||
930 | un OR binari amb constants de botó: |
||
931 | BUTTONOPT_DEFAULT Prement enter tria aquest botó. |
||
932 | BUTTONOPT_ESCAPE Prement escape tria aquest botó. |
||
933 | |||
934 | Exemples d'ús: |
||
935 | result = messageBox('Script failed', |
||
936 | messageBox("caption", "message",(new line) |
||
937 | (sp)(sp)(sp)(sp)icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,(new line) |
||
938 | (sp)(sp)(sp)(sp)button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer(new line) |
||
939 | (new line) |
||
940 | Displays a message box with the title "caption", the message "message", and(new line) |
||
941 | an icon "icon" and up to 3 buttons. By default no icon is used and a single(new line) |
||
942 | button, OK, is displayed. Only the caption and message arguments are required,(new line) |
||
943 | though setting an icon and appropriate button(s) is strongly(new line) |
||
944 | recommended. The message text may contain simple HTML-like markup.(new line) |
||
945 | (new line) |
||
946 | Returns the number of the button the user pressed. Button numbers start(new line) |
||
947 | at 1.(new line) |
||
948 | (new line) |
||
949 | For the icon and the button parameters there are predefined constants available(new line) |
||
950 | with the same names as in the Qt Documentation. These are the BUTTON_* and(new line) |
||
951 | ICON_* constants defined in the module. There are also two extra constants that(new line) |
||
952 | can be binary-ORed with button constants:(new line) |
||
953 | (sp)(sp)(sp)(sp)BUTTONOPT_DEFAULT(sp)(sp)(sp)Pressing enter presses this button.(new line) |
||
954 | (sp)(sp)(sp)(sp)BUTTONOPT_ESCAPE(sp)(sp)(sp)(sp)Pressing escape presses this button.(new line) |
||
955 | (new line) |
||
956 | Usage examples:(new line) |
||
957 | result = messageBox('Script failed',(new line) |
||
958 | 'This script only works when you have a text frame selected.', |
||
959 | ICON_ERROR) |
||
960 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
||
961 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
||
962 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
963 | |||
964 | Les constants de botó són: |
||
965 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
966 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
967 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
968 | </translation> |
||
969 | </message> |
||
970 | <message> |
||
971 | <source>valueDialog(caption, message [,defaultvalue]) -> string |
||
972 | |||
973 | Shows the common 'Ask for string' dialog and returns its value as a string |
||
974 | Parameters: window title, text in the window and optional 'default' value. |
||
975 | |||
976 | Example: valueDialog('title', 'text in the window', 'optional') |
||
977 | </source> |
||
978 | <translation>valueDialog(caption, missatge, [,valorperdefecte]) -> string |
||
979 | |||
980 | Mostra el diàleg comú "Demana per cadena" i retorna el seu valor. |
||
981 | Paràmetres: títol de finestra, text en la finestra i un valor per defecte opcional. |
||
982 | |||
983 | Exemple: valueDialog('titol', 'text en la finestra', 'opcional') |
||
984 | </translation> |
||
985 | </message> |
||
986 | <message> |
||
987 | <source>closeDoc() |
||
988 | |||
989 | Closes the current document without prompting to save. |
||
990 | |||
991 | May throw NoDocOpenError if there is no document to close |
||
992 | </source> |
||
993 | <translation>closeDoc() |
||
994 | |||
995 | Tanca el document actual sense preguntar per desar. |
||
996 | |||
997 | Pot generar un NoDocOpenError si no hi ha cap document per tancar |
||
998 | </translation> |
||
999 | </message> |
||
1000 | <message> |
||
1001 | <source>haveDoc() -> bool |
||
1002 | |||
1003 | Returns true if there is a document open. |
||
1004 | </source> |
||
1005 | <translation>haveDoc() -> bool |
||
1006 | |||
1007 | Retorna cert si hi ha un document obert. |
||
1008 | </translation> |
||
1009 | </message> |
||
1010 | <message> |
||
1011 | <source>openDoc("name") |
||
1012 | |||
1013 | Opens the document "name". |
||
1014 | |||
1015 | May raise ScribusError if the document could not be opened. |
||
1016 | </source> |
||
1017 | <translation>openDoc("nom") |
||
1018 | |||
1019 | Obre el document "nom". |
||
1020 | |||
1021 | Pot generar ScribusError si el document no es pot obrir.</translation> |
||
1022 | </message> |
||
1023 | <message> |
||
1024 | <source>saveDoc() |
||
1025 | |||
1026 | Saves the current document with its current name, returns true if successful. |
||
1027 | If the document has not already been saved, this may bring up an interactive |
||
1028 | save file dialog. |
||
1029 | |||
1030 | If the save fails, there is currently no way to tell. |
||
1031 | </source> |
||
1032 | <translation>saveDoc() |
||
1033 | |||
1034 | Desa el document actual amb el seu nom actual, retorna cert si ha funcionat. |
||
1035 | Si el document no ha estat gravat previament, ens sortirà un diàleg interactiu |
||
1036 | per guardar. |
||
1037 | |||
1038 | Si no es pot desar, no hi ha cap forma de saber-ho. |
||
1039 | </translation> |
||
1040 | </message> |
||
1041 | <message> |
||
1042 | <source>saveDocAs("name") |
||
1043 | |||
1044 | Saves the current document under the new name "name" (which may be a full or |
||
1045 | relative path). |
||
1046 | |||
1047 | May raise ScribusError if the save fails. |
||
1048 | </source> |
||
1049 | <translation>saveDocAs("nom") |
||
1050 | |||
1051 | Desa el document actual sota el nou nom "nom" (que pot ser amb camí absolut |
||
1052 | o camí relatiu). |
||
1053 | |||
1054 | Pot generar un ScribusError si falla el desat. |
||
1055 | </translation> |
||
1056 | </message> |
||
1057 | <message> |
||
1058 | <source>saveDocAs("author", "info", "description") -> bool |
||
1059 | |||
1060 | Sets the document information. "Author", "Info", "Description" are |
||
1061 | strings. |
||
1062 | </source> |
||
1063 | <translation>saveDocAs("autor", "info", "descripcio") -> bool |
||
1064 | |||
1065 | Posa la informació al document. "Autor", "Informació", "Descripció" són |
||
1066 | cadenes. |
||
1067 | </translation> |
||
1068 | </message> |
||
1069 | <message> |
||
1070 | <source>setMargins(lr, rr, tr, br) |
||
1071 | |||
1072 | Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br) |
||
1073 | margins are given in the measurement units of the document - see UNIT_<type> |
||
1074 | constants. |
||
1075 | </source> |
||
1076 | <translation>setMargins(lr, rr, tr, br) |
||
1077 | |||
1078 | Posa els marges del document, Esquerra (lr), Dreta (rr), Dalt (tr) i Baix (br) |
||
1079 | Els marges s'han de posar en unitats de mesura del document - veure les constants |
||
1080 | UNIT_<tipus>. |
||
1081 | </translation> |
||
1082 | </message> |
||
1083 | <message> |
||
1084 | <source>setUnit(type) |
||
1085 | |||
1086 | Changes the measurement unit of the document. Possible values for "unit" are |
||
1087 | defined as constants UNIT_<type>. |
||
1088 | |||
1089 | May raise ValueError if an invalid unit is passed. |
||
1090 | </source> |
||
1091 | <translation>setUnit(unitats) |
||
1092 | |||
1093 | Canvia les unitats de mesura del document. Possible valors de les unitats estan |
||
1094 | definides com a constants UNIT_<tipus>. |
||
1095 | </translation> |
||
1096 | </message> |
||
1097 | <message> |
||
1098 | <source>getUnit() -> integer (Scribus unit constant) |
||
1099 | |||
1100 | Returns the measurement units of the document. The returned value will be one |
||
1101 | of the UNIT_* constants: |
||
1102 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
1103 | </source> |
||
1104 | <translation>getUnit() -> integer (unitats de constants Scribus) |
||
1105 | |||
1106 | Retorna les unitats des mesura del document. El valor retornat serà una de |
||
1107 | les constants UNIT_*: |
||
1108 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
1109 | </translation> |
||
1110 | </message> |
||
1111 | <message> |
||
1112 | <source>loadStylesFromFile("filename") |
||
1113 | |||
1114 | Loads paragraph styles from the Scribus document at "filename" into the |
||
1115 | current document. |
||
1116 | </source> |
||
1117 | <translation>loadStylesFromFile("nomfitxer") |
||
1118 | |||
1119 | Carregar els estils de paràgraf des d'un document Scribus especificat a "nomfitxer" |
||
1120 | en el document actual. |
||
1121 | </translation> |
||
1122 | </message> |
||
1123 | <message> |
||
1124 | <source>setDocType(facingPages, firstPageLeft) |
||
1125 | |||
1126 | Sets the document type. To get facing pages set the first parameter to |
||
1127 | FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want |
||
1128 | to be the first page a left side set the second parameter to FIRSTPAGELEFT, for |
||
1129 | a right page use FIRSTPAGERIGHT. |
||
1130 | </source> |
||
1131 | <translation>setDocType(facingPages, firstPageLeft) |
||
1132 | |||
1133 | Estableix el tipus de document. Per tenir pàgines acarades cal establir primer |
||
1134 | paràmetre a FACINPAGES, i per no tenir-ne NOFACINPAGES. Si vols que la primera |
||
1135 | pàgina sigui a l'esquerra cal posar al segon paràmetre FIRSTPAGELEFT, i perquè |
||
1136 | sigui la dreta FIRSTPAGERIGHT. |
||
1137 | </translation> |
||
1138 | </message> |
||
1139 | <message> |
||
1140 | <source>getLineColor(["name"]) -> string |
||
1141 | |||
1142 | Returns the name of the line color of the object "name". |
||
1143 | If "name" is not given the currently selected item is used. |
||
1144 | </source> |
||
1145 | <translation>getLineColor(["nom"]) -> string |
||
1146 | |||
1147 | Retorna el nom del color de línia de l'objecte "nom". |
||
1148 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1149 | </translation> |
||
1150 | </message> |
||
1151 | <message> |
||
1152 | <source>getLineWidth(["name"]) -> integer |
||
1153 | |||
1154 | Returns the line width of the object "name". If "name" |
||
1155 | is not given the currently selected Item is used. |
||
1156 | </source> |
||
1157 | <translation>getLineWidth(["nom"]) -> integer |
||
1158 | |||
1159 | Retorna l'amplada de la línia de l'objecte "nom". Si no |
||
1160 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1161 | </translation> |
||
1162 | </message> |
||
1163 | <message> |
||
1164 | <source>getLineShade(["name"]) -> integer |
||
1165 | |||
1166 | Returns the shading value of the line color of the object "name". |
||
1167 | If "name" is not given the currently selected item is used. |
||
1168 | </source> |
||
1169 | <translation>getLineShade(["nom"]) -> integer |
||
1170 | |||
1171 | Retorna el valor de la intensitat del color de la línia de l'objecte "nom". |
||
1172 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1173 | </translation> |
||
1174 | </message> |
||
1175 | <message> |
||
1176 | <source>getLineJoin(["name"]) -> integer (see contants) |
||
1177 | |||
1178 | Returns the line join style of the object "name". If "name" is not given |
||
1179 | the currently selected item is used. The join types are: |
||
1180 | JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
||
1181 | </source> |
||
1182 | <translation>getLineJoin(["nom"]) -> integer (mirar constants) |
||
1183 | |||
1184 | Retorna l'estil d'unió de línia de l'objecte "nom". Si no especifiquem |
||
1185 | "nom" es fa servir l'ítem seleccionat. Els tipus d'unió són: |
||
1186 | JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
||
1187 | </translation> |
||
1188 | </message> |
||
1189 | <message> |
||
1190 | <source>getLineEnd(["name"]) -> integer (see constants) |
||
1191 | |||
1192 | Returns the line cap style of the object "name". If "name" is not given the |
||
1193 | currently selected item is used. The cap types are: |
||
1194 | CAP_FLAT, CAP_ROUND, CAP_SQUARE |
||
1195 | </source> |
||
1196 | <translation>getLineEnd(["nom"]) -> integer (mirar constants) |
||
1197 | |||
1198 | Retorna el tap de línia de l'objecte "nom". Si no especifiquem "nom" es fa |
||
1199 | servir l'ítem seleccionat. Els tipus de tap són: |
||
1200 | CAP_FLAT, CAP_ROUND, CAP_SQUARE |
||
1201 | </translation> |
||
1202 | </message> |
||
1203 | <message> |
||
1204 | <source>getLineStyle(["name"]) -> integer (see constants) |
||
1205 | |||
1206 | Returns the line style of the object "name". If "name" is not given the |
||
1207 | currently selected item is used. Line style constants are: |
||
1208 | LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
||
1209 | </source> |
||
1210 | <translation>getLineStyle(["nom"]) -> integer (mirar constants) |
||
1211 | |||
1212 | Retorna l'estil de línia de l'objecte "nom". Si no especifiquem "nom" es |
||
1213 | fa servir l'ítem seleccionat.. Les constants de línia són: |
||
1214 | LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
||
1215 | </translation> |
||
1216 | </message> |
||
1217 | <message> |
||
1218 | <source>getFillShade(["name"]) -> integer |
||
1219 | |||
1220 | Returns the shading value of the fill color of the object "name". |
||
1221 | If "name" is not given the currently selected item is used. |
||
1222 | </source> |
||
1223 | <translation>getFillShade(["nom"]) -> integer |
||
1224 | |||
1225 | Retorna el valor de la intensitat del color d'emplenament de l'objecte "nom". |
||
1226 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1227 | </translation> |
||
1228 | </message> |
||
1229 | <message> |
||
1230 | <source>getImageScale(["name"]) -> (x,y) |
||
1231 | |||
1232 | Returns a (x, y) tuple containing the scaling values of the image frame |
||
1233 | "name". If "name" is not given the currently selected item is used. |
||
1234 | </source> |
||
1235 | <translation>getImageScale(["name"]) -> (x,y) |
||
1236 | |||
1237 | Retorna una parella (x,y) contenint els valors d'escalat de la imatge |
||
1238 | "nom". Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1239 | </translation> |
||
1240 | </message> |
||
1241 | <message> |
||
1242 | <source>getImageName(["name"]) -> string |
||
1243 | |||
1244 | Returns the filename for the image in the image frame. If "name" is not |
||
1245 | given the currently selected item is used. |
||
1246 | </source> |
||
1247 | <translation>getImageName(["nom"]) -> string |
||
1248 | |||
1249 | Retorna el nom del fitxer de la imatge que tenim. Si no especifiquem "nom" |
||
1250 | es fa servir l'ítem seleccionat.</translation> |
||
1251 | </message> |
||
1252 | <message> |
||
1253 | <source>getSize(["name"]) -> (width,height) |
||
1254 | |||
1255 | Returns a (width, height) tuple with the size of the object "name". |
||
1256 | If "name" is not given the currently selected item is used. The size is |
||
1257 | expressed in the current measurement unit of the document - see UNIT_<type> |
||
1258 | for reference. |
||
1259 | </source> |
||
1260 | <translation>getSize(["nom"]) -> (amplada,alçada) |
||
1261 | |||
1262 | Retorna un parell (amplada, alçada) amb la mida de l'objecte "nom". |
||
1263 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. La mida està |
||
1264 | expressada en les unitats de mesura del document - mireu UNIT_<tipus> |
||
1265 | per referència.</translation> |
||
1266 | </message> |
||
1267 | <message> |
||
1268 | <source>getRotation(["name"]) -> integer |
||
1269 | |||
1270 | Returns the rotation of the object "name". The value is expressed in degrees, |
||
1271 | and clockwise is positive. If "name" is not given the currently selected item |
||
1272 | is used. |
||
1273 | </source> |
||
1274 | <translation>getRotation(["name"]) -> integer |
||
1275 | |||
1276 | Retorna la rotació de l'objecte "nom". El valor està expressat en graus, |
||
1277 | en sentit horari és positiu. Si no especifiquem "nom" es fa servir l'ítem |
||
1278 | seleccionat. |
||
1279 | </translation> |
||
1280 | </message> |
||
1281 | <message> |
||
1282 | <source>getAllObjects() -> list |
||
1283 | |||
1284 | Returns a list containing the names of all objects on the current page. |
||
1285 | </source> |
||
1286 | <translation>getAllObjects() -> list |
||
1287 | |||
1288 | Retorna una llista que conté els noms de tots els objectes de la pàgina actual. |
||
1289 | </translation> |
||
1290 | </message> |
||
1291 | <message> |
||
1292 | <source>moveObjectAbs(x, y [, "name"]) |
||
1293 | |||
1294 | Moves the object "name" to a new location. The coordinates are expressed in |
||
1295 | the current measurement unit of the document (see UNIT constants). If "name" |
||
1296 | is not given the currently selected item is used. If the object "name" |
||
1297 | belongs to a group, the whole group is moved. |
||
1298 | </source> |
||
1299 | <translation>moveObjectAbs(x, y [, "nom"]) |
||
1300 | |||
1301 | Mou l'objecte "nom" a una nova posició. Les coordenades estan expressades en |
||
1302 | les unitats de mesura del document (veure constants UNIT). Si no especifiquem "nom" |
||
1303 | es fa servir l'ítem seleccionat. Si l'objecte "nom" pertany a un grup, |
||
1304 | es mou tot el grup. |
||
1305 | </translation> |
||
1306 | </message> |
||
1307 | <message> |
||
1308 | <source>rotateObject(rot [, "name"]) |
||
1309 | |||
1310 | Rotates the object "name" by "rot" degrees relatively. The object is |
||
1311 | rotated by the vertex that is currently selected as the rotation point - by |
||
1312 | default, the top left vertext at zero rotation. Positive values mean counter |
||
1313 | clockwise rotation when the default rotation point is used. If "name" is not |
||
1314 | given the currently selected item is used. |
||
1315 | </source> |
||
1316 | <translation>rotateObject(rot, [, "nom"]) |
||
1317 | |||
1318 | Rota l'objecte "nom" "rot" graus respecte el punt actual. L'objecte és |
||
1319 | rotat pel vertex seleccionat com a punt de rotació - per defecte, el |
||
1320 | punt superior esquerre a rotació zero. Valors positius representen rodar |
||
1321 | en sentit horari quan es fa servir el punt de rotació per defecte. Si no |
||
1322 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1323 | </translation> |
||
1324 | </message> |
||
1325 | <message> |
||
1326 | <source>sizeObject(width, height [, "name"]) |
||
1327 | |||
1328 | Resizes the object "name" to the given width and height. If "name" |
||
1329 | is not given the currently selected item is used. |
||
1330 | </source> |
||
1331 | <translation>sizeObject(amplada, alçada [, "nom"]) |
||
1332 | |||
1333 | Canvia la mida de l'objecte "nom" a la mida especificada. Si no |
||
1334 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1335 | </translation> |
||
1336 | </message> |
||
1337 | <message> |
||
1338 | <source>getSelectedObject([nr]) -> string |
||
1339 | |||
1340 | Returns the name of the selected object. "nr" if given indicates the number |
||
1341 | of the selected object, e.g. 0 means the first selected object, 1 means the |
||
1342 | second selected Object and so on. |
||
1343 | </source> |
||
1344 | <translation>getSelectedObject([nr]) -> string |
||
1345 | |||
1346 | Retorna el nom de l'objecte seleccionat. "nr" si es dóna especifica el número |
||
1347 | de l'objecte seleccionat, ex. 0 significa el primer objecte seleccionat, 1 el |
||
1348 | segon i així. |
||
1349 | </translation> |
||
1350 | </message> |
||
1351 | <message> |
||
1352 | <source>selectionCount() -> integer |
||
1353 | |||
1354 | Returns the number of selected objects. |
||
1355 | </source> |
||
1356 | <translation>seleccionCount() -> integer |
||
1357 | |||
1358 | Retorna el número d'objectes seleccionats. |
||
1359 | </translation> |
||
1360 | </message> |
||
1361 | <message> |
||
1362 | <source>selectObject("name") |
||
1363 | |||
1364 | Selects the object with the given "name". |
||
1365 | </source> |
||
1366 | <translation>selectObject("nom") |
||
1367 | |||
1368 | Selecciona l'objecte amb el nom "nom". |
||
1369 | </translation> |
||
1370 | </message> |
||
1371 | <message> |
||
1372 | <source>deselectAll() |
||
1373 | |||
1374 | Deselects all objects in the whole document. |
||
1375 | </source> |
||
1376 | <translation>deselectAll() |
||
1377 | |||
1378 | Deselecciona tots els objectes de tot el document. |
||
1379 | </translation> |
||
1380 | </message> |
||
1381 | <message> |
||
1382 | <source>groupObjects(list) |
||
1383 | |||
1384 | Groups the objects named in "list" together. "list" must contain the names |
||
1385 | of the objects to be grouped. If "list" is not given the currently selected |
||
1386 | items are used. |
||
1387 | </source> |
||
1388 | <translation>groupObjects(llista) |
||
1389 | |||
1390 | Agrupa els objectes que especifiquem a la llista "llista". La llista ha de contenir |
||
1391 | els noms dels objectes a agrupar. Si no s'especifica llista es fan servir els |
||
1392 | objectes que estiguin seleccionats. |
||
1393 | </translation> |
||
1394 | </message> |
||
1395 | <message> |
||
1396 | <source>unGroupObjects("name") |
||
1397 | |||
1398 | Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source> |
||
1399 | <translation>unGroupObjects("nom") |
||
1400 | |||
1401 | Destrueix el grup al qual pertany l'objecte "nom". Si no especifiquem "nom" es fa servir l'ítem seleccionat.</translation> |
||
1402 | </message> |
||
1403 | <message> |
||
1404 | <source>scaleGroup(factor [,"name"]) |
||
1405 | |||
1406 | Scales the group the object "name" belongs to. Values greater than 1 enlarge |
||
1407 | the group, values smaller than 1 make the group smaller e.g a value of 0.5 |
||
1408 | scales the group to 50 % of its original size, a value of 1.5 scales the group |
||
1409 | to 150 % of its original size. The value for "factor" must be greater than |
||
1410 | 0. If "name" is not given the currently selected item is used. |
||
1411 | |||
1412 | May raise ValueError if an invalid scale factor is passed. |
||
1413 | </source> |
||
1414 | <translation>scaleGroup(factor [,"nom"]) |
||
1415 | |||
1416 | Escala el grup al qual pertany l'objecte "nom". Valors més grans que 1 incrementen |
||
1417 | el grup, i valors més petits que 1 decrementen el grup. ex. Un valor de 0.5 escala |
||
1418 | el grup al 50% del valor original, un valor de 1.5 escala el grup a un |
||
1419 | 150% del valor original. El valor de "factor" ha de ser més gran que |
||
1420 | 0. Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1421 | |||
1422 | Pot provocar un ValueError si s'especifica un factor invàlid. |
||
1423 | </translation> |
||
1424 | </message> |
||
1425 | <message> |
||
1426 | <source>loadImage("filename" [, "name"]) |
||
1427 | |||
1428 | Loads the picture "picture" into the image frame "name". If "name" is |
||
1429 | not given the currently selected item is used. |
||
1430 | |||
1431 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
1432 | </source> |
||
1433 | <translation>loadImage("nomFitxer", [,"nom"]) |
||
1434 | |||
1435 | Carrega la imatge "nomFitxer" en el marc d'imatge "nom". Si no especifiquem |
||
1436 | "nom" es fa servir l'ítem seleccionat. |
||
1437 | |||
1438 | Pot provocar WrongFrameTypeError si el marc no és d'imatge |
||
1439 | </translation> |
||
1440 | </message> |
||
1441 | <message> |
||
1442 | <source>scaleImage(x, y [, "name"]) |
||
1443 | |||
1444 | Sets the scaling factors of the picture in the image frame "name". |
||
1445 | If "name" is not given the currently selected item is used. A number of 1 |
||
1446 | means 100 %. |
||
1447 | |||
1448 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
1449 | </source> |
||
1450 | <translation>scaleImage(x, y [, "nom"]) |
||
1451 | |||
1452 | Estableix els factors d'escalat de la imatge del marc d'imatge "nom". |
||
1453 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Un valor de 1 |
||
1454 | significa 100 %. |
||
1455 | |||
1456 | Pot provocar WrongFrameTypeError si el marc no és d'imatge |
||
1457 | </translation> |
||
1458 | </message> |
||
1459 | <message> |
||
1460 | <source>lockObject(["name"]) -> bool |
||
1461 | |||
1462 | Locks the object "name" if it's unlocked or unlock it if it's locked. |
||
1463 | If "name" is not given the currently selected item is used. Returns true |
||
1464 | if locked. |
||
1465 | </source> |
||
1466 | <translation>lockObject(["nom"]) -> bool |
||
1467 | |||
1468 | Bloqueja l'objecte "nom" si està desbloquejat o el desbloqueja si està bloquejat. |
||
1469 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Retorna cert |
||
1470 | si bloqueja. |
||
1471 | </translation> |
||
1472 | </message> |
||
1473 | <message> |
||
1474 | <source>isLocked(["name"]) -> bool |
||
1475 | |||
1476 | Returns true if is the object "name" locked. If "name" is not given the |
||
1477 | currently selected item is used. |
||
1478 | </source> |
||
1479 | <translation>isLocked(["nom"]) -> bool |
||
1480 | |||
1481 | Retorna cert si l'objecte "nom" està bloquejat. Si no especifiquem "nom" es |
||
1482 | fa servir l'ítem seleccionat. |
||
1483 | </translation> |
||
1484 | </message> |
||
1485 | <message> |
||
1486 | <source>getFontNames() -> list |
||
1487 | |||
1488 | Returns a list with the names of all available fonts. |
||
1489 | </source> |
||
1490 | <translation>getFontNames() -> llista |
||
1491 | |||
1492 | Retorna una llista amb els noms de totes les fonts. |
||
1493 | </translation> |
||
1494 | </message> |
||
1495 | <message> |
||
1496 | <source>getXFontNames() -> list of tuples |
||
1497 | |||
1498 | Returns a larger font info. It's a list of the tuples with: |
||
1499 | [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ] |
||
1500 | </source> |
||
1501 | <translation>getXFontNames() -> llista de tuples |
||
1502 | |||
1503 | Retorna molta informació de font. És una llista de tuples amb: |
||
1504 | [ (Nom Scribus, Familia, Nom Real, subconjunt (1|0), embed PS (1|0), fitxer de font), (...), ...] |
||
1505 | </translation> |
||
1506 | </message> |
||
1507 | <message> |
||
1508 | <source>rendeFont("name", "filename", "sample", size) -> bool |
||
1509 | |||
1510 | Creates an image preview of font "name" with given text "sample" and size. |
||
1511 | Image is saved into "filename". Returns true when success. |
||
1512 | |||
1513 | May raise NotFoundError if the specified font can't be found. |
||
1514 | May raise ValueError if an empty sample or filename is passed. |
||
1515 | </source> |
||
3064 | cbradney | 1516 | <translation type="obsolete">rendeFont("nom", "nomFitxer", "sample", mida) -> bool |
1135 | cbradney | 1517 | |
1518 | Crea una imatge de previsualització de la font "nom" amb el text "sample" i mida. |
||
1519 | La imatge és desa en el fitxer "nomFitxer". Retorna cert quan tot va bé. |
||
1520 | |||
1521 | Pot provocar un NotFoundError si la font especificada no es pot trobar. |
||
1522 | Pot provocar un ValueError si es passa un sample buit. |
||
1523 | </translation> |
||
1524 | </message> |
||
1525 | <message> |
||
1526 | <source>getLayers() -> list |
||
1527 | |||
1528 | Returns a list with the names of all defined layers. |
||
1529 | </source> |
||
1530 | <translation>getLayers() -> llista |
||
1531 | |||
1532 | Retorna una llista amb els noms de totes les capes. |
||
1533 | </translation> |
||
1534 | </message> |
||
1535 | <message> |
||
1536 | <source>setActiveLayer("name") |
||
1537 | |||
1538 | Sets the active layer to the layer named "name". |
||
1539 | |||
1540 | May raise NotFoundError if the layer can't be found. |
||
1541 | May raise ValueError if the layer name isn't acceptable. |
||
1542 | </source> |
||
1543 | <translation>setActiveLayer("nom") |
||
1544 | |||
1545 | Canvia la capa activa a una capa anomenada "nom". |
||
1546 | |||
1547 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1548 | Pot generar ValueError si la capa nom no és acceptable. |
||
1549 | </translation> |
||
1550 | </message> |
||
1551 | <message> |
||
1552 | <source>getActiveLayer() -> string |
||
1553 | |||
1554 | Returns the name of the current active layer. |
||
1555 | </source> |
||
1556 | <translation>getActiveLayer() -> string |
||
1557 | |||
1558 | Retorna el nom de la capa activa. |
||
1559 | </translation> |
||
1560 | </message> |
||
1561 | <message> |
||
1562 | <source>sentToLayer("layer" [, "name"]) |
||
1563 | |||
1564 | Sends the object "name" to the layer "layer". The layer must exist. |
||
1565 | If "name" is not given the currently selected item is used. |
||
1566 | |||
1567 | May raise NotFoundError if the layer can't be found. |
||
1568 | May raise ValueError if the layer name isn't acceptable. |
||
1569 | </source> |
||
1570 | <translation>sendToLayer("capa" [, "nom"]) |
||
1571 | |||
1572 | Envia l'objecte "nom" a la capa "capa". La capa ha d'existir. |
||
1573 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1574 | |||
1575 | Pot provocar NotFoundError si la capa no es pot trobar. |
||
1576 | Pot provocar ValueError si el nom no és acceptable. |
||
1577 | |||
1578 | |||
1579 | </translation> |
||
1580 | </message> |
||
1581 | <message> |
||
1582 | <source>setLayerVisible("layer", visible) |
||
1583 | |||
1584 | Sets the layer "layer" to be visible or not. If is the visible set to false |
||
1585 | the layer is invisible. |
||
1586 | |||
1587 | May raise NotFoundError if the layer can't be found. |
||
1588 | May raise ValueError if the layer name isn't acceptable. |
||
1589 | </source> |
||
1590 | <translation>setLayerVisible("capa", visible) |
||
1591 | |||
1592 | Estableix la capa especificada a visible o no. Si visible està false |
||
1593 | la capa és invisible. |
||
1594 | |||
1595 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1596 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1597 | </translation> |
||
1598 | </message> |
||
1599 | <message> |
||
1600 | <source>setLayerPrintable("layer", printable) |
||
1601 | |||
1602 | Sets the layer "layer" to be printable or not. If is the printable set to |
||
1603 | false the layer won't be printed. |
||
1604 | |||
1605 | May raise NotFoundError if the layer can't be found. |
||
1606 | May raise ValueError if the layer name isn't acceptable. |
||
1607 | </source> |
||
1608 | <translation>setLayerPrintable("capa", printable) |
||
1609 | |||
1610 | Estableix la capa especificada a printable o no. Si printable està |
||
1611 | false la capa no s'imprimirà. |
||
1612 | |||
1613 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1614 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1615 | </translation> |
||
1616 | </message> |
||
1617 | <message> |
||
1618 | <source>isLayerPrintable("layer") -> bool |
||
1619 | |||
1620 | Returns wether the Layer "layer" is visible or not, a value of True means |
||
1621 | that the layer "layer" is visible, a value of False means that the layer |
||
1622 | "layer" is invisible. |
||
1623 | |||
1624 | May raise NotFoundError if the layer can't be found. |
||
1625 | May raise ValueError if the layer name isn't acceptable. |
||
1626 | </source> |
||
1525 | cbradney | 1627 | <translation type="obsolete">isLayerVisible("capa") -> bool |
1135 | cbradney | 1628 | |
1629 | Ens retorna si la capa "capa" és visible o no, un valor de Cert significa |
||
1630 | que la capa és visible, un valor de Fals significa que la capa |
||
1631 | "layer" és invisible |
||
1632 | |||
1633 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1634 | Pot generar ValueError si el nom de capa no és acceptable.</translation> |
||
1635 | </message> |
||
1636 | <message> |
||
1637 | <source>isLayerPrintable("layer") -> bool |
||
1638 | |||
1639 | Returns wether the layer "layer" is printable or not, a value of True means |
||
1640 | that the layer "layer" can be printed, a value of False means that printing |
||
1641 | the layer "layer" is disabled. |
||
1642 | |||
1643 | May raise NotFoundError if the layer can't be found. |
||
1644 | May raise ValueError if the layer name isn't acceptable. |
||
1645 | </source> |
||
1525 | cbradney | 1646 | <translation type="obsolete">isLayerPrintable("capa") -> bool |
1135 | cbradney | 1647 | |
1648 | Ens retorna si la capa "capa" és printable o no, un valor de Cert significa |
||
1649 | que la capa pot ser imprimible, un valor de Fals significa que la capa |
||
1650 | "layer" no és imprimible. |
||
1651 | |||
1652 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1653 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1654 | </translation> |
||
1655 | </message> |
||
1656 | <message> |
||
1657 | <source>deleteLayer("layer") |
||
1658 | |||
1659 | Deletes the layer with the name "layer". Nothing happens if the layer doesn't |
||
1660 | exists or if it's the only layer in the document. |
||
1661 | |||
1662 | May raise NotFoundError if the layer can't be found. |
||
1663 | May raise ValueError if the layer name isn't acceptable. |
||
1664 | </source> |
||
1665 | <translation>deleteLayer("capa") |
||
1666 | |||
1667 | Esborra la capa amb el nom "capa". Si la capa no existeix o és la única del |
||
1668 | document no passa res. |
||
1669 | |||
1670 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1671 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1672 | </translation> |
||
1673 | </message> |
||
1674 | <message> |
||
1675 | <source>createLayer(layer) |
||
1676 | |||
1677 | Creates a new layer with the name "name". |
||
1678 | |||
1679 | May raise ValueError if the layer name isn't acceptable. |
||
1680 | </source> |
||
1681 | <translation>createLayer(capa) |
||
1682 | |||
1683 | Crea una nova capa amb el nom "capa". |
||
1684 | |||
1685 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1686 | </translation> |
||
1687 | </message> |
||
1688 | <message> |
||
1689 | <source>getGuiLanguage() -> string |
||
1690 | |||
1691 | Returns a string with the -lang value. |
||
1692 | </source> |
||
1693 | <translation>getGuiLanguage() -> string |
||
1694 | |||
1695 | Retorna una cadena amb el valor de -lang. |
||
1696 | </translation> |
||
1697 | </message> |
||
1698 | <message> |
||
1699 | <source>createEllipse(x, y, width, height, ["name"]) -> string |
||
1700 | |||
1701 | Creates a new ellipse on the current page and returns its name. |
||
1702 | The coordinates are given in the current measurement units of the document |
||
1703 | (see UNIT constants). "name" should be a unique identifier for the object |
||
1704 | because you need this name for further referencing of that object. If "name" |
||
1705 | is not given Scribus will create one for you. |
||
1706 | |||
1707 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1708 | </source> |
||
1709 | <translation>createEllipse(x, y, amplada, alçada, ["nom"]) -> string |
||
1710 | |||
1711 | Crea una nova elipse en la pàgina actual i en retorna el nom. |
||
1712 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1713 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1714 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1715 | Scribus en crearà un per nosaltres. |
||
1716 | |||
1717 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1718 | </translation> |
||
1719 | </message> |
||
1720 | <message> |
||
1721 | <source>createImage(x, y, width, height, ["name"]) -> string |
||
1722 | |||
1723 | Creates a new picture frame on the current page and returns its name. The |
||
1724 | coordinates are given in the current measurement units of the document. |
||
1725 | "name" should be a unique identifier for the object because you need this |
||
1726 | name for further access to that object. If "name" is not given Scribus will |
||
1727 | create one for you. |
||
1728 | |||
1729 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1730 | </source> |
||
1731 | <translation>createImage(x, y, amplada, alçada, ["nom"]) -> string |
||
1732 | |||
1733 | Crea un nou marc d'imatge en la pàgina actual i en retorna el nom. |
||
1734 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1735 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1736 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1737 | Scribus en crearà un per nosaltres. |
||
1738 | |||
1739 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1740 | </translation> |
||
1741 | </message> |
||
1742 | <message> |
||
1743 | <source>createText(x, y, width, height, ["name"]) -> string |
||
1744 | |||
1745 | Creates a new text frame on the actual page and returns its name. |
||
1746 | The coordinates are given in the actual measurement unit of the document (see |
||
1747 | UNIT constants). "name" should be a unique identifier for the object because |
||
1748 | you need this name for further referencing of that object. If "name" is not |
||
1749 | given Scribus will create one for you. |
||
1750 | |||
1751 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1752 | </source> |
||
1753 | <translation>createText(x, y, amplada, alçada, ["nom"]) -> string |
||
1754 | |||
1755 | Crea un nou quadre de text en la pàgina actual i en retorna el nom. |
||
1756 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1757 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1758 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1759 | Scribus en crearà un per nosaltres. |
||
1760 | |||
1761 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1762 | </translation> |
||
1763 | </message> |
||
1764 | <message> |
||
1765 | <source>createLine(x1, y1, x2, y2, ["name"]) -> string |
||
1766 | |||
1767 | Creates a new line from the point(x1, y1) to the point(x2, y2) and returns |
||
1768 | its name. The coordinates are given in the current measurement unit of the |
||
1769 | document (see UNIT constants). "name" should be a unique identifier for the |
||
1770 | object because you need this name for further access to that object. If |
||
1771 | "name" is not given Scribus will create one for you. |
||
1772 | |||
1773 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1774 | </source> |
||
1775 | <translation>createLine(x1, y1, x2, y2, ["nom"]) -> string |
||
1776 | |||
1777 | Crea una nova línia des del punt (x1,y1) al punt (x2,y2) i en retorna el |
||
1778 | nom. Les coordenades estan especificades amb les unitats de mesura del |
||
1779 | document (mireu constants UNIT). "nom" ha de ser un identificador únic |
||
1780 | per l'objecte ja que necessitem aquest nom per referències futures. Si |
||
1781 | "nom" no s'especifica Scribus en crearà un per nosaltres. |
||
1782 | |||
1783 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1784 | </translation> |
||
1785 | </message> |
||
1786 | <message> |
||
1787 | <source>createPolyLine(list, ["name"]) -> string |
||
1788 | |||
1789 | Creates a new polyline and returns its name. The points for the polyline are |
||
1790 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1791 | The coordinates are given in the current measurement units of the document (see |
||
1792 | UNIT constants). "name" should be a unique identifier for the object because |
||
1793 | you need this name for further access to that object. If "name" is not given |
||
1794 | Scribus will create one for you. |
||
1795 | |||
1796 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1797 | May raise ValueError if an insufficient number of points is passed or if |
||
1798 | the number of values passed don't group into points without leftovers. |
||
1799 | </source> |
||
1800 | <translation>createPolyLine(llista, ["nom"]) -> string |
||
1801 | |||
1802 | Crea un nou conjunt de línies i en retorna el nom. Els punts de cada línia estan |
||
1803 | guardats en la llista "llista" en l'ordre [x1, y1, x2, y2, .., xn, yn]. |
||
1804 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1805 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1806 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1807 | Scribus en crearà un per nosaltres. |
||
1808 | |||
1809 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1810 | Pot generar un ValueError si es passa un número de punts insuficient o si el |
||
1811 | número de valors passat no agrupa bé els punts. |
||
1812 | </translation> |
||
1813 | </message> |
||
1814 | <message> |
||
1815 | <source>createPolygon(list, ["name"]) -> string |
||
1816 | |||
1817 | Creates a new polygon and returns its name. The points for the polygon are |
||
1818 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1819 | At least three points are required. There is no need to repeat the first point |
||
1820 | to close the polygon. The polygon is automatically closed by connecting the |
||
1821 | first and the last point. The coordinates are given in the current measurement |
||
1822 | units of the document (see UNIT constants). "name" should be a unique |
||
1823 | identifier for the object because you need this name for further access to that |
||
1824 | object. If "name" is not given Scribus will create one for you. |
||
1825 | |||
1826 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1827 | May raise ValueError if an insufficient number of points is passed or if |
||
1828 | the number of values passed don't group into points without leftovers. |
||
1829 | </source> |
||
1830 | <translation>createPolygon(llista, ["nom"]) -> string |
||
1831 | |||
1832 | Crea un nou polígon i en retorna el nom. Els punts pel polígon estan |
||
1833 | guardats en la llista "llista" en el següent ordre: [x1, y1, x2, y2, ...xn, yn]. |
||
1834 | Almenys calen tres punts. No cal repetir el primer punt per |
||
1835 | tancar el polígon. El polígon es tancarà automàticament connectant el |
||
1836 | primer punt i el darrer. Les coordenades estan especificades amb les unitats |
||
1837 | de mesura del document (mireu constants UNIT). "nom" ha de ser un identificador |
||
1838 | únic per l'objecte ja que necessitem aquest nom per referències futures. |
||
1839 | Si "nom" no s'especifica Scribus en crearà un per nosaltres. |
||
1840 | |||
1841 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1842 | Pot generar un ValueError si es passa un número de punts insuficient o si el |
||
1843 | número de valors passat no agrupa bé els punts. |
||
1844 | </translation> |
||
1845 | </message> |
||
1846 | <message> |
||
1847 | <source>createBezierLine(list, ["name"]) -> string |
||
1848 | |||
1849 | Creates a new bezier curve and returns its name. The points for the bezier |
||
1850 | curve are stored in the list "list" in the following order: |
||
1851 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] |
||
1852 | In the points list, x and y mean the x and y coordinates of the point and kx |
||
1853 | and ky meaning the control point for the curve. The coordinates are given in |
||
1854 | the current measurement units of the document (see UNIT constants). "name" |
||
1855 | should be a unique identifier for the object because you need this name for |
||
1856 | further access to that object. If "name" is not given Scribus will create one |
||
1857 | for you. |
||
1858 | |||
1859 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1860 | May raise ValueError if an insufficient number of points is passed or if |
||
1861 | the number of values passed don't group into points without leftovers. |
||
1862 | </source> |
||
1863 | <translation>createBezierLine(llista, ["nom"]) -> string |
||
1864 | |||
1865 | Crea una corba bezier i en retorna el nom. Els punts per la corba bezier es |
||
1866 | guarden en la llista "llista" en el següent ordre: |
||
1867 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2, ...xn, yn, kxn, kyn]. |
||
1868 | En els punts x i y són els valors de x i de y del punt, mentre que kx |
||
1869 | i ky són els punts de control de la corba. Les coordenades es dónen en |
||
1870 | les unitats de mesura del document (mireu constants UNIT). "nom" |
||
1871 | ha de ser un identificador únic per l'objecte ja que necessitem aquest nom |
||
1872 | per referències futures. Si "nom" no s'especifica Scribus en crearà un per |
||
1873 | nosaltres. |
||
1874 | |||
1875 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1876 | Pot generar un ValueError si es passa un número de punts insuficient o si el |
||
1877 | número de valors passat no agrupa bé els punts. |
||
1878 | </translation> |
||
1879 | </message> |
||
1880 | <message> |
||
1881 | <source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
||
1882 | |||
1883 | Creates a new pathText by merging the two objects "textbox" and |
||
1884 | "beziercurve" and returns its name. The coordinates are given in the current |
||
1885 | measurement unit of the document (see UNIT constants). "name" should be a |
||
1886 | unique identifier for the object because you need this name for further access |
||
1887 | to that object. If "name" is not given Scribus will create one for you. |
||
1888 | |||
1889 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1890 | May raise NotFoundError if one or both of the named base object don't exist. |
||
1891 | </source> |
||
1892 | <translation>createPathText(x, y, "textbox", "beziercurve", ["nom"]) -> string |
||
1893 | |||
1894 | Crea una nou camí de text barrejant els dos objectes "textbox" i |
||
1895 | "beziercurve" i en retorna el nom. Les coordenades estan especificades |
||
1896 | amb les unitats de mesura del document (mireu constants UNIT). "nom" ha de |
||
1897 | ser un identificador únic per l'objecte ja que necessitem aquest nom per referències |
||
1898 | futures. Si "nom" no s'especifica Scribus en crearà un per nosaltres. |
||
1899 | |||
1900 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1901 | Pot generar un NotFoundError si un dels dos objectes no existeix. |
||
1902 | </translation> |
||
1903 | </message> |
||
1904 | <message> |
||
1905 | <source>deleteObject(["name"]) |
||
1906 | |||
1907 | Deletes the item with the name "name". If "name" is not given the currently |
||
1908 | selected item is deleted. |
||
1909 | </source> |
||
1910 | <translation>deleteObject(["nom"]) |
||
1911 | |||
1912 | Esborra l'ítem amb el nom "nom". Si no especifiquem "nom" l'ítem |
||
1913 | seleccionat és el que s'esborra. |
||
1914 | </translation> |
||
1915 | </message> |
||
1916 | <message> |
||
1917 | <source>textFlowsAroundFrame("name" [, state]) |
||
1918 | |||
1919 | Enables/disables "Text Flows Around Frame" feature for object "name". |
||
1920 | Called with parameters string name and optional boolean "state". If "state" |
||
1921 | is not passed, text flow is toggled. |
||
1922 | </source> |
||
1923 | <translation>textFlowsAroundFrame("nom" [,estat]) |
||
1924 | |||
1925 | Activa/desactiva "El Text flueix al voltant del marc" de l'objecte "nom". |
||
1926 | Creat amb els paràmetres nom del objecte i el opcional "estat". Si "estat" |
||
1927 | no es passa, s'activa. |
||
1928 | </translation> |
||
1929 | </message> |
||
1930 | <message> |
||
1931 | <source>objectExists(["name"]) -> bool |
||
1932 | |||
1933 | Test if an object with specified name really exists in the document. |
||
1934 | The optional parameter is the object name. When no object name is given, |
||
1935 | returns True if there is something selected. |
||
1936 | </source> |
||
1937 | <translation>objectExists(["nom"]) -> bool |
||
1938 | |||
1939 | Prova si un objecte amb el nom especificat existeix en el document. |
||
1940 | El paràmetre opcional és el nom de l'objecte. Quan no especifiquem cap |
||
1941 | nom retorna cert si hi ha res seleccionat.</translation> |
||
1942 | </message> |
||
1943 | <message> |
||
1944 | <source>setStyle("style" [, "name"]) |
||
1945 | |||
1946 | Apply the named "style" to the object named "name". If is no object name |
||
1947 | given, it's applied on the selected object. |
||
1948 | </source> |
||
1949 | <translation>setStyle("estil" [, "nom"]) |
||
1950 | |||
1951 | Aplica l'estil especificat a "estil" a l'objecte "nom". Si no especifiquem el nom |
||
1952 | s'aplica a l'ítem seleccionat.</translation> |
||
1953 | </message> |
||
1954 | <message> |
||
1955 | <source>getAllStyles() -> list |
||
1956 | |||
1957 | Return a list of the names of all paragraph styles in the current document. |
||
1958 | </source> |
||
1959 | <translation>getAllStyles() -> llista |
||
1960 | |||
1961 | Retorna una llista amb els noms dels estils de paràgraf del document actual. |
||
1962 | </translation> |
||
1963 | </message> |
||
1964 | <message> |
||
1965 | <source>currentPage() -> integer |
||
1966 | |||
1967 | Returns the number of the current working page. Page numbers are counted from 1 |
||
1968 | upwards, no matter what the displayed first page number of your document is. |
||
1969 | </source> |
||
1970 | <translation>currentPage() -> integer |
||
1971 | |||
1972 | Retorna el número de pàgina actual. Els números de pàgina comencen per 1 |
||
1973 | i van endavant, no importa de quina forma fem numerar les pàgines. |
||
1974 | </translation> |
||
1975 | </message> |
||
1976 | <message> |
||
1977 | <source>redrawAll() |
||
1978 | |||
1979 | Redraws all pages. |
||
1980 | </source> |
||
1981 | <translation>redrawAll() |
||
1982 | |||
1983 | Repinta totes les pàgines. |
||
1984 | </translation> |
||
1985 | </message> |
||
1986 | <message> |
||
1987 | <source>savePageAsEPS("name") |
||
1988 | |||
1989 | Saves the current page as an EPS to the file "name". |
||
1990 | |||
1991 | May raise ScribusError if the save failed. |
||
1992 | </source> |
||
1993 | <translation>savePageAsEPS("nom") |
||
1994 | |||
1995 | Desa la pàgina actual com un fitxer EPS amb el nom "nom". |
||
1996 | |||
1997 | Pot generar un ScribusError si el desat falla.</translation> |
||
1998 | </message> |
||
1999 | <message> |
||
2000 | <source>deletePage(nr) |
||
2001 | |||
2002 | Deletes the given page. Does nothing if the document contains only one page. |
||
2003 | Page numbers are counted from 1 upwards, no matter what the displayed first |
||
2004 | page number is. |
||
2005 | |||
2006 | May raise IndexError if the page number is out of range |
||
2007 | </source> |
||
2008 | <translation>deletePage(nr) |
||
2009 | |||
2010 | Esborra la pàgina especificada. No fa res si el document només conté una pàgina. |
||
2011 | Els números de pàgina estan comptats des de 1, no importa la forma en que |
||
2012 | mostrem els números de pàgina. |
||
2013 | |||
2014 | Pot generar un IndexError si el número de pàgina està fora de rang |
||
2015 | </translation> |
||
2016 | </message> |
||
2017 | <message> |
||
2018 | <source>gotoPage(nr) |
||
2019 | |||
2020 | Moves to the page "nr" (that is, makes the current page "nr"). Note that |
||
2021 | gotoPage doesn't (curently) change the page the user's view is displaying, it |
||
2022 | just sets the page that script commands will operates on. |
||
2023 | |||
2024 | May raise IndexError if the page number is out of range. |
||
2025 | </source> |
||
2026 | <translation>gotoPage(nr) |
||
2027 | |||
2028 | Canvia a la pàgina "nr" (o sigui, fa que "nr" sigui la pàgina actual). Cal tenir |
||
2029 | en compte que gotoPage no canvia la visió de pàgina que té l'usuari, només |
||
2030 | canvia la pàgina en que les seqüències treballaran. |
||
2031 | |||
2032 | Pot generar un IndexError si la pàgina està fora de rang. |
||
2033 | </translation> |
||
2034 | </message> |
||
2035 | <message> |
||
2036 | <source>pageCount() -> integer |
||
2037 | |||
2038 | Returns the number of pages in the document. |
||
2039 | </source> |
||
2040 | <translation>pageCount() -> integer |
||
2041 | |||
2042 | Retorna el número de pàgines del document. |
||
2043 | </translation> |
||
2044 | </message> |
||
2045 | <message> |
||
2046 | <source>getHGuides() -> list |
||
2047 | |||
2048 | Returns a list containing positions of the horizontal guides. Values are in the |
||
2049 | document's current units - see UNIT_<type> constants. |
||
2050 | </source> |
||
2051 | <translation>getHGuides() -> llista |
||
2052 | |||
2053 | Retorna una llista que conté posicions de les guies horitzontals. Els valors estan |
||
2054 | en les unitats del document - mireu les constants UNIT_<tipus>. |
||
2055 | </translation> |
||
2056 | </message> |
||
2057 | <message> |
||
2058 | <source>setHGuides(list) |
||
2059 | |||
2060 | Sets horizontal guides. Input parameter must be a list of guide positions |
||
2061 | measured in the current document units - see UNIT_<type> constants. |
||
2062 | |||
2063 | Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost |
||
2064 | setHGuides([90,250]) # replace current guides entirely |
||
2065 | </source> |
||
2066 | <translation>setHGuides(llista) |
||
2067 | |||
2068 | Estableix les guies horitzontals. La entrada ha de ser una llista de posicions |
||
2069 | mesurades en les unitats del document - mireu les constants UNIT_<tipus>. |
||
2070 | |||
2071 | Exemple setHGuides(getHGuides() + [200.0, 210.0] # afegeix noves guies sense perdre |
||
2072 | setHGuides([90,250]) # canvia les guies actuals completament |
||
2073 | </translation> |
||
2074 | </message> |
||
2075 | <message> |
||
2076 | <source>getVGuides() |
||
2077 | |||
2078 | See getHGuides. |
||
2079 | </source> |
||
2080 | <translation>getVGuides() |
||
2081 | |||
2082 | Mireu getHGuides. |
||
2083 | </translation> |
||
2084 | </message> |
||
2085 | <message> |
||
2086 | <source>setVGuides() |
||
2087 | |||
2088 | See setHGuides. |
||
2089 | </source> |
||
2090 | <translation>setVGuides() |
||
2091 | |||
2092 | Mireu setHGuides. |
||
2093 | </translation> |
||
2094 | </message> |
||
2095 | <message> |
||
2096 | <source>getPageSize() -> tuple |
||
2097 | |||
2098 | Returns a tuple with page dimensions measured in the document's current units. |
||
2099 | See UNIT_<type> constants and getPageMargins() |
||
2100 | </source> |
||
2101 | <translation>getPageSize() -> tupla |
||
2102 | |||
2103 | Retorna una tupla amb les mides de la pàgina mesurades amb les unitats del document. |
||
2104 | Mireu les constants UNIT_<tipus> i getPageMargins() |
||
2105 | </translation> |
||
2106 | </message> |
||
2107 | <message> |
||
2108 | <source>getPageItems() -> list |
||
2109 | |||
2110 | Returns a list of tuples with items on the current page. The tuple is: |
||
2111 | (name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)] |
||
2112 | means that object named 'Text1' is a text frame (type 4) and is the first at |
||
2113 | the page... |
||
2114 | </source> |
||
2115 | <translation>getPageItems() -> llista |
||
2116 | |||
2117 | Retorna una llista de tuples amb els ítems de la pàgina actual. La tupla és: |
||
2118 | (nom, Tipusd'Objecte, ordre) Ex. [ ('Text1', 4, 0), ('Image1', 2, 1)] |
||
2119 | significa que l'objecte 'Text1' és un marc de text (tipus 4) i és el primer de |
||
2120 | la pàgina ... |
||
2121 | </translation> |
||
2122 | </message> |
||
2123 | <message> |
||
2124 | <source>getPageMargins() |
||
2125 | |||
2126 | Returns the page margins as a (left, right, top, bottom) tuple in the current |
||
2127 | units. See UNIT_<type> constants and getPageSize(). |
||
2128 | </source> |
||
3064 | cbradney | 2129 | <translation type="obsolete">getPageMargins() |
1135 | cbradney | 2130 | |
2131 | Retorna els marges de pàgina com a una tupla (esquerra, dreta, dalt, baix) en |
||
2132 | les unitats actuals. Mireu les constants UNIT_<tipus> u getPageSize(). |
||
2133 | </translation> |
||
2134 | </message> |
||
2135 | <message> |
||
2136 | <source>setFillColor("color", ["name"]) |
||
2137 | |||
2138 | Sets the fill color of the object "name" to the color "color". "color" |
||
2139 | is the name of one of the defined colors. If "name" is not given the |
||
2140 | currently selected item is used. |
||
2141 | </source> |
||
2142 | <translation>setFillColor("color", ["nom"]) |
||
2143 | |||
2144 | Estableix el color d'ompliment de l'objecte "nom" al color "color". |
||
2145 | "color" és el nom d'un dels colors definits. Si no especifiquem "nom" |
||
2146 | es fa servir l'ítem seleccionat. |
||
2147 | </translation> |
||
2148 | </message> |
||
2149 | <message> |
||
2150 | <source>setLineColor("color", ["name"]) |
||
2151 | |||
2152 | Sets the line color of the object "name" to the color "color". If "name" |
||
2153 | is not given the currently selected item is used. |
||
2154 | </source> |
||
2155 | <translation>setLineColor("color", ["nom"]) |
||
2156 | |||
2157 | Estableix el color de la línia de l'objecte "nom" al color "color". Si no |
||
2158 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2159 | </translation> |
||
2160 | </message> |
||
2161 | <message> |
||
2162 | <source>setLineWidth(width, ["name"]) |
||
2163 | |||
2164 | Sets line width of the object "name" to "width". "width" must be in the |
||
2165 | range from 0.0 to 12.0 inclusive, and is measured in points. If "name" is not |
||
2166 | given the currently selected item is used. |
||
2167 | |||
2168 | May raise ValueError if the line width is out of bounds. |
||
2169 | </source> |
||
2170 | <translation>setLineWidth(amplada, ["nom"]) |
||
2171 | |||
2172 | Estableix l'amplada de línia de l'objecte "nom" a "amplada". "amplada" ha d'estar |
||
2173 | dins d'un rang entre 0.0 a 12.0, i està mesurat en punts. Si no especifiquem "nom" |
||
2174 | es fa servir l'ítem seleccionat. |
||
2175 | |||
2176 | Pot generar un ValueError si l'ample de línia és erròni. |
||
2177 | </translation> |
||
2178 | </message> |
||
2179 | <message> |
||
2180 | <source>setLineShade(shade, ["name"]) |
||
2181 | |||
2182 | Sets the shading of the line color of the object "name" to "shade". |
||
2183 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
2184 | (full color intensity). If "name" is not given the currently selected item |
||
2185 | is used. |
||
2186 | |||
2187 | May raise ValueError if the line shade is out of bounds. |
||
2188 | </source> |
||
2189 | <translation>setLineShade(intensitat, ["nom"]) |
||
2190 | |||
2191 | Estableix la intensitat del color de la línea de contorn de l'objecte "nom" |
||
2192 | a "intensitat"."intensitat" ha de ser un valor enter entre 0 (més clar) i 100 |
||
2193 | (intensitat total). Si no especifiquem "nom" es fa servir l'ítem |
||
2194 | seleccionat. |
||
2195 | |||
2196 | Pot generar un ValueError si "intensitat" està fora de marges. |
||
2197 | </translation> |
||
2198 | </message> |
||
2199 | <message> |
||
2200 | <source>setLineJoin(join, ["name"]) |
||
2201 | |||
2202 | Sets the line join style of the object "name" to the style "join". |
||
2203 | If "name" is not given the currently selected item is used. There are |
||
2204 | predefined constants for join - JOIN_<type>. |
||
2205 | </source> |
||
2206 | <translation>setLineJoin(Unio, ["nom"]) |
||
2207 | |||
2208 | Estableix l'estil d'unió de l'objecte "nom" a l'estil "join". |
||
2209 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Hi ha |
||
2210 | constants predefinides d'unions - JOIN_<tipus>. |
||
2211 | </translation> |
||
2212 | </message> |
||
2213 | <message> |
||
2214 | <source>setLineEnd(endtype, ["name"]) |
||
2215 | |||
2216 | Sets the line cap style of the object "name" to the style "cap". |
||
2217 | If "name" is not given the currently selected item is used. There are |
||
2218 | predefined constants for "cap" - CAP_<type>. |
||
2219 | </source> |
||
2220 | <translation>setLsetLineEnd(Final, ["nom"]) |
||
2221 | |||
2222 | Estableix l'estil de tancament de l'objecte "nom" a l'estil "final". |
||
2223 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Hi ha |
||
2224 | constants predefinides de tancaments - CAP_<tipus>. |
||
2225 | </translation> |
||
2226 | </message> |
||
2227 | <message> |
||
2228 | <source>setLineStyle(style, ["name"]) |
||
2229 | |||
2230 | Sets the line style of the object "name" to the style "style". If "name" |
||
2231 | is not given the currently selected item is used. There are predefined |
||
2232 | constants for "style" - LINE_<style>. |
||
2233 | </source> |
||
2234 | <translation>setLsetLineStyle(estil, ["nom"]) |
||
2235 | |||
2236 | Estableix l'estil de línia de l'objecte "nom" a l'estil "estil". |
||
2237 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Hi ha |
||
2238 | constants predefinides d'estils de línia - LINE_<tipus>. |
||
2239 | </translation> |
||
2240 | </message> |
||
2241 | <message> |
||
2242 | <source>setFillShade(shade, ["name"]) |
||
2243 | |||
2244 | Sets the shading of the fill color of the object "name" to "shade". |
||
2245 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
2246 | (full Color intensity). If "name" is not given the currently selected |
||
2247 | Item is used. |
||
2248 | |||
2249 | May raise ValueError if the fill shade is out of bounds. |
||
2250 | </source> |
||
2251 | <translation>setLineShade(intensitat, ["nom"]) |
||
2252 | |||
2253 | Estableix la intensitat del color d'ompliment de l'objecte "nom" a "intensitat" |
||
2254 | "intensitat" ha de ser un valor enter entre 0 (més clar) i 100 |
||
2255 | (intensitat total). Si no especifiquem "nom" es fa servir l'ítem |
||
2256 | seleccionat. |
||
2257 | |||
2258 | Pot generar un ValueError si la intensitat està fora de marges. |
||
2259 | </translation> |
||
2260 | </message> |
||
2261 | <message> |
||
2262 | <source>setCornerRadius(radius, ["name"]) |
||
2263 | |||
2264 | Sets the corner radius of the object "name". The radius is expressed |
||
2265 | in points. If "name" is not given the currently selected item is used. |
||
2266 | |||
2267 | May raise ValueError if the corner radius is negative. |
||
2268 | </source> |
||
2269 | <translation>setCornerRadius(radi, ["nom"]) |
||
2270 | |||
2271 | Estableix el radi d'arrodoniment de l'objecte "nom". El radi està expressat |
||
2272 | en punts. Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2273 | |||
2274 | Pot generar un ValueError si el radi és negatiu. |
||
2275 | </translation> |
||
2276 | </message> |
||
2277 | <message> |
||
2278 | <source>setMultiLine("namedStyle", ["name"]) |
||
2279 | |||
2280 | Sets the line style of the object "name" to the named style "namedStyle". |
||
2281 | If "name" is not given the currently selected item is used. |
||
2282 | |||
2283 | May raise NotFoundError if the line style doesn't exist. |
||
2284 | </source> |
||
2285 | <translation>setMultiLine("nomEstil", ["nom"]) |
||
2286 | |||
2287 | Estableix l'estil de línia de l'objecte "nom" a "nomEstil". |
||
2288 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2289 | |||
2290 | Pot generar un NotFoundError si l'estil de línia no existeix. |
||
2291 | </translation> |
||
2292 | </message> |
||
2293 | <message> |
||
2294 | <source>progressReset() |
||
2295 | |||
2296 | Cleans up the Scribus progress bar previous settings. It is called before the |
||
2297 | new progress bar use. See progressSet. |
||
2298 | </source> |
||
2299 | <translation>progressReset() |
||
2300 | |||
2301 | Buida la barra de progrés de l'Scribus. Es fa servir abans de fer servir |
||
2302 | una nova barra de progrés. Mireu ProgressSet. |
||
2303 | </translation> |
||
2304 | </message> |
||
2305 | <message> |
||
2306 | <source>progressTotal(max) |
||
2307 | |||
2308 | Sets the progress bar's maximum steps value to the specified number. |
||
2309 | See progressSet. |
||
2310 | </source> |
||
2311 | <translation>progressTotal(max) |
||
2312 | |||
2313 | Estableix el màxim número de salts d'una barra de progrés al número. |
||
2314 | Mireu progressSet. |
||
2315 | </translation> |
||
2316 | </message> |
||
2317 | <message> |
||
2318 | <source>progressSet(nr) |
||
2319 | |||
2320 | Set the progress bar position to "nr", a value relative to the previously set |
||
2321 | progressTotal. The progress bar uses the concept of steps; you give it the |
||
2322 | total number of steps and the number of steps completed so far and it will |
||
2323 | display the percentage of steps that have been completed. You can specify the |
||
2324 | total number of steps with progressTotal(). The current number of steps is set |
||
2325 | with progressSet(). The progress bar can be rewound to the beginning with |
||
2326 | progressReset(). [based on info taken from Trolltech's Qt docs] |
||
2327 | </source> |
||
2328 | <translation>progressSet(nr) |
||
2329 | |||
2330 | Estableix la posició de la barra de progrés a "nr", un valor relatiu al de |
||
2331 | progressTotal. La barra de progrés fa servir el concepte de passes; pits donar |
||
2332 | el número total de passes i el número total de passes fetes i es mostrarà |
||
2333 | el percentatge de passes que s'han completat. Pots especificar el número total |
||
2334 | de passes amb progressTotal(). El número actual de passes es passa amb |
||
2335 | progressSet(). La barra de progrés pot tornar-se al principi amb progressReset(). |
||
2336 | [basat en la informació passada la documentació de QT de TrollTech] |
||
2337 | </translation> |
||
2338 | </message> |
||
2339 | <message> |
||
2340 | <source>setCursor() |
||
2341 | |||
2342 | [UNSUPPORTED!] This might break things, so steer clear for now. |
||
2343 | </source> |
||
2344 | <translation>setCursor() |
||
2345 | |||
2346 | [NO SUPORTAT!] Això farà anar malament, per tant no l'utilitzeu per ara. |
||
2347 | </translation> |
||
2348 | </message> |
||
2349 | <message> |
||
2350 | <source>docChanged(bool) |
||
2351 | |||
2352 | Enable/disable save icon in the Scribus icon bar and the Save menu item. It's |
||
2353 | useful to call this procedure when you're changing the document, because Scribus |
||
2354 | won't automatically notice when you change the document using a script. |
||
2355 | </source> |
||
2356 | <translation>docChanged(bool) |
||
2357 | |||
2358 | Activa/desactiva la icona de desar en la barra d'icones i el menu de l'Scribus. És |
||
2359 | útil cridar aquest procediment quan estas canviant el document amb una |
||
2360 | seqüència, perquè Scribus no se n'adonarà automàticament dels canvis. |
||
2361 | </translation> |
||
2362 | </message> |
||
2363 | <message> |
||
2364 | <source>defineColor("name", c, m, y, k) |
||
2365 | |||
2366 | Defines a new color "name". The color Value is defined via four components: |
||
2367 | c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
||
2368 | the range from 0 to 255. |
||
2369 | |||
2370 | May raise ValueError if an invalid color name is specified. |
||
2371 | </source> |
||
3064 | cbradney | 2372 | <translation type="obsolete">defineColor("nom", c, m, y, k) |
1135 | cbradney | 2373 | |
2374 | Defineix un nou color "nom". El valor del color està definit amb els quatre components: |
||
2375 | c=cian, m=Magenta, y=Groc i k=Negre. Els components de color han d'estar dins |
||
2376 | del rang que va des de 0 a 255. |
||
2377 | |||
2378 | Pot provocar un ValueError si s'especifica un color invàlid. |
||
2379 | </translation> |
||
2380 | </message> |
||
2381 | <message> |
||
2382 | <source>getCornerRadius(["name"]) -> integer |
||
2383 | |||
2384 | Returns the corner radius of the object "name". The radius is |
||
2385 | expressed in points. If "name" is not given the currently |
||
2386 | selected item is used. |
||
2387 | </source> |
||
3064 | cbradney | 2388 | <translation type="obsolete">getCornerRadius(["nom"]) -> integer |
1135 | cbradney | 2389 | |
2390 | Retorna el radi d'arrodoniment de l'objecte "nom". El radi està |
||
2391 | expressat en punts. Si no especifiquem "nom" es fa servir |
||
2392 | l'ítem seleccionat. |
||
2393 | </translation> |
||
2394 | </message> |
||
2395 | <message> |
||
2396 | <source>getPosition(["name"]) -> (x,y) |
||
2397 | |||
2398 | Returns a (x, y) tuple with the position of the object "name". |
||
2399 | If "name" is not given the currently selected item is used. |
||
2400 | The position is expressed in the actual measurement unit of the document |
||
2401 | - see UNIT_<type> for reference. |
||
2402 | </source> |
||
3064 | cbradney | 2403 | <translation type="obsolete">getPosition(["nom"]) -> (x,y) |
1135 | cbradney | 2404 | |
2405 | Retorna una parella (x,y) amb la posició de l'objecte "nom". |
||
2406 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2407 | La posició està expressada en les unitats de mesura del document |
||
2408 | - mireu UNIT_<tipus> per referència. |
||
2409 | </translation> |
||
2410 | </message> |
||
2411 | <message> |
||
2412 | <source>rotateObjectAbs(rot [, "name"]) |
||
2413 | |||
2414 | Sets the rotation of the object "name" to "rot". Positive values |
||
2415 | mean counter clockwise rotation. If "name" is not given the currently |
||
2416 | selected item is used. |
||
2417 | </source> |
||
3064 | cbradney | 2418 | <translation type="obsolete">rotateObjectAbs(rot [,"nom"]) |
1135 | cbradney | 2419 | |
2420 | Estableix la rotació de l'objecte "nom" a "rot". Els valors positius |
||
2421 | signifiquen rotació horaria. Si no especifiquem "nom" es fa servir |
||
2422 | l'ítem seleccionat. |
||
2423 | </translation> |
||
2424 | </message> |
||
1525 | cbradney | 2425 | <message> |
2426 | <source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
||
2427 | |||
2428 | Sets the scale to frame on the selected or specified image frame to `scaletoframe'. |
||
2429 | If `proportional' is specified, set fixed aspect ratio scaling to `proportional'. |
||
2430 | Both `scaletoframe' and `proportional' are boolean. |
||
2431 | |||
2432 | May raise WrongFrameTypeError. |
||
2433 | </source> |
||
1564 | cbradney | 2434 | <translation>setScaleImageToFrame(escalaamarc, proporcional=None, nom=<selection>) |
1525 | cbradney | 2435 | |
1564 | cbradney | 2436 | Estableix la escala del marc especificat o seleccionat a 'escalaamarc'. |
2437 | Si hi posem valor a 'proporcional', estableix l'aspecte de representació a 'proporcional'. |
||
2438 | Ambdós 'escalaamarc' i 'proporcional' són booleans. |
||
1525 | cbradney | 2439 | |
1564 | cbradney | 2440 | Pot provocar WrongFrameTypeError. |
2441 | </translation> |
||
1525 | cbradney | 2442 | </message> |
2443 | <message> |
||
1564 | cbradney | 2444 | <source>selectText(start, count, ["name"]) |
1525 | cbradney | 2445 | |
1564 | cbradney | 2446 | Selects "count" characters of text in the text frame "name" starting from the |
2447 | character "start". Character counting starts at 0. If "count" is zero, any |
||
2448 | text selection will be cleared. If "count" is -1, all text in the frame will |
||
2449 | be selected. If "name" is not given the currently selected item is used. |
||
1525 | cbradney | 2450 | |
1564 | cbradney | 2451 | May throw IndexError if the selection is outside the bounds of the text. |
1525 | cbradney | 2452 | </source> |
3064 | cbradney | 2453 | <translation type="obsolete">selectText(inici, compte, ["nom"]) |
1525 | cbradney | 2454 | |
1564 | cbradney | 2455 | Assigna "compte" caràcters de text en el marc de text "nom" començant pel |
2456 | caràcter "inici". El compte de caràcters comença per 0. Si "compte" és zero, la |
||
2457 | selecció es netejarà. Si "count" és -1, tot el text del marc serà seleccionat. |
||
2458 | Si "nom" no és dóna es fa servir l'Ítem seleccionat. |
||
1525 | cbradney | 2459 | |
1564 | cbradney | 2460 | Pot generar IndexError si la selecció està fora dels marges del text. |
2461 | </translation> |
||
1525 | cbradney | 2462 | </message> |
2463 | <message> |
||
1564 | cbradney | 2464 | <source>register_macro_code(name, sourcetext, accel='') |
1525 | cbradney | 2465 | |
1564 | cbradney | 2466 | Create a macro named "name" by evaluating the the source code "sourcetext". |
2467 | "sourcetext" must follow the same rules as macros created in the GUI. |
||
2468 | If provided, the string "accel" will be used to set a keyboard shortcut |
||
2469 | for the macro. |
||
1525 | cbradney | 2470 | </source> |
3064 | cbradney | 2471 | <translation type="obsolete">register_macro_code(nom, textorigen, accel='') |
1525 | cbradney | 2472 | |
1564 | cbradney | 2473 | Crea una macro anomenada "nom" evaluant el codi font "textorigen". |
2474 | "textorigen" ha de seguir les mateixes regles que les macros creades en l'entorn. |
||
2475 | Si es posa, la cadena "accel" serà feta servir per crear una drecera de teclat |
||
2476 | per la macro. |
||
2477 | </translation> |
||
1525 | cbradney | 2478 | </message> |
2479 | <message> |
||
1564 | cbradney | 2480 | <source>isLayerPrintable("layer") -> bool |
1525 | cbradney | 2481 | |
1564 | cbradney | 2482 | Returns whether the layer "layer" is visible or not, a value of True means |
2483 | that the layer "layer" is visible, a value of False means that the layer |
||
2484 | "layer" is invisible. |
||
1525 | cbradney | 2485 | |
1564 | cbradney | 2486 | May raise NotFoundError if the layer can't be found. |
2487 | May raise ValueError if the layer name isn't acceptable. |
||
1525 | cbradney | 2488 | </source> |
1564 | cbradney | 2489 | <translation>isLayerVisible("capa") ->bool |
1525 | cbradney | 2490 | |
1564 | cbradney | 2491 | Retorna si la capa "capa" és visible o no, un valor de cert significa |
2492 | que la capa "capa" és visible, un valor de fals significa que la capa |
||
2493 | "capa" és invisible. |
||
1525 | cbradney | 2494 | |
1564 | cbradney | 2495 | Pot generar NotFoundError si la capa no es pot trobar. |
2496 | Pot generar ValueError si el nom de la capa no és acceptable. |
||
2497 | </translation> |
||
1525 | cbradney | 2498 | </message> |
2499 | <message> |
||
1564 | cbradney | 2500 | <source>isLayerPrintable("layer") -> bool |
1525 | cbradney | 2501 | |
1564 | cbradney | 2502 | Returns whether the layer "layer" is printable or not, a value of True means |
2503 | that the layer "layer" can be printed, a value of False means that printing |
||
2504 | the layer "layer" is disabled. |
||
1525 | cbradney | 2505 | |
1564 | cbradney | 2506 | May raise NotFoundError if the layer can't be found. |
2507 | May raise ValueError if the layer name isn't acceptable. |
||
1525 | cbradney | 2508 | </source> |
1564 | cbradney | 2509 | <translation>isLayerPrintable("capa") ->bool |
1525 | cbradney | 2510 | |
1564 | cbradney | 2511 | Retorna si la capa "capa" és visible o no, un valor de cert significa |
2512 | que la capa "capa" està activada, un valor de fals significa que la capa |
||
2513 | "capa" està desactivada. |
||
1525 | cbradney | 2514 | |
1564 | cbradney | 2515 | Pot generar NotFoundError si la capa no es pot trobar. |
2516 | Pot generar ValueError si el nom de la capa no és acceptable. |
||
2517 | </translation> |
||
1525 | cbradney | 2518 | </message> |
3064 | cbradney | 2519 | <message> |
2520 | <source>getColorAsRGB("name") -> tuple |
||
2521 | |||
2522 | Returns a tuple (R,G,B) containing the three color components of the |
||
2523 | color "name" from the current document, converted to the RGB color |
||
2524 | space. If no document is open, returns the value of the named color |
||
2525 | from the default document colors. |
||
2526 | |||
2527 | May raise NotFoundError if the named color wasn't found. |
||
2528 | May raise ValueError if an invalid color name is specified. |
||
2529 | </source> |
||
3386 | mrdocs | 2530 | <translation>getColorAsRGB("nom") -> tupla |
2531 | |||
2532 | Retorna una tupla (R,G,B) que conté els tres components de color del |
||
2533 | color "nom" que està en el document actual, convertit en un color RGB. |
||
2534 | Si no hi ha cap document obert, retorna el valor del nom del color que |
||
2535 | hi hagi en els colors per defecte. |
||
2536 | |||
2537 | Pot generar NotFoundError si la capa no es pot trobar. |
||
2538 | Pot generar ValueError si el nom de la capa no és acceptable.</translation> |
||
3064 | cbradney | 2539 | </message> |
2540 | <message> |
||
2541 | <source>defineColor("name", c, m, y, k) |
||
2542 | |||
2543 | Defines a new color "name". The color Value is defined via four components: |
||
2544 | c = Cyan, m = Magenta, y = Yello and k = Black. Color components should be in |
||
2545 | the range from 0 to 255. |
||
2546 | |||
2547 | May raise ValueError if an invalid color name is specified. |
||
2548 | </source> |
||
3386 | mrdocs | 2549 | <translation>defineColor("nom", c, m, y, k) |
2550 | |||
2551 | Defineix un nou color "nom". El valor del color està definit amb els quatre components: |
||
2552 | c=cian, m=Magenta, y=Groc i k=Negre. Els components de color han d'estar dins |
||
2553 | del rang que va des de 0 a 255. |
||
2554 | |||
2555 | Pot provocar un ValueError si s'especifica un color invàlid.</translation> |
||
3064 | cbradney | 2556 | </message> |
2557 | <message> |
||
2558 | <source>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
||
2559 | |||
2560 | Shows a File Open dialog box with the caption "caption". Files are filtered |
||
2561 | with the filter string "filter". A default filename or file path can also |
||
2562 | supplied, leave this string empty when you don't want to use it. A value of |
||
2563 | True for haspreview enables a small preview widget in the FileSelect box. When |
||
2564 | the issave parameter is set to True the dialog acts like a "Save As" dialog |
||
2565 | otherwise it acts like a "File Open Dialog". When the isdir parameter is True |
||
2566 | the dialog shows and returns only directories. The default for all of the |
||
2567 | opional parameters is False. |
||
2568 | |||
2569 | The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
||
2570 | For example 'Images (*.png *.xpm *.jpg)'. |
||
2571 | |||
2572 | Refer to the Qt-Documentation for QFileDialog for details on filters. |
||
2573 | |||
2574 | Example: fileDialog('Open input', 'CSV files (*.csv)') |
||
2575 | Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
||
2576 | </source> |
||
3386 | mrdocs | 2577 | <translation>fileDialog("caption", ["filtre", "nomdefecte", haspreview, issave])->string |
2578 | |||
2579 | Mostra el diàleg d'obrir fitxer amb el text "caption". Els fitxers seran filtrats |
||
2580 | amb la cadena de filtre "filter". També es podrà donar un nom de fitxer, |
||
2581 | deixa aquesta cadena buida si no el vols fer servir. Quan el paràmetre |
||
2582 | "issave" està com a Cert el diàleg actua com un diàleg "Desa com" |
||
2583 | altrament actual com un diàleg "Obrir". Per defecte els paràmetres |
||
2584 | opcionals són falsos. |
||
2585 | |||
2586 | El filtre, si s'especifica, agafa la forma 'comentari (*.tipus, *.tipus2 ...)' |
||
2587 | Per exemple 'Imatges (*.png *.xpm *.jpg)'. |
||
2588 | |||
2589 | Per més detalls aneu a la Documentació Qt en el QFileDialog pels filtres. |
||
2590 | |||
2591 | Exemple: fileDialog('Obrir entrades', 'CSV files (*.csv)') |
||
2592 | Exemple: fileDialog('Gravar resultat', defaultname='report.txt', issave=True)</translation> |
||
3064 | cbradney | 2593 | </message> |
2594 | <message> |
||
2595 | <source>newStyleDialog() -> string |
||
2596 | |||
2597 | Shows 'Create new paragraph style' dialog. Function returns real |
||
2598 | style name or None when user cancels the dialog. |
||
2599 | </source> |
||
3386 | mrdocs | 2600 | <translation>newStyleDialog() -> cadena de text |
2601 | |||
2602 | Mostra el quadre de diàleg "Crear nou estil de paràgraf'. Retorna el nom |
||
2603 | real de l'esti o res quan l'usuari cancel.la el quadre de diàleg.</translation> |
||
3064 | cbradney | 2604 | </message> |
2605 | <message> |
||
2606 | <source>getCornerRadius(["name"]) -> integer |
||
2607 | |||
2608 | Returns the corner radius of the object "name". The radius isexpressed in points. If "name" is not given the currentlyselected item is used. |
||
2609 | </source> |
||
3386 | mrdocs | 2610 | <translation>getCornerRadius(["nom"]) -> enter |
2611 | |||
2612 | Retorna el ràdi del vèrtex de l'objecte "nom". El radi és expressat en punts. si no es dona el nom es farà servir l'element seleccionat.</translation> |
||
3064 | cbradney | 2613 | </message> |
2614 | <message> |
||
2615 | <source>getPosition(["name"]) -> (x,y) |
||
2616 | |||
2617 | Returns a (x, y) tuple with the position of the object "name". |
||
2618 | If "name" is not given the currently selected item is used.The position is expressed in the actual measurement unit of the document |
||
2619 | - see UNIT_<type> for reference. |
||
2620 | </source> |
||
3386 | mrdocs | 2621 | <translation>getPosition(["nom"]) -> (x,y) |
2622 | |||
2623 | Retorna un parell (x, y) amb la posició de l'objecte "nom". |
||
2624 | si no es dona el nom es farà servir l'element seleccionat. |
||
2625 | - mira UNIT_<type> per referència.</translation> |
||
3064 | cbradney | 2626 | </message> |
2627 | <message> |
||
2628 | <source>getPropertyCType(object, property, includesuper=True) |
||
2629 | |||
2630 | Returns the name of the C type of `property' of `object'. See getProperty() |
||
2631 | for details of arguments. |
||
2632 | |||
2633 | If `includesuper' is true, search inherited properties too. |
||
2634 | </source> |
||
3386 | mrdocs | 2635 | <translation>getPropertyCType(objecte, propietat, includesuper=True) |
2636 | |||
2637 | Retorna el nom del tipus C de la propietat 'propietat' de l'objecte. Mira getProperty() |
||
2638 | per més detalls sobre els arguments. |
||
2639 | |||
2640 | Si `includesuper' és cert, busca també en les propietats heretades.</translation> |
||
3064 | cbradney | 2641 | </message> |
2642 | <message> |
||
2643 | <source>getPropertyNames(object, includesuper=True) |
||
2644 | |||
2645 | Return a list of property names supported by `object'. |
||
2646 | If `includesuper' is true, return properties supported |
||
2647 | by parent classes as well. |
||
2648 | </source> |
||
3386 | mrdocs | 2649 | <translation>getPropertyNames(objecte, includesuper=True) |
2650 | |||
2651 | Retorna la llista de propietats de l'objecte 'objecte'. |
||
2652 | Si `includesuper' és cert, també retorna les propietats |
||
2653 | heretades de les classes pare.</translation> |
||
3064 | cbradney | 2654 | </message> |
2655 | <message> |
||
2656 | <source>getProperty(object, property) |
||
2657 | |||
2658 | Return the value of the property `property' of the passed `object'. |
||
2659 | |||
2660 | The `object' argument may be a string, in which case the named PageItem |
||
2661 | is searched for. It may also be a PyCObject, which may point to any |
||
2662 | C++ QObject instance. |
||
2663 | |||
2664 | The `property' argument must be a string, and is the name of the property |
||
2665 | to look up on `object'. |
||
2666 | |||
2667 | The return value varies depending on the type of the property. |
||
2668 | </source> |
||
3386 | mrdocs | 2669 | <translation>getProperty(objecte, propietat) |
2670 | |||
2671 | Retorna el valor de la propietat especificada de l'objecte 'objecte'. |
||
2672 | |||
2673 | L'argument 'objecte' pot ser una cadena de caràcters, i en aquest cas es busca |
||
2674 | els PageItem. També pot ser un objecte PyCObject, que pot apuntar a qualsevol |
||
2675 | instància del QObjecte de C++. |
||
2676 | |||
2677 | L'argument 'propietat' ha de ser una cadena de caràcters, i és el nom de la propietat |
||
2678 | que buscarem en l''objecte'. |
||
2679 | |||
2680 | Els valors de retorn varien en funció del tipus de la propietat.</translation> |
||
3064 | cbradney | 2681 | </message> |
2682 | <message> |
||
2683 | <source>setProperty(object, property, value) |
||
2684 | |||
2685 | Set `property' of `object' to `value'. If `value' cannot be converted to a type |
||
2686 | compatible with the type of `property', an exception is raised. An exception may |
||
2687 | also be raised if the underlying setter fails. |
||
2688 | |||
2689 | See getProperty() for more information. |
||
2690 | </source> |
||
3386 | mrdocs | 2691 | <translation>setProperty(objecte, propietat, valor) |
2692 | |||
2693 | Posa el valor 'valor' a la 'propietat' de l''objecte'. Si 'valor' no es pot convertir al tipus |
||
2694 | compatible amb la 'propietat', es generarà una excepció. També es pot generar una |
||
2695 | excepció si falla l'assignació. |
||
2696 | |||
2697 | Mira getProperty() per obtenir més informació.</translation> |
||
3064 | cbradney | 2698 | </message> |
2699 | <message> |
||
2700 | <source>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
||
2701 | |||
2702 | Return a list of children of `object', possibly restricted to children |
||
2703 | of class named `ofclass' or children named `ofname'. If `recursive' is true, |
||
2704 | search recursively through children, grandchildren, etc. |
||
2705 | |||
2706 | See QObject::children() in the Qt docs for more information. |
||
2707 | </source> |
||
3386 | mrdocs | 2708 | <translation>getChildren(objecte, declasse=None, denom=None, regexpmatch=False, recursiu=True) |
2709 | |||
2710 | Retorna una llista de fills de 'objecte', possiblement restringida als fills |
||
2711 | de la classe 'declasse' o fills amb nom 'denom'. Si 'recursiu' és cert, |
||
2712 | busca recursivament a través dels fills, nets, etc.. |
||
2713 | |||
2714 | Mireu QObject::children() en la documentació de Qt per més informació. |
||
2715 | </translation> |
||
3064 | cbradney | 2716 | </message> |
2717 | <message> |
||
2718 | <source>getChild(object, childname, ofclass=None, recursive=True) |
||
2719 | |||
2720 | Return the first child of `object' named `childname', possibly restricting |
||
2721 | the search to children of type name `ofclass'. If `recursive' is true, |
||
2722 | search recursively through children, grandchildren, etc. |
||
2723 | </source> |
||
3386 | mrdocs | 2724 | <translation>getChild(objecte, nomdefill, declasse=None, recursiu=True) |
2725 | |||
2726 | Retorna el primer fill de 'objecte' que té per nom 'nomdefill', possiblement |
||
2727 | restringint-nos a buscar fills de classe 'declasse'. Si 'recursiu' és cert, |
||
2728 | busca recursivament fills, nets, etc. |
||
2729 | </translation> |
||
3064 | cbradney | 2730 | </message> |
2731 | <message> |
||
2732 | <source>rotateObjectAbs(rot [, "name"]) |
||
2733 | |||
2734 | Sets the rotation of the object "name" to "rot". Positve values |
||
2735 | mean counter clockwise rotation. If "name" is not given the currently |
||
2736 | selected item is used. |
||
2737 | </source> |
||
3386 | mrdocs | 2738 | <translation>rotateObject(rot, [, "nom"]) |
2739 | |||
2740 | Gira l'objecte "nom" "rot" graus respecte el punt actual. Valors positius |
||
2741 | representen rodar en sentit horari. Si no especifiquem "nom" es fa |
||
2742 | servir l'ítem seleccionat.</translation> |
||
3064 | cbradney | 2743 | </message> |
2744 | <message> |
||
2745 | <source>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
||
2746 | |||
2747 | Creates an image preview of font "name" with given text "sample" and size. |
||
2748 | If "filename" is not "", image is saved into "filename". Otherwise |
||
2749 | image data is returned as a string. The optional "format" argument |
||
2750 | specifies the image format to generate, and supports any format allowed |
||
2751 | by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM. |
||
2752 | |||
2753 | May raise NotFoundError if the specified font can't be found. |
||
2754 | May raise ValueError if an empty sample or filename is passed. |
||
2755 | </source> |
||
3386 | mrdocs | 2756 | <translation>renderFont("nom", "fitxer", "mostra", size, format="PPM") -> bool |
2757 | |||
3433 | mrdocs | 2758 | Crea una vista prèvia de la font "nom" amb el text "mostra" a la mida especificada. |
3386 | mrdocs | 2759 | Si el nom no és "", la imatge es guarda a "nom". I si no ho és es retornen les |
2760 | dades de la imatge com una cadena. L'argument opcional "format" |
||
2761 | especifica el format de la imatge a generar, i suporta tots els formats permesos |
||
2762 | per QPixmap.save(). Els formats més comuns són PPM, JPEG, PNG and XPM. |
||
2763 | |||
2764 | Pot generar NotFoundError si la capa no es pot trobar. |
||
2765 | Pot generar ValueError si el nom de la capa no és acceptable. |
||
2766 | </translation> |
||
3064 | cbradney | 2767 | </message> |
2768 | <message> |
||
2769 | <source>getPageMargins() |
||
2770 | |||
2771 | Returns the page margins as a (top, left, right, bottom) tuple in the current |
||
2772 | units. See UNIT_<type> constants and getPageSize(). |
||
2773 | </source> |
||
3386 | mrdocs | 2774 | <translation>getPageMargins() |
2775 | |||
2776 | Retorna els marges de pàgina com una tupla (dalt, esquerra, dreta, baix) en |
||
2777 | les unitats. Mireu les constants UNIT_<tipus> i getPageSize(). |
||
2778 | </translation> |
||
3064 | cbradney | 2779 | </message> |
2780 | <message> |
||
2781 | <source>insertText("text", pos, ["name"]) |
||
2782 | |||
2783 | Inserts the text "text" at the position "pos" into the text frame "name". |
||
2784 | Text must be UTF encoded (see setText() as reference) The first character has an |
||
2785 | index of 0. Inserting at position -1 appends text to the frame. If "name" is |
||
2786 | not given the currently selected Item is used. |
||
2787 | |||
2788 | May throw IndexError for an insertion out of bounds. |
||
2789 | </source> |
||
3386 | mrdocs | 2790 | <translation>insertText("text", pos, ["nom"]) |
2791 | |||
2792 | Insereix el text "text" a la posició "pos" dins del marc de text "nom". |
||
2793 | El text ha de ser en codi UTF (mira setText() com a referència) El primer caràcter |
||
2794 | es considera 0. Inserir a la posició -1 afegeix al final. Si "nom" no s'especifica |
||
2795 | es fa servir el seleccionat actualment. |
||
2796 | |||
2797 | Pot generar IndexError si s'inserta fora de rang. |
||
2798 | </translation> |
||
3064 | cbradney | 2799 | </message> |
2800 | <message> |
||
2801 | <source>textOverflows(["name", nolinks]) -> integer |
||
2802 | |||
2803 | Returns the actual number of overflowing characters in text frame "name". |
||
2804 | If is nolinks set to non zero value it takes only one frame - it doesn't |
||
2805 | use text frame linking. Without this parameter it search all linking chain. |
||
2806 | |||
2807 | May raise WrongFrameTypeError if the target frame is not an text frame |
||
2808 | </source> |
||
3386 | mrdocs | 2809 | <translation>textOverflows(["nom", nolinks]) -> integer |
2810 | |||
2811 | Retorna el número actual de caràcters que sobreeixen del marc de text "nom". |
||
2812 | Si 'nolinks' val zero només mira un marc - no segueix els enllaços de |
||
2813 | text. Sense aquest paràmetre busca per tots els marcs que estiguin enllaçats. |
||
2814 | |||
2815 | Pot generar un WrongFrameTypeError si el marc de destí no és un marc de text |
||
2816 | </translation> |
||
3064 | cbradney | 2817 | </message> |
2818 | <message> |
||
2819 | <source>setPDFBookmark("toggle", ["name"]) |
||
2820 | |||
2821 | Sets wether (toggle = 1) the text frame "name" is a bookmark nor not. |
||
2822 | If "name" is not given the currently selected item is used. |
||
2823 | |||
2824 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
2825 | </source> |
||
3386 | mrdocs | 2826 | <translation>setPDFBookmark("toggle", ["nom"]) |
2827 | |||
2828 | Posa quan (toggle = 1) si el marc de text "nom" és una drecera o no. |
||
2829 | Si no s'especifica "nom" es fa servir l'ítem actual. |
||
2830 | |||
2831 | Pot generar WrongFrameTypeError si el marc de destí no és un Marc de text</translation> |
||
3064 | cbradney | 2832 | </message> |
2833 | <message> |
||
2834 | <source>isPDFBookmark(["name"]) -> bool |
||
2835 | |||
2836 | Returns true if the text frame "name" is a PDF bookmark. |
||
2837 | If "name" is not given the currently selected item is used. |
||
2838 | |||
2839 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
2840 | </source> |
||
3386 | mrdocs | 2841 | <translation>isPDFBookmark(["nom"]) -> bool |
2842 | |||
2843 | Retorna cert si el "nom" del marc de text és un punt PDF. |
||
2844 | Si no s'especifica "nom" es fa servir l'element actual. |
||
2845 | |||
2846 | Pot generar un WrongFrameTypeError si el marc de destí no és de text</translation> |
||
3064 | cbradney | 2847 | </message> |
3824 | cbradney | 2848 | <message> |
2849 | <source>newDoc(size, margins, orientation, firstPageNumber, |
||
2850 | unit, facingPages, firstSideLeft) -> bool |
||
2851 | |||
2852 | WARNING: Obsolete procedure! Use newDocument instead. |
||
2853 | |||
2854 | Creates a new document and returns true if successful. The parameters have the |
||
2855 | following meaning: |
||
2856 | |||
2857 | size = A tuple (width, height) describing the size of the document. You can |
||
2858 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
2859 | |||
2860 | margins = A tuple (left, right, top, bottom) describing the document |
||
2861 | margins |
||
2862 | |||
2863 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
2864 | |||
2865 | firstPageNumer = is the number of the first page in the document used for |
||
2866 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
2867 | numbers if you're creating a document in several parts. |
||
2868 | |||
2869 | unit: this value sets the measurement units used by the document. Use a |
||
2870 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
2871 | UNIT_PICAS, UNIT_POINTS. |
||
2872 | |||
2873 | facingPages = FACINGPAGES, NOFACINGPAGES |
||
2874 | |||
2875 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
2876 | |||
2877 | The values for width, height and the margins are expressed in the given unit |
||
2878 | for the document. PAPER_* constants are expressed in points. If your document |
||
2879 | is not in points, make sure to account for this. |
||
2880 | |||
2881 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
2882 | FACINGPAGES, FIRSTPAGERIGHT) |
||
2883 | </source> |
||
2884 | <translation type="unfinished"></translation> |
||
2885 | </message> |
||
4141 | cbradney | 2886 | <message> |
2887 | <source>closeMasterPage() |
||
2888 | |||
2889 | Closes the currently active master page, if any, and returns editing |
||
2890 | to normal. Begin editing with editMasterPage(). |
||
2891 | </source> |
||
2892 | <translation type="unfinished"></translation> |
||
2893 | </message> |
||
2894 | <message> |
||
2895 | <source>masterPageNames() |
||
2896 | |||
2897 | Returns a list of the names of all master pages in the document. |
||
2898 | </source> |
||
2899 | <translation type="unfinished"></translation> |
||
2900 | </message> |
||
2901 | <message> |
||
2902 | <source>editMasterPage(pageName) |
||
2903 | |||
2904 | Enables master page editing and opens the named master page |
||
2905 | for editing. Finish editing with closeMasterPage(). |
||
2906 | </source> |
||
2907 | <translation type="unfinished"></translation> |
||
2908 | </message> |
||
2909 | <message> |
||
2910 | <source>createMasterPage(pageName) |
||
2911 | |||
2912 | Creates a new master page named pageName and opens it for |
||
2913 | editing. |
||
2914 | </source> |
||
2915 | <translation type="unfinished"></translation> |
||
2916 | </message> |
||
2917 | <message> |
||
2918 | <source>deleteMasterPage(pageName) |
||
2919 | |||
2920 | Delete the named master page. |
||
2921 | </source> |
||
2922 | <translation type="unfinished"></translation> |
||
2923 | </message> |
||
2924 | <message> |
||
2925 | <source>zoomDocument(double) |
||
2926 | |||
2927 | Zoom the document in main GUI window. Actions have whole number |
||
2928 | values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker. |
||
2929 | </source> |
||
2930 | <translation type="unfinished"></translation> |
||
2931 | </message> |
||
1135 | cbradney | 2932 | </context> |
2933 | <context> |
||
418 | Franz | 2934 | <name>About</name> |
2935 | <message> |
||
1135 | cbradney | 2936 | <source>About Scribus%1%2</source> |
2937 | <translation type="obsolete">Quant a Scribus %1%2</translation> |
||
2938 | </message> |
||
2939 | <message> |
||
418 | Franz | 2940 | <source>%1. %2 %3 </source> |
3064 | cbradney | 2941 | <translation type="obsolete">%1. %2 %3</translation> |
418 | Franz | 2942 | </message> |
2943 | <message> |
||
2944 | <source>Scribus Version %1 |
||
2945 | %2 %3</source> |
||
3064 | cbradney | 2946 | <translation type="obsolete">Scribus Versió %1 |
420 | Franz | 2947 | %2 %3</translation> |
418 | Franz | 2948 | </message> |
2949 | <message> |
||
2950 | <source>Build-ID:</source> |
||
3824 | cbradney | 2951 | <translation type="obsolete">ID-Creació:</translation> |
418 | Franz | 2952 | </message> |
2953 | <message> |
||
2954 | <source>&About</source> |
||
420 | Franz | 2955 | <translation>&Quant a</translation> |
418 | Franz | 2956 | </message> |
2957 | <message> |
||
420 | Franz | 2958 | <source>Development Team:</source> |
2959 | <translation>Equip de Desenvolupament:</translation> |
||
418 | Franz | 2960 | </message> |
2961 | <message> |
||
2962 | <source>Contributions from:</source> |
||
420 | Franz | 2963 | <translation>Contribucions des de:</translation> |
418 | Franz | 2964 | </message> |
2965 | <message> |
||
2966 | <source>Windows port:</source> |
||
3064 | cbradney | 2967 | <translation type="obsolete">Versió Windows:</translation> |
418 | Franz | 2968 | </message> |
2969 | <message> |
||
420 | Franz | 2970 | <source>Official Documentation:</source> |
2971 | <translation>Documentació Oficial:</translation> |
||
418 | Franz | 2972 | </message> |
2973 | <message> |
||
420 | Franz | 2974 | <source>Other Documentation:</source> |
2975 | <translation>Altra Documentació:</translation> |
||
418 | Franz | 2976 | </message> |
2977 | <message> |
||
420 | Franz | 2978 | <source>A&uthors</source> |
2979 | <translation>A&utors</translation> |
||
418 | Franz | 2980 | </message> |
2981 | <message> |
||
420 | Franz | 2982 | <source>Basque:</source> |
3064 | cbradney | 2983 | <translation type="obsolete">Basc:</translation> |
418 | Franz | 2984 | </message> |
2985 | <message> |
||
420 | Franz | 2986 | <source>Brazilian:</source> |
3064 | cbradney | 2987 | <translation type="obsolete">Brasil.ler:</translation> |
418 | Franz | 2988 | </message> |
2989 | <message> |
||
420 | Franz | 2990 | <source>Bulgarian:</source> |
3064 | cbradney | 2991 | <translation type="obsolete">Búlgar:</translation> |
418 | Franz | 2992 | </message> |
2993 | <message> |
||
420 | Franz | 2994 | <source>Czech:</source> |
3064 | cbradney | 2995 | <translation type="obsolete">Txec:</translation> |
418 | Franz | 2996 | </message> |
2997 | <message> |
||
420 | Franz | 2998 | <source>Danish:</source> |
3064 | cbradney | 2999 | <translation type="obsolete">Danès:</translation> |
418 | Franz | 3000 | </message> |
3001 | <message> |
||
420 | Franz | 3002 | <source>English (British):</source> |
3064 | cbradney | 3003 | <translation type="obsolete">Anglès (Britànic):</translation> |
418 | Franz | 3004 | </message> |
3005 | <message> |
||
420 | Franz | 3006 | <source>Finnish:</source> |
3064 | cbradney | 3007 | <translation type="obsolete">Finès:</translation> |
418 | Franz | 3008 | </message> |
3009 | <message> |
||
420 | Franz | 3010 | <source>French:</source> |
3064 | cbradney | 3011 | <translation type="obsolete">Francès:</translation> |
418 | Franz | 3012 | </message> |
3013 | <message> |
||
420 | Franz | 3014 | <source>Galician:</source> |
3064 | cbradney | 3015 | <translation type="obsolete">Gallec:</translation> |
418 | Franz | 3016 | </message> |
3017 | <message> |
||
420 | Franz | 3018 | <source>German:</source> |
3064 | cbradney | 3019 | <translation type="obsolete">Alemany:</translation> |
418 | Franz | 3020 | </message> |
3021 | <message> |
||
420 | Franz | 3022 | <source>Hungarian:</source> |
3064 | cbradney | 3023 | <translation type="obsolete">Hongarès:</translation> |
418 | Franz | 3024 | </message> |
3025 | <message> |
||
420 | Franz | 3026 | <source>Italian:</source> |
3064 | cbradney | 3027 | <translation type="obsolete">Italià:</translation> |
418 | Franz | 3028 | </message> |
3029 | <message> |
||
420 | Franz | 3030 | <source>Lithuanian:</source> |
3064 | cbradney | 3031 | <translation type="obsolete">Lituà:</translation> |
418 | Franz | 3032 | </message> |
3033 | <message> |
||
3034 | <source>Norwegian:</source> |
||
3064 | cbradney | 3035 | <translation type="obsolete">Noruec:</translation> |
418 | Franz | 3036 | </message> |
3037 | <message> |
||
420 | Franz | 3038 | <source>Polish:</source> |
3064 | cbradney | 3039 | <translation type="obsolete">Polonès:</translation> |
418 | Franz | 3040 | </message> |
3041 | <message> |
||
3042 | <source>Russian:</source> |
||
3064 | cbradney | 3043 | <translation type="obsolete">Rus:</translation> |
418 | Franz | 3044 | </message> |
3045 | <message> |
||
420 | Franz | 3046 | <source>Slovak:</source> |
3064 | cbradney | 3047 | <translation type="obsolete">Eslovac:</translation> |
418 | Franz | 3048 | </message> |
3049 | <message> |
||
3050 | <source>Slovenian:</source> |
||
3064 | cbradney | 3051 | <translation type="obsolete">Eslovè:</translation> |
418 | Franz | 3052 | </message> |
3053 | <message> |
||
3054 | <source>Swedish:</source> |
||
3064 | cbradney | 3055 | <translation type="obsolete">Suec:</translation> |
418 | Franz | 3056 | </message> |
3057 | <message> |
||
420 | Franz | 3058 | <source>Turkish:</source> |
3064 | cbradney | 3059 | <translation type="obsolete">Turc:</translation> |
418 | Franz | 3060 | </message> |
3061 | <message> |
||
420 | Franz | 3062 | <source>Ukrainian:</source> |
3064 | cbradney | 3063 | <translation type="obsolete">Ucranià:</translation> |
418 | Franz | 3064 | </message> |
3065 | <message> |
||
420 | Franz | 3066 | <source>Welsh:</source> |
3064 | cbradney | 3067 | <translation type="obsolete">Galès:</translation> |
418 | Franz | 3068 | </message> |
3069 | <message> |
||
420 | Franz | 3070 | <source>&Translations</source> |
3071 | <translation>&Traduccions</translation> |
||
418 | Franz | 3072 | </message> |
3073 | <message> |
||
420 | Franz | 3074 | <source>Homepage</source> |
3075 | <translation>Pàgina inicial</translation> |
||
418 | Franz | 3076 | </message> |
3077 | <message> |
||
420 | Franz | 3078 | <source>Online Reference</source> |
3079 | <translation>Referència en línia</translation> |
||
418 | Franz | 3080 | </message> |
3081 | <message> |
||
420 | Franz | 3082 | <source>Bugs and Feature Requests</source> |
3083 | <translation>Errors i Sol.licitud de Característiques</translation> |
||
418 | Franz | 3084 | </message> |
3085 | <message> |
||
420 | Franz | 3086 | <source>Mailing List</source> |
3087 | <translation>Llista de correu</translation> |
||
418 | Franz | 3088 | </message> |
3089 | <message> |
||
420 | Franz | 3090 | <source>&Online</source> |
3091 | <translation>&En Linia</translation> |
||
418 | Franz | 3092 | </message> |
3093 | <message> |
||
420 | Franz | 3094 | <source>&Close</source> |
3095 | <translation>&Tanca</translation> |
||
418 | Franz | 3096 | </message> |
3097 | <message> |
||
1135 | cbradney | 3098 | <source>This panel shows the version, build date and |
3099 | compiled in library support in Scribus |
||
3100 | The C-C-T equates to C=CUPS C=littlecms T=TIFF support. |
||
3101 | Missing library support is indicated by a *</source> |
||
3102 | <translation type="obsolete">Aquest panell ensenya la versió, data de creació i |
||
3103 | el suport de llibreries de Scribus |
||
3104 | C-C-T equival a suport per C=CUPS C=littlecms T=TIFF |
||
3105 | La falta de llibreries està indicat per un * |
||
3106 | </translation> |
||
3107 | </message> |
||
3108 | <message> |
||
454 | fschmid | 3109 | <source>Official Translations and Translators:</source> |
1135 | cbradney | 3110 | <translation>Traduccions oficials i Traductors:</translation> |
454 | fschmid | 3111 | </message> |
3112 | <message> |
||
3113 | <source>Esperanto:</source> |
||
3064 | cbradney | 3114 | <translation type="obsolete">Esperanto:</translation> |
454 | fschmid | 3115 | </message> |
3116 | <message> |
||
3117 | <source>Korean:</source> |
||
3064 | cbradney | 3118 | <translation type="obsolete">Coreà:</translation> |
454 | fschmid | 3119 | </message> |
3120 | <message> |
||
3121 | <source>Serbian:</source> |
||
3064 | cbradney | 3122 | <translation type="obsolete">Serbi:</translation> |
454 | fschmid | 3123 | </message> |
3124 | <message> |
||
3125 | <source>Spanish:</source> |
||
3064 | cbradney | 3126 | <translation type="obsolete">Espanyol:</translation> |
454 | fschmid | 3127 | </message> |
3128 | <message> |
||
3129 | <source>Previous Translation Contributors:</source> |
||
1135 | cbradney | 3130 | <translation>Antics Col.laboradors en Traduccions:</translation> |
454 | fschmid | 3131 | </message> |
3132 | <message> |
||
3133 | <source>Catalan:</source> |
||
3064 | cbradney | 3134 | <translation type="obsolete">Català:</translation> |
454 | fschmid | 3135 | </message> |
769 | cbradney | 3136 | <message> |
3137 | <source>About Scribus %1</source> |
||
1135 | cbradney | 3138 | <translation></translation> |
769 | cbradney | 3139 | </message> |
776 | fschmid | 3140 | <message> |
3141 | <source>This panel shows the version, build date and |
||
3142 | compiled in library support in Scribus |
||
1564 | cbradney | 3143 | The C-C-T equates to C=littlecms C=CUPS T=TIFF support. |
776 | fschmid | 3144 | Missing library support is indicated by a *</source> |
3064 | cbradney | 3145 | <translation type="obsolete">Aquest panell mostra la versió, data de generació i |
1564 | cbradney | 3146 | el suport de llibreries compilades a Scribus |
3147 | El C-C-T significa C=littlecms C=CUPS T=suport TIFF. |
||
3148 | Les llibreries que manquen es mostren amb un *</translation> |
||
776 | fschmid | 3149 | </message> |
1564 | cbradney | 3150 | <message> |
3151 | <source>Portugese (Brazilian):</source> |
||
3064 | cbradney | 3152 | <translation type="obsolete">Portuguès (Brasil.ler):</translation> |
1564 | cbradney | 3153 | </message> |
3064 | cbradney | 3154 | <message> |
3155 | <source>%1 %2 %3 </source> |
||
3824 | cbradney | 3156 | <translation type="obsolete">%1 %2 %3 </translation> |
3064 | cbradney | 3157 | </message> |
3158 | <message> |
||
3159 | <source>Using GhostScript version %1</source> |
||
3824 | cbradney | 3160 | <translation type="obsolete">Fent servir GhostScript versió %1</translation> |
3064 | cbradney | 3161 | </message> |
3162 | <message> |
||
3163 | <source>No GS version available</source> |
||
3824 | cbradney | 3164 | <translation type="obsolete">No tenim disponible versió de GS</translation> |
3064 | cbradney | 3165 | </message> |
3166 | <message> |
||
3167 | <source>Scribus Version %1 |
||
3168 | %2 %3 (%4)</source> |
||
3824 | cbradney | 3169 | <translation type="obsolete">Versió d'Scribus %1 |
3386 | mrdocs | 3170 | %2 %3 (%4)</translation> |
3064 | cbradney | 3171 | </message> |
3172 | <message> |
||
3173 | <source>Mac OSX Aqua Port:</source> |
||
3386 | mrdocs | 3174 | <translation>Conversió a Mac OSX Aqua:</translation> |
3064 | cbradney | 3175 | </message> |
3176 | <message> |
||
3177 | <source>Windows Port:</source> |
||
3386 | mrdocs | 3178 | <translation>Conversió Windows:</translation> |
3064 | cbradney | 3179 | </message> |
3180 | <message> |
||
3181 | <source>Wiki</source> |
||
3386 | mrdocs | 3182 | <translation>Wiki</translation> |
3064 | cbradney | 3183 | </message> |
3184 | <message> |
||
3278 | cbradney | 3185 | <source>This panel shows the version, build date and compiled in library support in Scribus. The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support. Last Letter is the renderer C=cairo or A=libart Missing library support is indicated by a * This also indicates the version of Ghostscript which Scribus has detected.</source> |
3824 | cbradney | 3186 | <translation type="obsolete">Aquest panell mostra la versió, data de creació i suport de llibreries afegit a Scribus. C-C-T-F significa suport per C=littlecms C=CUPS T=TIFF F=Fontconfig. La darrera lletra és per el representador C=cairo o A=libart. Les llibreries no disponibles es mostren amb un *. També es veu la versió de Ghostscript que Scribus ha detectat.</translation> |
3064 | cbradney | 3187 | </message> |
3824 | cbradney | 3188 | <message> |
3189 | <source>%1 %2 %3</source> |
||
3190 | <translation type="unfinished"></translation> |
||
3191 | </message> |
||
3192 | <message> |
||
3193 | <source>%3-%2-%1 %4 %5</source> |
||
3194 | <translation type="unfinished"></translation> |
||
3195 | </message> |
||
3196 | <message> |
||
3197 | <source>Using Ghostscript version %1</source> |
||
3198 | <translation type="unfinished"></translation> |
||
3199 | </message> |
||
3200 | <message> |
||
3201 | <source>No Ghostscript version available</source> |
||
3202 | <translation type="unfinished"></translation> |
||
3203 | </message> |
||
3204 | <message> |
||
3205 | <source><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></source> |
||
3206 | <translation type="unfinished"></translation> |
||
3207 | </message> |
||
3208 | <message> |
||
3209 | <source>Build ID:</source> |
||
3210 | <translation type="unfinished"></translation> |
||
3211 | </message> |
||
3212 | <message> |
||
3213 | <source>This panel shows the version, build date and compiled in library support in Scribus. The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support. Last Letter is the renderer C=cairo or A=libart Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected.</source> |
||
3214 | <translation type="unfinished"></translation> |
||
3215 | </message> |
||
4141 | cbradney | 3216 | <message> |
3217 | <source>December</source> |
||
3218 | <translation type="unfinished"></translation> |
||
3219 | </message> |
||
418 | Franz | 3220 | </context> |
3221 | <context> |
||
3278 | cbradney | 3222 | <name>AboutPlugins</name> |
3223 | <message> |
||
3224 | <source>Yes</source> |
||
3386 | mrdocs | 3225 | <translation>Si</translation> |
3278 | cbradney | 3226 | </message> |
3227 | <message> |
||
3228 | <source>No</source> |
||
3386 | mrdocs | 3229 | <translation>No</translation> |
3278 | cbradney | 3230 | </message> |
3231 | </context> |
||
3232 | <context> |
||
3233 | <name>AboutPluginsBase</name> |
||
3234 | <message> |
||
3235 | <source>Scribus: About Plug-ins</source> |
||
3386 | mrdocs | 3236 | <translation>Scribus: Sobre Connectors</translation> |
3278 | cbradney | 3237 | </message> |
3238 | <message> |
||
3239 | <source>File Name:</source> |
||
3386 | mrdocs | 3240 | <translation>Nom de Fitxer:</translation> |
3278 | cbradney | 3241 | </message> |
3242 | <message> |
||
3243 | <source>Version:</source> |
||
3386 | mrdocs | 3244 | <translation>Versió:</translation> |
3278 | cbradney | 3245 | </message> |
3246 | <message> |
||
3247 | <source>Enabled:</source> |
||
3386 | mrdocs | 3248 | <translation>Activat:</translation> |
3278 | cbradney | 3249 | </message> |
3250 | <message> |
||
3251 | <source>Release Date:</source> |
||
3386 | mrdocs | 3252 | <translation>Data de sortida:</translation> |
3278 | cbradney | 3253 | </message> |
3254 | <message> |
||
3255 | <source>Copyright:</source> |
||
3386 | mrdocs | 3256 | <translation>Copyright:</translation> |
3278 | cbradney | 3257 | </message> |
3258 | <message> |
||
3259 | <source>Author(s):</source> |
||
3386 | mrdocs | 3260 | <translation>Autor(s):</translation> |
3278 | cbradney | 3261 | </message> |
3262 | <message> |
||
3263 | <source>Description:</source> |
||
3386 | mrdocs | 3264 | <translation>Descripció:</translation> |
3278 | cbradney | 3265 | </message> |
3266 | <message> |
||
3267 | <source>License:</source> |
||
3386 | mrdocs | 3268 | <translation>Llicència:</translation> |
3278 | cbradney | 3269 | </message> |
3270 | <message> |
||
3271 | <source>&Close</source> |
||
3386 | mrdocs | 3272 | <translation>&Tanca</translation> |
3278 | cbradney | 3273 | </message> |
3274 | <message> |
||
3275 | <source>Alt+C</source> |
||
3386 | mrdocs | 3276 | <translation>Alt+C</translation> |
3278 | cbradney | 3277 | </message> |
3278 | </context> |
||
3279 | <context> |
||
3064 | cbradney | 3280 | <name>ActionManager</name> |
3281 | <message> |
||
3282 | <source>&New</source> |
||
3386 | mrdocs | 3283 | <translation>&Nou</translation> |
3064 | cbradney | 3284 | </message> |
3285 | <message> |
||
3286 | <source>&Open...</source> |
||
3386 | mrdocs | 3287 | <translation>&Obre...</translation> |
3064 | cbradney | 3288 | </message> |
3289 | <message> |
||
3290 | <source>&Close</source> |
||
3386 | mrdocs | 3291 | <translation>&Tanca</translation> |
3064 | cbradney | 3292 | </message> |
3293 | <message> |
||
3294 | <source>&Save</source> |
||
3386 | mrdocs | 3295 | <translation>&Desa</translation> |
3064 | cbradney | 3296 | </message> |
3297 | <message> |
||
3298 | <source>Save &As...</source> |
||
3386 | mrdocs | 3299 | <translation>&Anomena i Desa...</translation> |
3064 | cbradney | 3300 | </message> |
3301 | <message> |
||
3302 | <source>Re&vert to Saved</source> |
||
3386 | mrdocs | 3303 | <translation>Re&carregar el Desat</translation> |
3064 | cbradney | 3304 | </message> |
3305 | <message> |
||
3306 | <source>Collect for O&utput...</source> |
||
3386 | mrdocs | 3307 | <translation>Recull per &Sortir...</translation> |
3064 | cbradney | 3308 | </message> |
3309 | <message> |
||
3310 | <source>Get Text...</source> |
||
3386 | mrdocs | 3311 | <translation>Obtenir Text...</translation> |
3064 | cbradney | 3312 | </message> |
3313 | <message> |
||
3314 | <source>Append &Text...</source> |
||
3386 | mrdocs | 3315 | <translation>Afegeix &Text...</translation> |
3064 | cbradney | 3316 | </message> |
3317 | <message> |
||
3318 | <source>Get Image...</source> |
||
3386 | mrdocs | 3319 | <translation>Obtenir Imatge...</translation> |
3064 | cbradney | 3320 | </message> |
3321 | <message> |
||
3322 | <source>Save &Text...</source> |
||
3386 | mrdocs | 3323 | <translation>Desa &Text...</translation> |
3064 | cbradney | 3324 | </message> |
3325 | <message> |
||
3326 | <source>Save Page as &EPS...</source> |
||
3386 | mrdocs | 3327 | <translation>Desa Pàgina com &EPS...</translation> |
3064 | cbradney | 3328 | </message> |
3329 | <message> |
||
3330 | <source>Save as P&DF...</source> |
||
3386 | mrdocs | 3331 | <translation>Desa com P&DF...</translation> |
3064 | cbradney | 3332 | </message> |
3333 | <message> |
||
3334 | <source>Document &Setup...</source> |
||
3386 | mrdocs | 3335 | <translation>&Configura Document...</translation> |
3064 | cbradney | 3336 | </message> |
3337 | <message> |
||
3338 | <source>&Print...</source> |
||
3386 | mrdocs | 3339 | <translation>Im&primir...</translation> |
3064 | cbradney | 3340 | </message> |
3341 | <message> |
||
3342 | <source>&Quit</source> |
||
3386 | mrdocs | 3343 | <translation>&Sortir</translation> |
3064 | cbradney | 3344 | </message> |
3345 | <message> |
||
3346 | <source>&Undo</source> |
||
3386 | mrdocs | 3347 | <translation>Des&fés</translation> |
3064 | cbradney | 3348 | </message> |
3349 | <message> |
||
3350 | <source>&Redo</source> |
||
3386 | mrdocs | 3351 | <translation>&Refés</translation> |
3064 | cbradney | 3352 | </message> |
3353 | <message> |
||
3354 | <source>&Item Action Mode</source> |
||
3386 | mrdocs | 3355 | <translation>&Element en mode d'acció</translation> |
3064 | cbradney | 3356 | </message> |
3357 | <message> |
||
3358 | <source>Cu&t</source> |
||
3386 | mrdocs | 3359 | <translation>T&alla</translation> |
3064 | cbradney | 3360 | </message> |
3361 | <message> |
||
3362 | <source>&Copy</source> |
||
3386 | mrdocs | 3363 | <translation>&Copia</translation> |
3064 | cbradney | 3364 | </message> |
3365 | <message> |
||
3366 | <source>&Paste</source> |
||
3386 | mrdocs | 3367 | <translation>&Enganxa</translation> |
3064 | cbradney | 3368 | </message> |
3369 | <message> |
||
3370 | <source>C&lear Contents</source> |
||
3386 | mrdocs | 3371 | <translation>Neteja C&ontingut</translation> |
3064 | cbradney | 3372 | </message> |
3373 | <message> |
||
3374 | <source>Select &All</source> |
||
3386 | mrdocs | 3375 | <translation>Selecciona &Tot</translation> |
3064 | cbradney | 3376 | </message> |
3377 | <message> |
||
3378 | <source>&Deselect All</source> |
||
3386 | mrdocs | 3379 | <translation>&Deselecciona Tot</translation> |
3064 | cbradney | 3380 | </message> |
3381 | <message> |
||
3382 | <source>&Search/Replace...</source> |
||
3386 | mrdocs | 3383 | <translation>&Cerca/Reemplaça...</translation> |
3064 | cbradney | 3384 | </message> |
3385 | <message> |
||
3386 | <source>Edit Image...</source> |
||
3386 | mrdocs | 3387 | <translation>Edita Imatge...</translation> |
3064 | cbradney | 3388 | </message> |
3389 | <message> |
||
3390 | <source>C&olors...</source> |
||
3386 | mrdocs | 3391 | <translation>C&olors...</translation> |
3064 | cbradney | 3392 | </message> |
3393 | <message> |
||
3394 | <source>&Paragraph Styles...</source> |
||
3386 | mrdocs | 3395 | <translation>Estils de &Paràgraf...</translation> |
3064 | cbradney | 3396 | </message> |
3397 | <message> |
||
3398 | <source>&Line Styles...</source> |
||
3386 | mrdocs | 3399 | <translation>Estils de &Línia...</translation> |
3064 | cbradney | 3400 | </message> |
3401 | <message> |
||
3402 | <source>&Master Pages...</source> |
||
3386 | mrdocs | 3403 | <translation>Pàgines &Mestres...</translation> |
3064 | cbradney | 3404 | </message> |
3405 | <message> |
||
3406 | <source>&Javascripts...</source> |
||
3278 | cbradney | 3407 | <translation type="obsolete">&Javascripts...</translation> |
3064 | cbradney | 3408 | </message> |
3409 | <message> |
||
3410 | <source>P&references...</source> |
||
3386 | mrdocs | 3411 | <translation>P&referències...</translation> |
3064 | cbradney | 3412 | </message> |
3413 | <message> |
||
3414 | <source>%1 pt</source> |
||
3386 | mrdocs | 3415 | <translation>%1 pt</translation> |
3064 | cbradney | 3416 | </message> |
3417 | <message> |
||
3418 | <source>&Other...</source> |
||
3386 | mrdocs | 3419 | <translation>&Altres...</translation> |
3064 | cbradney | 3420 | </message> |
3421 | <message> |
||
3422 | <source>&Left</source> |
||
3386 | mrdocs | 3423 | <translation>&Esquerra</translation> |
3064 | cbradney | 3424 | </message> |
3425 | <message> |
||
3426 | <source>&Center</source> |
||
3386 | mrdocs | 3427 | <translation>&Centre</translation> |
3064 | cbradney | 3428 | </message> |
3429 | <message> |
||
3430 | <source>&Right</source> |
||
3386 | mrdocs | 3431 | <translation>&Dreta</translation> |
3064 | cbradney | 3432 | </message> |
3433 | <message> |
||
3434 | <source>&Block</source> |
||
3386 | mrdocs | 3435 | <translation>&Justificat</translation> |
3064 | cbradney | 3436 | </message> |
3437 | <message> |
||
3438 | <source>&Forced</source> |
||
3386 | mrdocs | 3439 | <translation>&Forçat</translation> |
3064 | cbradney | 3440 | </message> |
3441 | <message> |
||
3442 | <source>&%1 %</source> |
||
3386 | mrdocs | 3443 | <translation>&%1 %</translation> |
3064 | cbradney | 3444 | </message> |
3445 | <message> |
||
3446 | <source>&Normal</source> |
||
3386 | mrdocs | 3447 | <translation>&Normal</translation> |
3064 | cbradney | 3448 | </message> |
3449 | <message> |
||
3450 | <source>&Underline</source> |
||
3386 | mrdocs | 3451 | <translation>S&ubratllat</translation> |
3064 | cbradney | 3452 | </message> |
3453 | <message> |
||
3454 | <source>Underline &Words</source> |
||
3386 | mrdocs | 3455 | <translation>Paraules sub&ratllades</translation> |
3064 | cbradney | 3456 | </message> |
3457 | <message> |
||
3458 | <source>&Strike Through</source> |
||
3386 | mrdocs | 3459 | <translation>&Barrat</translation> |
3064 | cbradney | 3460 | </message> |
3461 | <message> |
||
3462 | <source>&All Caps</source> |
||
3386 | mrdocs | 3463 | <translation>Tot M&ajúscules</translation> |
3064 | cbradney | 3464 | </message> |
3465 | <message> |
||
3466 | <source>Small &Caps</source> |
||
3386 | mrdocs | 3467 | <translation>Majús&cules Petites</translation> |
3064 | cbradney | 3468 | </message> |
3469 | <message> |
||
3470 | <source>Su&perscript</source> |
||
3386 | mrdocs | 3471 | <translation>Su&períndex</translation> |
3064 | cbradney | 3472 | </message> |
3473 | <message> |
||
3474 | <source>Su&bscript</source> |
||
3386 | mrdocs | 3475 | <translation>Su&bíndex</translation> |
3064 | cbradney | 3476 | </message> |
3477 | <message> |
||
3478 | <source>&Outline</source> |
||
3386 | mrdocs | 3479 | <translation>&Esquema</translation> |
3064 | cbradney | 3480 | </message> |
3481 | <message> |
||
3482 | <source>S&hadow</source> |
||
3386 | mrdocs | 3483 | <translation>Omb&ra</translation> |
3064 | cbradney | 3484 | </message> |
3485 | <message> |
||
3486 | <source>&Image Effects</source> |
||
3386 | mrdocs | 3487 | <translation>Efectes d'&Imatge</translation> |
3064 | cbradney | 3488 | </message> |
3489 | <message> |
||
3490 | <source>&Tabulators...</source> |
||
3386 | mrdocs | 3491 | <translation>&Tabuladors...</translation> |
3064 | cbradney | 3492 | </message> |
3493 | <message> |
||
3494 | <source>D&uplicate</source> |
||
3386 | mrdocs | 3495 | <translation>D&uplica</translation> |
3064 | cbradney | 3496 | </message> |
3497 | <message> |
||
3498 | <source>&Multiple Duplicate</source> |
||
3386 | mrdocs | 3499 | <translation>Duplicació &Múltiple</translation> |
3064 | cbradney | 3500 | </message> |
3501 | <message> |
||
3502 | <source>&Delete</source> |
||
3386 | mrdocs | 3503 | <translation>Es&borra</translation> |
3064 | cbradney | 3504 | </message> |
3505 | <message> |
||
3506 | <source>&Group</source> |
||
3386 | mrdocs | 3507 | <translation>A&grupa</translation> |
3064 | cbradney | 3508 | </message> |
3509 | <message> |
||
3510 | <source>&Ungroup</source> |
||
3386 | mrdocs | 3511 | <translation>Desagr&upa</translation> |
3064 | cbradney | 3512 | </message> |
3513 | <message> |
||
3514 | <source>Is &Locked</source> |
||
3386 | mrdocs | 3515 | <translation>Està B&loquejat</translation> |
3064 | cbradney | 3516 | </message> |
3517 | <message> |
||
3518 | <source>Si&ze is Locked</source> |
||
3386 | mrdocs | 3519 | <translation>Mida bloque&jada</translation> |
3064 | cbradney | 3520 | </message> |
3521 | <message> |
||
3522 | <source>Lower to &Bottom</source> |
||
3386 | mrdocs | 3523 | <translation>Envia al &Fons</translation> |
3064 | cbradney | 3524 | </message> |
3525 | <message> |
||
3526 | <source>Raise to &Top</source> |
||
3386 | mrdocs | 3527 | <translation>Envia a &Sobre</translation> |
3064 | cbradney | 3528 | </message> |
3529 | <message> |
||
3530 | <source>&Lower</source> |
||
3386 | mrdocs | 3531 | <translation>&Abaixa</translation> |
3064 | cbradney | 3532 | </message> |
3533 | <message> |
||
3534 | <source>&Raise</source> |
||
3386 | mrdocs | 3535 | <translation>A&puja</translation> |
3064 | cbradney | 3536 | </message> |
3537 | <message> |
||
3538 | <source>Send to S&crapbook</source> |
||
3386 | mrdocs | 3539 | <translation>Envia a l'àlbum de &retalls</translation> |
3064 | cbradney | 3540 | </message> |
3541 | <message> |
||
3542 | <source>&Attributes...</source> |
||
3386 | mrdocs | 3543 | <translation>&Atributs...</translation> |
3064 | cbradney | 3544 | </message> |
3545 | <message> |
||
3546 | <source>I&mage Visible</source> |
||
3386 | mrdocs | 3547 | <translation>I&matge Visible</translation> |
3064 | cbradney | 3548 | </message> |
3549 | <message> |
||
3550 | <source>&Update Image</source> |
||
3386 | mrdocs | 3551 | <translation>Act&ualitza Imatge</translation> |
3064 | cbradney | 3552 | </message> |
3553 | <message> |
||
3554 | <source>Adjust Frame to Image</source> |
||
3386 | mrdocs | 3555 | <translation>Ajusta el marc a l'imatge</translation> |
3064 | cbradney | 3556 | </message> |
3557 | <message> |
||
3558 | <source>Extended Image Properties</source> |
||
3386 | mrdocs | 3559 | <translation>Propietats exteses d'Imatge</translation> |
3064 | cbradney | 3560 | </message> |
3561 | <message> |
||
3562 | <source>&Low Resolution</source> |
||
3386 | mrdocs | 3563 | <translation>Resolució &baixa</translation> |
3064 | cbradney | 3564 | </message> |
3565 | <message> |
||
3566 | <source>&Normal Resolution</source> |
||
3386 | mrdocs | 3567 | <translation>Resolució &Normal</translation> |
3064 | cbradney | 3568 | </message> |
3569 | <message> |
||
3570 | <source>&Full Resolution</source> |
||
3386 | mrdocs | 3571 | <translation>&Tota Resolució</translation> |
3064 | cbradney | 3572 | </message> |
3573 | <message> |
||
3574 | <source>Is PDF &Bookmark</source> |
||
3386 | mrdocs | 3575 | <translation>Es un P&unt de PDF</translation> |
3064 | cbradney | 3576 | </message> |
3577 | <message> |
||
3578 | <source>Is PDF A&nnotation</source> |
||
3386 | mrdocs | 3579 | <translation>És una A&notació de PDF</translation> |
3064 | cbradney | 3580 | </message> |
3581 | <message> |
||
3582 | <source>Annotation P&roperties</source> |
||
3386 | mrdocs | 3583 | <translation>P&ropietats Anotació</translation> |
3064 | cbradney | 3584 | </message> |
3585 | <message> |
||
3586 | <source>Field P&roperties</source> |
||
3386 | mrdocs | 3587 | <translation>P&ropietats de Camp</translation> |
3064 | cbradney | 3588 | </message> |
3589 | <message> |
||
3590 | <source>&Edit Shape...</source> |
||
3386 | mrdocs | 3591 | <translation>&Edita Forma...</translation> |
3064 | cbradney | 3592 | </message> |
3593 | <message> |
||
3594 | <source>&Attach Text to Path</source> |
||
3386 | mrdocs | 3595 | <translation>&Ajusta Text al Camí</translation> |
3064 | cbradney | 3596 | </message> |
3597 | <message> |
||
3598 | <source>&Detach Text from Path</source> |
||
3433 | mrdocs | 3599 | <translation>&Desajusta Text del Camí</translation> |
3064 | cbradney | 3600 | </message> |
3601 | <message> |
||
3602 | <source>&Combine Polygons</source> |
||
3386 | mrdocs | 3603 | <translation>&Combina Polígons</translation> |
3064 | cbradney | 3604 | </message> |
3605 | <message> |
||
3606 | <source>Split &Polygons</source> |
||
3386 | mrdocs | 3607 | <translation>Separa &Polígons</translation> |
3064 | cbradney | 3608 | </message> |
3609 | <message> |
||
3610 | <source>&Bezier Curve</source> |
||
3386 | mrdocs | 3611 | <translation>Corba &Bezier</translation> |
3064 | cbradney | 3612 | </message> |
3613 | <message> |
||
3614 | <source>&Image Frame</source> |
||
3386 | mrdocs | 3615 | <translation>Marc d'&imatge</translation> |
3064 | cbradney | 3616 | </message> |
3617 | <message> |
||
3618 | <source>&Outlines</source> |
||
3386 | mrdocs | 3619 | <translation>&Esquemes</translation> |
3064 | cbradney | 3620 | </message> |
3621 | <message> |
||
3622 | <source>&Polygon</source> |
||
3386 | mrdocs | 3623 | <translation>&Polígon</translation> |
3064 | cbradney | 3624 | </message> |
3625 | <message> |
||
3626 | <source>&Text Frame</source> |
||
3386 | mrdocs | 3627 | <translation>Marc de &Text</translation> |
3064 | cbradney | 3628 | </message> |
3629 | <message> |
||
3630 | <source>&Glyph...</source> |
||
3386 | mrdocs | 3631 | <translation>&Glyph...</translation> |
3064 | cbradney | 3632 | </message> |
3633 | <message> |
||
3634 | <source>Sample Text</source> |
||
3386 | mrdocs | 3635 | <translation>Text de mostra</translation> |
3064 | cbradney | 3636 | </message> |
3637 | <message> |
||
3638 | <source>&Insert...</source> |
||
3386 | mrdocs | 3639 | <translation>&Insereix...</translation> |
3064 | cbradney | 3640 | </message> |
3641 | <message> |
||
3642 | <source>Im&port...</source> |
||
3386 | mrdocs | 3643 | <translation>Im&porta...</translation> |
3064 | cbradney | 3644 | </message> |
3645 | <message> |
||
3646 | <source>&Delete...</source> |
||
3386 | mrdocs | 3647 | <translation>Es&borra...</translation> |
3064 | cbradney | 3648 | </message> |
3649 | <message> |
||
3650 | <source>&Copy...</source> |
||
3386 | mrdocs | 3651 | <translation>&Copia...</translation> |
3064 | cbradney | 3652 | </message> |
3653 | <message> |
||
3654 | <source>&Move...</source> |
||
3386 | mrdocs | 3655 | <translation>&Mou...</translation> |
3064 | cbradney | 3656 | </message> |
3657 | <message> |
||
3658 | <source>&Apply Master Page...</source> |
||
3386 | mrdocs | 3659 | <translation>&Aplica pàgina mestra...</translation> |
3064 | cbradney | 3660 | </message> |
3661 | <message> |
||
3662 | <source>Manage &Guides...</source> |
||
3386 | mrdocs | 3663 | <translation>Gestiona &Guies...</translation> |
3064 | cbradney | 3664 | </message> |
3665 | <message> |
||
3666 | <source>Manage Page Properties...</source> |
||
3433 | mrdocs | 3667 | <translation>Gestiona propietats de pàgina...</translation> |
3064 | cbradney | 3668 | </message> |
3669 | <message> |
||
3670 | <source>&Fit in window</source> |
||
3386 | mrdocs | 3671 | <translation>Encabeix a la &Finestra</translation> |
3064 | cbradney | 3672 | </message> |
3673 | <message> |
||
3674 | <source>&50%</source> |
||
3386 | mrdocs | 3675 | <translation>&50%</translation> |
3064 | cbradney | 3676 | </message> |
3677 | <message> |
||
3678 | <source>&75%</source> |
||
3386 | mrdocs | 3679 | <translation>&75%</translation> |
3064 | cbradney | 3680 | </message> |
3681 | <message> |
||
3682 | <source>&100%</source> |
||
3386 | mrdocs | 3683 | <translation>&100%</translation> |
3064 | cbradney | 3684 | </message> |
3685 | <message> |
||
3686 | <source>&200%</source> |
||
3386 | mrdocs | 3687 | <translation>&200%</translation> |
3064 | cbradney | 3688 | </message> |
3689 | <message> |
||
3690 | <source>&Thumbnails</source> |
||
3386 | mrdocs | 3691 | <translation>&Miniatures</translation> |
3064 | cbradney | 3692 | </message> |
3693 | <message> |
||
3694 | <source>Show &Margins</source> |
||
3386 | mrdocs | 3695 | <translation>Mostra &Marges</translation> |
3064 | cbradney | 3696 | </message> |
3697 | <message> |
||
3698 | <source>Show &Frames</source> |
||
3386 | mrdocs | 3699 | <translation>Mostra &Marcs</translation> |
3064 | cbradney | 3700 | </message> |
3701 | <message> |
||
3702 | <source>Show &Images</source> |
||
3386 | mrdocs | 3703 | <translation>Mostra &Imatges</translation> |
3064 | cbradney | 3704 | </message> |
3705 | <message> |
||
3706 | <source>Show &Grid</source> |
||
3386 | mrdocs | 3707 | <translation>Mostra &Graella</translation> |
3064 | cbradney | 3708 | </message> |
3709 | <message> |
||
3710 | <source>Show G&uides</source> |
||
3386 | mrdocs | 3711 | <translation>Mostra G&uies</translation> |
3064 | cbradney | 3712 | </message> |
3713 | <message> |
||
3714 | <source>Show &Baseline Grid</source> |
||
3386 | mrdocs | 3715 | <translation>Mostra Graella &Base</translation> |
3064 | cbradney | 3716 | </message> |
3717 | <message> |
||
3718 | <source>Show &Text Chain</source> |
||
3386 | mrdocs | 3719 | <translation>Mostra cadena de &Text</translation> |
3064 | cbradney | 3720 | </message> |
3721 | <message> |
||
3722 | <source>Show Control Characters</source> |
||
3386 | mrdocs | 3723 | <translation>Mostra caràcters de control</translation> |
3064 | cbradney | 3724 | </message> |
3725 | <message> |
||
3726 | <source>Rulers relative to Page</source> |
||
3386 | mrdocs | 3727 | <translation>Mides relatives a la pàgina</translation> |
3064 | cbradney | 3728 | </message> |
3729 | <message> |
||
3730 | <source>Sn&ap to Grid</source> |
||
3386 | mrdocs | 3731 | <translation>Desplaça &a la Graella</translation> |
3064 | cbradney | 3732 | </message> |
3733 | <message> |
||
3734 | <source>Sna&p to Guides</source> |
||
3386 | mrdocs | 3735 | <translation>Des&plaça a les Guies</translation> |
3064 | cbradney | 3736 | </message> |
3737 | <message> |
||
3738 | <source>&Properties</source> |
||
3386 | mrdocs | 3739 | <translation>&Propietats</translation> |
3064 | cbradney | 3740 | </message> |
3741 | <message> |
||
3742 | <source>&Scrapbook</source> |
||
3386 | mrdocs | 3743 | <translation>Àlbu&m de retalls</translation> |
3064 | cbradney | 3744 | </message> |
3745 | <message> |
||
3746 | <source>&Layers</source> |
||
3386 | mrdocs | 3747 | <translation>&Capes</translation> |
3064 | cbradney | 3748 | </message> |
3749 | <message> |
||
3750 | <source>&Arrange Pages</source> |
||
3386 | mrdocs | 3751 | <translation>&Organitza les pàgines</translation> |
3064 | cbradney | 3752 | </message> |
3753 | <message> |
||
3754 | <source>&Bookmarks</source> |
||
3386 | mrdocs | 3755 | <translation>&Punts</translation> |
3064 | cbradney | 3756 | </message> |
3757 | <message> |
||
3758 | <source>&Measurements</source> |
||
3386 | mrdocs | 3759 | <translation>&Mides</translation> |
3064 | cbradney | 3760 | </message> |
3761 | <message> |
||
3762 | <source>Action &History</source> |
||
3386 | mrdocs | 3763 | <translation>&Historial d'accions</translation> |
3064 | cbradney | 3764 | </message> |
3765 | <message> |
||
3766 | <source>Preflight &Verifier</source> |
||
3386 | mrdocs | 3767 | <translation>&Verificador</translation> |
3064 | cbradney | 3768 | </message> |
3769 | <message> |
||
3770 | <source>&Align and Distribute</source> |
||
3386 | mrdocs | 3771 | <translation>&Alinea i distribueix</translation> |
3064 | cbradney | 3772 | </message> |
3773 | <message> |
||
3774 | <source>&Tools</source> |
||
3386 | mrdocs | 3775 | <translation>Ei&nes</translation> |
3064 | cbradney | 3776 | </message> |
3777 | <message> |
||
3778 | <source>P&DF Tools</source> |
||
3386 | mrdocs | 3779 | <translation>Eines P&DF</translation> |
3064 | cbradney | 3780 | </message> |
3781 | <message> |
||
3782 | <source>Select Item</source> |
||
3386 | mrdocs | 3783 | <translation>Tria ítem</translation> |
3064 | cbradney | 3784 | </message> |
3785 | <message> |
||
3786 | <source>T&able</source> |
||
3386 | mrdocs | 3787 | <translation>T&aula</translation> |
3064 | cbradney | 3788 | </message> |
3789 | <message> |
||
3790 | <source>&Shape</source> |
||
3386 | mrdocs | 3791 | <translation>&Forma</translation> |
3064 | cbradney | 3792 | </message> |
3793 | <message> |
||
3794 | <source>&Line</source> |
||
3386 | mrdocs | 3795 | <translation>&Línia</translation> |
3064 | cbradney | 3796 | </message> |
3797 | <message> |
||
3798 | <source>&Freehand Line</source> |
||
3386 | mrdocs | 3799 | <translation>Linea a &mà alçada</translation> |
3064 | cbradney | 3800 | </message> |
3801 | <message> |
||
3802 | <source>Rotate Item</source> |
||
3433 | mrdocs | 3803 | <translation>Gira Ítem</translation> |
3064 | cbradney | 3804 | </message> |
3805 | <message> |
||
3806 | <source>Zoom in or out</source> |
||
3386 | mrdocs | 3807 | <translation>Acosta o Allunya</translation> |
3064 | cbradney | 3808 | </message> |
3809 | <message> |
||
3810 | <source>Zoom in</source> |
||
3386 | mrdocs | 3811 | <translation>Acosta</translation> |
3064 | cbradney | 3812 | </message> |
3813 | <message> |
||
3814 | <source>Zoom out</source> |
||
3386 | mrdocs | 3815 | <translation>Allunya</translation> |
3064 | cbradney | 3816 | </message> |
3817 | <message> |
||
3818 | <source>Edit Contents of Frame</source> |
||
3386 | mrdocs | 3819 | <translation>Edita Contingut de Marc</translation> |
3064 | cbradney | 3820 | </message> |
3821 | <message> |
||
3822 | <source>Edit Text...</source> |
||
3386 | mrdocs | 3823 | <translation>Edita Text...</translation> |
3064 | cbradney | 3824 | </message> |
3825 | <message> |
||
3826 | <source>Link Text Frames</source> |
||
3386 | mrdocs | 3827 | <translation>Enllaça Marcs de Text</translation> |
3064 | cbradney | 3828 | </message> |
3829 | <message> |
||
3830 | <source>Unlink Text Frames</source> |
||
3386 | mrdocs | 3831 | <translation>Desenllaça Marcs de Text</translation> |
3064 | cbradney | 3832 | </message> |
3833 | <message> |
||
3834 | <source>&Eye Dropper</source> |
||
3386 | mrdocs | 3835 | <translation>Comptagot&es</translation> |
3064 | cbradney | 3836 | </message> |
3837 | <message> |
||
3838 | <source>Copy Item Properties</source> |
||
3386 | mrdocs | 3839 | <translation>Copia les propietats</translation> |
3064 | cbradney | 3840 | </message> |
3841 | <message> |
||
3842 | <source>Edit the text with the Story Editor</source> |
||
3386 | mrdocs | 3843 | <translation>Edita el text amb l'Editor de Notícies</translation> |
3064 | cbradney | 3844 | </message> |
3845 | <message> |
||
3846 | <source>Insert Text Frame</source> |
||
3386 | mrdocs | 3847 | <translation>Insereix Marc de Text</translation> |
3064 | cbradney | 3848 | </message> |
3849 | <message> |
||
3850 | <source>Insert Image Frame</source> |
||
3386 | mrdocs | 3851 | <translation>Insereix marc d'imatge</translation> |
3064 | cbradney | 3852 | </message> |
3853 | <message> |
||
3854 | <source>Insert Table</source> |
||
3386 | mrdocs | 3855 | <translation>Insereix Taula</translation> |
3064 | cbradney | 3856 | </message> |
3857 | <message> |
||
3858 | <source>Insert Shape</source> |
||
3386 | mrdocs | 3859 | <translation>Insereix Forma</translation> |
3064 | cbradney | 3860 | </message> |
3861 | <message> |
||
3862 | <source>Insert Polygon</source> |
||
3386 | mrdocs | 3863 | <translation>Insereix polígon</translation> |
3064 | cbradney | 3864 | </message> |
3865 | <message> |
||
3866 | <source>Insert Line</source> |
||
3386 | mrdocs | 3867 | <translation>Insereix línia</translation> |
3064 | cbradney | 3868 | </message> |
3869 | <message> |
||
3870 | <source>Insert Bezier Curve</source> |
||
3386 | mrdocs | 3871 | <translation>Insereix corba Bezier</translation> |
3064 | cbradney | 3872 | </message> |
3873 | <message> |
||
3874 | <source>Insert Freehand Line</source> |
||
3433 | mrdocs | 3875 | <translation>Insereix Línia a mà alçada</translation> |
3064 | cbradney | 3876 | </message> |
3877 | <message> |
||
3878 | <source>&Manage Pictures</source> |
||
3386 | mrdocs | 3879 | <translation>Gestiona I&matges</translation> |
3064 | cbradney | 3880 |