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