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