Rev 1525 | Rev 3064 | 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> |
||
121 | <translation>newPage(on [,"plantilla"]) |
||
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> |
||
1564 | cbradney | 192 | <translation>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> |
||
240 | <translation>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> |
1135 | cbradney | 254 | </context> |
255 | <context> |
||
256 | <name>@default</name> |
||
257 | <message> |
||
258 | <source>getFont(["name"]) -> string |
||
259 | |||
260 | Returns the font name for the text frame "name". If this text frame |
||
261 | has some text selected the value assigned to the first character |
||
262 | of the selection is returned. If "name" is not given the currently |
||
263 | selected item is used. |
||
264 | </source> |
||
265 | <translation>getFont(["nom]) -> string |
||
266 | |||
267 | Retorna el nom de la font del quadre de text "nom". Si aquest quadre |
||
268 | de text té algun text seleccionat es retorna el valor assignat al primer |
||
269 | caràcter de la selecció. Si no especifiquem "nom" es fa servir l'ítem |
||
270 | seleccionat. |
||
271 | </translation> |
||
272 | </message> |
||
273 | <message> |
||
274 | <source>getTextLength(["name"]) -> integer |
||
275 | |||
276 | Returns the length of the text in the text frame "name". |
||
277 | If "name" is not given the currently selected item is used. |
||
278 | </source> |
||
279 | <translation>getFillColor(["nom"]) -> string |
||
280 | |||
281 | Retorna el nom del color de l'objecte "nom". |
||
282 | Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
283 | getTextLength(["nom"]) -> integer |
||
284 | |||
285 | Retorna la llargada del text del quadre de text "nom". |
||
286 | Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
287 | </translation> |
||
288 | </message> |
||
289 | <message> |
||
290 | <source>getText(["name"]) -> string |
||
291 | |||
292 | Returns the text of the text frame "name". If this text frame has some text |
||
293 | selected, the selected text is returned. All text in the frame, not just |
||
294 | currently visible text, is returned. If "name" is not given the currently |
||
295 | selected item is used. |
||
296 | </source> |
||
297 | <translation>getText(["nom"]) -> string |
||
298 | |||
299 | Retorna el text del quadre de text "nom". Si el quadre de text té algun |
||
300 | text seleccionat, es torna el text seleccionat. Es torna tot el text, |
||
301 | no només el text visible. Si no es dóna cap "nom", es fa servir |
||
302 | l'ítem sel.leccionat. |
||
303 | </translation> |
||
304 | </message> |
||
305 | <message> |
||
306 | <source>getAllText(["name"]) -> string |
||
307 | |||
308 | Returns the text of the text frame "name" and of all text frames which are |
||
309 | linked with this frame. If this textframe has some text selected, the selected |
||
310 | text is returned. If "name" is not given the currently selected item is |
||
311 | used. |
||
312 | </source> |
||
313 | <translation>getAllText(["nom"]) -> string |
||
314 | |||
315 | Retorna el text del quadre de text "nom" i de tots els quadres de text que estan |
||
316 | enllaçats amb aquest. Si el quadre de text té algun text seleccionat, es retorna |
||
317 | el text seleccionat. Si no es dóna cap "nom", es fa servir l'ítem |
||
318 | sel.leccionat. |
||
319 | </translation> |
||
320 | </message> |
||
321 | <message> |
||
322 | <source>getLineSpacing(["name"]) -> float |
||
323 | |||
324 | Returns the line spacing ("leading") of the text frame "name" expressed in |
||
325 | points. If "name" is not given the currently selected item is used. |
||
326 | </source> |
||
327 | <translation>getLineSpacing(["nom"]) -> float |
||
328 | |||
329 | Retorna l'espaiat entre línies del quadre de text "nom" expressat en |
||
330 | punts. Si no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
331 | </translation> |
||
332 | </message> |
||
333 | <message> |
||
334 | <source>getColumnGap(["name"]) -> float |
||
335 | |||
336 | Returns the column gap size of the text frame "name" expressed in points. If |
||
337 | "name" is not given the currently selected item is used. |
||
338 | </source> |
||
339 | <translation>getColumnGap(["nom"]) -> float |
||
340 | |||
341 | Retorna l'espai entre columnes del quadre de text "nom" expressat en punts. Si |
||
342 | no es dóna cap "nom", es fa servir l'ítem sel.leccionat. |
||
343 | </translation> |
||
344 | </message> |
||
345 | <message> |
||
346 | <source>getColumns(["name"]) -> integer |
||
347 | |||
348 | Gets the number of columns of the text frame "name". If "name" is not |
||
349 | given the currently selected item is used. |
||
350 | </source> |
||
351 | <translation>getColumns(["nom"]) -> integer |
||
352 | |||
353 | Dóna el número de columnes del quadre de text "nom". Si no es dóna |
||
354 | cap "nom", es fa servir l'ítem sel.leccionat. |
||
355 | </translation> |
||
356 | </message> |
||
357 | <message> |
||
358 | <source>setText("text", ["name"]) |
||
359 | |||
360 | Sets the text of the text frame "name" to the text of the string "text". |
||
361 | Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ |
||
362 | for more details. If "name" is not given the currently selected item is |
||
363 | used. |
||
364 | </source> |
||
365 | <translation>setText("text",["nom"]) |
||
366 | |||
367 | Posa al quadre de text "name" el text contingut a la cadena "text". |
||
368 | El text ha de ser codificat UTF8 - feu servir unicode(text, 'iso-8859-2'). Mireu el |
||
369 | FAQ per més detalls. Si no es dóna cap "nom", es fa servir l'ítem |
||
370 | sel.leccionat. |
||
371 | </translation> |
||
372 | </message> |
||
373 | <message> |
||
374 | <source>insertText("text", pos, ["name"]) |
||
375 | |||
376 | Inserts the text "text" at the position "pos" into the text frame. Text |
||
377 | must be UTF encoded (see setText() as reference) The first character has an |
||
378 | index of 0. "name" If "name" is not given the currently selected Item is |
||
379 | used. |
||
380 | |||
381 | May throw IndexError for an insertion out of bounds. |
||
382 | </source> |
||
383 | <translation>insertText("text", pos, ["nom"]) |
||
384 | |||
385 | Insereix el text "text" a la posició "pos" del quadre de text. Text ha de ser |
||
386 | codificat UTF (mireu setText() per referència). El primer caràcter té un |
||
387 | índex de 0. Si no es dóna cap "nom", es fa servir l'ítem |
||
388 | sel.leccionat. |
||
389 | |||
390 | Pot provocar un IndexError al inserir fora de marges.</translation> |
||
391 | </message> |
||
392 | <message> |
||
393 | <source>setFont("font", ["name"]) |
||
394 | |||
395 | Sets the font of the text frame "name" to "font". If there is some text |
||
396 | selected only the selected text is changed. If "name" is not given the |
||
397 | currently selected item is used. |
||
398 | |||
399 | May throw ValueError if the font cannot be found. |
||
400 | </source> |
||
401 | <translation>setFont("font",["nom]) |
||
402 | |||
403 | Passa el quadre de text "nom" al tipus de lletra "font". Si hi ha alguna |
||
404 | part de text seleccionada només canvia aquesta. Si no especifiquem "nom" |
||
405 | es fa servir l'ítem seleccionat. |
||
406 | |||
407 | Pot generar ValueError si la font no es pot trobar. |
||
408 | </translation> |
||
409 | </message> |
||
410 | <message> |
||
411 | <source>setFontSize(size, ["name"]) |
||
412 | |||
413 | Sets the font size of the text frame "name" to "size". "size" is treated |
||
414 | as a value in points. If there is some text selected only the selected text is |
||
415 | changed. "size" must be in the range 1 to 512. If "name" is not given the |
||
416 | currently selected item is used. |
||
417 | |||
418 | May throw ValueError for a font size that's out of bounds. |
||
419 | </source> |
||
420 | <translation>setFontSize(mida, ["nom"]) |
||
421 | |||
422 | Estableix la mida de la font del quadre de text "nom" a "mida". "mida" |
||
423 | ha de ser en punts. Si hi ha text seleccionat només es canvia |
||
424 | aquest. "mida" ha de ser un valor entre 1 i 512. Si no especifiquem |
||
425 | "nom" es fa servir l'ítem seleccionat. |
||
426 | |||
427 | Pot provocar ValueError per mides fora de rang. |
||
428 | </translation> |
||
429 | </message> |
||
430 | <message> |
||
431 | <source>setLineSpacing(size, ["name"]) |
||
432 | |||
433 | Sets the line spacing ("leading") of the text frame "name" to "size". |
||
434 | "size" is a value in points. If "name" is not given the currently selected |
||
435 | item is used. |
||
436 | |||
437 | May throw ValueError if the line spacing is out of bounds. |
||
438 | </source> |
||
439 | <translation>setLineSpacing(mida,["nom"]) |
||
440 | |||
441 | Estableix l'espaiat de línia del quadre de text "nom" a "mida". |
||
442 | "mida" està en punts. Si no especifiquem "nom" es fa servir l'ítem |
||
443 | seleccionat. |
||
444 | |||
445 | Pot provocar ValueError si l'espaiat està fora de marges.</translation> |
||
446 | </message> |
||
447 | <message> |
||
448 | <source>setColumnGap(size, ["name"]) |
||
449 | |||
450 | Sets the column gap of the text frame "name" to the value "size". If |
||
451 | "name" is not given the currently selected item is used. |
||
452 | |||
453 | May throw ValueError if the column gap is out of bounds (must be positive). |
||
454 | </source> |
||
455 | <translation>setColumnGap(mida,["nom"]) |
||
456 | |||
457 | Estableix l'espai entre columnes del quadre de text "nom" a "mida". Si |
||
458 | no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
459 | |||
460 | Pot provocar ValueError si el valor està fora de rang (ha de ser positiu). |
||
461 | </translation> |
||
462 | </message> |
||
463 | <message> |
||
464 | <source>setColumns(nr, ["name"]) |
||
465 | |||
466 | Sets the number of columns of the text frame "name" to the integer "nr". |
||
467 | If "name" is not given the currently selected item is used. |
||
468 | |||
469 | May throw ValueError if number of columns is not at least one. |
||
470 | </source> |
||
471 | <translation>setColumns(nr, ["nom"]) |
||
472 | |||
473 | Estableix que el quadre de text "nom" tindrà "nr" columnes. |
||
474 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
475 | |||
476 | Pot provocar ValueError si el número de columnes no és almenys una. |
||
477 | </translation> |
||
478 | </message> |
||
479 | <message> |
||
480 | <source>setTextAlignment(align, ["name"]) |
||
481 | |||
482 | Sets the text alignment of the text frame "name" to the specified alignment. |
||
483 | If "name" is not given the currently selected item is used. "align" should |
||
484 | be one of the ALIGN_ constants defined in this module - see dir(scribus). |
||
485 | |||
486 | May throw ValueError for an invalid alignment constant. |
||
487 | </source> |
||
488 | <translation>setTextAlignment(alineacio, ["nom"]) |
||
489 | |||
490 | Estableix l'alineació del quadre de text "nom" a la especificada. |
||
491 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. "alineació" ha de ser |
||
492 | una de les constants ALIGN_ definides en aquest mòdul - Mireu dir(scribus). |
||
493 | |||
494 | Pot provocar ValueError si posem una constant invàl.lida. |
||
495 | </translation> |
||
496 | </message> |
||
497 | <message> |
||
498 | <source>selectText(start, count, ["name"]) |
||
499 | |||
500 | Selects "count" characters of text in the text frame "name" starting from the |
||
501 | character "start". Character counting starts at 0. If "count" is zero, any |
||
502 | text selection will be cleared. If "name" is not given the currently |
||
503 | selected item is used. |
||
504 | |||
505 | May throw IndexError if the selection is outside the bounds of the text. |
||
506 | </source> |
||
1564 | cbradney | 507 | <translation type="obsolete">selectText(inici, número, ["name"]) |
1135 | cbradney | 508 | |
509 | Seleccióna "número" caràcters del quadre de text "nom" començant pel |
||
510 | caràcter "inici". Els caràcters comencen per 0. Si "número" és zero, es |
||
511 | deselecciona tot el que hi pogués haver seleccionat. Si no especifiquem |
||
512 | "nom" es fa servir l'ítem seleccionat. |
||
513 | |||
514 | Pot provocar un IndexError si la selecció és massa gran pel text. |
||
515 | </translation> |
||
516 | </message> |
||
517 | <message> |
||
518 | <source>deleteText(["name"]) |
||
519 | |||
520 | Deletes any text in the text frame "name". If there is some text selected, |
||
521 | only the selected text will be deleted. If "name" is not given the currently |
||
522 | selected item is used. |
||
523 | </source> |
||
524 | <translation>deleteText(["nom"]) |
||
525 | |||
526 | Esborra qualsevol text del quadre de text "nom". Si hi ha algun text |
||
527 | seleccionat només s'esborra la selecció. Si no especifiquem "nom" |
||
528 | es fa servir l'ítem seleccionat. |
||
529 | </translation> |
||
530 | </message> |
||
531 | <message> |
||
532 | <source>setTextColor("color", ["name"]) |
||
533 | |||
534 | Sets the text color of the text frame "name" to the color "color". If there |
||
535 | is some text selected only the selected text is changed. If "name" is not |
||
536 | given the currently selected item is used. |
||
537 | </source> |
||
538 | <translation>setTextColor("color", ["nom"]) |
||
539 | |||
540 | Posa el text del quadre de text "nom" al color "color". Si hi ha algun |
||
541 | text seleccionat només es canvia el text seleccionat. Si no |
||
542 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
543 | </translation> |
||
544 | </message> |
||
545 | <message> |
||
546 | <source>setTextStroke("color", ["name"]) |
||
547 | |||
548 | Set "color" of the text stroke. If "name" is not given the currently |
||
549 | selected item is used. |
||
550 | </source> |
||
551 | <translation>setTextStroke("color", ["nom"]) |
||
552 | |||
553 | Posa el "color" a les línies de contorn. Si no especifiquem "nom" |
||
554 | es fa servir l'ítem seleccionat. |
||
555 | </translation> |
||
556 | </message> |
||
557 | <message> |
||
558 | <source>setTextShade(shade, ["name"]) |
||
559 | |||
560 | Sets the shading of the text color of the object "name" to "shade". If |
||
561 | there is some text selected only the selected text is changed. "shade" must |
||
562 | be an integer value in the range from 0 (lightest) to 100 (full color |
||
563 | intensity). If "name" is not given the currently selected item is |
||
564 | used. |
||
565 | </source> |
||
566 | <translation>setTextShade(intensitat, ["nom"]) |
||
567 | |||
568 | Posa la intensitat del color del text "nom" a "intensitat". Si hi ha algun |
||
569 | text seleccionat només es canvia aquest. "intensitat" ha de ser |
||
570 | un valor enter que va des de 0 (clarejat) a 100 (intensitat de |
||
571 | color).Si no especifiquem "nom" es fa servir l'ítem |
||
572 | seleccionat. |
||
573 | </translation> |
||
574 | </message> |
||
575 | <message> |
||
576 | <source>linkTextFrames("fromname", "toname") |
||
577 | |||
578 | Link two text frames. The frame named "fromname" is linked to the |
||
579 | frame named "toname". The target frame must be an empty text frame |
||
580 | and must not link to or be linked from any other frames already. |
||
581 | |||
582 | May throw ScribusException if linking rules are violated. |
||
583 | </source> |
||
584 | <translation>linkTextFrames("desdenom","anom") |
||
585 | |||
586 | Enllaça dos quadres de text. El quadre de text "desdenom" és enllaçat a |
||
587 | el quadre de text "anom". El quadre de text de destí ha de ser buit |
||
588 | i no es pot enllaçar o ser enllaçat per cap altre quadre de text. |
||
589 | |||
590 | Podem tenir ScribusException si es violen les normes d'enllaçat. |
||
591 | </translation> |
||
592 | </message> |
||
593 | <message> |
||
594 | <source>unlinkTextFrames("name") |
||
595 | |||
596 | Remove the specified (named) object from the text frame flow/linkage. If the |
||
597 | frame was in the middle of a chain, the previous and next frames will be |
||
598 | connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)' |
||
599 | |||
600 | May throw ScribusException if linking rules are violated. |
||
601 | </source> |
||
602 | <translation>unlinkTextFrames("nom") |
||
603 | |||
604 | Elimina l'objecte especificat del camí de quadre de text. Si el quadre |
||
605 | de text estava al mig d'una cadena, els anteriors i els següents seran |
||
606 | connectats, ex. 'a->b->c' esdevé 'a->c' quan fem unlinkTextFrames(b)' |
||
607 | |||
608 | Podem tenir ScribusException si violem les normes. |
||
609 | </translation> |
||
610 | </message> |
||
611 | <message> |
||
612 | <source>traceText(["name"]) |
||
613 | |||
614 | Convert the text frame "name" to outlines. If "name" is not given the |
||
615 | currently selected item is used.</source> |
||
616 | <translation>traceText(["nom"]) |
||
617 | |||
618 | Convertim el quadre de text "nom" a esquema. Si no especifiquem |
||
619 | "nom" es fa servir l'ítem seleccionat.</translation> |
||
620 | </message> |
||
621 | <message> |
||
622 | <source>getColor("name") -> tuple |
||
623 | |||
624 | Returns a tuple (C, M, Y, K) containing the four color components of the |
||
625 | color "name" from the current document. If no document is open, returns |
||
626 | the value of the named color from the default document colors. |
||
627 | |||
628 | May raise NotFoundError if the named color wasn't found. |
||
629 | May raise ValueError if an invalid color name is specified. |
||
630 | </source> |
||
631 | <translation>getColor("nom") -> tupla |
||
632 | |||
633 | Retorna una tupla (C, M, Y, K) que conté els quatre components de color |
||
634 | de "nom" del document actual. Si no hi ha cap document obert, torna |
||
635 | el valor del color anomenat dels colors per defecte. |
||
636 | |||
637 | Pot produir un NotFoundError si no es troba el color. |
||
638 | Pot produir ValueError si s'especifica un color invàl.lid. |
||
639 | </translation> |
||
640 | </message> |
||
641 | <message> |
||
642 | <source>changeColor("name", c, m, y, k) |
||
643 | |||
644 | Changes the color "name" to the specified CMYK value. The color value is |
||
645 | defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black. |
||
646 | Color components should be in the range from 0 to 255. |
||
647 | |||
648 | May raise NotFoundError if the named color wasn't found. |
||
649 | May raise ValueError if an invalid color name is specified. |
||
650 | </source> |
||
651 | <translation>changeColor("nom", c, m, y, k) |
||
652 | |||
653 | Canvia el color "nom" a els valors CMYK. El valor del color està |
||
654 | definit via els quatre components c=Cian, m=Magenta, y=Groc i k=Negre |
||
655 | Els colors del component han d'estar dins del rang 0 a 255. |
||
656 | |||
657 | Pot produir un NotFoundError si no es troba el color. |
||
658 | Pot produir ValueError si s'especifica un color erròni.</translation> |
||
659 | </message> |
||
660 | <message> |
||
661 | <source>deleteColor("name", "replace") |
||
662 | |||
663 | Deletes the color "name". Every occurence of that color is replaced by the |
||
664 | color "replace". If not specified, "replace" defaults to the color |
||
665 | "None" - transparent. |
||
666 | |||
667 | deleteColor works on the default document colors if there is no document open. |
||
668 | In that case, "replace", if specified, has no effect. |
||
669 | |||
670 | May raise NotFoundError if a named color wasn't found. |
||
671 | May raise ValueError if an invalid color name is specified. |
||
672 | </source> |
||
673 | <translation>deleteColor("nom", "canvi") |
||
674 | |||
675 | Esborra el color "nom". Cada ocurrència d'aquest color es canvia pel |
||
676 | color "canvi". Si no s'especifica, "canvi" es canvia pel color "cap" |
||
677 | - transparent. |
||
678 | |||
679 | deleteColor treballa en els colors per defecte del document si no n'hi |
||
680 | ha cap d'obert, encara que s'especifiqui, no fa res. |
||
681 | |||
682 | Pot generar NotFoundError si no existeix el color. |
||
683 | Pot generar ValueError si s'especifica un color invàlid. |
||
684 | </translation> |
||
685 | </message> |
||
686 | <message> |
||
687 | <source>replaceColor("name", "replace") |
||
688 | |||
689 | Every occurence of the color "name" is replaced by the color "replace". |
||
690 | |||
691 | May raise NotFoundError if a named color wasn't found. |
||
692 | May raise ValueError if an invalid color name is specified. |
||
693 | </source> |
||
694 | <translation>replaceColor("nom", "canvi") |
||
695 | |||
696 | Cada ocurrència del color "name" es canvia pel color "canvi". |
||
697 | |||
698 | Pot generar un NotFoundError si no existeix el color. |
||
699 | Pot generar un ValueError si el color especificat és invalid. |
||
700 | </translation> |
||
701 | </message> |
||
702 | <message> |
||
703 | <source>fileDialog("caption", ["filter", "defaultname" ,haspreview, issave]) -> string with filename |
||
704 | |||
705 | Shows a File Open dialog box with the caption "caption". Files are filtered |
||
706 | with the filter string "filter". A default filename or file path can also |
||
707 | supplied, leave this string empty when you don't want to use it. A value of |
||
708 | True for haspreview enables a small preview widget in the FileSelect box. When |
||
709 | the issave parameter is set to True the dialog acts like a "Save As" dialog |
||
710 | otherwise it acts like a "File Open Dialog". The default for both of the |
||
711 | opional parameters is False. |
||
712 | |||
713 | The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
||
714 | For example 'Images (*.png *.xpm *.jpg)'. |
||
715 | |||
716 | Refer to the Qt-Documentation for QFileDialog for details on filters. |
||
717 | |||
718 | Example: fileDialog('Open input', 'CSV files (*.csv)') |
||
719 | Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
||
720 | </source> |
||
721 | <translation>fileDialog("caption", ["filtre", "nomdefecte", haspreview, issave])->string |
||
722 | |||
723 | Mostra el diàleg d'obrir fitxer amb el text "caption". Els fitxers seran filtrats |
||
724 | amb la cadena de filtre "filter". També es podrà donar un nom de fitxer, |
||
725 | deixa aquesta cadena buida si no el vols fer servir. Quan el paràmetre |
||
726 | "issave" està com a Cert el diàleg actua com un diàleg "Desa com" |
||
727 | altrament actual com un diàleg "Obrir". Per defecte els paràmetres |
||
728 | opcionals són falsos. |
||
729 | |||
730 | El filtre, si s'especifica, agafa la forma 'comentari (*.tipus, *.tipus2 ...)' |
||
731 | Per exemple 'Imatges (*.png *.xpm *.jpg)'. |
||
732 | |||
733 | Per més detalls aneu a la Documentació Qt en el QFileDialog pels filtres. |
||
734 | |||
735 | Exemple: fileDialog('Obrir entrades', 'CSV files (*.csv)') |
||
736 | Exemple: fileDialog('Gravar resultat', defaultname='report.txt', issave=True) |
||
737 | </translation> |
||
738 | </message> |
||
739 | <message> |
||
740 | <source>messageBox("caption", "message", |
||
741 | icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
||
742 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
||
743 | |||
744 | Displays a message box with the title "caption", the message "message", and |
||
745 | an icon "icon" and up to 3 buttons. By default no icon is used and a single |
||
746 | button, OK, is displayed. Only the caption and message arguments are required, |
||
747 | though setting an icon and appropriate button(s) is strongly |
||
748 | recommended. The message text may contain simple HTML-like markup. |
||
749 | |||
750 | Returns the number of the button the user pressed. Button numbers start |
||
751 | at 1. |
||
752 | |||
753 | For the icon and the button parameters there are predefined constants available |
||
754 | with the same names as in the Qt Documentation. These are the BUTTON_* and |
||
755 | ICON_* constants defined in the module. There are also two extra constants that |
||
756 | can be binary-ORed with button constants: |
||
757 | BUTTONOPT_DEFAULT Pressing enter presses this button. |
||
758 | BUTTONOPT_ESCAPE Pressing escape presses this button. |
||
759 | |||
760 | Usage examples: |
||
761 | result = messageBox('Script failed', |
||
762 | 'This script only works when you have a text frame selected.', |
||
763 | ICON_ERROR) |
||
764 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
||
765 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
||
766 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
767 | |||
768 | Defined button and icon constants: |
||
769 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
770 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
771 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
772 | </source> |
||
773 | <translation>messageBox("caption", "missatge", |
||
774 | icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
||
775 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
||
776 | |||
777 | Mostra un diàleg amb el títol de finestra "caption", el missatge "missatge", i |
||
778 | una icona "icon" amb fins a 3 botons. Per defecte no es fa servir cap icona i |
||
779 | només un sol botó, OK. Només calen els textos de "caption" i de "missatge", |
||
780 | per tant afegir una icona i els botons apropiats és molt |
||
781 | recomanat. El missatge de text pot contenir tags HTML. |
||
782 | |||
783 | Retorna el número del botó que l'usuari a premit. El número de botos comença |
||
784 | a 1. |
||
785 | |||
786 | Per la icona i pels paràmetres dels botons hi ha diverses constants predeterminades |
||
787 | amb els mateixos noms que a la documentació de Qt. Són constants BUTTON_* i |
||
788 | ICON_* definides al mòdul. També hi ha constants extres a les que poden fer |
||
789 | un OR binari amb constants de botó: |
||
790 | BUTTONOPT_DEFAULT Prement enter tria aquest botó. |
||
791 | BUTTONOPT_ESCAPE Prement escape tria aquest botó. |
||
792 | |||
793 | Exemples d'ús: |
||
794 | result = messageBox('Script failed', |
||
795 | messageBox("caption", "message",(new line) |
||
796 | (sp)(sp)(sp)(sp)icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,(new line) |
||
797 | (sp)(sp)(sp)(sp)button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer(new line) |
||
798 | (new line) |
||
799 | Displays a message box with the title "caption", the message "message", and(new line) |
||
800 | an icon "icon" and up to 3 buttons. By default no icon is used and a single(new line) |
||
801 | button, OK, is displayed. Only the caption and message arguments are required,(new line) |
||
802 | though setting an icon and appropriate button(s) is strongly(new line) |
||
803 | recommended. The message text may contain simple HTML-like markup.(new line) |
||
804 | (new line) |
||
805 | Returns the number of the button the user pressed. Button numbers start(new line) |
||
806 | at 1.(new line) |
||
807 | (new line) |
||
808 | For the icon and the button parameters there are predefined constants available(new line) |
||
809 | with the same names as in the Qt Documentation. These are the BUTTON_* and(new line) |
||
810 | ICON_* constants defined in the module. There are also two extra constants that(new line) |
||
811 | can be binary-ORed with button constants:(new line) |
||
812 | (sp)(sp)(sp)(sp)BUTTONOPT_DEFAULT(sp)(sp)(sp)Pressing enter presses this button.(new line) |
||
813 | (sp)(sp)(sp)(sp)BUTTONOPT_ESCAPE(sp)(sp)(sp)(sp)Pressing escape presses this button.(new line) |
||
814 | (new line) |
||
815 | Usage examples:(new line) |
||
816 | result = messageBox('Script failed',(new line) |
||
817 | 'This script only works when you have a text frame selected.', |
||
818 | ICON_ERROR) |
||
819 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
||
820 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
||
821 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
822 | |||
823 | Les constants de botó són: |
||
824 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
825 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
826 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
827 | </translation> |
||
828 | </message> |
||
829 | <message> |
||
830 | <source>valueDialog(caption, message [,defaultvalue]) -> string |
||
831 | |||
832 | Shows the common 'Ask for string' dialog and returns its value as a string |
||
833 | Parameters: window title, text in the window and optional 'default' value. |
||
834 | |||
835 | Example: valueDialog('title', 'text in the window', 'optional') |
||
836 | </source> |
||
837 | <translation>valueDialog(caption, missatge, [,valorperdefecte]) -> string |
||
838 | |||
839 | Mostra el diàleg comú "Demana per cadena" i retorna el seu valor. |
||
840 | Paràmetres: títol de finestra, text en la finestra i un valor per defecte opcional. |
||
841 | |||
842 | Exemple: valueDialog('titol', 'text en la finestra', 'opcional') |
||
843 | </translation> |
||
844 | </message> |
||
845 | <message> |
||
846 | <source>closeDoc() |
||
847 | |||
848 | Closes the current document without prompting to save. |
||
849 | |||
850 | May throw NoDocOpenError if there is no document to close |
||
851 | </source> |
||
852 | <translation>closeDoc() |
||
853 | |||
854 | Tanca el document actual sense preguntar per desar. |
||
855 | |||
856 | Pot generar un NoDocOpenError si no hi ha cap document per tancar |
||
857 | </translation> |
||
858 | </message> |
||
859 | <message> |
||
860 | <source>haveDoc() -> bool |
||
861 | |||
862 | Returns true if there is a document open. |
||
863 | </source> |
||
864 | <translation>haveDoc() -> bool |
||
865 | |||
866 | Retorna cert si hi ha un document obert. |
||
867 | </translation> |
||
868 | </message> |
||
869 | <message> |
||
870 | <source>openDoc("name") |
||
871 | |||
872 | Opens the document "name". |
||
873 | |||
874 | May raise ScribusError if the document could not be opened. |
||
875 | </source> |
||
876 | <translation>openDoc("nom") |
||
877 | |||
878 | Obre el document "nom". |
||
879 | |||
880 | Pot generar ScribusError si el document no es pot obrir.</translation> |
||
881 | </message> |
||
882 | <message> |
||
883 | <source>saveDoc() |
||
884 | |||
885 | Saves the current document with its current name, returns true if successful. |
||
886 | If the document has not already been saved, this may bring up an interactive |
||
887 | save file dialog. |
||
888 | |||
889 | If the save fails, there is currently no way to tell. |
||
890 | </source> |
||
891 | <translation>saveDoc() |
||
892 | |||
893 | Desa el document actual amb el seu nom actual, retorna cert si ha funcionat. |
||
894 | Si el document no ha estat gravat previament, ens sortirà un diàleg interactiu |
||
895 | per guardar. |
||
896 | |||
897 | Si no es pot desar, no hi ha cap forma de saber-ho. |
||
898 | </translation> |
||
899 | </message> |
||
900 | <message> |
||
901 | <source>saveDocAs("name") |
||
902 | |||
903 | Saves the current document under the new name "name" (which may be a full or |
||
904 | relative path). |
||
905 | |||
906 | May raise ScribusError if the save fails. |
||
907 | </source> |
||
908 | <translation>saveDocAs("nom") |
||
909 | |||
910 | Desa el document actual sota el nou nom "nom" (que pot ser amb camí absolut |
||
911 | o camí relatiu). |
||
912 | |||
913 | Pot generar un ScribusError si falla el desat. |
||
914 | </translation> |
||
915 | </message> |
||
916 | <message> |
||
917 | <source>saveDocAs("author", "info", "description") -> bool |
||
918 | |||
919 | Sets the document information. "Author", "Info", "Description" are |
||
920 | strings. |
||
921 | </source> |
||
922 | <translation>saveDocAs("autor", "info", "descripcio") -> bool |
||
923 | |||
924 | Posa la informació al document. "Autor", "Informació", "Descripció" són |
||
925 | cadenes. |
||
926 | </translation> |
||
927 | </message> |
||
928 | <message> |
||
929 | <source>setMargins(lr, rr, tr, br) |
||
930 | |||
931 | Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br) |
||
932 | margins are given in the measurement units of the document - see UNIT_<type> |
||
933 | constants. |
||
934 | </source> |
||
935 | <translation>setMargins(lr, rr, tr, br) |
||
936 | |||
937 | Posa els marges del document, Esquerra (lr), Dreta (rr), Dalt (tr) i Baix (br) |
||
938 | Els marges s'han de posar en unitats de mesura del document - veure les constants |
||
939 | UNIT_<tipus>. |
||
940 | </translation> |
||
941 | </message> |
||
942 | <message> |
||
943 | <source>setUnit(type) |
||
944 | |||
945 | Changes the measurement unit of the document. Possible values for "unit" are |
||
946 | defined as constants UNIT_<type>. |
||
947 | |||
948 | May raise ValueError if an invalid unit is passed. |
||
949 | </source> |
||
950 | <translation>setUnit(unitats) |
||
951 | |||
952 | Canvia les unitats de mesura del document. Possible valors de les unitats estan |
||
953 | definides com a constants UNIT_<tipus>. |
||
954 | </translation> |
||
955 | </message> |
||
956 | <message> |
||
957 | <source>getUnit() -> integer (Scribus unit constant) |
||
958 | |||
959 | Returns the measurement units of the document. The returned value will be one |
||
960 | of the UNIT_* constants: |
||
961 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
962 | </source> |
||
963 | <translation>getUnit() -> integer (unitats de constants Scribus) |
||
964 | |||
965 | Retorna les unitats des mesura del document. El valor retornat serà una de |
||
966 | les constants UNIT_*: |
||
967 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
968 | </translation> |
||
969 | </message> |
||
970 | <message> |
||
971 | <source>loadStylesFromFile("filename") |
||
972 | |||
973 | Loads paragraph styles from the Scribus document at "filename" into the |
||
974 | current document. |
||
975 | </source> |
||
976 | <translation>loadStylesFromFile("nomfitxer") |
||
977 | |||
978 | Carregar els estils de paràgraf des d'un document Scribus especificat a "nomfitxer" |
||
979 | en el document actual. |
||
980 | </translation> |
||
981 | </message> |
||
982 | <message> |
||
983 | <source>setDocType(facingPages, firstPageLeft) |
||
984 | |||
985 | Sets the document type. To get facing pages set the first parameter to |
||
986 | FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want |
||
987 | to be the first page a left side set the second parameter to FIRSTPAGELEFT, for |
||
988 | a right page use FIRSTPAGERIGHT. |
||
989 | </source> |
||
990 | <translation>setDocType(facingPages, firstPageLeft) |
||
991 | |||
992 | Estableix el tipus de document. Per tenir pàgines acarades cal establir primer |
||
993 | paràmetre a FACINPAGES, i per no tenir-ne NOFACINPAGES. Si vols que la primera |
||
994 | pàgina sigui a l'esquerra cal posar al segon paràmetre FIRSTPAGELEFT, i perquè |
||
995 | sigui la dreta FIRSTPAGERIGHT. |
||
996 | </translation> |
||
997 | </message> |
||
998 | <message> |
||
999 | <source>getLineColor(["name"]) -> string |
||
1000 | |||
1001 | Returns the name of the line color of the object "name". |
||
1002 | If "name" is not given the currently selected item is used. |
||
1003 | </source> |
||
1004 | <translation>getLineColor(["nom"]) -> string |
||
1005 | |||
1006 | Retorna el nom del color de línia de l'objecte "nom". |
||
1007 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1008 | </translation> |
||
1009 | </message> |
||
1010 | <message> |
||
1011 | <source>getLineWidth(["name"]) -> integer |
||
1012 | |||
1013 | Returns the line width of the object "name". If "name" |
||
1014 | is not given the currently selected Item is used. |
||
1015 | </source> |
||
1016 | <translation>getLineWidth(["nom"]) -> integer |
||
1017 | |||
1018 | Retorna l'amplada de la línia de l'objecte "nom". Si no |
||
1019 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1020 | </translation> |
||
1021 | </message> |
||
1022 | <message> |
||
1023 | <source>getLineShade(["name"]) -> integer |
||
1024 | |||
1025 | Returns the shading value of the line color of the object "name". |
||
1026 | If "name" is not given the currently selected item is used. |
||
1027 | </source> |
||
1028 | <translation>getLineShade(["nom"]) -> integer |
||
1029 | |||
1030 | Retorna el valor de la intensitat del color de la línia de l'objecte "nom". |
||
1031 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1032 | </translation> |
||
1033 | </message> |
||
1034 | <message> |
||
1035 | <source>getLineJoin(["name"]) -> integer (see contants) |
||
1036 | |||
1037 | Returns the line join style of the object "name". If "name" is not given |
||
1038 | the currently selected item is used. The join types are: |
||
1039 | JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
||
1040 | </source> |
||
1041 | <translation>getLineJoin(["nom"]) -> integer (mirar constants) |
||
1042 | |||
1043 | Retorna l'estil d'unió de línia de l'objecte "nom". Si no especifiquem |
||
1044 | "nom" es fa servir l'ítem seleccionat. Els tipus d'unió són: |
||
1045 | JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
||
1046 | </translation> |
||
1047 | </message> |
||
1048 | <message> |
||
1049 | <source>getLineEnd(["name"]) -> integer (see constants) |
||
1050 | |||
1051 | Returns the line cap style of the object "name". If "name" is not given the |
||
1052 | currently selected item is used. The cap types are: |
||
1053 | CAP_FLAT, CAP_ROUND, CAP_SQUARE |
||
1054 | </source> |
||
1055 | <translation>getLineEnd(["nom"]) -> integer (mirar constants) |
||
1056 | |||
1057 | Retorna el tap de línia de l'objecte "nom". Si no especifiquem "nom" es fa |
||
1058 | servir l'ítem seleccionat. Els tipus de tap són: |
||
1059 | CAP_FLAT, CAP_ROUND, CAP_SQUARE |
||
1060 | </translation> |
||
1061 | </message> |
||
1062 | <message> |
||
1063 | <source>getLineStyle(["name"]) -> integer (see constants) |
||
1064 | |||
1065 | Returns the line style of the object "name". If "name" is not given the |
||
1066 | currently selected item is used. Line style constants are: |
||
1067 | LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
||
1068 | </source> |
||
1069 | <translation>getLineStyle(["nom"]) -> integer (mirar constants) |
||
1070 | |||
1071 | Retorna l'estil de línia de l'objecte "nom". Si no especifiquem "nom" es |
||
1072 | fa servir l'ítem seleccionat.. Les constants de línia són: |
||
1073 | LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
||
1074 | </translation> |
||
1075 | </message> |
||
1076 | <message> |
||
1077 | <source>getFillShade(["name"]) -> integer |
||
1078 | |||
1079 | Returns the shading value of the fill color of the object "name". |
||
1080 | If "name" is not given the currently selected item is used. |
||
1081 | </source> |
||
1082 | <translation>getFillShade(["nom"]) -> integer |
||
1083 | |||
1084 | Retorna el valor de la intensitat del color d'emplenament de l'objecte "nom". |
||
1085 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1086 | </translation> |
||
1087 | </message> |
||
1088 | <message> |
||
1089 | <source>getImageScale(["name"]) -> (x,y) |
||
1090 | |||
1091 | Returns a (x, y) tuple containing the scaling values of the image frame |
||
1092 | "name". If "name" is not given the currently selected item is used. |
||
1093 | </source> |
||
1094 | <translation>getImageScale(["name"]) -> (x,y) |
||
1095 | |||
1096 | Retorna una parella (x,y) contenint els valors d'escalat de la imatge |
||
1097 | "nom". Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1098 | </translation> |
||
1099 | </message> |
||
1100 | <message> |
||
1101 | <source>getImageName(["name"]) -> string |
||
1102 | |||
1103 | Returns the filename for the image in the image frame. If "name" is not |
||
1104 | given the currently selected item is used. |
||
1105 | </source> |
||
1106 | <translation>getImageName(["nom"]) -> string |
||
1107 | |||
1108 | Retorna el nom del fitxer de la imatge que tenim. Si no especifiquem "nom" |
||
1109 | es fa servir l'ítem seleccionat.</translation> |
||
1110 | </message> |
||
1111 | <message> |
||
1112 | <source>getSize(["name"]) -> (width,height) |
||
1113 | |||
1114 | Returns a (width, height) tuple with the size of the object "name". |
||
1115 | If "name" is not given the currently selected item is used. The size is |
||
1116 | expressed in the current measurement unit of the document - see UNIT_<type> |
||
1117 | for reference. |
||
1118 | </source> |
||
1119 | <translation>getSize(["nom"]) -> (amplada,alçada) |
||
1120 | |||
1121 | Retorna un parell (amplada, alçada) amb la mida de l'objecte "nom". |
||
1122 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. La mida està |
||
1123 | expressada en les unitats de mesura del document - mireu UNIT_<tipus> |
||
1124 | per referència.</translation> |
||
1125 | </message> |
||
1126 | <message> |
||
1127 | <source>getRotation(["name"]) -> integer |
||
1128 | |||
1129 | Returns the rotation of the object "name". The value is expressed in degrees, |
||
1130 | and clockwise is positive. If "name" is not given the currently selected item |
||
1131 | is used. |
||
1132 | </source> |
||
1133 | <translation>getRotation(["name"]) -> integer |
||
1134 | |||
1135 | Retorna la rotació de l'objecte "nom". El valor està expressat en graus, |
||
1136 | en sentit horari és positiu. Si no especifiquem "nom" es fa servir l'ítem |
||
1137 | seleccionat. |
||
1138 | </translation> |
||
1139 | </message> |
||
1140 | <message> |
||
1141 | <source>getAllObjects() -> list |
||
1142 | |||
1143 | Returns a list containing the names of all objects on the current page. |
||
1144 | </source> |
||
1145 | <translation>getAllObjects() -> list |
||
1146 | |||
1147 | Retorna una llista que conté els noms de tots els objectes de la pàgina actual. |
||
1148 | </translation> |
||
1149 | </message> |
||
1150 | <message> |
||
1151 | <source>moveObjectAbs(x, y [, "name"]) |
||
1152 | |||
1153 | Moves the object "name" to a new location. The coordinates are expressed in |
||
1154 | the current measurement unit of the document (see UNIT constants). If "name" |
||
1155 | is not given the currently selected item is used. If the object "name" |
||
1156 | belongs to a group, the whole group is moved. |
||
1157 | </source> |
||
1158 | <translation>moveObjectAbs(x, y [, "nom"]) |
||
1159 | |||
1160 | Mou l'objecte "nom" a una nova posició. Les coordenades estan expressades en |
||
1161 | les unitats de mesura del document (veure constants UNIT). Si no especifiquem "nom" |
||
1162 | es fa servir l'ítem seleccionat. Si l'objecte "nom" pertany a un grup, |
||
1163 | es mou tot el grup. |
||
1164 | </translation> |
||
1165 | </message> |
||
1166 | <message> |
||
1167 | <source>rotateObject(rot [, "name"]) |
||
1168 | |||
1169 | Rotates the object "name" by "rot" degrees relatively. The object is |
||
1170 | rotated by the vertex that is currently selected as the rotation point - by |
||
1171 | default, the top left vertext at zero rotation. Positive values mean counter |
||
1172 | clockwise rotation when the default rotation point is used. If "name" is not |
||
1173 | given the currently selected item is used. |
||
1174 | </source> |
||
1175 | <translation>rotateObject(rot, [, "nom"]) |
||
1176 | |||
1177 | Rota l'objecte "nom" "rot" graus respecte el punt actual. L'objecte és |
||
1178 | rotat pel vertex seleccionat com a punt de rotació - per defecte, el |
||
1179 | punt superior esquerre a rotació zero. Valors positius representen rodar |
||
1180 | en sentit horari quan es fa servir el punt de rotació per defecte. Si no |
||
1181 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1182 | </translation> |
||
1183 | </message> |
||
1184 | <message> |
||
1185 | <source>sizeObject(width, height [, "name"]) |
||
1186 | |||
1187 | Resizes the object "name" to the given width and height. If "name" |
||
1188 | is not given the currently selected item is used. |
||
1189 | </source> |
||
1190 | <translation>sizeObject(amplada, alçada [, "nom"]) |
||
1191 | |||
1192 | Canvia la mida de l'objecte "nom" a la mida especificada. Si no |
||
1193 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1194 | </translation> |
||
1195 | </message> |
||
1196 | <message> |
||
1197 | <source>getSelectedObject([nr]) -> string |
||
1198 | |||
1199 | Returns the name of the selected object. "nr" if given indicates the number |
||
1200 | of the selected object, e.g. 0 means the first selected object, 1 means the |
||
1201 | second selected Object and so on. |
||
1202 | </source> |
||
1203 | <translation>getSelectedObject([nr]) -> string |
||
1204 | |||
1205 | Retorna el nom de l'objecte seleccionat. "nr" si es dóna especifica el número |
||
1206 | de l'objecte seleccionat, ex. 0 significa el primer objecte seleccionat, 1 el |
||
1207 | segon i així. |
||
1208 | </translation> |
||
1209 | </message> |
||
1210 | <message> |
||
1211 | <source>selectionCount() -> integer |
||
1212 | |||
1213 | Returns the number of selected objects. |
||
1214 | </source> |
||
1215 | <translation>seleccionCount() -> integer |
||
1216 | |||
1217 | Retorna el número d'objectes seleccionats. |
||
1218 | </translation> |
||
1219 | </message> |
||
1220 | <message> |
||
1221 | <source>selectObject("name") |
||
1222 | |||
1223 | Selects the object with the given "name". |
||
1224 | </source> |
||
1225 | <translation>selectObject("nom") |
||
1226 | |||
1227 | Selecciona l'objecte amb el nom "nom". |
||
1228 | </translation> |
||
1229 | </message> |
||
1230 | <message> |
||
1231 | <source>deselectAll() |
||
1232 | |||
1233 | Deselects all objects in the whole document. |
||
1234 | </source> |
||
1235 | <translation>deselectAll() |
||
1236 | |||
1237 | Deselecciona tots els objectes de tot el document. |
||
1238 | </translation> |
||
1239 | </message> |
||
1240 | <message> |
||
1241 | <source>groupObjects(list) |
||
1242 | |||
1243 | Groups the objects named in "list" together. "list" must contain the names |
||
1244 | of the objects to be grouped. If "list" is not given the currently selected |
||
1245 | items are used. |
||
1246 | </source> |
||
1247 | <translation>groupObjects(llista) |
||
1248 | |||
1249 | Agrupa els objectes que especifiquem a la llista "llista". La llista ha de contenir |
||
1250 | els noms dels objectes a agrupar. Si no s'especifica llista es fan servir els |
||
1251 | objectes que estiguin seleccionats. |
||
1252 | </translation> |
||
1253 | </message> |
||
1254 | <message> |
||
1255 | <source>unGroupObjects("name") |
||
1256 | |||
1257 | Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source> |
||
1258 | <translation>unGroupObjects("nom") |
||
1259 | |||
1260 | Destrueix el grup al qual pertany l'objecte "nom". Si no especifiquem "nom" es fa servir l'ítem seleccionat.</translation> |
||
1261 | </message> |
||
1262 | <message> |
||
1263 | <source>scaleGroup(factor [,"name"]) |
||
1264 | |||
1265 | Scales the group the object "name" belongs to. Values greater than 1 enlarge |
||
1266 | the group, values smaller than 1 make the group smaller e.g a value of 0.5 |
||
1267 | scales the group to 50 % of its original size, a value of 1.5 scales the group |
||
1268 | to 150 % of its original size. The value for "factor" must be greater than |
||
1269 | 0. If "name" is not given the currently selected item is used. |
||
1270 | |||
1271 | May raise ValueError if an invalid scale factor is passed. |
||
1272 | </source> |
||
1273 | <translation>scaleGroup(factor [,"nom"]) |
||
1274 | |||
1275 | Escala el grup al qual pertany l'objecte "nom". Valors més grans que 1 incrementen |
||
1276 | el grup, i valors més petits que 1 decrementen el grup. ex. Un valor de 0.5 escala |
||
1277 | el grup al 50% del valor original, un valor de 1.5 escala el grup a un |
||
1278 | 150% del valor original. El valor de "factor" ha de ser més gran que |
||
1279 | 0. Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1280 | |||
1281 | Pot provocar un ValueError si s'especifica un factor invàlid. |
||
1282 | </translation> |
||
1283 | </message> |
||
1284 | <message> |
||
1285 | <source>loadImage("filename" [, "name"]) |
||
1286 | |||
1287 | Loads the picture "picture" into the image frame "name". If "name" is |
||
1288 | not given the currently selected item is used. |
||
1289 | |||
1290 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
1291 | </source> |
||
1292 | <translation>loadImage("nomFitxer", [,"nom"]) |
||
1293 | |||
1294 | Carrega la imatge "nomFitxer" en el marc d'imatge "nom". Si no especifiquem |
||
1295 | "nom" es fa servir l'ítem seleccionat. |
||
1296 | |||
1297 | Pot provocar WrongFrameTypeError si el marc no és d'imatge |
||
1298 | </translation> |
||
1299 | </message> |
||
1300 | <message> |
||
1301 | <source>scaleImage(x, y [, "name"]) |
||
1302 | |||
1303 | Sets the scaling factors of the picture in the image frame "name". |
||
1304 | If "name" is not given the currently selected item is used. A number of 1 |
||
1305 | means 100 %. |
||
1306 | |||
1307 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
1308 | </source> |
||
1309 | <translation>scaleImage(x, y [, "nom"]) |
||
1310 | |||
1311 | Estableix els factors d'escalat de la imatge del marc d'imatge "nom". |
||
1312 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Un valor de 1 |
||
1313 | significa 100 %. |
||
1314 | |||
1315 | Pot provocar WrongFrameTypeError si el marc no és d'imatge |
||
1316 | </translation> |
||
1317 | </message> |
||
1318 | <message> |
||
1319 | <source>lockObject(["name"]) -> bool |
||
1320 | |||
1321 | Locks the object "name" if it's unlocked or unlock it if it's locked. |
||
1322 | If "name" is not given the currently selected item is used. Returns true |
||
1323 | if locked. |
||
1324 | </source> |
||
1325 | <translation>lockObject(["nom"]) -> bool |
||
1326 | |||
1327 | Bloqueja l'objecte "nom" si està desbloquejat o el desbloqueja si està bloquejat. |
||
1328 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Retorna cert |
||
1329 | si bloqueja. |
||
1330 | </translation> |
||
1331 | </message> |
||
1332 | <message> |
||
1333 | <source>isLocked(["name"]) -> bool |
||
1334 | |||
1335 | Returns true if is the object "name" locked. If "name" is not given the |
||
1336 | currently selected item is used. |
||
1337 | </source> |
||
1338 | <translation>isLocked(["nom"]) -> bool |
||
1339 | |||
1340 | Retorna cert si l'objecte "nom" està bloquejat. Si no especifiquem "nom" es |
||
1341 | fa servir l'ítem seleccionat. |
||
1342 | </translation> |
||
1343 | </message> |
||
1344 | <message> |
||
1345 | <source>getFontNames() -> list |
||
1346 | |||
1347 | Returns a list with the names of all available fonts. |
||
1348 | </source> |
||
1349 | <translation>getFontNames() -> llista |
||
1350 | |||
1351 | Retorna una llista amb els noms de totes les fonts. |
||
1352 | </translation> |
||
1353 | </message> |
||
1354 | <message> |
||
1355 | <source>getXFontNames() -> list of tuples |
||
1356 | |||
1357 | Returns a larger font info. It's a list of the tuples with: |
||
1358 | [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ] |
||
1359 | </source> |
||
1360 | <translation>getXFontNames() -> llista de tuples |
||
1361 | |||
1362 | Retorna molta informació de font. És una llista de tuples amb: |
||
1363 | [ (Nom Scribus, Familia, Nom Real, subconjunt (1|0), embed PS (1|0), fitxer de font), (...), ...] |
||
1364 | </translation> |
||
1365 | </message> |
||
1366 | <message> |
||
1367 | <source>rendeFont("name", "filename", "sample", size) -> bool |
||
1368 | |||
1369 | Creates an image preview of font "name" with given text "sample" and size. |
||
1370 | Image is saved into "filename". Returns true when success. |
||
1371 | |||
1372 | May raise NotFoundError if the specified font can't be found. |
||
1373 | May raise ValueError if an empty sample or filename is passed. |
||
1374 | </source> |
||
1564 | cbradney | 1375 | <translation>rendeFont("nom", "nomFitxer", "sample", mida) -> bool |
1135 | cbradney | 1376 | |
1377 | Crea una imatge de previsualització de la font "nom" amb el text "sample" i mida. |
||
1378 | La imatge és desa en el fitxer "nomFitxer". Retorna cert quan tot va bé. |
||
1379 | |||
1380 | Pot provocar un NotFoundError si la font especificada no es pot trobar. |
||
1381 | Pot provocar un ValueError si es passa un sample buit. |
||
1382 | </translation> |
||
1383 | </message> |
||
1384 | <message> |
||
1385 | <source>getLayers() -> list |
||
1386 | |||
1387 | Returns a list with the names of all defined layers. |
||
1388 | </source> |
||
1389 | <translation>getLayers() -> llista |
||
1390 | |||
1391 | Retorna una llista amb els noms de totes les capes. |
||
1392 | </translation> |
||
1393 | </message> |
||
1394 | <message> |
||
1395 | <source>setActiveLayer("name") |
||
1396 | |||
1397 | Sets the active layer to the layer named "name". |
||
1398 | |||
1399 | May raise NotFoundError if the layer can't be found. |
||
1400 | May raise ValueError if the layer name isn't acceptable. |
||
1401 | </source> |
||
1402 | <translation>setActiveLayer("nom") |
||
1403 | |||
1404 | Canvia la capa activa a una capa anomenada "nom". |
||
1405 | |||
1406 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1407 | Pot generar ValueError si la capa nom no és acceptable. |
||
1408 | </translation> |
||
1409 | </message> |
||
1410 | <message> |
||
1411 | <source>getActiveLayer() -> string |
||
1412 | |||
1413 | Returns the name of the current active layer. |
||
1414 | </source> |
||
1415 | <translation>getActiveLayer() -> string |
||
1416 | |||
1417 | Retorna el nom de la capa activa. |
||
1418 | </translation> |
||
1419 | </message> |
||
1420 | <message> |
||
1421 | <source>sentToLayer("layer" [, "name"]) |
||
1422 | |||
1423 | Sends the object "name" to the layer "layer". The layer must exist. |
||
1424 | If "name" is not given the currently selected item is used. |
||
1425 | |||
1426 | May raise NotFoundError if the layer can't be found. |
||
1427 | May raise ValueError if the layer name isn't acceptable. |
||
1428 | </source> |
||
1429 | <translation>sendToLayer("capa" [, "nom"]) |
||
1430 | |||
1431 | Envia l'objecte "nom" a la capa "capa". La capa ha d'existir. |
||
1432 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
1433 | |||
1434 | Pot provocar NotFoundError si la capa no es pot trobar. |
||
1435 | Pot provocar ValueError si el nom no és acceptable. |
||
1436 | |||
1437 | |||
1438 | </translation> |
||
1439 | </message> |
||
1440 | <message> |
||
1441 | <source>setLayerVisible("layer", visible) |
||
1442 | |||
1443 | Sets the layer "layer" to be visible or not. If is the visible set to false |
||
1444 | the layer is invisible. |
||
1445 | |||
1446 | May raise NotFoundError if the layer can't be found. |
||
1447 | May raise ValueError if the layer name isn't acceptable. |
||
1448 | </source> |
||
1449 | <translation>setLayerVisible("capa", visible) |
||
1450 | |||
1451 | Estableix la capa especificada a visible o no. Si visible està false |
||
1452 | la capa és invisible. |
||
1453 | |||
1454 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1455 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1456 | </translation> |
||
1457 | </message> |
||
1458 | <message> |
||
1459 | <source>setLayerPrintable("layer", printable) |
||
1460 | |||
1461 | Sets the layer "layer" to be printable or not. If is the printable set to |
||
1462 | false the layer won't be printed. |
||
1463 | |||
1464 | May raise NotFoundError if the layer can't be found. |
||
1465 | May raise ValueError if the layer name isn't acceptable. |
||
1466 | </source> |
||
1467 | <translation>setLayerPrintable("capa", printable) |
||
1468 | |||
1469 | Estableix la capa especificada a printable o no. Si printable està |
||
1470 | false la capa no s'imprimirà. |
||
1471 | |||
1472 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1473 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1474 | </translation> |
||
1475 | </message> |
||
1476 | <message> |
||
1477 | <source>isLayerPrintable("layer") -> bool |
||
1478 | |||
1479 | Returns wether the Layer "layer" is visible or not, a value of True means |
||
1480 | that the layer "layer" is visible, a value of False means that the layer |
||
1481 | "layer" is invisible. |
||
1482 | |||
1483 | May raise NotFoundError if the layer can't be found. |
||
1484 | May raise ValueError if the layer name isn't acceptable. |
||
1485 | </source> |
||
1525 | cbradney | 1486 | <translation type="obsolete">isLayerVisible("capa") -> bool |
1135 | cbradney | 1487 | |
1488 | Ens retorna si la capa "capa" és visible o no, un valor de Cert significa |
||
1489 | que la capa és visible, un valor de Fals significa que la capa |
||
1490 | "layer" és invisible |
||
1491 | |||
1492 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1493 | Pot generar ValueError si el nom de capa no és acceptable.</translation> |
||
1494 | </message> |
||
1495 | <message> |
||
1496 | <source>isLayerPrintable("layer") -> bool |
||
1497 | |||
1498 | Returns wether the layer "layer" is printable or not, a value of True means |
||
1499 | that the layer "layer" can be printed, a value of False means that printing |
||
1500 | the layer "layer" is disabled. |
||
1501 | |||
1502 | May raise NotFoundError if the layer can't be found. |
||
1503 | May raise ValueError if the layer name isn't acceptable. |
||
1504 | </source> |
||
1525 | cbradney | 1505 | <translation type="obsolete">isLayerPrintable("capa") -> bool |
1135 | cbradney | 1506 | |
1507 | Ens retorna si la capa "capa" és printable o no, un valor de Cert significa |
||
1508 | que la capa pot ser imprimible, un valor de Fals significa que la capa |
||
1509 | "layer" no és imprimible. |
||
1510 | |||
1511 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1512 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1513 | </translation> |
||
1514 | </message> |
||
1515 | <message> |
||
1516 | <source>deleteLayer("layer") |
||
1517 | |||
1518 | Deletes the layer with the name "layer". Nothing happens if the layer doesn't |
||
1519 | exists or if it's the only layer in the document. |
||
1520 | |||
1521 | May raise NotFoundError if the layer can't be found. |
||
1522 | May raise ValueError if the layer name isn't acceptable. |
||
1523 | </source> |
||
1524 | <translation>deleteLayer("capa") |
||
1525 | |||
1526 | Esborra la capa amb el nom "capa". Si la capa no existeix o és la única del |
||
1527 | document no passa res. |
||
1528 | |||
1529 | Pot generar NotFoundError si la capa no es pot trobar. |
||
1530 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1531 | </translation> |
||
1532 | </message> |
||
1533 | <message> |
||
1534 | <source>createLayer(layer) |
||
1535 | |||
1536 | Creates a new layer with the name "name". |
||
1537 | |||
1538 | May raise ValueError if the layer name isn't acceptable. |
||
1539 | </source> |
||
1540 | <translation>createLayer(capa) |
||
1541 | |||
1542 | Crea una nova capa amb el nom "capa". |
||
1543 | |||
1544 | Pot generar ValueError si el nom de capa no és acceptable. |
||
1545 | </translation> |
||
1546 | </message> |
||
1547 | <message> |
||
1548 | <source>getGuiLanguage() -> string |
||
1549 | |||
1550 | Returns a string with the -lang value. |
||
1551 | </source> |
||
1552 | <translation>getGuiLanguage() -> string |
||
1553 | |||
1554 | Retorna una cadena amb el valor de -lang. |
||
1555 | </translation> |
||
1556 | </message> |
||
1557 | <message> |
||
1558 | <source>createEllipse(x, y, width, height, ["name"]) -> string |
||
1559 | |||
1560 | Creates a new ellipse on the current page and returns its name. |
||
1561 | The coordinates are given in the current measurement units of the document |
||
1562 | (see UNIT constants). "name" should be a unique identifier for the object |
||
1563 | because you need this name for further referencing of that object. If "name" |
||
1564 | is not given Scribus will create one for you. |
||
1565 | |||
1566 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1567 | </source> |
||
1568 | <translation>createEllipse(x, y, amplada, alçada, ["nom"]) -> string |
||
1569 | |||
1570 | Crea una nova elipse en la pàgina actual i en retorna el nom. |
||
1571 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1572 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1573 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1574 | Scribus en crearà un per nosaltres. |
||
1575 | |||
1576 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1577 | </translation> |
||
1578 | </message> |
||
1579 | <message> |
||
1580 | <source>createImage(x, y, width, height, ["name"]) -> string |
||
1581 | |||
1582 | Creates a new picture frame on the current page and returns its name. The |
||
1583 | coordinates are given in the current measurement units of the document. |
||
1584 | "name" should be a unique identifier for the object because you need this |
||
1585 | name for further access to that object. If "name" is not given Scribus will |
||
1586 | create one for you. |
||
1587 | |||
1588 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1589 | </source> |
||
1590 | <translation>createImage(x, y, amplada, alçada, ["nom"]) -> string |
||
1591 | |||
1592 | Crea un nou marc d'imatge en la pàgina actual i en retorna el nom. |
||
1593 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1594 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1595 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1596 | Scribus en crearà un per nosaltres. |
||
1597 | |||
1598 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1599 | </translation> |
||
1600 | </message> |
||
1601 | <message> |
||
1602 | <source>createText(x, y, width, height, ["name"]) -> string |
||
1603 | |||
1604 | Creates a new text frame on the actual page and returns its name. |
||
1605 | The coordinates are given in the actual measurement unit of the document (see |
||
1606 | UNIT constants). "name" should be a unique identifier for the object because |
||
1607 | you need this name for further referencing of that object. If "name" is not |
||
1608 | given Scribus will create one for you. |
||
1609 | |||
1610 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1611 | </source> |
||
1612 | <translation>createText(x, y, amplada, alçada, ["nom"]) -> string |
||
1613 | |||
1614 | Crea un nou quadre de text en la pàgina actual i en retorna el nom. |
||
1615 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1616 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1617 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1618 | Scribus en crearà un per nosaltres. |
||
1619 | |||
1620 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1621 | </translation> |
||
1622 | </message> |
||
1623 | <message> |
||
1624 | <source>createLine(x1, y1, x2, y2, ["name"]) -> string |
||
1625 | |||
1626 | Creates a new line from the point(x1, y1) to the point(x2, y2) and returns |
||
1627 | its name. The coordinates are given in the current measurement unit of the |
||
1628 | document (see UNIT constants). "name" should be a unique identifier for the |
||
1629 | object because you need this name for further access to that object. If |
||
1630 | "name" is not given Scribus will create one for you. |
||
1631 | |||
1632 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1633 | </source> |
||
1634 | <translation>createLine(x1, y1, x2, y2, ["nom"]) -> string |
||
1635 | |||
1636 | Crea una nova línia des del punt (x1,y1) al punt (x2,y2) i en retorna el |
||
1637 | nom. Les coordenades estan especificades amb les unitats de mesura del |
||
1638 | document (mireu constants UNIT). "nom" ha de ser un identificador únic |
||
1639 | per l'objecte ja que necessitem aquest nom per referències futures. Si |
||
1640 | "nom" no s'especifica Scribus en crearà un per nosaltres. |
||
1641 | |||
1642 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1643 | </translation> |
||
1644 | </message> |
||
1645 | <message> |
||
1646 | <source>createPolyLine(list, ["name"]) -> string |
||
1647 | |||
1648 | Creates a new polyline and returns its name. The points for the polyline are |
||
1649 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1650 | The coordinates are given in the current measurement units of the document (see |
||
1651 | UNIT constants). "name" should be a unique identifier for the object because |
||
1652 | you need this name for further access to that object. If "name" is not given |
||
1653 | Scribus will create one for you. |
||
1654 | |||
1655 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1656 | May raise ValueError if an insufficient number of points is passed or if |
||
1657 | the number of values passed don't group into points without leftovers. |
||
1658 | </source> |
||
1659 | <translation>createPolyLine(llista, ["nom"]) -> string |
||
1660 | |||
1661 | Crea un nou conjunt de línies i en retorna el nom. Els punts de cada línia estan |
||
1662 | guardats en la llista "llista" en l'ordre [x1, y1, x2, y2, .., xn, yn]. |
||
1663 | Les coordenades estan especificades amb les unitats de mesura del document |
||
1664 | (mireu constants UNIT). "nom" ha de ser un identificador únic per l'objecte |
||
1665 | ja que necessitem aquest nom per referències futures. Si "nom" no s'especifica |
||
1666 | Scribus en crearà un per nosaltres. |
||
1667 | |||
1668 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1669 | Pot generar un ValueError si es passa un número de punts insuficient o si el |
||
1670 | número de valors passat no agrupa bé els punts. |
||
1671 | </translation> |
||
1672 | </message> |
||
1673 | <message> |
||
1674 | <source>createPolygon(list, ["name"]) -> string |
||
1675 | |||
1676 | Creates a new polygon and returns its name. The points for the polygon are |
||
1677 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1678 | At least three points are required. There is no need to repeat the first point |
||
1679 | to close the polygon. The polygon is automatically closed by connecting the |
||
1680 | first and the last point. The coordinates are given in the current measurement |
||
1681 | units of the document (see UNIT constants). "name" should be a unique |
||
1682 | identifier for the object because you need this name for further access to that |
||
1683 | object. If "name" is not given Scribus will create one for you. |
||
1684 | |||
1685 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1686 | May raise ValueError if an insufficient number of points is passed or if |
||
1687 | the number of values passed don't group into points without leftovers. |
||
1688 | </source> |
||
1689 | <translation>createPolygon(llista, ["nom"]) -> string |
||
1690 | |||
1691 | Crea un nou polígon i en retorna el nom. Els punts pel polígon estan |
||
1692 | guardats en la llista "llista" en el següent ordre: [x1, y1, x2, y2, ...xn, yn]. |
||
1693 | Almenys calen tres punts. No cal repetir el primer punt per |
||
1694 | tancar el polígon. El polígon es tancarà automàticament connectant el |
||
1695 | primer punt i el darrer. Les coordenades estan especificades amb les unitats |
||
1696 | de mesura del document (mireu constants UNIT). "nom" ha de ser un identificador |
||
1697 | únic per l'objecte ja que necessitem aquest nom per referències futures. |
||
1698 | Si "nom" no s'especifica Scribus en crearà un per nosaltres. |
||
1699 | |||
1700 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1701 | Pot generar un ValueError si es passa un número de punts insuficient o si el |
||
1702 | número de valors passat no agrupa bé els punts. |
||
1703 | </translation> |
||
1704 | </message> |
||
1705 | <message> |
||
1706 | <source>createBezierLine(list, ["name"]) -> string |
||
1707 | |||
1708 | Creates a new bezier curve and returns its name. The points for the bezier |
||
1709 | curve are stored in the list "list" in the following order: |
||
1710 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] |
||
1711 | In the points list, x and y mean the x and y coordinates of the point and kx |
||
1712 | and ky meaning the control point for the curve. The coordinates are given in |
||
1713 | the current measurement units of the document (see UNIT constants). "name" |
||
1714 | should be a unique identifier for the object because you need this name for |
||
1715 | further access to that object. If "name" is not given Scribus will create one |
||
1716 | for you. |
||
1717 | |||
1718 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1719 | May raise ValueError if an insufficient number of points is passed or if |
||
1720 | the number of values passed don't group into points without leftovers. |
||
1721 | </source> |
||
1722 | <translation>createBezierLine(llista, ["nom"]) -> string |
||
1723 | |||
1724 | Crea una corba bezier i en retorna el nom. Els punts per la corba bezier es |
||
1725 | guarden en la llista "llista" en el següent ordre: |
||
1726 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2, ...xn, yn, kxn, kyn]. |
||
1727 | En els punts x i y són els valors de x i de y del punt, mentre que kx |
||
1728 | i ky són els punts de control de la corba. Les coordenades es dónen en |
||
1729 | les unitats de mesura del document (mireu constants UNIT). "nom" |
||
1730 | ha de ser un identificador únic per l'objecte ja que necessitem aquest nom |
||
1731 | per referències futures. Si "nom" no s'especifica Scribus en crearà un per |
||
1732 | nosaltres. |
||
1733 | |||
1734 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1735 | Pot generar un ValueError si es passa un número de punts insuficient o si el |
||
1736 | número de valors passat no agrupa bé els punts. |
||
1737 | </translation> |
||
1738 | </message> |
||
1739 | <message> |
||
1740 | <source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
||
1741 | |||
1742 | Creates a new pathText by merging the two objects "textbox" and |
||
1743 | "beziercurve" and returns its name. The coordinates are given in the current |
||
1744 | measurement unit of the document (see UNIT constants). "name" should be a |
||
1745 | unique identifier for the object because you need this name for further access |
||
1746 | to that object. If "name" is not given Scribus will create one for you. |
||
1747 | |||
1748 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
1749 | May raise NotFoundError if one or both of the named base object don't exist. |
||
1750 | </source> |
||
1751 | <translation>createPathText(x, y, "textbox", "beziercurve", ["nom"]) -> string |
||
1752 | |||
1753 | Crea una nou camí de text barrejant els dos objectes "textbox" i |
||
1754 | "beziercurve" i en retorna el nom. Les coordenades estan especificades |
||
1755 | amb les unitats de mesura del document (mireu constants UNIT). "nom" ha de |
||
1756 | ser un identificador únic per l'objecte ja que necessitem aquest nom per referències |
||
1757 | futures. Si "nom" no s'especifica Scribus en crearà un per nosaltres. |
||
1758 | |||
1759 | Pot generar un NameExistsError si especifiquem un nom que ja es fa servir. |
||
1760 | Pot generar un NotFoundError si un dels dos objectes no existeix. |
||
1761 | </translation> |
||
1762 | </message> |
||
1763 | <message> |
||
1764 | <source>deleteObject(["name"]) |
||
1765 | |||
1766 | Deletes the item with the name "name". If "name" is not given the currently |
||
1767 | selected item is deleted. |
||
1768 | </source> |
||
1769 | <translation>deleteObject(["nom"]) |
||
1770 | |||
1771 | Esborra l'ítem amb el nom "nom". Si no especifiquem "nom" l'ítem |
||
1772 | seleccionat és el que s'esborra. |
||
1773 | </translation> |
||
1774 | </message> |
||
1775 | <message> |
||
1776 | <source>textFlowsAroundFrame("name" [, state]) |
||
1777 | |||
1778 | Enables/disables "Text Flows Around Frame" feature for object "name". |
||
1779 | Called with parameters string name and optional boolean "state". If "state" |
||
1780 | is not passed, text flow is toggled. |
||
1781 | </source> |
||
1782 | <translation>textFlowsAroundFrame("nom" [,estat]) |
||
1783 | |||
1784 | Activa/desactiva "El Text flueix al voltant del marc" de l'objecte "nom". |
||
1785 | Creat amb els paràmetres nom del objecte i el opcional "estat". Si "estat" |
||
1786 | no es passa, s'activa. |
||
1787 | </translation> |
||
1788 | </message> |
||
1789 | <message> |
||
1790 | <source>objectExists(["name"]) -> bool |
||
1791 | |||
1792 | Test if an object with specified name really exists in the document. |
||
1793 | The optional parameter is the object name. When no object name is given, |
||
1794 | returns True if there is something selected. |
||
1795 | </source> |
||
1796 | <translation>objectExists(["nom"]) -> bool |
||
1797 | |||
1798 | Prova si un objecte amb el nom especificat existeix en el document. |
||
1799 | El paràmetre opcional és el nom de l'objecte. Quan no especifiquem cap |
||
1800 | nom retorna cert si hi ha res seleccionat.</translation> |
||
1801 | </message> |
||
1802 | <message> |
||
1803 | <source>setStyle("style" [, "name"]) |
||
1804 | |||
1805 | Apply the named "style" to the object named "name". If is no object name |
||
1806 | given, it's applied on the selected object. |
||
1807 | </source> |
||
1808 | <translation>setStyle("estil" [, "nom"]) |
||
1809 | |||
1810 | Aplica l'estil especificat a "estil" a l'objecte "nom". Si no especifiquem el nom |
||
1811 | s'aplica a l'ítem seleccionat.</translation> |
||
1812 | </message> |
||
1813 | <message> |
||
1814 | <source>getAllStyles() -> list |
||
1815 | |||
1816 | Return a list of the names of all paragraph styles in the current document. |
||
1817 | </source> |
||
1818 | <translation>getAllStyles() -> llista |
||
1819 | |||
1820 | Retorna una llista amb els noms dels estils de paràgraf del document actual. |
||
1821 | </translation> |
||
1822 | </message> |
||
1823 | <message> |
||
1824 | <source>currentPage() -> integer |
||
1825 | |||
1826 | Returns the number of the current working page. Page numbers are counted from 1 |
||
1827 | upwards, no matter what the displayed first page number of your document is. |
||
1828 | </source> |
||
1829 | <translation>currentPage() -> integer |
||
1830 | |||
1831 | Retorna el número de pàgina actual. Els números de pàgina comencen per 1 |
||
1832 | i van endavant, no importa de quina forma fem numerar les pàgines. |
||
1833 | </translation> |
||
1834 | </message> |
||
1835 | <message> |
||
1836 | <source>redrawAll() |
||
1837 | |||
1838 | Redraws all pages. |
||
1839 | </source> |
||
1840 | <translation>redrawAll() |
||
1841 | |||
1842 | Repinta totes les pàgines. |
||
1843 | </translation> |
||
1844 | </message> |
||
1845 | <message> |
||
1846 | <source>savePageAsEPS("name") |
||
1847 | |||
1848 | Saves the current page as an EPS to the file "name". |
||
1849 | |||
1850 | May raise ScribusError if the save failed. |
||
1851 | </source> |
||
1852 | <translation>savePageAsEPS("nom") |
||
1853 | |||
1854 | Desa la pàgina actual com un fitxer EPS amb el nom "nom". |
||
1855 | |||
1856 | Pot generar un ScribusError si el desat falla.</translation> |
||
1857 | </message> |
||
1858 | <message> |
||
1859 | <source>deletePage(nr) |
||
1860 | |||
1861 | Deletes the given page. Does nothing if the document contains only one page. |
||
1862 | Page numbers are counted from 1 upwards, no matter what the displayed first |
||
1863 | page number is. |
||
1864 | |||
1865 | May raise IndexError if the page number is out of range |
||
1866 | </source> |
||
1867 | <translation>deletePage(nr) |
||
1868 | |||
1869 | Esborra la pàgina especificada. No fa res si el document només conté una pàgina. |
||
1870 | Els números de pàgina estan comptats des de 1, no importa la forma en que |
||
1871 | mostrem els números de pàgina. |
||
1872 | |||
1873 | Pot generar un IndexError si el número de pàgina està fora de rang |
||
1874 | </translation> |
||
1875 | </message> |
||
1876 | <message> |
||
1877 | <source>gotoPage(nr) |
||
1878 | |||
1879 | Moves to the page "nr" (that is, makes the current page "nr"). Note that |
||
1880 | gotoPage doesn't (curently) change the page the user's view is displaying, it |
||
1881 | just sets the page that script commands will operates on. |
||
1882 | |||
1883 | May raise IndexError if the page number is out of range. |
||
1884 | </source> |
||
1885 | <translation>gotoPage(nr) |
||
1886 | |||
1887 | Canvia a la pàgina "nr" (o sigui, fa que "nr" sigui la pàgina actual). Cal tenir |
||
1888 | en compte que gotoPage no canvia la visió de pàgina que té l'usuari, només |
||
1889 | canvia la pàgina en que les seqüències treballaran. |
||
1890 | |||
1891 | Pot generar un IndexError si la pàgina està fora de rang. |
||
1892 | </translation> |
||
1893 | </message> |
||
1894 | <message> |
||
1895 | <source>pageCount() -> integer |
||
1896 | |||
1897 | Returns the number of pages in the document. |
||
1898 | </source> |
||
1899 | <translation>pageCount() -> integer |
||
1900 | |||
1901 | Retorna el número de pàgines del document. |
||
1902 | </translation> |
||
1903 | </message> |
||
1904 | <message> |
||
1905 | <source>getHGuides() -> list |
||
1906 | |||
1907 | Returns a list containing positions of the horizontal guides. Values are in the |
||
1908 | document's current units - see UNIT_<type> constants. |
||
1909 | </source> |
||
1910 | <translation>getHGuides() -> llista |
||
1911 | |||
1912 | Retorna una llista que conté posicions de les guies horitzontals. Els valors estan |
||
1913 | en les unitats del document - mireu les constants UNIT_<tipus>. |
||
1914 | </translation> |
||
1915 | </message> |
||
1916 | <message> |
||
1917 | <source>setHGuides(list) |
||
1918 | |||
1919 | Sets horizontal guides. Input parameter must be a list of guide positions |
||
1920 | measured in the current document units - see UNIT_<type> constants. |
||
1921 | |||
1922 | Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost |
||
1923 | setHGuides([90,250]) # replace current guides entirely |
||
1924 | </source> |
||
1925 | <translation>setHGuides(llista) |
||
1926 | |||
1927 | Estableix les guies horitzontals. La entrada ha de ser una llista de posicions |
||
1928 | mesurades en les unitats del document - mireu les constants UNIT_<tipus>. |
||
1929 | |||
1930 | Exemple setHGuides(getHGuides() + [200.0, 210.0] # afegeix noves guies sense perdre |
||
1931 | setHGuides([90,250]) # canvia les guies actuals completament |
||
1932 | </translation> |
||
1933 | </message> |
||
1934 | <message> |
||
1935 | <source>getVGuides() |
||
1936 | |||
1937 | See getHGuides. |
||
1938 | </source> |
||
1939 | <translation>getVGuides() |
||
1940 | |||
1941 | Mireu getHGuides. |
||
1942 | </translation> |
||
1943 | </message> |
||
1944 | <message> |
||
1945 | <source>setVGuides() |
||
1946 | |||
1947 | See setHGuides. |
||
1948 | </source> |
||
1949 | <translation>setVGuides() |
||
1950 | |||
1951 | Mireu setHGuides. |
||
1952 | </translation> |
||
1953 | </message> |
||
1954 | <message> |
||
1955 | <source>getPageSize() -> tuple |
||
1956 | |||
1957 | Returns a tuple with page dimensions measured in the document's current units. |
||
1958 | See UNIT_<type> constants and getPageMargins() |
||
1959 | </source> |
||
1960 | <translation>getPageSize() -> tupla |
||
1961 | |||
1962 | Retorna una tupla amb les mides de la pàgina mesurades amb les unitats del document. |
||
1963 | Mireu les constants UNIT_<tipus> i getPageMargins() |
||
1964 | </translation> |
||
1965 | </message> |
||
1966 | <message> |
||
1967 | <source>getPageItems() -> list |
||
1968 | |||
1969 | Returns a list of tuples with items on the current page. The tuple is: |
||
1970 | (name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)] |
||
1971 | means that object named 'Text1' is a text frame (type 4) and is the first at |
||
1972 | the page... |
||
1973 | </source> |
||
1974 | <translation>getPageItems() -> llista |
||
1975 | |||
1976 | Retorna una llista de tuples amb els ítems de la pàgina actual. La tupla és: |
||
1977 | (nom, Tipusd'Objecte, ordre) Ex. [ ('Text1', 4, 0), ('Image1', 2, 1)] |
||
1978 | significa que l'objecte 'Text1' és un marc de text (tipus 4) i és el primer de |
||
1979 | la pàgina ... |
||
1980 | </translation> |
||
1981 | </message> |
||
1982 | <message> |
||
1983 | <source>getPageMargins() |
||
1984 | |||
1985 | Returns the page margins as a (left, right, top, bottom) tuple in the current |
||
1986 | units. See UNIT_<type> constants and getPageSize(). |
||
1987 | </source> |
||
1988 | <translation>getPageMargins() |
||
1989 | |||
1990 | Retorna els marges de pàgina com a una tupla (esquerra, dreta, dalt, baix) en |
||
1991 | les unitats actuals. Mireu les constants UNIT_<tipus> u getPageSize(). |
||
1992 | </translation> |
||
1993 | </message> |
||
1994 | <message> |
||
1995 | <source>setFillColor("color", ["name"]) |
||
1996 | |||
1997 | Sets the fill color of the object "name" to the color "color". "color" |
||
1998 | is the name of one of the defined colors. If "name" is not given the |
||
1999 | currently selected item is used. |
||
2000 | </source> |
||
2001 | <translation>setFillColor("color", ["nom"]) |
||
2002 | |||
2003 | Estableix el color d'ompliment de l'objecte "nom" al color "color". |
||
2004 | "color" és el nom d'un dels colors definits. Si no especifiquem "nom" |
||
2005 | es fa servir l'ítem seleccionat. |
||
2006 | </translation> |
||
2007 | </message> |
||
2008 | <message> |
||
2009 | <source>setLineColor("color", ["name"]) |
||
2010 | |||
2011 | Sets the line color of the object "name" to the color "color". If "name" |
||
2012 | is not given the currently selected item is used. |
||
2013 | </source> |
||
2014 | <translation>setLineColor("color", ["nom"]) |
||
2015 | |||
2016 | Estableix el color de la línia de l'objecte "nom" al color "color". Si no |
||
2017 | especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2018 | </translation> |
||
2019 | </message> |
||
2020 | <message> |
||
2021 | <source>setLineWidth(width, ["name"]) |
||
2022 | |||
2023 | Sets line width of the object "name" to "width". "width" must be in the |
||
2024 | range from 0.0 to 12.0 inclusive, and is measured in points. If "name" is not |
||
2025 | given the currently selected item is used. |
||
2026 | |||
2027 | May raise ValueError if the line width is out of bounds. |
||
2028 | </source> |
||
2029 | <translation>setLineWidth(amplada, ["nom"]) |
||
2030 | |||
2031 | Estableix l'amplada de línia de l'objecte "nom" a "amplada". "amplada" ha d'estar |
||
2032 | dins d'un rang entre 0.0 a 12.0, i està mesurat en punts. Si no especifiquem "nom" |
||
2033 | es fa servir l'ítem seleccionat. |
||
2034 | |||
2035 | Pot generar un ValueError si l'ample de línia és erròni. |
||
2036 | </translation> |
||
2037 | </message> |
||
2038 | <message> |
||
2039 | <source>setLineShade(shade, ["name"]) |
||
2040 | |||
2041 | Sets the shading of the line color of the object "name" to "shade". |
||
2042 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
2043 | (full color intensity). If "name" is not given the currently selected item |
||
2044 | is used. |
||
2045 | |||
2046 | May raise ValueError if the line shade is out of bounds. |
||
2047 | </source> |
||
2048 | <translation>setLineShade(intensitat, ["nom"]) |
||
2049 | |||
2050 | Estableix la intensitat del color de la línea de contorn de l'objecte "nom" |
||
2051 | a "intensitat"."intensitat" ha de ser un valor enter entre 0 (més clar) i 100 |
||
2052 | (intensitat total). Si no especifiquem "nom" es fa servir l'ítem |
||
2053 | seleccionat. |
||
2054 | |||
2055 | Pot generar un ValueError si "intensitat" està fora de marges. |
||
2056 | </translation> |
||
2057 | </message> |
||
2058 | <message> |
||
2059 | <source>setLineJoin(join, ["name"]) |
||
2060 | |||
2061 | Sets the line join style of the object "name" to the style "join". |
||
2062 | If "name" is not given the currently selected item is used. There are |
||
2063 | predefined constants for join - JOIN_<type>. |
||
2064 | </source> |
||
2065 | <translation>setLineJoin(Unio, ["nom"]) |
||
2066 | |||
2067 | Estableix l'estil d'unió de l'objecte "nom" a l'estil "join". |
||
2068 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Hi ha |
||
2069 | constants predefinides d'unions - JOIN_<tipus>. |
||
2070 | </translation> |
||
2071 | </message> |
||
2072 | <message> |
||
2073 | <source>setLineEnd(endtype, ["name"]) |
||
2074 | |||
2075 | Sets the line cap style of the object "name" to the style "cap". |
||
2076 | If "name" is not given the currently selected item is used. There are |
||
2077 | predefined constants for "cap" - CAP_<type>. |
||
2078 | </source> |
||
2079 | <translation>setLsetLineEnd(Final, ["nom"]) |
||
2080 | |||
2081 | Estableix l'estil de tancament de l'objecte "nom" a l'estil "final". |
||
2082 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Hi ha |
||
2083 | constants predefinides de tancaments - CAP_<tipus>. |
||
2084 | </translation> |
||
2085 | </message> |
||
2086 | <message> |
||
2087 | <source>setLineStyle(style, ["name"]) |
||
2088 | |||
2089 | Sets the line style of the object "name" to the style "style". If "name" |
||
2090 | is not given the currently selected item is used. There are predefined |
||
2091 | constants for "style" - LINE_<style>. |
||
2092 | </source> |
||
2093 | <translation>setLsetLineStyle(estil, ["nom"]) |
||
2094 | |||
2095 | Estableix l'estil de línia de l'objecte "nom" a l'estil "estil". |
||
2096 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. Hi ha |
||
2097 | constants predefinides d'estils de línia - LINE_<tipus>. |
||
2098 | </translation> |
||
2099 | </message> |
||
2100 | <message> |
||
2101 | <source>setFillShade(shade, ["name"]) |
||
2102 | |||
2103 | Sets the shading of the fill color of the object "name" to "shade". |
||
2104 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
2105 | (full Color intensity). If "name" is not given the currently selected |
||
2106 | Item is used. |
||
2107 | |||
2108 | May raise ValueError if the fill shade is out of bounds. |
||
2109 | </source> |
||
2110 | <translation>setLineShade(intensitat, ["nom"]) |
||
2111 | |||
2112 | Estableix la intensitat del color d'ompliment de l'objecte "nom" a "intensitat" |
||
2113 | "intensitat" ha de ser un valor enter entre 0 (més clar) i 100 |
||
2114 | (intensitat total). Si no especifiquem "nom" es fa servir l'ítem |
||
2115 | seleccionat. |
||
2116 | |||
2117 | Pot generar un ValueError si la intensitat està fora de marges. |
||
2118 | </translation> |
||
2119 | </message> |
||
2120 | <message> |
||
2121 | <source>setCornerRadius(radius, ["name"]) |
||
2122 | |||
2123 | Sets the corner radius of the object "name". The radius is expressed |
||
2124 | in points. If "name" is not given the currently selected item is used. |
||
2125 | |||
2126 | May raise ValueError if the corner radius is negative. |
||
2127 | </source> |
||
2128 | <translation>setCornerRadius(radi, ["nom"]) |
||
2129 | |||
2130 | Estableix el radi d'arrodoniment de l'objecte "nom". El radi està expressat |
||
2131 | en punts. Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2132 | |||
2133 | Pot generar un ValueError si el radi és negatiu. |
||
2134 | </translation> |
||
2135 | </message> |
||
2136 | <message> |
||
2137 | <source>setMultiLine("namedStyle", ["name"]) |
||
2138 | |||
2139 | Sets the line style of the object "name" to the named style "namedStyle". |
||
2140 | If "name" is not given the currently selected item is used. |
||
2141 | |||
2142 | May raise NotFoundError if the line style doesn't exist. |
||
2143 | </source> |
||
2144 | <translation>setMultiLine("nomEstil", ["nom"]) |
||
2145 | |||
2146 | Estableix l'estil de línia de l'objecte "nom" a "nomEstil". |
||
2147 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2148 | |||
2149 | Pot generar un NotFoundError si l'estil de línia no existeix. |
||
2150 | </translation> |
||
2151 | </message> |
||
2152 | <message> |
||
2153 | <source>progressReset() |
||
2154 | |||
2155 | Cleans up the Scribus progress bar previous settings. It is called before the |
||
2156 | new progress bar use. See progressSet. |
||
2157 | </source> |
||
2158 | <translation>progressReset() |
||
2159 | |||
2160 | Buida la barra de progrés de l'Scribus. Es fa servir abans de fer servir |
||
2161 | una nova barra de progrés. Mireu ProgressSet. |
||
2162 | </translation> |
||
2163 | </message> |
||
2164 | <message> |
||
2165 | <source>progressTotal(max) |
||
2166 | |||
2167 | Sets the progress bar's maximum steps value to the specified number. |
||
2168 | See progressSet. |
||
2169 | </source> |
||
2170 | <translation>progressTotal(max) |
||
2171 | |||
2172 | Estableix el màxim número de salts d'una barra de progrés al número. |
||
2173 | Mireu progressSet. |
||
2174 | </translation> |
||
2175 | </message> |
||
2176 | <message> |
||
2177 | <source>progressSet(nr) |
||
2178 | |||
2179 | Set the progress bar position to "nr", a value relative to the previously set |
||
2180 | progressTotal. The progress bar uses the concept of steps; you give it the |
||
2181 | total number of steps and the number of steps completed so far and it will |
||
2182 | display the percentage of steps that have been completed. You can specify the |
||
2183 | total number of steps with progressTotal(). The current number of steps is set |
||
2184 | with progressSet(). The progress bar can be rewound to the beginning with |
||
2185 | progressReset(). [based on info taken from Trolltech's Qt docs] |
||
2186 | </source> |
||
2187 | <translation>progressSet(nr) |
||
2188 | |||
2189 | Estableix la posició de la barra de progrés a "nr", un valor relatiu al de |
||
2190 | progressTotal. La barra de progrés fa servir el concepte de passes; pits donar |
||
2191 | el número total de passes i el número total de passes fetes i es mostrarà |
||
2192 | el percentatge de passes que s'han completat. Pots especificar el número total |
||
2193 | de passes amb progressTotal(). El número actual de passes es passa amb |
||
2194 | progressSet(). La barra de progrés pot tornar-se al principi amb progressReset(). |
||
2195 | [basat en la informació passada la documentació de QT de TrollTech] |
||
2196 | </translation> |
||
2197 | </message> |
||
2198 | <message> |
||
2199 | <source>setCursor() |
||
2200 | |||
2201 | [UNSUPPORTED!] This might break things, so steer clear for now. |
||
2202 | </source> |
||
2203 | <translation>setCursor() |
||
2204 | |||
2205 | [NO SUPORTAT!] Això farà anar malament, per tant no l'utilitzeu per ara. |
||
2206 | </translation> |
||
2207 | </message> |
||
2208 | <message> |
||
2209 | <source>docChanged(bool) |
||
2210 | |||
2211 | Enable/disable save icon in the Scribus icon bar and the Save menu item. It's |
||
2212 | useful to call this procedure when you're changing the document, because Scribus |
||
2213 | won't automatically notice when you change the document using a script. |
||
2214 | </source> |
||
2215 | <translation>docChanged(bool) |
||
2216 | |||
2217 | Activa/desactiva la icona de desar en la barra d'icones i el menu de l'Scribus. És |
||
2218 | útil cridar aquest procediment quan estas canviant el document amb una |
||
2219 | seqüència, perquè Scribus no se n'adonarà automàticament dels canvis. |
||
2220 | </translation> |
||
2221 | </message> |
||
2222 | <message> |
||
2223 | <source>defineColor("name", c, m, y, k) |
||
2224 | |||
2225 | Defines a new color "name". The color Value is defined via four components: |
||
2226 | c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
||
2227 | the range from 0 to 255. |
||
2228 | |||
2229 | May raise ValueError if an invalid color name is specified. |
||
2230 | </source> |
||
1564 | cbradney | 2231 | <translation>defineColor("nom", c, m, y, k) |
1135 | cbradney | 2232 | |
2233 | Defineix un nou color "nom". El valor del color està definit amb els quatre components: |
||
2234 | c=cian, m=Magenta, y=Groc i k=Negre. Els components de color han d'estar dins |
||
2235 | del rang que va des de 0 a 255. |
||
2236 | |||
2237 | Pot provocar un ValueError si s'especifica un color invàlid. |
||
2238 | </translation> |
||
2239 | </message> |
||
2240 | <message> |
||
2241 | <source>getCornerRadius(["name"]) -> integer |
||
2242 | |||
2243 | Returns the corner radius of the object "name". The radius is |
||
2244 | expressed in points. If "name" is not given the currently |
||
2245 | selected item is used. |
||
2246 | </source> |
||
1564 | cbradney | 2247 | <translation>getCornerRadius(["nom"]) -> integer |
1135 | cbradney | 2248 | |
2249 | Retorna el radi d'arrodoniment de l'objecte "nom". El radi està |
||
2250 | expressat en punts. Si no especifiquem "nom" es fa servir |
||
2251 | l'ítem seleccionat. |
||
2252 | </translation> |
||
2253 | </message> |
||
2254 | <message> |
||
2255 | <source>getPosition(["name"]) -> (x,y) |
||
2256 | |||
2257 | Returns a (x, y) tuple with the position of the object "name". |
||
2258 | If "name" is not given the currently selected item is used. |
||
2259 | The position is expressed in the actual measurement unit of the document |
||
2260 | - see UNIT_<type> for reference. |
||
2261 | </source> |
||
1564 | cbradney | 2262 | <translation>getPosition(["nom"]) -> (x,y) |
1135 | cbradney | 2263 | |
2264 | Retorna una parella (x,y) amb la posició de l'objecte "nom". |
||
2265 | Si no especifiquem "nom" es fa servir l'ítem seleccionat. |
||
2266 | La posició està expressada en les unitats de mesura del document |
||
2267 | - mireu UNIT_<tipus> per referència. |
||
2268 | </translation> |
||
2269 | </message> |
||
2270 | <message> |
||
2271 | <source>rotateObjectAbs(rot [, "name"]) |
||
2272 | |||
2273 | Sets the rotation of the object "name" to "rot". Positive values |
||
2274 | mean counter clockwise rotation. If "name" is not given the currently |
||
2275 | selected item is used. |
||
2276 | </source> |
||
1564 | cbradney | 2277 | <translation>rotateObjectAbs(rot [,"nom"]) |
1135 | cbradney | 2278 | |
2279 | Estableix la rotació de l'objecte "nom" a "rot". Els valors positius |
||
2280 | signifiquen rotació horaria. Si no especifiquem "nom" es fa servir |
||
2281 | l'ítem seleccionat. |
||
2282 | </translation> |
||
2283 | </message> |
||
1525 | cbradney | 2284 | <message> |
2285 | <source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
||
2286 | |||
2287 | Sets the scale to frame on the selected or specified image frame to `scaletoframe'. |
||
2288 | If `proportional' is specified, set fixed aspect ratio scaling to `proportional'. |
||
2289 | Both `scaletoframe' and `proportional' are boolean. |
||
2290 | |||
2291 | May raise WrongFrameTypeError. |
||
2292 | </source> |
||
1564 | cbradney | 2293 | <translation>setScaleImageToFrame(escalaamarc, proporcional=None, nom=<selection>) |
1525 | cbradney | 2294 | |
1564 | cbradney | 2295 | Estableix la escala del marc especificat o seleccionat a 'escalaamarc'. |
2296 | Si hi posem valor a 'proporcional', estableix l'aspecte de representació a 'proporcional'. |
||
2297 | Ambdós 'escalaamarc' i 'proporcional' són booleans. |
||
1525 | cbradney | 2298 | |
1564 | cbradney | 2299 | Pot provocar WrongFrameTypeError. |
2300 | </translation> |
||
1525 | cbradney | 2301 | </message> |
2302 | <message> |
||
1564 | cbradney | 2303 | <source>selectText(start, count, ["name"]) |
1525 | cbradney | 2304 | |
1564 | cbradney | 2305 | Selects "count" characters of text in the text frame "name" starting from the |
2306 | character "start". Character counting starts at 0. If "count" is zero, any |
||
2307 | text selection will be cleared. If "count" is -1, all text in the frame will |
||
2308 | be selected. If "name" is not given the currently selected item is used. |
||
1525 | cbradney | 2309 | |
1564 | cbradney | 2310 | May throw IndexError if the selection is outside the bounds of the text. |
1525 | cbradney | 2311 | </source> |
1564 | cbradney | 2312 | <translation>selectText(inici, compte, ["nom"]) |
1525 | cbradney | 2313 | |
1564 | cbradney | 2314 | Assigna "compte" caràcters de text en el marc de text "nom" començant pel |
2315 | caràcter "inici". El compte de caràcters comença per 0. Si "compte" és zero, la |
||
2316 | selecció es netejarà. Si "count" és -1, tot el text del marc serà seleccionat. |
||
2317 | Si "nom" no és dóna es fa servir l'Ítem seleccionat. |
||
1525 | cbradney | 2318 | |
1564 | cbradney | 2319 | Pot generar IndexError si la selecció està fora dels marges del text. |
2320 | </translation> |
||
1525 | cbradney | 2321 | </message> |
2322 | <message> |
||
1564 | cbradney | 2323 | <source>register_macro_code(name, sourcetext, accel='') |
1525 | cbradney | 2324 | |
1564 | cbradney | 2325 | Create a macro named "name" by evaluating the the source code "sourcetext". |
2326 | "sourcetext" must follow the same rules as macros created in the GUI. |
||
2327 | If provided, the string "accel" will be used to set a keyboard shortcut |
||
2328 | for the macro. |
||
1525 | cbradney | 2329 | </source> |
1564 | cbradney | 2330 | <translation>register_macro_code(nom, textorigen, accel='') |
1525 | cbradney | 2331 | |
1564 | cbradney | 2332 | Crea una macro anomenada "nom" evaluant el codi font "textorigen". |
2333 | "textorigen" ha de seguir les mateixes regles que les macros creades en l'entorn. |
||
2334 | Si es posa, la cadena "accel" serà feta servir per crear una drecera de teclat |
||
2335 | per la macro. |
||
2336 | </translation> |
||
1525 | cbradney | 2337 | </message> |
2338 | <message> |
||
1564 | cbradney | 2339 | <source>isLayerPrintable("layer") -> bool |
1525 | cbradney | 2340 | |
1564 | cbradney | 2341 | Returns whether the layer "layer" is visible or not, a value of True means |
2342 | that the layer "layer" is visible, a value of False means that the layer |
||
2343 | "layer" is invisible. |
||
1525 | cbradney | 2344 | |
1564 | cbradney | 2345 | May raise NotFoundError if the layer can't be found. |
2346 | May raise ValueError if the layer name isn't acceptable. |
||
1525 | cbradney | 2347 | </source> |
1564 | cbradney | 2348 | <translation>isLayerVisible("capa") ->bool |
1525 | cbradney | 2349 | |
1564 | cbradney | 2350 | Retorna si la capa "capa" és visible o no, un valor de cert significa |
2351 | que la capa "capa" és visible, un valor de fals significa que la capa |
||
2352 | "capa" és invisible. |
||
1525 | cbradney | 2353 | |
1564 | cbradney | 2354 | Pot generar NotFoundError si la capa no es pot trobar. |
2355 | Pot generar ValueError si el nom de la capa no és acceptable. |
||
2356 | </translation> |
||
1525 | cbradney | 2357 | </message> |
2358 | <message> |
||
1564 | cbradney | 2359 | <source>isLayerPrintable("layer") -> bool |
1525 | cbradney | 2360 | |
1564 | cbradney | 2361 | Returns whether the layer "layer" is printable or not, a value of True means |
2362 | that the layer "layer" can be printed, a value of False means that printing |
||
2363 | the layer "layer" is disabled. |
||
1525 | cbradney | 2364 | |
1564 | cbradney | 2365 | May raise NotFoundError if the layer can't be found. |
2366 | May raise ValueError if the layer name isn't acceptable. |
||
1525 | cbradney | 2367 | </source> |
1564 | cbradney | 2368 | <translation>isLayerPrintable("capa") ->bool |
1525 | cbradney | 2369 | |
1564 | cbradney | 2370 | Retorna si la capa "capa" és visible o no, un valor de cert significa |
2371 | que la capa "capa" està activada, un valor de fals significa que la capa |
||
2372 | "capa" està desactivada. |
||
1525 | cbradney | 2373 | |
1564 | cbradney | 2374 | Pot generar NotFoundError si la capa no es pot trobar. |
2375 | Pot generar ValueError si el nom de la capa no és acceptable. |
||
2376 | </translation> |
||
1525 | cbradney | 2377 | </message> |
1135 | cbradney | 2378 | </context> |
2379 | <context> |
||
418 | Franz | 2380 | <name>About</name> |
2381 | <message> |
||
1135 | cbradney | 2382 | <source>About Scribus%1%2</source> |
2383 | <translation type="obsolete">Quant a Scribus %1%2</translation> |
||
2384 | </message> |
||
2385 | <message> |
||
418 | Franz | 2386 | <source>%1. %2 %3 </source> |
420 | Franz | 2387 | <translation>%1. %2 %3</translation> |
418 | Franz | 2388 | </message> |
2389 | <message> |
||
2390 | <source>Scribus Version %1 |
||
2391 | %2 %3</source> |
||
420 | Franz | 2392 | <translation>Scribus Versió %1 |
2393 | %2 %3</translation> |
||
418 | Franz | 2394 | </message> |
2395 | <message> |
||
2396 | <source>Build-ID:</source> |
||
420 | Franz | 2397 | <translation>ID-Creació:</translation> |
418 | Franz | 2398 | </message> |
2399 | <message> |
||
2400 | <source>&About</source> |
||
420 | Franz | 2401 | <translation>&Quant a</translation> |
418 | Franz | 2402 | </message> |
2403 | <message> |
||
420 | Franz | 2404 | <source>Development Team:</source> |
2405 | <translation>Equip de Desenvolupament:</translation> |
||
418 | Franz | 2406 | </message> |
2407 | <message> |
||
2408 | <source>Contributions from:</source> |
||
420 | Franz | 2409 | <translation>Contribucions des de:</translation> |
418 | Franz | 2410 | </message> |
2411 | <message> |
||
2412 | <source>Windows port:</source> |
||
420 | Franz | 2413 | <translation>Versió Windows:</translation> |
418 | Franz | 2414 | </message> |
2415 | <message> |
||
420 | Franz | 2416 | <source>Official Documentation:</source> |
2417 | <translation>Documentació Oficial:</translation> |
||
418 | Franz | 2418 | </message> |
2419 | <message> |
||
420 | Franz | 2420 | <source>Other Documentation:</source> |
2421 | <translation>Altra Documentació:</translation> |
||
418 | Franz | 2422 | </message> |
2423 | <message> |
||
420 | Franz | 2424 | <source>A&uthors</source> |
2425 | <translation>A&utors</translation> |
||
418 | Franz | 2426 | </message> |
2427 | <message> |
||
420 | Franz | 2428 | <source>Basque:</source> |
2429 | <translation>Basc:</translation> |
||
418 | Franz | 2430 | </message> |
2431 | <message> |
||
420 | Franz | 2432 | <source>Brazilian:</source> |
2433 | <translation>Brasil.ler:</translation> |
||
418 | Franz | 2434 | </message> |
2435 | <message> |
||
420 | Franz | 2436 | <source>Bulgarian:</source> |
2437 | <translation>Búlgar:</translation> |
||
418 | Franz | 2438 | </message> |
2439 | <message> |
||
420 | Franz | 2440 | <source>Czech:</source> |
2441 | <translation>Txec:</translation> |
||
418 | Franz | 2442 | </message> |
2443 | <message> |
||
420 | Franz | 2444 | <source>Danish:</source> |
2445 | <translation>Danès:</translation> |
||
418 | Franz | 2446 | </message> |
2447 | <message> |
||
420 | Franz | 2448 | <source>English (British):</source> |
2449 | <translation>Anglès (Britànic):</translation> |
||
418 | Franz | 2450 | </message> |
2451 | <message> |
||
420 | Franz | 2452 | <source>Finnish:</source> |
2453 | <translation>Finès:</translation> |
||
418 | Franz | 2454 | </message> |
2455 | <message> |
||
420 | Franz | 2456 | <source>French:</source> |
2457 | <translation>Francès:</translation> |
||
418 | Franz | 2458 | </message> |
2459 | <message> |
||
420 | Franz | 2460 | <source>Galician:</source> |
2461 | <translation>Gallec:</translation> |
||
418 | Franz | 2462 | </message> |
2463 | <message> |
||
420 | Franz | 2464 | <source>German:</source> |
2465 | <translation>Alemany:</translation> |
||
418 | Franz | 2466 | </message> |
2467 | <message> |
||
420 | Franz | 2468 | <source>Hungarian:</source> |
2469 | <translation>Hongarès:</translation> |
||
418 | Franz | 2470 | </message> |
2471 | <message> |
||
420 | Franz | 2472 | <source>Italian:</source> |
2473 | <translation>Italià:</translation> |
||
418 | Franz | 2474 | </message> |
2475 | <message> |
||
420 | Franz | 2476 | <source>Lithuanian:</source> |
2477 | <translation>Lituà:</translation> |
||
418 | Franz | 2478 | </message> |
2479 | <message> |
||
2480 | <source>Norwegian:</source> |
||
420 | Franz | 2481 | <translation>Noruec:</translation> |
418 | Franz | 2482 | </message> |
2483 | <message> |
||
420 | Franz | 2484 | <source>Polish:</source> |
2485 | <translation>Polonès:</translation> |
||
418 | Franz | 2486 | </message> |
2487 | <message> |
||
2488 | <source>Russian:</source> |
||
420 | Franz | 2489 | <translation>Rus:</translation> |
418 | Franz | 2490 | </message> |
2491 | <message> |
||
420 | Franz | 2492 | <source>Slovak:</source> |
2493 | <translation>Eslovac:</translation> |
||
418 | Franz | 2494 | </message> |
2495 | <message> |
||
2496 | <source>Slovenian:</source> |
||
1564 | cbradney | 2497 | <translation>Eslovè:</translation> |
418 | Franz | 2498 | </message> |
2499 | <message> |
||
2500 | <source>Swedish:</source> |
||
420 | Franz | 2501 | <translation>Suec:</translation> |
418 | Franz | 2502 | </message> |
2503 | <message> |
||
420 | Franz | 2504 | <source>Turkish:</source> |
2505 | <translation>Turc:</translation> |
||
418 | Franz | 2506 | </message> |
2507 | <message> |
||
420 | Franz | 2508 | <source>Ukrainian:</source> |
1564 | cbradney | 2509 | <translation>Ucranià:</translation> |
418 | Franz | 2510 | </message> |
2511 | <message> |
||
420 | Franz | 2512 | <source>Welsh:</source> |
2513 | <translation>Galès:</translation> |
||
418 | Franz | 2514 | </message> |
2515 | <message> |
||
420 | Franz | 2516 | <source>&Translations</source> |
2517 | <translation>&Traduccions</translation> |
||
418 | Franz | 2518 | </message> |
2519 | <message> |
||
420 | Franz | 2520 | <source>Homepage</source> |
2521 | <translation>Pàgina inicial</translation> |
||
418 | Franz | 2522 | </message> |
2523 | <message> |
||
420 | Franz | 2524 | <source>Online Reference</source> |
2525 | <translation>Referència en línia</translation> |
||
418 | Franz | 2526 | </message> |
2527 | <message> |
||
420 | Franz | 2528 | <source>Bugs and Feature Requests</source> |
2529 | <translation>Errors i Sol.licitud de Característiques</translation> |
||
418 | Franz | 2530 | </message> |
2531 | <message> |
||
420 | Franz | 2532 | <source>Mailing List</source> |
2533 | <translation>Llista de correu</translation> |
||
418 | Franz | 2534 | </message> |
2535 | <message> |
||
420 | Franz | 2536 | <source>&Online</source> |
2537 | <translation>&En Linia</translation> |
||
418 | Franz | 2538 | </message> |
2539 | <message> |
||
420 | Franz | 2540 | <source>&Close</source> |
2541 | <translation>&Tanca</translation> |
||
418 | Franz | 2542 | </message> |
2543 | <message> |
||
1135 | cbradney | 2544 | <source>This panel shows the version, build date and |
2545 | compiled in library support in Scribus |
||
2546 | The C-C-T equates to C=CUPS C=littlecms T=TIFF support. |
||
2547 | Missing library support is indicated by a *</source> |
||
2548 | <translation type="obsolete">Aquest panell ensenya la versió, data de creació i |
||
2549 | el suport de llibreries de Scribus |
||
2550 | C-C-T equival a suport per C=CUPS C=littlecms T=TIFF |
||
2551 | La falta de llibreries està indicat per un * |
||
2552 | </translation> |
||
2553 | </message> |
||
2554 | <message> |
||
454 | fschmid | 2555 | <source>Official Translations and Translators:</source> |
1135 | cbradney | 2556 | <translation>Traduccions oficials i Traductors:</translation> |
454 | fschmid | 2557 | </message> |
2558 | <message> |
||
2559 | <source>Esperanto:</source> |
||
1135 | cbradney | 2560 | <translation>Esperanto:</translation> |
454 | fschmid | 2561 | </message> |
2562 | <message> |
||
2563 | <source>Korean:</source> |
||
1135 | cbradney | 2564 | <translation>Coreà:</translation> |
454 | fschmid | 2565 | </message> |
2566 | <message> |
||
2567 | <source>Serbian:</source> |
||
1135 | cbradney | 2568 | <translation>Serbi:</translation> |
454 | fschmid | 2569 | </message> |
2570 | <message> |
||
2571 | <source>Spanish:</source> |
||
1135 | cbradney | 2572 | <translation>Espanyol:</translation> |
454 | fschmid | 2573 | </message> |
2574 | <message> |
||
2575 | <source>Previous Translation Contributors:</source> |
||
1135 | cbradney | 2576 | <translation>Antics Col.laboradors en Traduccions:</translation> |
454 | fschmid | 2577 | </message> |
2578 | <message> |
||
2579 | <source>Catalan:</source> |
||
1135 | cbradney | 2580 | <translation>Català:</translation> |
454 | fschmid | 2581 | </message> |
769 | cbradney | 2582 | <message> |
2583 | <source>About Scribus %1</source> |
||
1135 | cbradney | 2584 | <translation></translation> |
769 | cbradney | 2585 | </message> |
776 | fschmid | 2586 | <message> |
2587 | <source>This panel shows the version, build date and |
||
2588 | compiled in library support in Scribus |
||
1564 | cbradney | 2589 | The C-C-T equates to C=littlecms C=CUPS T=TIFF support. |
776 | fschmid | 2590 | Missing library support is indicated by a *</source> |
1564 | cbradney | 2591 | <translation>Aquest panell mostra la versió, data de generació i |
2592 | el suport de llibreries compilades a Scribus |
||
2593 | El C-C-T significa C=littlecms C=CUPS T=suport TIFF. |
||
2594 | Les llibreries que manquen es mostren amb un *</translation> |
||
776 | fschmid | 2595 | </message> |
1564 | cbradney | 2596 | <message> |
2597 | <source>Portugese (Brazilian):</source> |
||
2598 | <translation>Portuguès (Brasil.ler):</translation> |
||
2599 | </message> |
||
418 | Franz | 2600 | </context> |
2601 | <context> |
||
2602 | <name>AdvOptions</name> |
||
2603 | <message> |
||
2604 | <source>Advanced Options</source> |
||
420 | Franz | 2605 | <translation>Opcions Avançades</translation> |
418 | Franz | 2606 | </message> |
2607 | <message> |
||
2608 | <source>Mirror Page(s) &Horizontal</source> |
||
420 | Franz | 2609 | <translation>Enmiralla la Pàgina(es) &Horitzontalment</translation> |
418 | Franz | 2610 | </message> |
2611 | <message> |
||
2612 | <source>Mirror Page(s) &Vertical</source> |
||
420 | Franz | 2613 | <translation>Enmiralla la Pàgina(es) &Verticalment</translation> |
418 | Franz | 2614 | </message> |
2615 | <message> |
||
2616 | <source>Apply Under Color &Removal</source> |
||
420 | Franz | 2617 | <translation>Aplica sobre Elimina&r Color</translation> |
418 | Franz | 2618 | </message> |
2619 | <message> |
||
2620 | <source>Apply &ICC Profiles</source> |
||
420 | Franz | 2621 | <translation>Aplica perfils &ICC</translation> |
418 | Franz | 2622 | </message> |
2623 | <message> |
||
2624 | <source>PostScript Level &1</source> |
||
420 | Franz | 2625 | <translation>PostScript Nivell &1</translation> |
418 | Franz | 2626 | </message> |
2627 | <message> |
||
2628 | <source>PostScript Level &2</source> |
||
420 | Franz | 2629 | <translation>PostScript Nivell &2</translation> |
418 | Franz | 2630 | </message> |
2631 | <message> |
||
2632 | <source>PostScript Level &3</source> |
||
420 | Franz | 2633 | <translation>PostScript Nivell &3</translation> |
418 | Franz | 2634 | </message> |
2635 | <message> |
||
2636 | <source>&OK</source> |
||
420 | Franz | 2637 | <translation>D'ac&ord</translation> |
418 | Franz | 2638 | </message> |
2639 | <message> |
||
2640 | <source>&Cancel</source> |
||
420 | Franz | 2641 | <translation>&Cancel.la</translation> |
418 | Franz | 2642 | </message> |
2643 | <message> |
||
2644 | <source>Creates PostScript Level 3</source> |
||
420 | Franz | 2645 | <translation>Crea PostScript Nivell 3</translation> |
418 | Franz | 2646 | </message> |
2647 | <message> |
||
2648 | <source>Creates PostScript Level 2 only, beware, |
||
2649 | this can create huge files</source> |
||
420 | Franz | 2650 | <translation>Crea només PostScript Nivell 2, compte, |
2651 | això pot crear fitxers molt grans</translation> |
||
418 | Franz | 2652 | </message> |
2653 | <message> |
||
2654 | <source>Creates PostScript Level 1 only, beware, |
||
2655 | this can create huge files</source> |
||
420 | Franz | 2656 | <translation>Crea només PostScript Nivell 1, compte, |
2657 | això pot crear fitxers molt grans</translation> |
||
418 | Franz | 2658 | </message> |
2659 | <message> |
||
2660 | <source>A way of switching off some of the gray shades which are composed |
||
2661 | of cyan, yellow and magenta and using black instead. |
||
2662 | UCR most affects parts of images which are neutral and/or dark tones |
||
2663 | which are close to the gray. Use of this may improve printing some images |
||
2664 | and some experimentation and testing is need on a case by case basis. |
||
2665 | UCR reduces the possibility of over saturation with CMY inks.</source> |
||
420 | Franz | 2666 | <translation>Una forma d'apagar algunes de les ombres grises que estan composades |
2667 | per cian, groc i magenta però fan servir negre |
||
2668 | UCR pot afectar parts de imatges que són de color neutral o tons foscos |
||
2669 | propers a gris. Fes servir això pot millorar la impressió d'algunes imatges |
||
2670 | però cal algunes proves i experimentació per cada cas |
||
2671 | UCR redueix la possibilitat de sobre saturar amb tintes CMY.</translation> |
||
418 | Franz | 2672 | </message> |
2673 | </context> |
||
2674 | <context> |
||
2675 | <name>Align</name> |
||
2676 | <message> |
||
2677 | <source>Distribute/Align</source> |
||
420 | Franz | 2678 | <translation>Distribueix/Alinea</translation> |
418 | Franz | 2679 | </message> |
2680 | <message> |
||
2681 | <source>Align</source> |
||
420 | Franz | 2682 | <translation>Alinea</translation> |
418 | Franz | 2683 | </message> |
2684 | <message> |
||
2685 | <source>Horizontal</source> |
||
420 | Franz | 2686 | <translation>Horitzontal</translation> |
418 | Franz | 2687 | </message> |
2688 | <message> |
||
2689 | <source>Left Sides</source> |
||
420 | Franz | 2690 | <translation>Costats Esquerres</translation> |
418 | Franz | 2691 | </message> |
2692 | <message> |
||
2693 | <source>Middles</source> |
||
420 | Franz | 2694 | <translation>Punts Mitjos</translation> |
418 | Franz | 2695 | </message> |
2696 | <message> |
||
2697 | <source>Right Sides</source> |
||
420 | Franz | 2698 | <translation>Costats Drets</translation> |
418 | Franz | 2699 | </message> |
2700 | <message> |
||
2701 | <source>&Between:</source> |
||
420 | Franz | 2702 | <translation>&Entre:</translation> |
418 | Franz | 2703 | </message> |
2704 | <message> |
||
2705 | <source>&Do Not Change</source> |
||
420 | Franz | 2706 | <translation>&No Canviar</translation> |
418 | Franz | 2707 | </message> |
2708 | <message> |
||
2709 | <source>A&lign</source> |
||
420 | Franz | 2710 | <translation>A&linea</translation> |
418 | Franz | 2711 | </message> |
2712 | <message> |
||
2713 | <source>Di&splacement</source> |
||
420 | Franz | 2714 | <translation>De&splaçament</translation> |
418 | Franz | 2715 | </message> |
2716 | <message> |
||
2717 | <source>Distribute &Evenly</source> |
||
420 | Franz | 2718 | <translation>Distribueix R&egularment</translation> |
418 | Franz | 2719 | </message> |
2720 | <message> |
||
2721 | <source>Vertical</source> |
||
420 | Franz | 2722 | <translation>Vertical</translation> |
418 | Franz | 2723 | </message> |
2724 | <message> |
||
2725 | <source>Top Sides</source> |
||
420 | Franz | 2726 | <translation>Costats Superiors</translation> |
418 | Franz | 2727 | </message> |
2728 | <message> |
||
2729 | <source>Bottom Sides</source> |
||
420 | Franz | 2730 | <translation>Costats Inferiors</translation> |
418 | Franz | 2731 | </message> |
2732 | <message> |
||
2733 | <source>Bet&ween:</source> |
||
420 | Franz | 2734 | <translation>&Entre:</translation> |
418 | Franz | 2735 | </message> |
2736 | <message> |
||
2737 | <source>Do &Not Change</source> |
||
420 | Franz | 2738 | <translation>&No Canviar</translation> |
418 | Franz | 2739 | </message> |
2740 | <message> |
||
2741 | <source>Al&ign</source> |
||
420 | Franz | 2742 | <translation>Al&inea</translation> |
418 | Franz | 2743 | </message> |
2744 | <message> |
||
2745 | <source>Dis&placement</source> |
||
420 | Franz | 2746 | <translation>Des&plaçament</translation> |
418 | Franz | 2747 | </message> |
2748 | <message> |
||
2749 | <source> pt</source> |
||
1564 | cbradney | 2750 | <translation>pt</translation> |
418 | Franz | 2751 | </message> |
2752 | <message> |
||
2753 | <source> mm</source> |
||
1564 | cbradney | 2754 | <translation>mm</translation> |
418 | Franz | 2755 | </message> |
2756 | <message> |
||
2757 | <source> in</source> |
||
1564 | cbradney | 2758 | <translation>po</translation> |
418 | Franz | 2759 | </message> |
2760 | <message> |
||
2761 | <source> p</source> |
||
1564 | cbradney | 2762 | <translation>p</translation> |
418 | Franz | 2763 | </message> |
2764 | <message> |
||
2765 | <source>Distribute E&venly</source> |
||
420 | Franz | 2766 | <translation>Distribueix Re&gularment</translation> |
418 | Franz | 2767 | </message> |
2768 | <message> |
||
2769 | <source>&OK</source> |
||
420 | Franz | 2770 | <translation>D'ac&ord</translation> |
418 | Franz | 2771 | </message> |
2772 | <message> |
||
2773 | <source>&Apply</source> |
||
420 | Franz | 2774 | <translation>&Aplicar</translation> |
418 | Franz | 2775 | </message> |
2776 | <message> |
||
2777 | <source>&Cancel</source> |
||
420 | Franz | 2778 | <translation>&Cancel.la</translation> |
418 | Franz | 2779 | </message> |
2780 | </context> |
||
2781 | <context> |
||
2782 | <name>AlignSelect</name> |
||
2783 | <message> |
||
2784 | <source>Align Text Left</source> |
||
420 | Franz | 2785 | <translation>Alinea Text Esquerra</translation> |
418 | Franz | 2786 | </message> |
2787 | <message> |
||
2788 | <source>Align Text Right</source> |
||
420 | Franz | 2789 | <translation>Alinea Text Dreta</translation> |
418 | Franz | 2790 | </message> |
2791 | <message> |
||
2792 | <source>Align Text Center</source> |
||
420 | Franz | 2793 | <translation>Centra Text</translation> |
418 | Franz | 2794 | </message> |
2795 | <message> |
||
2796 | <source>Align Text Justified</source> |
||
420 | Franz | 2797 | <translation>Justifica Text</translation> |
418 | Franz | 2798 | </message> |
2799 | <message> |
||
2800 | <source>Align Text Forced Justified</source> |
||
420 | Franz | 2801 | <translation>Justificació forçada de Text</translation> |
418 | Franz | 2802 | </message> |
2803 | </context> |
||
2804 | <context> |
||
2805 | <name>Annot</name> |
||
2806 | <message> |
||
2807 | <source>Field Properties</source> |
||
420 | Franz | 2808 | <translation>Propietats del Camp</translation> |
418 | Franz | 2809 | </message> |
2810 | <message> |
||
2811 | <source>Type:</source> |
||
420 | Franz | 2812 | <translation>Tipus:</translation> |
418 | Franz | 2813 | </message> |
2814 | <message> |
||
2815 | <source>Button</source> |
||
420 | Franz | 2816 | <translation>Botó</translation> |
418 | Franz | 2817 | </message> |
2818 | <message> |
||
2819 | <source>Text Field</source> |
||
420 | Franz | 2820 | <translation>Camp de Text</translation> |
418 | Franz | 2821 | </message> |
2822 | <message> |
||
2823 | <source>Check Box</source> |
||
420 | Franz | 2824 | <translation>Quadre de Verificació</translation> |
418 | Franz | 2825 | </message> |
2826 | <message> |
||
2827 | <source>Combo Box</source> |
||
420 | Franz | 2828 | <translation>Quadre Combinat</translation> |
418 | Franz | 2829 | </message> |
2830 | <message> |
||
2831 | <source>List Box</source> |
||
420 | Franz | 2832 | <translation>Quadre de Llista</translation> |
418 | Franz | 2833 | </message> |
2834 | <message> |
||
2835 | <source>Properties</source> |
||
420 | Franz | 2836 | <translation>Propietats</translation> |
418 | Franz | 2837 | </message> |
2838 | <message> |
||
2839 | <source>Name:</source> |
||
420 | Franz | 2840 | <translation>Nom:</translation> |
418 | Franz | 2841 | </message> |
2842 | <message> |
||
2843 | <source>Tool-Tip:</source> |
||
420 | Franz | 2844 | <translation>Rètol indicador:</translation> |
418 | Franz | 2845 | </message> |
2846 | <message> |
||
2847 | <source>Text</source> |
||
420 | Franz | 2848 | <translation>Text</translation> |
418 | Franz | 2849 | </message> |
2850 | <message> |
||
2851 | <source>Font for use with PDF 1.3:</source> |
||
420 | Franz | 2852 | <translation>Font a usar amb PDF 1.3:</translation> |
418 | Franz | 2853 | </message> |
2854 | <message> |
||
2855 | <source>Border</source> |
||
420 | Franz | 2856 | <translation>Contorn</translation> |
418 | Franz | 2857 | </message> |
2858 | <message> |
||
2859 | <source>Color:</source> |
||
420 | Franz | 2860 | <translation>Color:</translation> |
418 | Franz | 2861 | </message> |
2862 | <message> |
||
2863 | <source>None</source> |
||
420 | Franz | 2864 | <translation>Cap</translation> |
418 | Franz | 2865 | </message> |
2866 | <message> |
||
2867 | <source>Width:</source> |
||
420 | Franz | 2868 | <translation>Amplada:</translation> |
418 | Franz | 2869 | </message> |
2870 | <message> |
||
2871 | <source>Thin</source> |
||
420 | Franz | 2872 | <translation>Prim</translation> |
418 | Franz | 2873 | </message> |
2874 | <message> |
||
2875 | <source>Normal</source> |
||
420 | Franz | 2876 | <translation>Normal</translation> |
418 | Franz | 2877 | </message> |
2878 | <message> |
||
2879 | <source>Wide</source> |
||
420 | Franz | 2880 | <translation>Ample</translation> |
418 | Franz | 2881 | </message> |
2882 | <message> |
||
2883 | <source>Style:</source> |
||
420 | Franz | 2884 | <translation>Estil:</translation> |
418 | Franz | 2885 | </message> |
2886 | <message> |
||
2887 | <source>Solid</source> |
||
420 | Franz | 2888 | <translation>Sòlid</translation> |
418 | Franz | 2889 | </message> |
2890 | <message> |
||
2891 | <source>Dashed</source> |
||
420 | Franz | 2892 | <translation>Traçat</translation> |
418 | Franz | 2893 | </message> |
2894 | <message> |
||
2895 | <source>Underline</source> |
||
420 | Franz | 2896 | <translation>Subratllat</translation> |
418 | Franz | 2897 | </message> |
2898 | <message> |
||
2899 | <source>Beveled</source> |
||
420 | Franz | 2900 | <translation>Oblicu</translation> |
418 | Franz | 2901 | </message> |
2902 | <message> |
||
2903 | <source>Inset</source> |
||
420 | Franz | 2904 | <translation>Intercalat</translation> |
418 | Franz | 2905 | </message> |
2906 | <message> |
||
2907 | <source>Other</source> |
||
420 | Franz | 2908 | <translation>Altre</translation> |
418 | Franz | 2909 | </message> |
2910 | <message> |
||
2911 | <source>Read Only</source> |
||
420 | Franz | 2912 | <translation>Només de lectura</translation> |
418 | Franz | 2913 | </message> |
2914 | <message> |
||
2915 | <source>Required</source> |
||
420 | Franz | 2916 | <translation>Requerit</translation> |
418 | Franz | 2917 | </message> |
2918 | <message> |
||
2919 | <source>Don't Export Value</source> |
||
420 | Franz | 2920 | <translation>No Expotar Valors</translation> |
418 | Franz | 2921 | </message> |
2922 | <message> |
||
2923 | <source>Visibility:</source> |
||
420 | Franz | 2924 | <translation>Visibilitat:</translation> |
418 | Franz | 2925 | </message> |
2926 | <message> |
||
2927 | <source>Visible</source> |
||
420 | Franz | 2928 | <translation>Visible</translation> |
418 | Franz | 2929 | </message> |
2930 | <message> |
||
2931 | <source>Hidden</source> |
||
420 | Franz | 2932 | <translation>Amagat</translation> |
418 | Franz | 2933 | </message> |
2934 | <message> |
||
2935 | <source>No Print</source> |
||
420 | Franz | 2936 | <translation>No Imprimir</translation> |
418 | Franz | 2937 | </message> |
2938 | <message> |
||
2939 | <source>No View</source> |
||
420 | Franz | 2940 | <translation>No Veure</translation> |
418 | Franz | 2941 | </message> |
2942 | <message> |
||
2943 | <source>Appearance</source> |
||
420 | Franz | 2944 | <translation>Aspecte</translation> |
418 | Franz | 2945 | </message> |
2946 | <message> |
||
2947 | <source>Text for Button Down</source> |
||
420 | Franz | 2948 | <translation>Text al prémer el botó</translation> |
418 | Franz | 2949 | </message> |
2950 | <message> |
||
2951 | <source>Text for Roll Over</source> |
||
420 | Franz | 2952 | <translation>Text al Passar per Damunt</translation> |
418 | Franz | 2953 | </message> |
2954 | <message> |
||
2955 | <source>Icons</source> |
||
420 | Franz | 2956 | <translation>Icones</translation> |
418 | Franz | 2957 | </message> |
2958 | <message> |
||
2959 | <source>Use Icons</source> |
||
420 | Franz | 2960 | <translation>Usar Icones</translation> |
418 | Franz | 2961 | </message> |
2962 | <message> |
||
2963 | <source>Remove</source> |
||
420 | Franz | 2964 | <translation>Eliminar</translation> |
418 | Franz | 2965 | </message> |
2966 | <message> |
||
2967 | <source>Pressed</source> |
||
420 | Franz | 2968 | <translation>Premut</translation> |
418 | Franz | 2969 | </message> |
2970 | <message> |
||
2971 | <source>Roll Over</source> |
||
420 | Franz | 2972 | <translation>Passar per Sobre</translation> |
418 | Franz | 2973 | </message> |
2974 | <message> |
||
2975 | <source>Icon Placement...</source> |
||
420 | Franz | 2976 | <translation>Col.locar Icones...</translation> |
418 | Franz | 2977 | </message> |
2978 | <message> |
||
2979 | <source>Highlight</source> |
||
420 | Franz | 2980 | <translation>Ressaltar</translation> |
418 | Franz | 2981 | </message> |
2982 | <message> |
||
2983 | <source>Invert</source> |
||
420 | Franz | 2984 | <translation>Inverteix</translation> |
418 | Franz | 2985 | </message> |
2986 | <message> |
||
2987 | <source>Outlined</source> |
||
420 | Franz | 2988 | <translation>Contornat</translation> |
418 | Franz | 2989 | </message> |
2990 | <message> |
||
2991 | <source>Push</source> |
||
420 | Franz | 2992 | <translation>Premut</translation> |
418 | Franz | 2993 | </message> |
2994 | <message> |
||
2995 | <source>Multi-Line</source> |
||
420 | Franz | 2996 | <translation>Multilínia</translation> |
418 | Franz | 2997 | </message> |
2998 | <message> |
||
2999 | <source>Password</source> |
||
420 | Franz | 3000 | <translation>Contrassenya</translation> |
418 | Franz | 3001 | </message> |
3002 | <message> |
||
3003 | <source>Limit of</source> |
||
420 | Franz | 3004 | <translation>Límit de</translation> |
418 | Franz | 3005 | </message> |
3006 | <message> |
||
3007 | <source>Characters</source> |
||
420 | Franz | 3008 | <translation>Caràcters</translation> |
418 | Franz | 3009 | </message> |
3010 | <message> |
||
3011 | <source>Do Not Scroll</source> |
||
420 | Franz | 3012 | <translation>No Desplaçar</translation> |
418 | Franz | 3013 | </message> |
3014 | <message> |
||
3015 | <source>Do Not Spell Check</source> |
||
420 | Franz | 3016 | <translation>No Revisar</translation> |
418 | Franz | 3017 | </message> |
3018 | <message> |
||
3019 | <source>Check Style:</source> |
||
420 | Franz | 3020 | <translation>Comprova Estil:</translation> |
418 | Franz | 3021 | </message> |
3022 | <message> |
||
3023 | <source>Check</source> |
||
420 | Franz | 3024 | <translation>Comprova</translation> |
418 | Franz | 3025 | </message> |
3026 | <message> |
||
3027 | <source>Cross</source> |
||
420 | Franz | 3028 | <translation>Creu</translation> |
418 | Franz | 3029 | </message> |
3030 | <message> |
||
3031 | <source>Diamond</source> |
||
420 | Franz | 3032 | <translation>Diamant</translation> |
418 | Franz | 3033 | </message> |
3034 | <message> |
||
3035 | <source>Circle</source> |
||
420 | Franz | 3036 | <translation>Cercle</translation> |
418 | Franz | 3037 | </message> |
3038 | <message> |
||
3039 | <source>Star</source> |
||
420 | Franz | 3040 | <translation>Estrella</translation> |
418 | Franz | 3041 | </message> |
3042 | <message> |
||
3043 | <source>Square</source> |
||
420 | Franz | 3044 | <translation>Requadre</translation> |
418 | Franz | 3045 | </message> |
3046 | <message> |
||
3047 | <source>Default is Checked</source> |
||
420 | Franz | 3048 | <translation>Marcat per defecte</translation> |
418 | Franz | 3049 | </message> |
3050 | <message> |
||
3051 | <source>Editable</source> |
||
420 | Franz | 3052 | <translation>Editable</translation> |
418 | Franz | 3053 | </message> |
3054 | <message> |
||
3055 | <source>Options</source> |
||
420 | Franz | 3056 | <translation>Opcions</translation> |
418 | Franz | 3057 | </message> |
3058 | <message> |
||
3059 | <source>Java Script</source> |
||
420 | Franz | 3060 | <translation>Java Script</translation> |
418 | Franz | 3061 | </message> |
3062 | <message> |
||
3063 | <source>Go To</source> |
||
420 | Franz | 3064 | <translation>Anar A</translation> |
418 | Franz | 3065 | </message> |
3066 | <message> |
||
3067 | <source>Submit Form</source> |
||
420 | Franz | 3068 | <translation>Enviar Formulari</translation> |
418 | Franz | 3069 | </message> |
3070 | <message> |
||
3071 | <source>Reset Form</source> |
||
420 | Franz | 3072 | <translation>Reiniciar Formulari</translation> |
418 | Franz | 3073 | </message> |
3074 | <message> |
||
3075 | <source>Import Data</source> |
||
420 | Franz | 3076 | <translation>Importar Dades</translation> |
418 | Franz | 3077 | </message> |
3078 | <message> |
||
3079 | <source>Event:</source> |
||
420 | Franz | 3080 | <translation>Incidència:</translation> |
418 | Franz | 3081 | </message> |
3082 | <message> |
||
3083 | <source>Mouse Up</source> |
||
420 | Franz | 3084 | <translation>Ratolí Amunt</translation> |
418 | Franz | 3085 | </message> |
3086 | <message> |
||
3087 | <source>Mouse Down</source> |
||
420 | Franz | 3088 | <translation>Ratolí Avall</translation> |
418 | Franz | 3089 | </message> |
3090 | <message> |
||
3091 | <source>Mouse Enter</source> |
||
420 | Franz | 3092 | <translation>Entrar amb el Ratolí</translation> |
418 | Franz | 3093 | </message> |
3094 | <message> |
||
3095 | <source>Mouse Exit</source> |
||
420 | Franz | 3096 | <translation>Sortir amb el Ratolí</translation> |
418 | Franz | 3097 | </message> |
3098 | <message> |
||
3099 | <source>On Focus</source> |
||
420 | Franz | 3100 | <translation>En Prendre el Focus</translation> |
418 | Franz | 3101 | </message> |
3102 | <message> |
||
3103 | <source>On Blur</source> |
||
420 | Franz | 3104 | <translation>En Difuminar</translation> |
418 | Franz | 3105 | </message> |
3106 | <message> |
||
3107 | <source>Script:</source> |
||
420 | Franz | 3108 | <translation>Seqüència: </translation> |
418 | Franz | 3109 | </message> |
3110 | <message> |
||
3111 | <source>Edit...</source> |
||
420 | Franz | 3112 | <translation>Edició...</translation> |
418 | Franz | 3113 | </message> |
3114 | <message> |
||
3115 | <source>Submit to URL:</source> |
||
420 | Franz | 3116 | <translation>Enviar a URL:</translation> |
418 | Franz | 3117 | </message> |
3118 | <message> |
||
3119 | <source>Submit Data as HTML</source> |
||
420 | Franz | 3120 | <translation>Enviar Dades com HTML</translation> |
418 | Franz | 3121 | </message> |
3122 | <message> |
||
3123 | <source>Import Data from:</source> |
||
420 | Franz | 3124 | <translation>Importar dades des de:</translation> |
418 | Franz | 3125 | </message> |
3126 | <message> |
||
3127 | <source>Destination</source> |
||
420 | Franz | 3128 | <translation>Destí</translation> |
418 | Franz | 3129 | </message> |
3130 | <message> |
||
3131 | <source>To File:</source> |
||
420 | Franz | 3132 | <translation>Al Fitxer:</translation> |
418 | Franz | 3133 | </message> |
3134 | <message> |
||
3135 | <source>Change...</source> |
||
420 | Franz | 3136 | <translation>Canvi...</translation> |
418 | Franz | 3137 | </message> |
3138 | <message> |
||
3139 | <source>Page:</source> |
||
420 | Franz | 3140 | <translation>Pàgina:</translation> |
418 | Franz | 3141 | </message> |
3142 | <message> |
||
3143 | <source>X-Pos:</source> |
||
420 | Franz | 3144 | <translation>Posició X:</translation> |
418 | Franz | 3145 | </message> |
3146 | <message> |
||
3147 | <source> pt</source> |
||
420 | Franz | 3148 | <translation>pt</translation> |
418 | Franz | 3149 | </message> |
3150 | <message> |
||
3151 | <source>Y-Pos:</source> |
||
420 | Franz | 3152 | <translation>Posició Y:</translation> |
418 | Franz | 3153 | </message> |
3154 | <message> |
||
3155 | <source>Action</source> |
||
420 | Franz | 3156 | <translation>Acció</translation> |
418 | Franz | 3157 | </message> |
3158 | <message> |
||
3159 | <source>Field is formatted as:</source> |
||
420 | Franz | 3160 | <translation>El camp està formatat com:</translation> |
418 | Franz | 3161 | </message> |
3162 | <message> |
||
3163 | <source>Plain</source> |
||
420 | Franz | 3164 | <translation>Senzill</translation> |
418 | Franz | 3165 | </message> |
3166 | <message> |
||
3167 | <source>Number</source> |
||
420 | Franz | 3168 | <translation>Número</translation> |
418 | Franz | 3169 | </message> |
3170 | <message> |
||
3171 | <source>Percentage</source> |
||
420 | Franz | 3172 | <translation>Percentatge</translation> |
418 | Franz | 3173 | </message> |
3174 | <message> |
||
3175 | <source>Date</source> |
||
420 | Franz | 3176 | <translation>Data</translation> |
418 | Franz | 3177 | </message> |
3178 | <message> |
||
3179 | <source>Time</source> |
||
420 | Franz | 3180 | <translation>Hora</translation> |
418 | Franz | 3181 | </message> |
3182 | <message> |
||
3183 | <source>Custom</source> |
||
420 | Franz | 3184 | <translation>Personalitzat</translation> |
418 | Franz | 3185 | </message> |
3186 | <message> |
||
3187 | <source>Number Format</source> |
||
420 | Franz | 3188 | <translation>Format numèric</translation> |
418 | Franz | 3189 | </message> |
3190 | <message> |
||
3191 | <source>Decimals:</source> |
||
420 | Franz | 3192 | <translation>Decimals:</translation> |
418 | Franz | 3193 | </message> |
3194 | <message> |
||
3195 | <source>Use Currency Symbol</source> |
||
420 | Franz | 3196 | <translation>Símbol de Moneda</translation> |
418 | Franz | 3197 | </message> |
3198 | <message> |
||
3199 | <source>Prepend Currency Symbol</source> |
||
420 | Franz | 3200 | <translation>"Prepend" Símbol de Moneda</translation> |
418 | Franz | 3201 | </message> |
3202 | <message> |
||
3203 | <source>Formatting</source> |
||
420 | Franz | 3204 | <translation>Donant format</translation> |
418 | Franz | 3205 | </message> |
3206 | <message> |
||
3207 | <source>Percent Format</source> |
||
420 | Franz | 3208 | <translation>Percentatge Formatat</translation> |
418 | Franz | 3209 | </message> |
3210 | <message> |
||
3211 | <source>Date Format</source> |
||
420 | Franz | 3212 | <translation>Format de Data</translation> |
418 | Franz | 3213 | </message> |
3214 | <message> |
||
3215 | <source>Time Format</source> |
||
420 | Franz | 3216 | <translation>Format d'hora</translation> |
418 | Franz | 3217 | </message> |
3218 | <message> |
||
3219 | <source>Custom Scripts</source> |
||
420 | Franz | 3220 | <translation>Seqüències personalitzades</translation> |
418 | Franz | 3221 | </message> |
3222 | <message> |
||
3223 | <source>Format:</source> |
||
420 | Franz | 3224 | <translation>Format:</translation> |
418 | Franz | 3225 | </message> |
3226 | <message> |
||
3227 | <source>Keystroke:</source> |
||
420 | Franz | 3228 | <translation>Pulsació de tecla:</translation> |
418 | Franz | 3229 | </message> |
3230 | <message> |
||
3231 | <source>Format</source> |
||
420 | Franz | 3232 | <translation>Format</translation> |
418 | Franz | 3233 | </message> |
3234 | <message> |
||
3235 | <source>Value is not validated</source> |
||
420 | Franz | 3236 | <translation>El valor no està validat</translation> |
418 | Franz | 3237 | </message> |
3238 | <message> |
||
3239 | <source>Value must be greater than or equal to:</source> |
||
420 | Franz | 3240 | <translation>El Valor ha de ser més gran o igual que:</translation> |
418 | Franz | 3241 | </message> |
3242 | <message> |
||
3243 | <source>and less or equal to:</source> |
||
420 | Franz | 3244 | <translation>i més petit o igual que:</translation> |
418 | Franz | 3245 | </message> |
3246 | <message> |
||
3247 | <source>Custom validate script:</source> |
||
420 | Franz | 3248 | <translation>Seqüències personalitzades de validació:</translation> |
418 | Franz | 3249 | </message> |
3250 | <message> |
||
3251 | <source>Validate</source> |
||
420 | Franz | 3252 | <translation>Validar</translation> |
418 | Franz | 3253 | </message> |
3254 | <message> |
||
3255 | <source>Value is not calculated</source> |
||
420 | Franz | 3256 | <translation>El valor no és calculat</translation> |
418 | Franz | 3257 | </message> |
3258 | <message> |
||
3259 | <source>Value is the</source> |
||
420 | Franz | 3260 | <translation>El Valor és el</translation> |
418 | Franz | 3261 | </message> |
3262 | <message> |
||
3263 | <source>sum</source> |
||
420 | Franz | 3264 | <translation>suma</translation> |
418 | Franz | 3265 | </message> |
3266 | <message> |
||
3267 | <source>product</source> |
||
420 | Franz | 3268 | <translation>producte</translation> |
418 | Franz | 3269 | </message> |
3270 | <message> |
||
3271 | <source>average</source> |
||
420 | Franz | 3272 | <translation>mitjana</translation> |
418 | Franz | 3273 | </message> |
3274 | <message> |
||
3275 | <source>minimum</source> |
||
420 | Franz | 3276 | <translation>mínim</translation> |
418 | Franz | 3277 | </message> |
3278 | <message> |
||
3279 | <source>maximum</source> |
||
420 | Franz | 3280 | <translation>màxim</translation> |
418 | Franz | 3281 | </message> |
3282 | <message> |
||
3283 | <source>of the following fields:</source> |
||
420 | Franz | 3284 | <translation>dels següents camps:</translation> |
418 | Franz | 3285 | </message> |
3286 | <message> |
||
3287 | <source>Pick...</source> |
||
420 | Franz | 3288 | <translation>Pren...</translation> |
418 | Franz | 3289 | </message> |
3290 | <message> |
||
3291 | <source>Custom calculation script:</source> |
||
420 | Franz | 3292 | <translation>Seqüències personalitzades de càlcul:</translation> |
418 | Franz | 3293 | </message> |
3294 | <message> |
||
3295 | <source>Calculate</source> |
||
420 | Franz | 3296 | <translation>Calcula</translation> |
418 | Franz | 3297 | </message> |
3298 | <message> |
||
3299 | <source>OK</source> |
||
420 | Franz | 3300 | <translation>D'acord</translation> |
418 | Franz | 3301 | </message> |
3302 | <message> |
||
3303 | <source>Cancel</source> |
||
420 | Franz | 3304 | <translation>Cancel.la</translation> |
418 | Franz | 3305 | </message> |
3306 | <message> |
||
3307 | <source>Flag is ignored for PDF 1.3</source> |
||
420 | Franz | 3308 | <translation>Senyal ignorada per PDF 1.3</translation> |
418 | Franz | 3309 | </message> |
3310 | <message> |
||
3311 | <source>Enter a comma separated list of fields here</source> |
||
420 | Franz | 3312 | <translation>Entra una llista separada per comes </translation> |
418 | Franz | 3313 | </message> |
3314 | <message> |
||
3315 | <source>You need at least the Icon for Normal to use Icons for Buttons</source> |
||
420 | Franz | 3316 | <translation>Necessites almenys la icona Normal per utilitzar icones de Botons</translation> |
418 | Franz | 3317 | </message> |
3318 | <message> |
||
3319 | <source>Open</source> |
||
420 | Franz | 3320 | <translation>Obre</translation> |
418 | Franz | 3321 | </message> |
3322 | <message> |
||
3323 | <source>Images (*.tif *.png *.jpg *.xpm);;Postscript (*.eps);;All Files (*)</source> |
||
420 | Franz | 3324 | <translation>Imatges (*.tif *.png *.jpg *.xpm);;Postscript (*.eps);;Tots els Fitxers (*)</translation> |
418 | Franz | 3325 | </message> |
3326 | <message> |
||
3327 | <source>Example:</source> |
||
420 | Franz | 3328 | <translation>Exemple:</translation> |
418 | Franz | 3329 | </message> |
3330 | <message> |
||
3331 | <source>Selection Change</source> |
||
420 | Franz | 3332 | <translation>Canvi de Selecció</translation> |
418 | Franz | 3333 | </message> |
3334 | <message> |
||
3335 | <source>PDF Files (*.pdf);;All Files (*)</source> |
||
420 | Franz | 3336 | <translation>Fitxers PDF (*.pdf);;Tots els fitxers (*)</translation> |
418 | Franz | 3337 | </message> |
3338 | </context> |
||
3339 | <context> |
||
3340 | <name>Annota</name> |
||
3341 | <message> |
||
3342 | <source>Annotation Properties</source> |
||
420 | Franz | 3343 | <translation>Propietats de l'Anotació</translation> |
418 | Franz | 3344 | </message> |
3345 | <message> |
||
3346 | <source>Text</source> |
||
420 | Franz | 3347 | <translation>Text</translation> |
418 | Franz | 3348 | </message> |
3349 | <message> |
||
3350 | <source>Link</source> |
||
420 | Franz | 3351 | <translation>Enllaç</translation> |
418 | Franz | 3352 | </message> |
3353 | <message> |
||
3354 | <source>External Link</source> |
||
420 | Franz | 3355 | <translation>Enllaç Extern</translation> |
418 | Franz | 3356 | </message> |
3357 | <message> |
||
3358 | <source>External Web-Link</source> |
||
420 | Franz | 3359 | <translation>Enllaç Web</translation> |
418 | Franz | 3360 | </message> |
3361 | <message> |
||
3362 | <source>Destination</source> |
||
420 | Franz | 3363 | <translation>Destí</translation> |
418 | Franz | 3364 | </message> |
3365 | <message> |
||
3366 | <source> pt</source> |
||
420 | Franz | 3367 | <translation>pt</translation> |
418 | Franz | 3368 | </message> |
3369 | <message> |
||
3370 | <source>Open</source> |
||
420 | Franz | 3371 | <translation>Obre</translation> |
418 | Franz | 3372 | </message> |
3373 | <message> |
||
3374 | <source>PDF-Documents (*.pdf);;All Files (*)</source> |
||
420 | Franz | 3375 | <translation>Documents PDF (*.pdf);;Tots els fitxers (*)</translation> |
418 | Franz | 3376 | </message> |
454 | fschmid | 3377 | <message> |
3378 | <source>&Type:</source> |
||
1135 | cbradney | 3379 | <translation>&Tipus:</translation> |
454 | fschmid | 3380 | </message> |
3381 | <message> |
||
3382 | <source>C&hange...</source> |
||
1135 | cbradney | 3383 | <translation>C&anvia...</translation> |
454 | fschmid | 3384 | </message> |
3385 | <message> |
||
3386 | <source>&Page:</source> |
||
1135 | cbradney | 3387 | <translation>&Pàgina:</translation> |
454 | fschmid | 3388 | </message> |
3389 | <message> |
||
3390 | <source>&X-Pos</source> |
||
1135 | cbradney | 3391 | <translation>Posició &X</translation> |
454 | fschmid | 3392 | </message> |
3393 | <message> |
||
3394 | <source>&Y-Pos:</source> |
||
1135 | cbradney | 3395 | <translation>Posició &Y:</translation> |
454 | fschmid | 3396 | </message> |
532 | cbradney | 3397 | <message> |
3398 | <source>&OK</source> |
||
1135 | cbradney | 3399 | <translation>D'ac&ord</translation> |
532 | cbradney | 3400 | </message> |
3401 | <message> |
||
3402 | <source>&Cancel</source> |
||
1135 | cbradney | 3403 | <translation>&Cancel.la</translation> |
532 | cbradney | 3404 | </message> |
418 | Franz | 3405 | </context> |
3406 | <context> |
||
3407 | <name>ApplyT</name> |
||
3408 | <message> |
||
3409 | <source>Apply Template</source> |
||
420 | Franz | 3410 | <translation>Aplica Plantilla</translation> |
418 | Franz | 3411 | </message> |
3412 | <message> |
||
3413 | <source>&Template:</source> |
||
420 | Franz | 3414 | <translation>&Plantilla:</translation> |
418 | Franz | 3415 | </message> |
3416 | <message> |
||
3417 | <source>Normal</source> |
||
420 | Franz | 3418 | <translation>Normal</translation> |
418 | Franz | 3419 | </message> |
3420 | <message> |
||
3421 | <source>Apply to &Current Page</source> |
||
420 | Franz | 3422 | <translation>Aplica a la Pàgina A&ctual</translation> |
418 | Franz | 3423 | </message> |
3424 | <message> |
||
3425 | <source>Apply to all &even Pages</source> |
||
420 | Franz | 3426 | <translation>Aplica a les pàgines par&elles</translation> |
418 | Franz | 3427 | </message> |
3428 | <message> |
||
3429 | <source>Apply to all &odd Pages</source> |
||
420 | Franz | 3430 | <translation>Aplica a les pàgines &senars</translation> |
418 | Franz | 3431 | </message> |
3432 | <message> |
||
3433 | <source>Apply from &Page:</source> |
||
420 | Franz | 3434 | <translation>Aplica des de la &Pagina:</translation> |
418 | Franz | 3435 | </message> |
3436 | <message> |
||
3437 | <source>To:</source> |
||
420 | Franz | 3438 | <translation>A:</translation> |
418 | Franz | 3439 | </message> |
3440 | <message> |
||
3441 | <source>&OK</source> |
||
420 | Franz | 3442 | <translation>D'ac&ord</translation> |
418 | Franz | 3443 | </message> |
3444 | <message> |
||
3445 | <source>&Cancel</source> |
||
420 | Franz | 3446 | <translation>&Cancel.la</translation> |
418 | Franz | 3447 | </message> |
3448 | </context> |
||
3449 | <context> |
||
3450 | <name>Biblio</name> |
||
3451 | <message> |
||
3452 | <source>Scrapbook</source> |
||
420 | Franz | 3453 | <translation></translation> |
418 | Franz | 3454 | </message> |
3455 | <message> |
||
3456 | <source>&New</source> |
||
420 | Franz | 3457 | <translation>&Nou</translation> |
418 | Franz | 3458 | </message> |
3459 | <message> |
||
3460 | <source>&Load...</source> |
||
420 | Franz | 3461 | <translation>&Carrega...</translation> |
418 | Franz | 3462 | </message> |
3463 | <message> |
||
3464 | <source>&Save</source> |
||
420 | Franz | 3465 | <translation>&Desa</translation> |
418 | Franz | 3466 | </message> |
3467 | <message> |
||
3468 | <source>Save &As...</source> |
||
420 | Franz | 3469 | <translation>&Anomena i Desa...</translation> |
418 | Franz | 3470 | </message> |
3471 | <message> |
||
3472 | <source>&Close</source> |
||
420 | Franz | 3473 | <translation>&Tanca</translation> |
418 | Franz | 3474 | </message> |
3475 | <message> |
||
3476 | <source>&Small</source> |
||
420 | Franz | 3477 | <translation>&Petita</translation> |
418 | Franz | 3478 | </message> |
3479 | <message> |
||
3480 | <source>&Medium</source> |
||
420 | Franz | 3481 | <translation>&Mitjana</translation> |
418 | Franz | 3482 | </message> |
3483 | <message> |
||
3484 | <source>&Large</source> |
||
420 | Franz | 3485 | <translation>&Gran</translation> |
418 | Franz | 3486 | </message> |
3487 | <message> |
||
3488 | <source>&File</source> |
||
420 | Franz | 3489 | <translation>&Fitxer</translation> |
418 | Franz | 3490 | </message> |
3491 | <message> |
||
3492 | <source>&Preview</source> |
||
420 | Franz | 3493 | <translation>Visualització &Previa</translation> |
418 | Franz | 3494 | </message> |
3495 | <message> |
||
3496 | <source>Scrapbooks (*.scs);;All Files (*)</source> |
||
420 | Franz | 3497 | <translation></translation> |
418 | Franz | 3498 | </message> |
3499 | <message> |
||
3500 | <source>Rename</source> |
||
420 | Franz | 3501 | <translation>Reanomena</translation> |
418 | Franz | 3502 | </message> |
3503 | <message> |
||
3504 | <source>Delete</source> |
||
420 | Franz | 3505 | <translation>Esborra</translation> |
418 | Franz | 3506 | </message> |
3507 | <message> |
||
3508 | <source>Warning</source> |
||
420 | Franz | 3509 | <translation>Avís</translation> |
418 | Franz | 3510 | </message> |
3511 | <message> |
||
3512 | <source>Name "%1" isn't unique. |
||
3513 | Please choose another.</source> |
||
420 | Franz | 3514 | <translation>El Nom "%1" no és únic |
3515 | Si us plau tria'n un altre.</translation> |
||
418 | Franz | 3516 | </message> |
3517 | <message> |
||
3518 | <source>OK</source> |
||
420 | Franz | 3519 | <translation>D'acord</translation> |
418 | Franz | 3520 | </message> |
3521 | <message> |
||
3522 | <source>Object</source> |
||
420 | Franz | 3523 | <translation>Objecte</translation> |
418 | Franz | 3524 | </message> |
3525 | <message> |
||
3526 | <source>&Name:</source> |
||
420 | Franz | 3527 | <translation>&Nom:</translation> |
418 | Franz | 3528 | </message> |
3529 | <message> |
||
3530 | <source>New Entry</source> |
||
420 | Franz | 3531 | <translation>Nova Entrada</translation> |
418 | Franz | 3532 | </message> |
3533 | </context> |
||
3534 | <context> |
||
3535 | <name>BookMView</name> |
||
3536 | <message> |
||
3537 | <source>Bookmarks</source> |
||
420 | Franz | 3538 | <translation>Punts</translation> |
418 | Franz | 3539 | </message> |
3540 | <message> |
||
3541 | <source>Move Bookmark</source> |
||
420 | Franz | 3542 | <translation>Mou Punt</translation> |
418 | Franz | 3543 | </message> |
3544 | <message> |
||
3545 | <source>Insert Bookmark</source> |
||
420 | Franz | 3546 | <translation>Insereix Punt</translation> |
418 | Franz | 3547 | </message> |
3548 | <message> |
||
3549 | <source>Cancel</source> |
||
420 | Franz | 3550 | <translation>Cancel.la</translation> |
418 | Franz | 3551 | </message> |
3552 | </context> |
||
3553 | <context> |
||
3554 | <name>BookPalette</name> |
||
3555 | <message> |
||
3556 | <source>Bookmarks</source> |
||
420 | Franz | 3557 | <translation>Punts</translation> |
418 | Franz | 3558 | </message> |
3559 | </context> |
||
3560 | <context> |
||
3561 | <name>ButtonIcon</name> |
||
3562 | <message> |
||
3563 | <source>Icon Placement</source> |
||
420 | Franz | 3564 | <translation>Col.locació d'Icones</translation> |
418 | Franz | 3565 | </message> |
3566 | <message> |
||
3567 | <source>Layout:</source> |
||
420 | Franz | 3568 | <translation>Format:</translation> |
418 | Franz | 3569 | </message> |
3570 | <message> |
||
3571 | <source>Caption only</source> |
||
420 | Franz | 3572 | <translation>Només Put</translation> |
418 | Franz | 3573 | </message> |
3574 | <message> |
||
3575 | <source>Icon only</source> |
||
420 | Franz | 3576 | <translation>Només Icona</translation> |
418 | Franz | 3577 | </message> |
3578 | <message> |
||
3579 | <source>Caption below Icon</source> |
||
420 | Franz | 3580 | <translation>Ròtul sota la Icona</translation> |
418 | Franz | 3581 | </message> |
3582 | <message> |
||
3583 | <source>Caption above Icon</source> |
||
420 | Franz | 3584 | <translation>Ròtul sobre la Icona</translation> |
418 | Franz | 3585 | </message> |
3586 | <message> |
||
3587 | <source>Caption right to Icon</source> |
||
420 | Franz | 3588 | <translation>Ròtul a la dreta de la icona</translation> |
418 | Franz | 3589 | </message> |
3590 | <message> |
||
3591 | <source>Caption left to Icon</source> |
||
420 | Franz | 3592 | <translation>Ròtul a l'esquerra de la icona</translation> |
418 | Franz | 3593 | </message> |
3594 | <message> |
||
3595 | <source>Caption overlays Icon</source> |
||
420 | Franz | 3596 | <translation>Ròtul al damunt de la icona</translation> |
418 | Franz | 3597 | </message> |
3598 | <message> |
||
3599 | <source>Scale:</source> |
||
420 | Franz | 3600 | <translation>Escala:</translation> |
418 | Franz | 3601 | </message> |
3602 | <message> |
||
3603 | <source>Always</source> |
||
420 | Franz | 3604 | <translation>Sempre</translation> |
418 | Franz | 3605 | </message> |
3606 | <message> |
||
3607 | <source>When Icon is too small</source> |
||
420 | Franz | 3608 | <translation>Quan la Icona és massa petita</translation> |
418 | Franz | 3609 | </message> |
3610 | <message> |
||
3611 | <source>When Icon is too big</source> |
||
420 | Franz | 3612 | <translation>Quan la Icona és massa gran</translation> |
418 | Franz | 3613 | </message> |
3614 | <message> |
||
3615 | <source>Never</source> |
||
420 | Franz | 3616 | <translation>Mai</translation> |
418 | Franz | 3617 | </message> |
3618 | <message> |
||
3619 | <source>Scale How:</source> |
||
420 | Franz | 3620 | <translation>Escala com:</translation> |
418 | Franz | 3621 | </message> |
3622 | <message> |
||
3623 | <source>Proportional</source> |
||
420 | Franz | 3624 | <translation>Proporcional</translation> |
418 | Franz | 3625 | </message> |
3626 | <message> |
||
3627 | <source>Non Proportional</source> |
||
420 | Franz | 3628 | <translation>No Proporcional</translation> |
418 | Franz | 3629 | </message> |
3630 | <message> |
||
3631 | <source>Icon</source> |
||
420 | Franz | 3632 | <translation>Icona</translation> |
418 | Franz | 3633 | </message> |
3634 | <message> |
||
3635 | <source>OK</source> |
||
420 | Franz | 3636 | <translation>D'acord</translation> |
418 | Franz | 3637 | </message> |
3638 | <message> |
||
3639 | <source>Cancel</source> |
||
420 | Franz | 3640 | <translation>Cancel.la</translation> |
418 | Franz | 3641 | </message> |
3642 | <message> |
||
3643 | <source>Reset</source> |
||
420 | Franz | 3644 | <translation>Reiniciar</translation> |
418 | Franz | 3645 | </message> |
3646 | </context> |
||
3647 | <context> |
||
3648 | <name>CMSPrefs</name> |
||
3649 | <message> |
||
3650 | <source>Color Management Settings</source> |
||
1564 | cbradney | 3651 | <translation>Paràmetres Gestió del Color</translation> |
418 | Franz | 3652 | </message> |
3653 | <message> |
||
3654 | <source>&Activate Color Management</source> |
||
420 | Franz | 3655 | <translation>&Activar Gestió del Color</translation> |
418 | Franz | 3656 | </message> |
3657 | <message> |
||
3658 | <source>System Profiles</source> |
||
420 | Franz | 3659 | <translation>Perfils de Sistema</translation> |
418 | Franz | 3660 | </message> |
3661 | <message> |
||
3662 | <source>&Pictures:</source> |
||
420 | Franz | 3663 | <translation>&Imatges:</translation> |
418 | Franz | 3664 | </message> |
3665 | <message> |
||
3666 | <source>&Solid Colors:</source> |
||
420 | Franz | 3667 | <translation>Colors &Sòlids:</translation> |
418 | Franz | 3668 | </message> |
3669 | <message> |
||
3670 | <source>&Monitor:</source> |
||
420 | Franz | 3671 | <translation>&Monitor:</translation> |
418 | Franz | 3672 | </message> |
3673 | <message> |
||
3674 | <source>P&rinter:</source> |
||
420 | Franz | 3675 | <translation>Imp&ressora:</translation> |
418 | Franz | 3676 | </message> |
3677 | <message> |
||
3678 | <source>Rendering Intents</source> |
||
420 | Franz | 3679 | <translation>Intents de representació</translation> |
418 | Franz | 3680 | </message> |
3681 | <message> |
||
3682 | <source>Perceptual</source> |
||
420 | Franz | 3683 | <translation>Perceptual</translation> |
418 | Franz | 3684 | </message> |
3685 | <message> |
||
3686 | <source>Relative Colorimetric</source> |
||
420 | Franz | 3687 | <translation>Colorimètric Relatiu</translation> |
418 | Franz | 3688 | </message> |
3689 | <message> |
||
3690 | <source>Saturation</source> |
||
420 | Franz | 3691 | <translation>Saturació</translation> |
418 | Franz | 3692 | </message> |
3693 | <message> |
||
3694 | <source>Absolute Colorimetric</source> |
||
420 | Franz | 3695 | <translation>Colorimètric Absolut</translation> |
418 | Franz | 3696 | </message> |
3697 | <message> |
||
3698 | <source>M&onitor:</source> |
||
420 | Franz | 3699 | <translation>M&onitor:</translation> |
418 | Franz | 3700 | </message> |
3701 | <message> |
||
3702 | <source>Pr&inter:</source> |
||
420 | Franz | 3703 | <translation>&Impressora:</translation> |
418 | Franz | 3704 | </message> |
3705 | <message> |
||
3706 | <source>Sim&ulate Printer on the Screen</source> |
||
420 | Franz | 3707 | <translation>Sim&ula Impressora en Pantalla</translation> |
418 | Franz | 3708 | </message> |
3709 | <message> |
||
3710 | <source>Mark Colors out of &Gamut</source> |
||
420 | Franz | 3711 | <translation>Marca colors fora de &Gama</translation> |
418 | Franz | 3712 | </message> |
3713 | <message> |
||
3714 | <source>Use &Blackpoint Compensation</source> |
||
420 | Franz | 3715 | <translation>Usar Compensació de &Punt negre</translation> |
418 | Franz | 3716 | </message> |
3717 | <message> |
||
3718 | <source>&OK</source> |
||
1564 | cbradney | 3719 | <translation>D'ac&ord</translation> |
418 | Franz | 3720 | </message> |
3721 | <message> |
||
3722 | <source>&Cancel</source> |
||
1564 | cbradney | 3723 | <translation>&Cancel.la</translation> |
418 | Franz | 3724 | </message> |
3725 | <message> |
||
3726 | <source>Default color profile for imported images</source> |
||
420 | Franz | 3727 | <translation>Perfil de color per defecte en imatges importades</translation> |
418 | Franz | 3728 | </message> |
3729 | <message> |
||
3730 | <source>Default color profile for solid colors on the page</source> |
||
420 | Franz | 3731 | <translation>Perfil de color per defecte de colors sòlids de la pàgina</translation> |
418 | Franz | 3732 | </message> |
3733 | <message> |
||
3734 | <source>Color profile that you have generated or received from the manufacturer. |
||
3735 | This profile should be specific to your monitor and not a generic profile (i.e. sRGB).</source> |
||
420 | Franz | 3736 | <translation>Perfil de color que has generat o rebut del fabricant |
3737 | Aquest perfil hauria de ser específic del teu monitor i no un perfil genèric (ex.sRGB).</translation> |
||
418 | Franz | 3738 | </message> |
3739 | <message> |
||
3740 | <source>Color profile for your printer model from the manufacturer. |
||
3741 | This profile should be specific to your printer and not a generic profile (i.e. sRGB).</source> |
||
420 | Franz | 3742 | <translation>Perfil de color del fabricant del teu model d'impressora. |
3743 | Aquest perfil hauria de ser específic de la teva impressora i no genèric (ex.sRGB).</translation> |
||
418 | Franz | 3744 | </message> |
3745 | <message> |
||
3746 | <source>Default rendering intent for your monitor. Unless you know why to change it, |
||
3747 | Relative Colorimetric or Perceptual should be chosen.</source> |
||
420 | Franz | 3748 | <translation>Representació per defecte del teu monitor. A menys que sàpigues perquè, |
3749 | s'hauria de triar el Colimètric Relatiu o Perceptual.</translation> |
||
418 | Franz | 3750 | </message> |
3751 | <message> |
||
3752 | <source>Default rendering intent for your printer. Unless you know why to change it, |
||
3753 | Relative Colorimetric or Perceptual should be chosen.</source> |
||
420 | Franz | 3754 | <translation>Representació per defecte de la impressora. A menys que sàpigues perquè, |
3755 | s'hauria de triar el Colorimètric Relatiu o Perceptual.</translation> |
||
418 | Franz | 3756 | </message> |
3757 | <message> |
||
3758 | <source>Enable 'soft proofing' of how your document colors will print, |
||
3759 | based on the chosen printer profile.</source> |
||
420 | Franz | 3760 | <translation>Activa 'soft proofing' de com els colors dels documents s'imprimiran, |
3761 | basant-se en el perfil d'impressora triat.</translation> |
||
418 | Franz | 3762 | </message> |
3763 | <message> |
||
3764 | <source>Method of showing colors on the screen which may not print properly. |
||
3765 | This requires very accurate profiles and serves only as a warning.</source> |
||
420 | Franz | 3766 | <translation>Mètode de mostrar colors per pantalla que poden no imprimir-se bé. |
3767 | Això requereix perfils molt acurats i serveix només d'avís.</translation> |
||
418 | Franz | 3768 | </message> |
3769 | <message> |
||
3770 | <source>Black Point Compensation is a method of improving contrast in photos. |
||
3771 | It is recommended that you enable this if you have photos in your document.</source> |
||
420 | Franz | 3772 | <translation>La Compensació de Punt Negre és un mètode per millorar el contrast en fotos. |
3773 | Es recomana activar-lo si tens colors en el teu document.</translation> |
||
418 | Franz | 3774 | </message> |
3775 | </context> |
||
3776 | <context> |
||
3777 | <name>CMYKChoose</name> |
||
3778 | <message> |
||
3779 | <source>Edit Color</source> |
||
420 | Franz | 3780 | <translation>Edita Color</translation> |
418 | Franz | 3781 | </message> |
3782 | <message> |
||
3783 | <source>&Name:</source> |
||
420 | Franz | 3784 | <translation>&Nom:</translation> |
418 | Franz | 3785 | </message> |
3786 | <message> |
||
3787 | <source>Color &Model</source> |
||
420 | Franz | 3788 | <translation>&Model de Color</translation> |
418 | Franz | 3789 | </message> |
3790 | <message> |
||
3791 | <source>CMYK</source> |
||
420 | Franz | 3792 | <translation>CMYK</translation> |
418 | Franz | 3793 | </message> |
3794 | <message> |
||
3795 | <source>RGB</source> |
||
420 | Franz | 3796 | <translation>RGB</translation> |
418 | Franz | 3797 | </message> |
3798 | <message> |
||
3799 | <source>Web Safe RGB</source> |
||
420 | Franz | 3800 | <translation>RGB per Web</translation> |
418 | Franz | 3801 | </message> |
3802 | <message> |
||
3803 | <source>New</source> |
||
420 | Franz | 3804 | <translation>Nou</translation> |
418 | Franz | 3805 | </message> |
3806 | <message> |
||
3807 | <source>Old</source> |
||
420 | Franz | 3808 | <translation>Vell</translation> |
418 | Franz | 3809 | </message> |
3810 | <message> |
||
3811 | <source>&OK</source> |
||
420 | Franz | 3812 | <translation>D'ac&ord</translation> |
418 | Franz | 3813 | </message> |
3814 | <message> |
||
3815 | <source>&Cancel</source> |
||
420 | Franz | 3816 | <translation>&Cancel.la</translation> |
418 | Franz | 3817 | </message> |
3818 | <message> |
||
3819 | <source>HSV-Colormap</source> |
||
420 | Franz | 3820 | <translation>Mapa de Colors HSV</translation> |
418 | Franz | 3821 | </message> |
3822 | <message> |
||
3823 | <source>C:</source> |
||
420 | Franz | 3824 | <translation>C:</translation> |
418 | Franz | 3825 | </message> |
3826 | <message> |
||
3827 | <source> %</source> |
||
420 | Franz | 3828 | <translation>%</translation> |
418 | Franz | 3829 | </message> |
3830 | <message> |
||
3831 | <source>M:</source> |
||
420 | Franz | 3832 | <translation>M:</translation> |
418 | Franz | 3833 | </message> |
3834 | <message> |
||
3835 | <source>Y:</source> |
||
420 | Franz | 3836 | <translation>Y:</translation> |
418 | Franz | 3837 | </message> |
3838 | <message> |
||
3839 | <source>K:</source> |
||
420 | Franz | 3840 | <translation>K:</translation> |
418 | Franz | 3841 | </message> |
3842 | <message> |
||
3843 | <source>Dynamic Color Bars</source> |
||
420 | Franz | 3844 | <translation>Barra de Colors dinàmica</translation> |
418 | Franz | 3845 | </message> |
3846 | <message> |
||
3847 | <source>Static Color Bars</source> |
||
420 | Franz | 3848 | <translation>Barra estàtica de Colors</translation> |
418 | Franz | 3849 | </message> |
3850 | <message> |
||
3851 | <source>R:</source> |
||
420 | Franz | 3852 | <translation>R:</translation> |
418 | Franz | 3853 | </message> |
3854 | <message> |
||
3855 | <source>G:</source> |
||
420 | Franz | 3856 | <translation>G:</translation> |
418 | Franz | 3857 | </message> |
3858 | <message> |
||
3859 | <source>B:</source> |
||
420 | Franz | 3860 | <translation>B:</translation> |
418 | Franz | 3861 | </message> |
3862 | <message> |
||
3863 | <source>Warning</source> |
||
420 | Franz | 3864 | <translation>Avís</translation> |
418 | Franz | 3865 | </message> |
3866 | <message> |
||
3867 | <source>Name of the Color is not unique</source> |
||
420 | Franz | 3868 | <translation>El nom del color no és únic</translation> |
418 | Franz | 3869 | </message> |
3870 | <message> |
||
3871 | <source>OK</source> |
||
420 | Franz | 3872 | <translation>D'acord</translation> |
418 | Franz | 3873 | </message> |
532 | cbradney | 3874 | <message> |
3875 | <source>None</source> |
||
1135 | cbradney | 3876 | <translation>Cap</translation> |
532 | cbradney | 3877 | </message> |
3878 | <message> |
||
3879 | <source>You cannot create a color named "%1". |
||
3880 | It's a reserved name for transparent color</source> |
||
1135 | cbradney | 3881 | <translation>No pots crear un color que es digui "%1". |
3882 | És un nom reservat per un color transparent</translation> |
||
532 | cbradney | 3883 | </message> |
418 | Franz | 3884 | </context> |
3885 | <context> |
||
3886 | <name>Cpalette</name> |
||
3887 | <message> |
||
3888 | <source>Shade:</source> |
||
420 | Franz | 3889 | <translation>Intensitat:</translation> |
418 | Franz | 3890 | </message> |
3891 | <message> |
||
3892 | <source> %</source> |
||
420 | Franz | 3893 | <translation>%</translation> |
418 | Franz | 3894 | </message> |
3895 | <message> |
||
3896 | <source>Opacity:</source> |
||
420 | Franz | 3897 | <translation>Opacitat:</translation> |
418 | Franz | 3898 | </message> |
3899 | <message> |
||
3900 | <source>Normal</source> |
||
420 | Franz | 3901 | <translation>Normal</translation> |
418 | Franz | 3902 | </message> |
3903 | <message> |
||
3904 | <source>Horizontal Gradient</source> |
||
420 | Franz | 3905 | <translation>Gradient Horitzontal</translation> |
418 | Franz | 3906 | </message> |
3907 | <message> |
||
3908 | <source>Vertical Gradient</source> |
||
420 | Franz | 3909 | <translation>Gradient Vertical</translation> |
418 | Franz | 3910 | </message> |
3911 | <message> |
||
3912 | <source>Diagonal Gradient</source> |
||
1564 | cbradney | 3913 | <translation>Gradient Diagonal</translation> |
418 | Franz | 3914 | </message> |
3915 | <message> |
||
3916 | <source>Cross Diagonal Gradient</source> |
||
420 | Franz | 3917 | <translation>Gradient Diagonal en Creu</translation> |
418 | Franz | 3918 | </message> |
3919 | <message> |
||
3920 | <source>Radial Gradient</source> |
||
420 | Franz | 3921 | <translation>Gradient Radial</translation> |
418 | Franz | 3922 | </message> |
3923 | <message> |
||
3924 | <source>Free linear Gradient</source> |
||
420 | Franz | 3925 | <translation>Gradient linear lliure</translation> |
418 | Franz | 3926 | </message> |
3927 | <message> |
||
3928 | <source>Free radial Gradient</source> |
||
420 | Franz | 3929 | <translation>Gradient radial lliure</translation> |
418 | Franz | 3930 | </message> |
3931 | <message> |
||
3932 | <source>X1:</source> |
||
420 | Franz | 3933 | <translation>X1:</translation> |
418 | Franz | 3934 | </message> |
3935 | <message> |
||
3936 | <source>Y1:</source> |
||
420 | Franz | 3937 | <translation>Y1:</translation> |
418 | Franz | 3938 | </message> |
3939 | <message> |
||
3940 | <source> pt</source> |
||
420 | Franz | 3941 | <translation>pt</translation> |
418 | Franz | 3942 | </message> |
3943 | <message> |
||
3944 | <source>X2:</source> |
||
420 | Franz | 3945 | <translation>X2:</translation> |
418 | Franz | 3946 | </message> |
3947 | <message> |
||
3948 | <source>Y2:</source> |
||
420 | Franz | 3949 | <translation>Y2:</translation> |
418 | Franz | 3950 | </message> |
3951 | <message> |
||
3952 | <source>Edit Line Color Properties</source> |
||
420 | Franz | 3953 | <translation>Edita propietats de Color de la Línia</translation> |
418 | Franz | 3954 | </message> |
3955 | <message> |
||
3956 | <source>Edit Fill Color Properties</source> |
||
420 | Franz | 3957 | <translation>Edita propietats de color d'Emplenat</translation> |
418 | Franz | 3958 | </message> |
3959 | <message> |
||
3960 | <source>Saturation of color</source> |
||
420 | Franz | 3961 | <translation>Saturació del color</translation> |
418 | Franz | 3962 | </message> |
3963 | <message> |
||
3964 | <source>Normal or gradient fill method</source> |
||
420 | Franz | 3965 | <translation>Emplenat Normal o gradient</translation> |
418 | Franz | 3966 | </message> |
3967 | <message> |
||
3968 | <source>Set the transparency for the color selected</source> |
||
420 | Franz | 3969 | <translation>Estableix transparència pel color seleccionat</translation> |
418 | Franz | 3970 | </message> |
3971 | <message> |
||
3972 | <source>Color of selected object</source> |
||
420 | Franz | 3973 | <translation>Color del objecte seleccionat</translation> |
418 | Franz | 3974 | </message> |
3975 | <message> |
||
3976 | <source>None</source> |
||
420 | Franz | 3977 | <translation>Cap</translation> |
418 | Franz | 3978 | </message> |
3979 | <message> |
||
1135 | cbradney | 3980 | <source> mm</source> |
1564 | cbradney | 3981 | <translation>mm</translation> |
769 | cbradney | 3982 | </message> |
3983 | <message> |
||
1135 | cbradney | 3984 | <source> in</source> |
1564 | cbradney | 3985 | <translation>po</translation> |
769 | cbradney | 3986 | </message> |
1135 | cbradney | 3987 | <message> |
3988 | <source> p</source> |
||
1564 | cbradney | 3989 | <translation>p</translation> |
1135 | cbradney | 3990 | </message> |
418 | Franz | 3991 | </context> |
3992 | <context> |
||
3993 | <name>CsvDialog</name> |
||
3994 | <message> |
||
3995 | <source>CSV Importer Options</source> |
||
420 | Franz | 3996 | <translation>Opcions d'Importació CSV</translation> |
418 | Franz | 3997 | </message> |
3998 | <message> |
||
3999 | <source>Field delimiter:</source> |
||
420 | Franz | 4000 | <translation>Delimitador de camp:</translation> |
418 | Franz | 4001 | </message> |
4002 | <message> |
||
4003 | <source>(TAB)</source> |
||
420 | Franz | 4004 | <translation>(TAB)</translation> |
418 | Franz | 4005 | </message> |
4006 | <message> |
||
4007 | <source>Value delimiter:</source> |
||
420 | Franz | 4008 | <translation>Valor Delimitador:</translation> |
418 | Franz | 4009 | </message> |
4010 | <message> |
||
4011 | <source>None</source> |
||
420 | Franz | 4012 | <translation>Cap</translation> |
418 | Franz | 4013 | </message> |
4014 | <message> |
||
4015 | <source>First row is a header</source> |
||
420 | Franz | 4016 | <translation>Primera fila és capçalera</translation> |
418 | Franz | 4017 | </message> |
4018 | <message> |
||
4019 | <source>OK</source> |
||
420 | Franz | 4020 | <translation>D'acord</translation> |
418 | Franz | 4021 | </message> |
4022 | <message> |
||
4023 | <source>Cancel</source> |
||
420 | Franz | 4024 | <translation>Cancel.la</translation> |
418 | Franz | 4025 | </message> |
4026 | </context> |
||
4027 | <context> |
||
4028 | <name>CupsOptions</name> |
||
4029 | <message> |
||