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