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