Rev 6769 | Rev 7716 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6769 | cbradney | 1 | <!DOCTYPE TS><TS> |
2 | <context> |
||
3 | <name></name> |
||
4 | <message> |
||
5 | <source>moveObject(dx, dy [, "name"]) |
||
6 | |||
7 | Moves the object "name" by dx and dy relative to its current position. The |
||
8 | distances are expressed in the current measurement unit of the document (see |
||
9 | UNIT constants). If "name" is not given the currently selected item is used. |
||
10 | If the object "name" belongs to a group, the whole group is moved. |
||
11 | </source> |
||
12 | <translation>moveObject(dx, dy [, "izena"]) |
||
13 | |||
14 | "izena" objektua desplazatzen du dx eta dy balioekin uneko posiziotik. Dokumentuan |
||
15 | uneko neurtzeko unitateetan adierazten dira distantziak (ikus UNIT konstanteak). |
||
16 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
17 | "izena" objektua talde batekoa bada, talde osoa desplazatuko da. |
||
18 | </translation> |
||
19 | </message> |
||
20 | <message> |
||
21 | <source>getColorNames() -> list |
||
22 | |||
23 | Returns a list containing the names of all defined colors in the document. |
||
24 | If no document is open, returns a list of the default document colors. |
||
25 | </source> |
||
26 | <translation type="unfinished">getColorNames() -> zerrenda |
||
27 | |||
28 | Dokumentuan definitutako kolore guztien izenen zerrenda itzultzen du. |
||
29 | Dokumenturik ez balego irekita, dokumentu lehenetsiaren koloreen zerrenda |
||
30 | itzuliko luke.</translation> |
||
31 | </message> |
||
32 | <message> |
||
33 | <source>newDocDialog() -> bool |
||
34 | |||
35 | Displays the "New Document" dialog box. Creates a new document if the user |
||
36 | accepts the settings. Does not create a document if the user presses cancel. |
||
37 | Returns true if a new document was created. |
||
38 | </source> |
||
39 | <translation type="unfinished">newDocDialog() -> boolearra |
||
40 | |||
41 | "Dokumentu berria" elkarrizketa-koadroa bistaratzen du. Dokumentu berria sortuko du erabiltzaileak ezarpenak onartuz gero. Ez du dokumenturik sortuko |
||
42 | erabiltzaileak bertan behera uzteko botoia sakatzen badu. EGIA itzultzen du |
||
43 | dokumentu bat sortzean.</translation> |
||
44 | </message> |
||
45 | <message> |
||
46 | <source>newDocument(size, margins, orientation, firstPageNumber, |
||
47 | unit, pagesType, firstPageOrder, numPages) -> bool |
||
48 | |||
49 | Creates a new document and returns true if successful. The parameters have the |
||
50 | following meaning: |
||
51 | |||
52 | size = A tuple (width, height) describing the size of the document. You can |
||
53 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
54 | |||
55 | margins = A tuple (left, right, top, bottom) describing the document |
||
56 | margins |
||
57 | |||
58 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
59 | |||
60 | firstPageNumer = is the number of the first page in the document used for |
||
61 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
62 | numbers if you're creating a document in several parts. |
||
63 | |||
64 | unit: this value sets the measurement units used by the document. Use a |
||
65 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
66 | UNIT_PICAS, UNIT_POINTS. |
||
67 | |||
68 | pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page, |
||
69 | PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and |
||
70 | PAGE_4 is 4-fold. |
||
71 | |||
72 | firstPageOrder = What is position of first page in the document. |
||
73 | Indexed from 0 (0 = first). |
||
74 | |||
75 | numPage = Number of pages to be created. |
||
76 | |||
77 | The values for width, height and the margins are expressed in the given unit |
||
78 | for the document. PAPER_* constants are expressed in points. If your document |
||
79 | is not in points, make sure to account for this. |
||
80 | |||
81 | example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
82 | PAGE_4, 3, 1) |
||
83 | |||
84 | May raise ScribusError if is firstPageOrder bigger than allowed by pagesType. |
||
85 | </source> |
||
86 | <translation type="unfinished"></translation> |
||
87 | </message> |
||
88 | <message> |
||
89 | <source>getFillColor(["name"]) -> string |
||
90 | |||
91 | Returns the name of the fill color of the object "name". |
||
92 | If "name" is not given the currently selected item is used. |
||
93 | </source> |
||
94 | <translation type="unfinished">getFillColor(["izena"]) -> katea |
||
95 | |||
96 | "izena" objektuaren kolore-betegarriaren izena itzultzen du. |
||
97 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da.</translation> |
||
98 | </message> |
||
99 | <message> |
||
100 | <source>setRedraw(bool) |
||
101 | |||
102 | Disables page redraw when bool = False, otherwise redrawing is enabled. |
||
103 | This change will persist even after the script exits, so make sure to call |
||
104 | setRedraw(True) in a finally: clause at the top level of your script. |
||
105 | </source> |
||
106 | <translation type="unfinished">setRedraw(boolearra) |
||
107 | |||
108 | Boolearraren balioa FALSE (FALTSUA) denean orria birmarraztea desgaitzen du, bestela |
||
109 | (EGIA bada) berriro marraztea gaitzen du. Aldaketa hau mantendu egingo da nahiz |
||
110 | eta script-ak irten egin, beraz ziurtatu amaitzean setRedraw(TRUE) funtzioari deitzeaz: jarri zure script-aren maila gorenean.</translation> |
||
111 | </message> |
||
112 | <message> |
||
113 | <source>createRect(x, y, width, height, ["name"]) -> string |
||
114 | |||
115 | Creates a new rectangle on the current page and returns its name. The |
||
116 | coordinates are given in the current measurement units of the document |
||
117 | (see UNIT constants). "name" should be a unique identifier for the object |
||
118 | because you need this name to reference that object in future. If "name" |
||
119 | is not given Scribus will create one for you. |
||
120 | |||
121 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
122 | </source> |
||
123 | <translation type="unfinished">createRect(x, y, zabalera, altuera, ["izena"]) -> katea |
||
124 | |||
125 | Laukizuzen berria sortzen du uneko orrian eta bere izena itzultzen du. Koordenatuak uneko dokumentua neurtzeko unitateetan ematen dira (ikus UNIT konstanteak). "Izena" objektuaren identifikatzaile bakarra izan daiteke, etorkizunean objektu honi erreferentzia egiteko erabiliko baita. "izena" ez bada ematen, Scribus aplikazioak emago dio zure ordez. |
||
126 | |||
127 | NameExistsError abiaraziko da esplizitoki emandako izena lehendik ere |
||
128 | egonez gero.</translation> |
||
129 | </message> |
||
130 | <message> |
||
131 | <source>newPage(where [,"masterpage"]) |
||
132 | |||
133 | Creates a new page. If "where" is -1 the new Page is appended to the |
||
134 | document, otherwise the new page is inserted before "where". Page numbers are |
||
135 | counted from 1 upwards, no matter what the displayed first page number of your |
||
136 | document is. The optional parameter "masterpage" specifies the name of the |
||
137 | master page for the new page. |
||
138 | |||
139 | May raise IndexError if the page number is out of range |
||
140 | </source> |
||
141 | <translation type="unfinished">newPage(non [,"orriMaisua"]) |
||
142 | |||
143 | Orrialde berria sortzen du. "non" -1 balioa izanez gero, orrialde berria erantsiko zaio |
||
144 | dokumentuari, bestela orri berria "non" aurretik txertatuko da. Orrialdeen zenbakiak |
||
145 | 1etik gorantz zenbatzen dira, berdin dio dokumentuko aurreneko orrialdearen |
||
146 | zenbakia zein den. Aukerazko "orrimaisua" parametroak orri maisuaren izena zehazten du orrialde berriarentzako. |
||
147 | |||
148 | Orrialdearen zenbakia barrutitik kanpo egonez gero IndexError abiaraziko da. |
||
149 | </translation> |
||
150 | </message> |
||
151 | <message> |
||
152 | <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
||
153 | |||
154 | Sets the gradient fill of the object "name" to type. Color descriptions are |
||
155 | the same as for setFillColor() and setFillShade(). See the constants for |
||
156 | available types (FILL_<type>). |
||
157 | </source> |
||
158 | <translation type="unfinished">setGradientFill(mota, "kolorea1", itzaldura1, "kolorea2", itzaldura2, ["izena"]) |
||
159 | |||
160 | "izena" objektuaren gradiente betegarria motarekin ezartzen du. Koloreen |
||
161 | azalpenak setFillColor() eta setFillShade() funtzioetakoak bezalakoak dira. Ikusi mota erabilgarrien konstanteak (FILL_<mota>).</translation> |
||
162 | </message> |
||
163 | <message> |
||
164 | <source>getFontSize(["name"]) -> float |
||
165 | |||
166 | Returns the font size in points for the text frame "name". If this text |
||
167 | frame has some text selected the value assigned to the first character of |
||
168 | the selection is returned. |
||
169 | If "name" is not given the currently selected item is used. |
||
170 | </source> |
||
171 | <translation type="unfinished">getFontSize(["izena"]) -> mugikorra |
||
172 | |||
173 | "izena" testu-markoaren letra-tamaina itzultzen du puntuetan. Testu-markoak testu zati bat hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa itzuliko du. |
||
174 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da.</translation> |
||
175 | </message> |
||
176 | <message> |
||
177 | <source>messagebarText("string") |
||
178 | |||
179 | Writes the "string" into the Scribus message bar (status line). The text |
||
180 | must be UTF8 encoded or 'unicode' string(recommended). |
||
181 | </source> |
||
182 | <translation type="unfinished">messagebarText("katea") |
||
183 | |||
184 | "katea" Scribus aplikazioko mezu-barran (egoera-barran) idazten du. |
||
185 | Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation> |
||
186 | </message> |
||
187 | <message> |
||
188 | <source>importSVG("string") |
||
189 | |||
190 | The "string" must be a valid filename for a SVG image. The text |
||
191 | must be UTF8 encoded or 'unicode' string(recommended). |
||
192 | </source> |
||
193 | <translation type="unfinished">importSVG("katea") |
||
194 | |||
195 | SVG irudiaren baliozko fitxategi-izena eduki behar du "katea" parametroak. |
||
196 | Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation> |
||
197 | </message> |
||
198 | </context> |
||
199 | <context> |
||
6654 | mrdocs | 200 | <name>#</name> |
1135 | cbradney | 201 | <message> |
6769 | cbradney | 202 | <source>getFontSize(["name"]) -> float |
1135 | cbradney | 203 | |
204 | Returns the font size in points for the text frame "name". If this text |
||
205 | frame has some text selected the value assigned to the first character of |
||
206 | the selection is returned. |
||
207 | If "name" is not given the currently selected item is used. |
||
208 | </source> |
||
6769 | cbradney | 209 | <translation type="obsolete">getFontSize(["izena"]) -> mugikorra |
6654 | mrdocs | 210 | |
211 | "izena" testu-markoaren letra-tamaina itzultzen du puntuetan. Testu-markoak testu zati bat hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa itzuliko du. |
||
212 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da.</translation> |
||
1135 | cbradney | 213 | </message> |
214 | <message> |
||
6769 | cbradney | 215 | <source>getColorNames() -> list |
1135 | cbradney | 216 | |
217 | Returns a list containing the names of all defined colors in the document. |
||
218 | If no document is open, returns a list of the default document colors. |
||
219 | </source> |
||
6769 | cbradney | 220 | <translation type="obsolete">getColorNames() -> zerrenda |
6654 | mrdocs | 221 | |
222 | Dokumentuan definitutako kolore guztien izenen zerrenda itzultzen du. |
||
223 | Dokumenturik ez balego irekita, dokumentu lehenetsiaren koloreen zerrenda |
||
224 | itzuliko luke.</translation> |
||
1135 | cbradney | 225 | </message> |
226 | <message> |
||
6769 | cbradney | 227 | <source>newDocDialog() -> bool |
1135 | cbradney | 228 | |
229 | Displays the "New Document" dialog box. Creates a new document if the user |
||
230 | accepts the settings. Does not create a document if the user presses cancel. |
||
231 | Returns true if a new document was created. |
||
232 | </source> |
||
6769 | cbradney | 233 | <translation type="obsolete">newDocDialog() -> boolearra |
6654 | mrdocs | 234 | |
235 | "Dokumentu berria" elkarrizketa-koadroa bistaratzen du. Dokumentu berria sortuko du erabiltzaileak ezarpenak onartuz gero. Ez du dokumenturik sortuko |
||
236 | erabiltzaileak bertan behera uzteko botoia sakatzen badu. EGIA itzultzen du |
||
237 | dokumentu bat sortzean.</translation> |
||
1135 | cbradney | 238 | </message> |
239 | <message> |
||
6769 | cbradney | 240 | <source>getFillColor(["name"]) -> string |
1135 | cbradney | 241 | |
242 | Returns the name of the fill color of the object "name". |
||
243 | If "name" is not given the currently selected item is used. |
||
244 | </source> |
||
6769 | cbradney | 245 | <translation type="obsolete">getFillColor(["izena"]) -> katea |
1135 | cbradney | 246 | |
6654 | mrdocs | 247 | "izena" objektuaren kolore-betegarriaren izena itzultzen du. |
248 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da.</translation> |
||
1135 | cbradney | 249 | </message> |
250 | <message> |
||
6769 | cbradney | 251 | <source>setRedraw(bool) |
1135 | cbradney | 252 | |
253 | Disables page redraw when bool = False, otherwise redrawing is enabled. |
||
254 | This change will persist even after the script exits, so make sure to call |
||
255 | setRedraw(True) in a finally: clause at the top level of your script. |
||
256 | </source> |
||
6769 | cbradney | 257 | <translation type="obsolete">setRedraw(boolearra) |
6654 | mrdocs | 258 | |
259 | Boolearraren balioa FALSE (FALTSUA) denean orria birmarraztea desgaitzen du, bestela |
||
260 | (EGIA bada) berriro marraztea gaitzen du. Aldaketa hau mantendu egingo da nahiz |
||
261 | eta script-ak irten egin, beraz ziurtatu amaitzean setRedraw(TRUE) funtzioari deitzeaz: jarri zure script-aren maila gorenean.</translation> |
||
1135 | cbradney | 262 | </message> |
263 | <message> |
||
6769 | cbradney | 264 | <source>createRect(x, y, width, height, ["name"]) -> string |
1135 | cbradney | 265 | |
266 | Creates a new rectangle on the current page and returns its name. The |
||
267 | coordinates are given in the current measurement units of the document |
||
268 | (see UNIT constants). "name" should be a unique identifier for the object |
||
269 | because you need this name to reference that object in future. If "name" |
||
270 | is not given Scribus will create one for you. |
||
271 | |||
6769 | cbradney | 272 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 273 | </source> |
6769 | cbradney | 274 | <translation type="obsolete">createRect(x, y, zabalera, altuera, ["izena"]) -> katea |
6654 | mrdocs | 275 | |
276 | Laukizuzen berria sortzen du uneko orrian eta bere izena itzultzen du. Koordenatuak uneko dokumentua neurtzeko unitateetan ematen dira (ikus UNIT konstanteak). "Izena" objektuaren identifikatzaile bakarra izan daiteke, etorkizunean objektu honi erreferentzia egiteko erabiliko baita. "izena" ez bada ematen, Scribus aplikazioak emago dio zure ordez. |
||
277 | |||
278 | NameExistsError abiaraziko da esplizitoki emandako izena lehendik ere |
||
279 | egonez gero.</translation> |
||
1135 | cbradney | 280 | </message> |
281 | <message> |
||
6769 | cbradney | 282 | <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
1135 | cbradney | 283 | |
284 | Sets the gradient fill of the object "name" to type. Color descriptions are |
||
285 | the same as for setFillColor() and setFillShade(). See the constants for |
||
6769 | cbradney | 286 | available types (FILL_<type>). |
1135 | cbradney | 287 | </source> |
6769 | cbradney | 288 | <translation type="obsolete">setGradientFill(mota, "kolorea1", itzaldura1, "kolorea2", itzaldura2, ["izena"]) |
6654 | mrdocs | 289 | |
290 | "izena" objektuaren gradiente betegarria motarekin ezartzen du. Koloreen |
||
6769 | cbradney | 291 | azalpenak setFillColor() eta setFillShade() funtzioetakoak bezalakoak dira. Ikusi mota erabilgarrien konstanteak (FILL_<mota>).</translation> |
1135 | cbradney | 292 | </message> |
293 | <message> |
||
6769 | cbradney | 294 | <source>messagebarText("string") |
1135 | cbradney | 295 | |
296 | Writes the "string" into the Scribus message bar (status line). The text |
||
6769 | cbradney | 297 | must be UTF8 encoded or 'unicode' string(recommended). |
1135 | cbradney | 298 | </source> |
6769 | cbradney | 299 | <translation type="obsolete">messagebarText("katea") |
6654 | mrdocs | 300 | |
301 | "katea" Scribus aplikazioko mezu-barran (egoera-barran) idazten du. |
||
302 | Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation> |
||
1135 | cbradney | 303 | </message> |
304 | <message> |
||
6769 | cbradney | 305 | <source>newPage(where [,"masterpage"]) |
3064 | cbradney | 306 | |
307 | Creates a new page. If "where" is -1 the new Page is appended to the |
||
308 | document, otherwise the new page is inserted before "where". Page numbers are |
||
309 | counted from 1 upwards, no matter what the displayed first page number of your |
||
310 | document is. The optional parameter "masterpage" specifies the name of the |
||
311 | master page for the new page. |
||
312 | |||
313 | May raise IndexError if the page number is out of range |
||
314 | </source> |
||
6769 | cbradney | 315 | <translation type="obsolete">newPage(non [,"orriMaisua"]) |
6654 | mrdocs | 316 | |
317 | Orrialde berria sortzen du. "non" -1 balioa izanez gero, orrialde berria erantsiko zaio |
||
318 | dokumentuari, bestela orri berria "non" aurretik txertatuko da. Orrialdeen zenbakiak |
||
319 | 1etik gorantz zenbatzen dira, berdin dio dokumentuko aurreneko orrialdearen |
||
320 | zenbakia zein den. Aukerazko "orrimaisua" parametroak orri maisuaren izena zehazten du orrialde berriarentzako. |
||
321 | |||
322 | Orrialdearen zenbakia barrutitik kanpo egonez gero IndexError abiaraziko da. |
||
323 | </translation> |
||
3064 | cbradney | 324 | </message> |
325 | <message> |
||
6769 | cbradney | 326 | <source>importSVG("string") |
3064 | cbradney | 327 | |
328 | The "string" must be a valid filename for a SVG image. The text |
||
6769 | cbradney | 329 | must be UTF8 encoded or 'unicode' string(recommended). |
3064 | cbradney | 330 | </source> |
6769 | cbradney | 331 | <translation type="obsolete">importSVG("katea") |
6654 | mrdocs | 332 | |
333 | SVG irudiaren baliozko fitxategi-izena eduki behar du "katea" parametroak. |
||
334 | Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation> |
||
3064 | cbradney | 335 | </message> |
3824 | cbradney | 336 | <message> |
6769 | cbradney | 337 | <source>newDocument(size, margins, orientation, firstPageNumber, |
338 | unit, pagesType, firstPageOrder) -> bool |
||
3824 | cbradney | 339 | |
340 | Creates a new document and returns true if successful. The parameters have the |
||
341 | following meaning: |
||
342 | |||
343 | size = A tuple (width, height) describing the size of the document. You can |
||
6769 | cbradney | 344 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
3824 | cbradney | 345 | |
346 | margins = A tuple (left, right, top, bottom) describing the document |
||
347 | margins |
||
348 | |||
349 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
350 | |||
351 | firstPageNumer = is the number of the first page in the document used for |
||
6769 | cbradney | 352 | pagenumbering. While you'll usually want 1, it's useful to have higher |
353 | numbers if you're creating a document in several parts. |
||
3824 | cbradney | 354 | |
355 | unit: this value sets the measurement units used by the document. Use a |
||
356 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
357 | UNIT_PICAS, UNIT_POINTS. |
||
358 | |||
359 | pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page, |
||
360 | PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and |
||
361 | PAGE_4 is 4-fold. |
||
362 | |||
363 | firstPageOrder = What is position of first page in the document. |
||
364 | Indexed from 0 (0 = first). |
||
365 | |||
366 | The values for width, height and the margins are expressed in the given unit |
||
367 | for the document. PAPER_* constants are expressed in points. If your document |
||
368 | is not in points, make sure to account for this. |
||
369 | |||
370 | example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
6654 | mrdocs | 371 | PAGE_4, 3) |
3824 | cbradney | 372 | |
373 | May raise ScribusError if is firstPageOrder bigger than allowed by pagesType. |
||
374 | </source> |
||
6769 | cbradney | 375 | <translation type="obsolete">newDocument(tamaina, marjinak, orientazioa, lehenOrriZenbakia, |
376 | unitatea, orriMotak, lehenOrriOrdena) -> boolearra |
||
6654 | mrdocs | 377 | |
378 | Dokumentu berria sortzen du, eta TRUE (EGIA) itzultzen du ongi sortzen badu. Parametroek honako esanahia dute: |
||
379 | |||
380 | tamaina = dokumentuaren tamaina azaltzen duen tupla (zabalera, altuera). |
||
6769 | cbradney | 381 | Aurredefinitutako PAPER_<paper_mota> konstanteak erabil ditzakezu, adib. |
6654 | mrdocs | 382 | PAPER_A4, e.a. |
383 | |||
384 | marjinak = dokumentuaren marjinak zehatzen duen tupla (ezkerra, eskuina, ,goia, behea). |
||
385 | |||
386 | orientazioa = orriaren orientazioa - konstanteak: PORTRAIT (bertikala), |
||
387 | LANDSCAPE (horizontala) |
||
388 | |||
389 | lehenOrriZenbakia = dokumentuko aurreneko orriaren zenbakia da, orriak |
||
390 | zenbatzeko erabiliko dena. Gehienetan 1 balioa erabiltzea nahiko duzun arren, |
||
391 | zenbaki altuagoak erabil ditzakezu hainbat zatiko dokumentua sortzean. |
||
392 | |||
393 | unitatea = dokumentua neurtzeko erabilitzen den unitatea ezartzen du. |
||
394 | Aurrez definitutako konstanteak erabil ditzakezu: UNIT_INCHES (atzak), |
||
395 | UNIT_MILLIMETERS (milimetroak), UNIT_PICAS (pikak) , UNIT_POINTS (puntuak). |
||
396 | |||
397 | orriMotak = aurrez definitutako PAGE_n konstanteetariko bat. |
||
398 | Page_1 orri bakuna da, PAGE_2 bi aldetako dokumentuak dira, PAGE_3 3 orriko eta PAGE_4 4 orriko tolesturak dira. |
||
399 | |||
400 | lehenOrriOrdena = dokumentuko aurreneko orriaren posizioa. |
||
401 | 0tik indexatua (0 = lehena). |
||
402 | |||
403 | Zabalera, altuera eta marjinen balioak dokumentuko unitateetan ematen dira. |
||
404 | PAPER_* konstanteak puntuetan adierazita daude. Dokumentua ez badago |
||
405 | puntuetan neurtuta, ziurtatu hau kontutan duzula. |
||
406 | |||
407 | adibidea: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
408 | PAGE_4, 3) |
||
409 | |||
410 | ScribusError abiaraziko du lehenOrriOrdena eremuko balioa orriMotak baimendutakoa baino |
||
411 | handiagoa bada. |
||
412 | </translation> |
||
3824 | cbradney | 413 | </message> |
6769 | cbradney | 414 | </context> |
415 | <context> |
||
418 | Franz | 416 | <name>@default</name> |
417 | <message> |
||
6769 | cbradney | 418 | <source></source> |
419 | <translation type="unfinished"></translation> |
||
418 | Franz | 420 | </message> |
1135 | cbradney | 421 | <message> |
6769 | cbradney | 422 | <source>getFont(["name"]) -> string |
1135 | cbradney | 423 | |
424 | Returns the font name for the text frame "name". If this text frame |
||
425 | has some text selected the value assigned to the first character |
||
426 | of the selection is returned. If "name" is not given the currently |
||
427 | selected item is used. |
||
428 | </source> |
||
6769 | cbradney | 429 | <translation>getFont(["izena"]) -> katea |
6654 | mrdocs | 430 | |
431 | Testu-markoaren letra-tipoaren izena itzultzen du. Testu-markoak testu zati bat |
||
432 | hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa |
||
433 | itzuliko da. "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
434 | </translation> |
||
1135 | cbradney | 435 | </message> |
436 | <message> |
||
6769 | cbradney | 437 | <source>getTextLength(["name"]) -> integer |
1135 | cbradney | 438 | |
439 | Returns the length of the text in the text frame "name". |
||
440 | If "name" is not given the currently selected item is used. |
||
441 | </source> |
||
6769 | cbradney | 442 | <translation>getTextLength(["izena"]) -> osokoa |
6654 | mrdocs | 443 | |
444 | "izena" testu-markoan dagoen testuaren luzera itzultzen du. |
||
445 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
446 | </translation> |
||
1135 | cbradney | 447 | </message> |
448 | <message> |
||
6769 | cbradney | 449 | <source>getText(["name"]) -> string |
1135 | cbradney | 450 | |
451 | Returns the text of the text frame "name". If this text frame has some text |
||
452 | selected, the selected text is returned. All text in the frame, not just |
||
453 | currently visible text, is returned. If "name" is not given the currently |
||
454 | selected item is used. |
||
455 | </source> |
||
6769 | cbradney | 456 | <translation>getText(["izena"]) -> katea |
6654 | mrdocs | 457 | |
458 | "izena" testu-markoan dagoen testua itzultzen du. Testu-markoan testu zati bat |
||
459 | hautatuta egonez gero, hautatutako testua itzuliko du. Markoan dagoen testu |
||
460 | guztia itzultzen du, ez ikusgai dagoen testua bakarrik. "izena" ez bada ematen, unean |
||
461 | hautatutako elementua erabiliko da. |
||
462 | </translation> |
||
1135 | cbradney | 463 | </message> |
464 | <message> |
||
6769 | cbradney | 465 | <source>getAllText(["name"]) -> string |
1135 | cbradney | 466 | |
467 | Returns the text of the text frame "name" and of all text frames which are |
||
468 | linked with this frame. If this textframe has some text selected, the selected |
||
469 | text is returned. If "name" is not given the currently selected item is |
||
470 | used. |
||
471 | </source> |
||
6769 | cbradney | 472 | <translation>getAllText(["izena"]) -> katea |
6654 | mrdocs | 473 | |
474 | "izena" testu-markoan dagoen eta marko honi estekatuta dauden beste |
||
475 | testu-marko guztien testua itzultzen du. Testu-markoan testu zati bat hautatuta |
||
476 | egonez gero, hautatutako testua itzuliko du. |
||
477 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
478 | |||
479 | </translation> |
||
1135 | cbradney | 480 | </message> |
481 | <message> |
||
6769 | cbradney | 482 | <source>getLineSpacing(["name"]) -> float |
1135 | cbradney | 483 | |
484 | Returns the line spacing ("leading") of the text frame "name" expressed in |
||
485 | points. If "name" is not given the currently selected item is used. |
||
486 | </source> |
||
6769 | cbradney | 487 | <translation>getLineSpacing(["izena"]) -> mugikorra |
6654 | mrdocs | 488 | |
489 | "izena" testu-markoaren lerrotartea ("aurreko tartea") itzultzen du puntuetan adieraziz. |
||
490 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da.</translation> |
||
1135 | cbradney | 491 | </message> |
492 | <message> |
||
6769 | cbradney | 493 | <source>getColumnGap(["name"]) -> float |
1135 | cbradney | 494 | |
495 | Returns the column gap size of the text frame "name" expressed in points. If |
||
496 | "name" is not given the currently selected item is used. |
||
497 | </source> |
||
6769 | cbradney | 498 | <translation>getColumnGap(["izena"]) -> mugikorra |
6654 | mrdocs | 499 | |
500 | "izena" testu-markoaren zutabe-tartearen tamaina itzultzen du puntuetan adieraziz. |
||
501 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
502 | </translation> |
||
1135 | cbradney | 503 | </message> |
504 | <message> |
||
6769 | cbradney | 505 | <source>getColumns(["name"]) -> integer |
1135 | cbradney | 506 | |
507 | Gets the number of columns of the text frame "name". If "name" is not |
||
508 | given the currently selected item is used. |
||
509 | </source> |
||
6769 | cbradney | 510 | <translation>getColumns(["izena"]) -> osokoa |
6654 | mrdocs | 511 | |
512 | "izena" testu-markoko zutabeen kopurua lortzen du. |
||
513 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
514 | </translation> |
||
1135 | cbradney | 515 | </message> |
516 | <message> |
||
6769 | cbradney | 517 | <source>setText("text", ["name"]) |
1135 | cbradney | 518 | |
519 | Sets the text of the text frame "name" to the text of the string "text". |
||
6769 | cbradney | 520 | Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ |
1135 | cbradney | 521 | for more details. If "name" is not given the currently selected item is |
522 | used. |
||
523 | </source> |
||
6769 | cbradney | 524 | <translation>setText("esaldia", ["izena"]) |
6654 | mrdocs | 525 | |
526 | "izena" testu-markoko testua "esaldia" testuarekin ezartzen du. |
||
527 | Testua (edo esaldia) UTF8 kodeketan egon behar du - erabili adibidez |
||
6769 | cbradney | 528 | unicode (testua, 'iso-8859-2'). Ikus MEG xehetasun gehiagorako. |
6654 | mrdocs | 529 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
530 | </translation> |
||
1135 | cbradney | 531 | </message> |
532 | <message> |
||
6769 | cbradney | 533 | <source>setFont("font", ["name"]) |
1135 | cbradney | 534 | |
535 | Sets the font of the text frame "name" to "font". If there is some text |
||
536 | selected only the selected text is changed. If "name" is not given the |
||
537 | currently selected item is used. |
||
538 | |||
539 | May throw ValueError if the font cannot be found. |
||
540 | </source> |
||
6769 | cbradney | 541 | <translation>setFont("letraTipoa", ["izena"]) |
6654 | mrdocs | 542 | |
543 | "izena" testu-markoko letra-tipoa "letraTipoa"rekin ezartzen du. |
||
544 | Testu zati bat hautatuta egonez gero, hautatutako testua |
||
545 | soilik aldatuko da. "izena" ez bada ematen, unean hautatutako |
||
546 | elementua erabiliko da. |
||
547 | |||
548 | ValueError abiaraziko da letra-tipoa ez bada aurkitzen. |
||
549 | </translation> |
||
1135 | cbradney | 550 | </message> |
551 | <message> |
||
6769 | cbradney | 552 | <source>setFontSize(size, ["name"]) |
1135 | cbradney | 553 | |
554 | Sets the font size of the text frame "name" to "size". "size" is treated |
||
555 | as a value in points. If there is some text selected only the selected text is |
||
556 | changed. "size" must be in the range 1 to 512. If "name" is not given the |
||
557 | currently selected item is used. |
||
558 | |||
6769 | cbradney | 559 | May throw ValueError for a font size that's out of bounds. |
1135 | cbradney | 560 | </source> |
6769 | cbradney | 561 | <translation>setFontSize(tamaina, ["izena"]) |
6654 | mrdocs | 562 | |
563 | "izena" testu-markoaren letra-tamaina "tamaina"rekin ezarritzen du. |
||
564 | "tamaina" eremuko balioa puntuetan adierazita balego gisa erabiliko da. |
||
565 | Testu zatiren bat hautatuta egonez gero, hautatutako testua bakarrik |
||
566 | aldatuko da. "tamaina"ren barrutia 1 eta 512 arteko da. "izena" ez |
||
567 | bada ematen, unean hautatutako elementua erabiliko da. |
||
568 | |||
569 | ValueError abiaraziko da letra-tamaina mugetatik kanpo izanez gero. |
||
570 | </translation> |
||
1135 | cbradney | 571 | </message> |
572 | <message> |
||
6769 | cbradney | 573 | <source>setLineSpacing(size, ["name"]) |
1135 | cbradney | 574 | |
575 | Sets the line spacing ("leading") of the text frame "name" to "size". |
||
576 | "size" is a value in points. If "name" is not given the currently selected |
||
577 | item is used. |
||
578 | |||
579 | May throw ValueError if the line spacing is out of bounds. |
||
580 | </source> |
||
6769 | cbradney | 581 | <translation>setLineSpacing(tamaina, ["izena"]) |
6654 | mrdocs | 582 | |
583 | "izena" testu-markoaren lerroartea ("aurreko tartea") "tamainarekin" |
||
584 | ezartzen du. "tamaina" puntuetan adierazitako balioa da. "izena" ez |
||
585 | bada ematen, unean hautatutako elementua erabiliko da. |
||
586 | |||
587 | ValueError abiaraziko da lerroartea mugetatik kanpo izanez gero. |
||
588 | </translation> |
||
1135 | cbradney | 589 | </message> |
590 | <message> |
||
6769 | cbradney | 591 | <source>setColumnGap(size, ["name"]) |
1135 | cbradney | 592 | |
593 | Sets the column gap of the text frame "name" to the value "size". If |
||
594 | "name" is not given the currently selected item is used. |
||
595 | |||
596 | May throw ValueError if the column gap is out of bounds (must be positive). |
||
597 | </source> |
||
6769 | cbradney | 598 | <translation>setColumnGap(tamaina, ["izena"]) |
6654 | mrdocs | 599 | |
600 | "izena" testu-markoaren zutabe-tartearen "tamaina" balioarekin ezartzen |
||
601 | du. "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
602 | |||
603 | ValueError abiaraziko da zutabe-tartea mugetatik kanpo izanez |
||
604 | gero (positiboa izan behar du). |
||
605 | </translation> |
||
1135 | cbradney | 606 | </message> |
607 | <message> |
||
6769 | cbradney | 608 | <source>setColumns(nr, ["name"]) |
1135 | cbradney | 609 | |
610 | Sets the number of columns of the text frame "name" to the integer "nr". |
||
611 | If "name" is not given the currently selected item is used. |
||
612 | |||
613 | May throw ValueError if number of columns is not at least one. |
||
614 | </source> |
||
6769 | cbradney | 615 | <translation>setColumns(zutKop, ["izena"]) |
6654 | mrdocs | 616 | |
617 | "izena" testu-markoan egongo diren zutabe-kopurua "zutKop" osokoarekin ezatzen du. |
||
618 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
619 | |||
620 | ValueError abiaraziko da zutabe-kopurua gutxienez bat ez bada. |
||
621 | </translation> |
||
1135 | cbradney | 622 | </message> |
623 | <message> |
||
6769 | cbradney | 624 | <source>setTextAlignment(align, ["name"]) |
1135 | cbradney | 625 | |
626 | Sets the text alignment of the text frame "name" to the specified alignment. |
||
627 | If "name" is not given the currently selected item is used. "align" should |
||
628 | be one of the ALIGN_ constants defined in this module - see dir(scribus). |
||
629 | |||
630 | May throw ValueError for an invalid alignment constant. |
||
631 | </source> |
||
6769 | cbradney | 632 | <translation>setTextAlignment(lerrokatu, ["izena"]) |
6654 | mrdocs | 633 | |
634 | "izena" testu-markoko testua lerrokatzen du zehaztutako "lerrokatu" eremuarekin. |
||
635 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. "lerrokatu" |
||
636 | eremuan modulo honetan zehaztutako ALIGN_* konstanteetariko bat erabili |
||
637 | behar da: ikus dir(scribus). |
||
638 | |||
639 | ValueError abiaraziko da baliogabeko konstantea erabiltzen bada lerrokatzeko.</translation> |
||
1135 | cbradney | 640 | </message> |
641 | <message> |
||
6769 | cbradney | 642 | <source>deleteText(["name"]) |
1135 | cbradney | 643 | |
644 | Deletes any text in the text frame "name". If there is some text selected, |
||
645 | only the selected text will be deleted. If "name" is not given the currently |
||
646 | selected item is used. |
||
647 | </source> |
||
6769 | cbradney | 648 | <translation>deleteText(["izena"]) |
6654 | mrdocs | 649 | |
650 | "izena" testu-markoko testua ezabatzen du. Testu zatiren bat hautatuta egonez, |
||
651 | gero hautatutako testua ezabatuko du. "izena" ez bada ematen, unean |
||
652 | hautatutako elementua erabiliko da. |
||
653 | </translation> |
||
1135 | cbradney | 654 | </message> |
655 | <message> |
||
6769 | cbradney | 656 | <source>setTextColor("color", ["name"]) |
1135 | cbradney | 657 | |
658 | Sets the text color of the text frame "name" to the color "color". If there |
||
659 | is some text selected only the selected text is changed. If "name" is not |
||
660 | given the currently selected item is used. |
||
661 | </source> |
||
6769 | cbradney | 662 | <translation>setTextColor("kolorea", ["izena"]) |
6654 | mrdocs | 663 | |
664 | "izena" testu-markoko testuaren kolorea "kolorea"rekin ezartzen du. Testu |
||
665 | zatiren bat hautatuta egonez gero, hautatutako testua aldatuko du. |
||
666 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
667 | </translation> |
||
1135 | cbradney | 668 | </message> |
669 | <message> |
||
6769 | cbradney | 670 | <source>setTextStroke("color", ["name"]) |
1135 | cbradney | 671 | |
672 | Set "color" of the text stroke. If "name" is not given the currently |
||
673 | selected item is used. |
||
674 | </source> |
||
6769 | cbradney | 675 | <translation>setTextStroke("kolorea", ["izena"]) |
6654 | mrdocs | 676 | |
677 | Testuaren trazuaren "kolorea" ezartzen du. |
||
678 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
679 | </translation> |
||
1135 | cbradney | 680 | </message> |
681 | <message> |
||
6769 | cbradney | 682 | <source>setTextShade(shade, ["name"]) |
1135 | cbradney | 683 | |
684 | Sets the shading of the text color of the object "name" to "shade". If |
||
685 | there is some text selected only the selected text is changed. "shade" must |
||
686 | be an integer value in the range from 0 (lightest) to 100 (full color |
||
687 | intensity). If "name" is not given the currently selected item is |
||
688 | used. |
||
689 | </source> |
||
6769 | cbradney | 690 | <translation>setTextShade(itzaldura, ["izena"]) |
6654 | mrdocs | 691 | |
692 | "izena" objektuaren testu-kolorearen itzaldura ezartzen du "itzaldura"rekin. |
||
693 | Testu zatiren bat hautatuta egonez gero, hautatutako testua aldatuko du. |
||
694 | "itzaldura" eremuak 0 (argiena) eta 100 (intentsitate osoko kolorea) arteko balioa |
||
695 | izan behar du. "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
696 | </translation> |
||
1135 | cbradney | 697 | </message> |
698 | <message> |
||
6769 | cbradney | 699 | <source>linkTextFrames("fromname", "toname") |
1135 | cbradney | 700 | |
701 | Link two text frames. The frame named "fromname" is linked to the |
||
702 | frame named "toname". The target frame must be an empty text frame |
||
703 | and must not link to or be linked from any other frames already. |
||
704 | |||
705 | May throw ScribusException if linking rules are violated. |
||
706 | </source> |
||
6769 | cbradney | 707 | <translation>linkTextFrames("izenetik", "izenera") |
6654 | mrdocs | 708 | |
709 | Bi testu-marko estekatzen ditu. "izenetik" markoa estekatuko du |
||
710 | "izenera" markora. Helburuko markoa testu-marko hutsa izan behar du |
||
711 | eta ezin du beste marko batekin edo batetik estekatuta egon. |
||
712 | |||
713 | ScribusException abiaraziko da estekatzeko arauak bortxatuz gero. |
||
714 | </translation> |
||
1135 | cbradney | 715 | </message> |
716 | <message> |
||
6769 | cbradney | 717 | <source>unlinkTextFrames("name") |
1135 | cbradney | 718 | |
719 | Remove the specified (named) object from the text frame flow/linkage. If the |
||
720 | frame was in the middle of a chain, the previous and next frames will be |
||
6769 | cbradney | 721 | connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)' |
1135 | cbradney | 722 | |
723 | May throw ScribusException if linking rules are violated. |
||
724 | </source> |
||
6769 | cbradney | 725 | <translation>unlinkTextFrames("izena") |
6654 | mrdocs | 726 | |
727 | Izendatutako objektua kentzen du testu-marko mugikorretik/esteketatik. |
||
728 | Markoa kate baten erdian balego aurreko eta hurrengo markoak elkarrekin |
||
729 | konektatu egingo lirateke: adbi. unlinkTextFrames("b") exekutatzen bada, |
||
6769 | cbradney | 730 | 'a->b->c' honakoa izango da: 'a->c'. |
6654 | mrdocs | 731 | |
732 | ScribusException abiaraziko da estekatzeko arauak bortxatuz gero.</translation> |
||
1135 | cbradney | 733 | </message> |
734 | <message> |
||
6769 | cbradney | 735 | <source>traceText(["name"]) |
1135 | cbradney | 736 | |
737 | Convert the text frame "name" to outlines. If "name" is not given the |
||
738 | currently selected item is used.</source> |
||
6769 | cbradney | 739 | <translation>traceText(["izena"]) |
6654 | mrdocs | 740 | |
741 | "izena" testu-markoa eskemara bihurtzen du. |
||
742 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da.</translation> |
||
1135 | cbradney | 743 | </message> |
744 | <message> |
||
6769 | cbradney | 745 | <source>getColor("name") -> tuple |
1135 | cbradney | 746 | |
747 | Returns a tuple (C, M, Y, K) containing the four color components of the |
||
748 | color "name" from the current document. If no document is open, returns |
||
749 | the value of the named color from the default document colors. |
||
750 | |||
6769 | cbradney | 751 | May raise NotFoundError if the named color wasn't found. |
1135 | cbradney | 752 | May raise ValueError if an invalid color name is specified. |
753 | </source> |
||
6769 | cbradney | 754 | <translation>getColor("izena") -> tupla |
6654 | mrdocs | 755 | |
756 | Uneko dokumentuko "izena" kolorearen lau kolore-osagaien (C, M, H, B) tupla |
||
757 | itzultzen du. Dokumenturik ez balego irekita, dokumentu lehenetsiaren |
||
758 | koloreetatik izendatutako kolorearen balioa itzultzen du. |
||
759 | |||
760 | NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen. |
||
761 | ValueError abiaraziko da baliogabeko kolore-izena zehazten bada. |
||
762 | </translation> |
||
1135 | cbradney | 763 | </message> |
764 | <message> |
||
6769 | cbradney | 765 | <source>changeColor("name", c, m, y, k) |
1135 | cbradney | 766 | |
767 | Changes the color "name" to the specified CMYK value. The color value is |
||
768 | defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black. |
||
769 | Color components should be in the range from 0 to 255. |
||
770 | |||
6769 | cbradney | 771 | May raise NotFoundError if the named color wasn't found. |
1135 | cbradney | 772 | May raise ValueError if an invalid color name is specified. |
773 | </source> |
||
6769 | cbradney | 774 | <translation>changeColor("izena", c, m, h, b) |
6654 | mrdocs | 775 | |
776 | "izena" kolorea CMHB balioarekin aldatzen du. Kolorearen balioa lau osagaien |
||
777 | bidez zehazten da (c=cyana, m=magenta, h=horia, b=beltza). Kolorearen |
||
778 | osagaiek 0 eta 255 arteko balio izan dezakete. |
||
779 | |||
780 | NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen. |
||
781 | ValueError abiaraziko da baliogabeko kolore-izena zehazten bada. |
||
782 | </translation> |
||
1135 | cbradney | 783 | </message> |
784 | <message> |
||
6769 | cbradney | 785 | <source>deleteColor("name", "replace") |
1135 | cbradney | 786 | |
787 | Deletes the color "name". Every occurence of that color is replaced by the |
||
788 | color "replace". If not specified, "replace" defaults to the color |
||
789 | "None" - transparent. |
||
790 | |||
791 | deleteColor works on the default document colors if there is no document open. |
||
792 | In that case, "replace", if specified, has no effect. |
||
793 | |||
6769 | cbradney | 794 | May raise NotFoundError if a named color wasn't found. |
1135 | cbradney | 795 | May raise ValueError if an invalid color name is specified. |
796 | </source> |
||
6769 | cbradney | 797 | <translation>deleteColor("izena", "ordezkoa") |
6654 | mrdocs | 798 | |
799 | "izena" kolorea ezabatzen du. Izendatutako kolorearen agerpen bakoitza |
||
800 | "ordezkoa"rekin ordeztuko da. Ez bada zehazten, "ordezkoa" lehenetsi egingo da |
||
801 | "Bat ere ez" kolorearekin (gardena). |
||
802 | |||
803 | Dokumenturik ez balego irekita deleteColor dokumentu lehenetsiko koloreetan |
||
804 | funtzionatuko luke. Kasu horretan, "ordezkoa" zehaztuko balitz, ez luke eraginik |
||
805 | izango. |
||
806 | |||
807 | NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen. |
||
808 | ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.</translation> |
||
1135 | cbradney | 809 | </message> |
810 | <message> |
||
6769 | cbradney | 811 | <source>replaceColor("name", "replace") |
1135 | cbradney | 812 | |
813 | Every occurence of the color "name" is replaced by the color "replace". |
||
814 | |||
6769 | cbradney | 815 | May raise NotFoundError if a named color wasn't found. |
1135 | cbradney | 816 | May raise ValueError if an invalid color name is specified. |
817 | </source> |
||
6769 | cbradney | 818 | <translation>replaceColor("izena", "ordezkoa") |
6654 | mrdocs | 819 | |
820 | "izena" kolorearen agerpen bakoitza "ordezkoa" kolorearekin ordetuko da. |
||
821 | |||
822 | NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen. |
||
823 | ValueError abiaraziko da baliogabeko kolore-izena zehazten bada. |
||
824 | |||
825 | </translation> |
||
1135 | cbradney | 826 | </message> |
827 | <message> |
||
6769 | cbradney | 828 | <source>messageBox("caption", "message", |
1135 | cbradney | 829 | icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT, |
6769 | cbradney | 830 | button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer |
1135 | cbradney | 831 | |
832 | Displays a message box with the title "caption", the message "message", and |
||
833 | an icon "icon" and up to 3 buttons. By default no icon is used and a single |
||
834 | button, OK, is displayed. Only the caption and message arguments are required, |
||
835 | though setting an icon and appropriate button(s) is strongly |
||
836 | recommended. The message text may contain simple HTML-like markup. |
||
837 | |||
838 | Returns the number of the button the user pressed. Button numbers start |
||
839 | at 1. |
||
840 | |||
841 | For the icon and the button parameters there are predefined constants available |
||
842 | with the same names as in the Qt Documentation. These are the BUTTON_* and |
||
843 | ICON_* constants defined in the module. There are also two extra constants that |
||
844 | can be binary-ORed with button constants: |
||
845 | BUTTONOPT_DEFAULT Pressing enter presses this button. |
||
846 | BUTTONOPT_ESCAPE Pressing escape presses this button. |
||
847 | |||
848 | Usage examples: |
||
6769 | cbradney | 849 | result = messageBox('Script failed', |
850 | 'This script only works when you have a text frame selected.', |
||
1135 | cbradney | 851 | ICON_ERROR) |
6769 | cbradney | 852 | result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>', |
1135 | cbradney | 853 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
854 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
855 | |||
856 | Defined button and icon constants: |
||
857 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
858 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
859 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
860 | </source> |
||
6769 | cbradney | 861 | <translation>messageBox("epigrafea", "mezua", |
6654 | mrdocs | 862 | ikonoa=ICON_NONE, botoi1=BUTTON_OK|BUTTONOPT_DEFAULT, |
6769 | cbradney | 863 | botoi2=BUTTON_NONE, botoi3=BUTTON_NONE) -> osokoa |
6654 | mrdocs | 864 | |
865 | "epigrafea" titulua duen elkarrizketa-koadroa bistaratzen du, "mezua" |
||
866 | mezuarekin eta "ikonoa" ikonoarekin, eta gehienez 3 botoirekin. Lehenetsi gisa |
||
867 | ez da ikonorik erabiltzen eta botoi bakarrak, ADOS, bistaratzen da. Epigrafea eta |
||
868 | mezua soilik dira beharrezkoak, nahiz eta dagokion ikonoa eta botoia(k) |
||
869 | ezartzea gomendatzen den. Mezuaren testuak HTML motako etiketa |
||
870 | sinpleak eduki ditzake. |
||
871 | |||
872 | Erabiltzaileak sakatutako botoiaren zenbakia itzultzen du. Botoien zenbakiak |
||
873 | 1 balioarekin hasten dira. |
||
874 | |||
875 | Ikonoaren eta botoien parametroak aurrez definitutako konstante erabilgarriak |
||
876 | dira, Qt dokumentazioan agertzen diren izenekin. Hauek BUTTON_* eta ICON_* |
||
877 | konstanteak dira, moduloan definitutakoak. Beste bi konstante gehigarri daude |
||
878 | bit mailan OR (EDO) eragiketa egin dezaketena: |
||
879 | |||
880 | BUTTONOPT_DEFAULT Sartu tekla sakatuz botoi hau sakatzen da. |
||
881 | BUTTONOPT_ESCAPE Ihes tekla sakatuz botoi hau sakatzen da. |
||
882 | |||
883 | Adibideak: |
||
6769 | cbradney | 884 | emaitza = messageBox('Script-ak huts egin du', |
885 | 'Script honek testu-markoa hautatuta duzunean soilik funtzionatzen du.', |
||
6654 | mrdocs | 886 | ICON_ERROR) |
6769 | cbradney | 887 | emaitza = messageBox('Zoratu gara!', 'Zerbait oker dabil! <i>Mozkorren bat agian?</i>', |
6654 | mrdocs | 888 | ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT, |
889 | BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE) |
||
890 | |||
891 | Definitutako botoien eta ikonoen konstanteak: |
||
892 | BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO, |
||
893 | BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL, |
||
894 | ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL. |
||
895 | </translation> |
||
1135 | cbradney | 896 | </message> |
897 | <message> |
||
6769 | cbradney | 898 | <source>valueDialog(caption, message [,defaultvalue]) -> string |
1135 | cbradney | 899 | |
6769 | cbradney | 900 | Shows the common 'Ask for string' dialog and returns its value as a string |
901 | Parameters: window title, text in the window and optional 'default' value. |
||
1135 | cbradney | 902 | |
6769 | cbradney | 903 | Example: valueDialog('title', 'text in the window', 'optional') |
1135 | cbradney | 904 | </source> |
6769 | cbradney | 905 | <translation>valueDialog(epigrafea, mezua [,balioLehenetsia]) -> katea |
6654 | mrdocs | 906 | |
6769 | cbradney | 907 | 'Eskatu esaldia' motako elkarrizketa-koadroa bistaratzen du, eta |
6654 | mrdocs | 908 | bere balioa itzultzen du kate gisa. |
6769 | cbradney | 909 | Parametroak: leihoaren titulua, leihoko testua eta aukerazko 'lehenetsia' |
6654 | mrdocs | 910 | balioa. |
911 | |||
6769 | cbradney | 912 | Adibidea: valueDialog('titulua', 'leihoko testua', 'aukerazkoa') |
6654 | mrdocs | 913 | </translation> |
1135 | cbradney | 914 | </message> |
915 | <message> |
||
6769 | cbradney | 916 | <source>closeDoc() |
1135 | cbradney | 917 | |
918 | Closes the current document without prompting to save. |
||
919 | |||
920 | May throw NoDocOpenError if there is no document to close |
||
921 | </source> |
||
6769 | cbradney | 922 | <translation>closeDoc() |
6654 | mrdocs | 923 | |
924 | Uneko dokumentua itxi egiten du, gordetzeari buruz inolako galderarik egin gabe. |
||
925 | |||
926 | NoDocOpenError abiaraziko da dokumenturik irekita ez egonez gero. |
||
927 | </translation> |
||
1135 | cbradney | 928 | </message> |
929 | <message> |
||
6769 | cbradney | 930 | <source>haveDoc() -> bool |
1135 | cbradney | 931 | |
932 | Returns true if there is a document open. |
||
933 | </source> |
||
6769 | cbradney | 934 | <translation>haveDoc() -> boolearra |
6654 | mrdocs | 935 | |
936 | TRUE (EGIA) itzultzen du dokumenturen bat irekita egonez gero. |
||
937 | </translation> |
||
1135 | cbradney | 938 | </message> |
939 | <message> |
||
6769 | cbradney | 940 | <source>openDoc("name") |
1135 | cbradney | 941 | |
942 | Opens the document "name". |
||
943 | |||
944 | May raise ScribusError if the document could not be opened. |
||
945 | </source> |
||
6769 | cbradney | 946 | <translation>openDoc("izena") |
6654 | mrdocs | 947 | |
948 | "izena" dokumentua irekitzen du. |
||
949 | |||
950 | ScribusError abiaraziko da dokumentua ezin izan badu ireki. |
||
951 | </translation> |
||
1135 | cbradney | 952 | </message> |
953 | <message> |
||
6769 | cbradney | 954 | <source>saveDoc() |
1135 | cbradney | 955 | |
956 | Saves the current document with its current name, returns true if successful. |
||
957 | If the document has not already been saved, this may bring up an interactive |
||
958 | save file dialog. |
||
959 | |||
960 | If the save fails, there is currently no way to tell. |
||
961 | </source> |
||
6769 | cbradney | 962 | <translation>saveDoc() |
6654 | mrdocs | 963 | |
964 | Uneko dokumentua (bere uneko izenarekin) gordetzen du, eta TRUE (EGIA) itzultzen |
||
965 | du ongi burutu bada. Dokumentua oraindik ez bada gorde, elkarrizketa-koadroa |
||
966 | bistaratuko du fitxategia gordetzeko. |
||
967 | |||
968 | Huts egiten badu gordetzean, une honetan ez dago biderik hau jakinarazteko. |
||
969 | </translation> |
||
1135 | cbradney | 970 | </message> |
971 | <message> |
||
6769 | cbradney | 972 | <source>saveDocAs("name") |
1135 | cbradney | 973 | |
974 | Saves the current document under the new name "name" (which may be a full or |
||
975 | relative path). |
||
976 | |||
977 | May raise ScribusError if the save fails. |
||
978 | </source> |
||
6769 | cbradney | 979 | <translation>saveDocAs("izena") |
6654 | mrdocs | 980 | |
981 | Uneko dokumentua "izena" izen berriarekin gordetzen du (bide-izen osoa edo |
||
982 | erlatiboa izan daiteke). |
||
983 | |||
984 | ScribusError abiaraziko da huts egiten badu gordetzean. |
||
985 | </translation> |
||
1135 | cbradney | 986 | </message> |
987 | <message> |
||
6769 | cbradney | 988 | <source>setInfo("author", "info", "description") -> bool |
1135 | cbradney | 989 | |
6654 | mrdocs | 990 | Sets the document information. "Author", "Info", "Description" are |
991 | strings. |
||
992 | </source> |
||
6769 | cbradney | 993 | <translation>setInfo("egilea", "info", "azalpena") -> boolearra |
6654 | mrdocs | 994 | |
995 | Dokumentuaren informazioa ezartzen du. "egilea", "info" eta "azalpena" kateak |
||
996 | dira. |
||
997 | </translation> |
||
998 | </message> |
||
999 | <message> |
||
6769 | cbradney | 1000 | <source>setMargins(lr, rr, tr, br) |
6654 | mrdocs | 1001 | |
1135 | cbradney | 1002 | Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br) |
6769 | cbradney | 1003 | margins are given in the measurement units of the document - see UNIT_<type> |
1135 | cbradney | 1004 | constants. |
1005 | </source> |
||
6769 | cbradney | 1006 | <translation>setMargins(ez, es, go, be) |
6654 | mrdocs | 1007 | |
1008 | Dokumentuaren marjinak ezartzen ditu. Ezkerreko (ez), eskuineko (es), goiko (go) eta |
||
1009 | beheko (be) marjinak ematen dira dokumentua neurtzeko unitateetan |
||
6769 | cbradney | 1010 | (ikus UNIT_<mota> konstanteak).</translation> |
1135 | cbradney | 1011 | </message> |
1012 | <message> |
||
6769 | cbradney | 1013 | <source>setUnit(type) |
1135 | cbradney | 1014 | |
1015 | Changes the measurement unit of the document. Possible values for "unit" are |
||
6769 | cbradney | 1016 | defined as constants UNIT_<type>. |
1135 | cbradney | 1017 | |
1018 | May raise ValueError if an invalid unit is passed. |
||
1019 | </source> |
||
6769 | cbradney | 1020 | <translation>setUnit(mota) |
6654 | mrdocs | 1021 | |
1022 | Dokumentua neurtzeko unitatea aldatzen du. Unitate motaren balio erabilgarriak |
||
6769 | cbradney | 1023 | UNIT_<mota> konstante gisa definituta daude. |
6654 | mrdocs | 1024 | |
1025 | ValueError abiaraziko da baliogabeko unitatea ematen bada. |
||
1026 | </translation> |
||
1135 | cbradney | 1027 | </message> |
1028 | <message> |
||
6769 | cbradney | 1029 | <source>getUnit() -> integer (Scribus unit constant) |
1135 | cbradney | 1030 | |
1031 | Returns the measurement units of the document. The returned value will be one |
||
1032 | of the UNIT_* constants: |
||
1033 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
1034 | </source> |
||
6769 | cbradney | 1035 | <translation>getUnit() -> osokoa (Scribus-eko unitate konstantea) |
6654 | mrdocs | 1036 | |
1037 | Dokumentua neurtzeko ezarritako unitatea itzultzen du. Itzulitako balioa |
||
1038 | UNIT_* konstanteetariko bat izan daiteke: |
||
1039 | UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS. |
||
1040 | </translation> |
||
1135 | cbradney | 1041 | </message> |
1042 | <message> |
||
6769 | cbradney | 1043 | <source>loadStylesFromFile("filename") |
1135 | cbradney | 1044 | |
1045 | Loads paragraph styles from the Scribus document at "filename" into the |
||
1046 | current document. |
||
1047 | </source> |
||
6769 | cbradney | 1048 | <translation>loadStylesFromFile("fitxategi-izena") |
6654 | mrdocs | 1049 | |
1050 | Paragrafo-estiloak kargatzen ditu uneko dokumentuan |
||
1051 | Scribus dokumentik ("fitxategi-izena") . |
||
1052 | </translation> |
||
1135 | cbradney | 1053 | </message> |
1054 | <message> |
||
6769 | cbradney | 1055 | <source>setDocType(facingPages, firstPageLeft) |
1135 | cbradney | 1056 | |
1057 | Sets the document type. To get facing pages set the first parameter to |
||
1058 | FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want |
||
1059 | to be the first page a left side set the second parameter to FIRSTPAGELEFT, for |
||
1060 | a right page use FIRSTPAGERIGHT. |
||
1061 | </source> |
||
6769 | cbradney | 1062 | <translation>setDocType(aurrezAurreOrri, lehenOrriaEzker) |
6654 | mrdocs | 1063 | |
1064 | Dokumentu-mota ezartzen du. Ezarri lehenbiziko parametroa |
||
1065 | FACINGPAGES konstantearekin orrialdeak aurrez aurre jartzeko, |
||
1066 | bestela, orrialdeak aurrez aurre ez egoteko erabili NOFACINGPAGES. |
||
1067 | Aurreneko orrialdea ezkerraldean egoteko ezarri bigarren paraemetroa |
||
1068 | FIRSTPAGELEFT balioarekin, bestela erabili FIRSTPAGERIGHT aurrenekoa |
||
1069 | orrialdea eskuinean egoteko. |
||
1070 | </translation> |
||
1135 | cbradney | 1071 | </message> |
1072 | <message> |
||
6769 | cbradney | 1073 | <source>getLineColor(["name"]) -> string |
1135 | cbradney | 1074 | |
1075 | Returns the name of the line color of the object "name". |
||
1076 | If "name" is not given the currently selected item is used. |
||
1077 | </source> |
||
6769 | cbradney | 1078 | <translation>getLineColor(["izena"]) -> katea |
6654 | mrdocs | 1079 | |
1080 | "izena" objektuaren marraren kolorearen izena itzultzen du. |
||
1081 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1082 | </translation> |
||
1135 | cbradney | 1083 | </message> |
1084 | <message> |
||
6769 | cbradney | 1085 | <source>getLineWidth(["name"]) -> integer |
1135 | cbradney | 1086 | |
1087 | Returns the line width of the object "name". If "name" |
||
1088 | is not given the currently selected Item is used. |
||
1089 | </source> |
||
6769 | cbradney | 1090 | <translation>getLineWidth(["izena"]) -> osokoa |
6654 | mrdocs | 1091 | |
1092 | "izena" objektuaren marraren zabalera itzultzen du. |
||
1093 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1094 | </translation> |
||
1135 | cbradney | 1095 | </message> |
1096 | <message> |
||
6769 | cbradney | 1097 | <source>getLineShade(["name"]) -> integer |
1135 | cbradney | 1098 | |
1099 | Returns the shading value of the line color of the object "name". |
||
1100 | If "name" is not given the currently selected item is used. |
||
1101 | </source> |
||
6769 | cbradney | 1102 | <translation>getLineShade(["izena"]) -> osokoa |
6654 | mrdocs | 1103 | |
1104 | "izena" objektuaren marraren kolorearen itzalduraren balioa itzultzen du. |
||
1105 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1106 | </translation> |
||
1135 | cbradney | 1107 | </message> |
1108 | <message> |
||
6769 | cbradney | 1109 | <source>getLineJoin(["name"]) -> integer (see contants) |
1135 | cbradney | 1110 | |
1111 | Returns the line join style of the object "name". If "name" is not given |
||
1112 | the currently selected item is used. The join types are: |
||
1113 | JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND |
||
1114 | </source> |
||
6769 | cbradney | 1115 | <translation>getLineJoin(["izena"]) -> osokoa (ikus konstanteak) |
6654 | mrdocs | 1116 | |
1117 | "izena" objektuaren marrak elkartzeko estiloa itzultzen du. |
||
1118 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1119 | Elkartzeko motak honakoak dira: |
||
1120 | JOIN_BEVEL (alaka), JOIN_MITTER, JOIN_ROUND (biribila) |
||
1121 | </translation> |
||
1135 | cbradney | 1122 | </message> |
1123 | <message> |
||
6769 | cbradney | 1124 | <source>getLineEnd(["name"]) -> integer (see constants) |
1135 | cbradney | 1125 | |
1126 | Returns the line cap style of the object "name". If "name" is not given the |
||
1127 | currently selected item is used. The cap types are: |
||
1128 | CAP_FLAT, CAP_ROUND, CAP_SQUARE |
||
1129 | </source> |
||
6769 | cbradney | 1130 | <translation>getLineEnd(["izena"]) -> osokoa (ikus konstanteak) |
6654 | mrdocs | 1131 | |
1132 | "izena" objektuaren marraren txano-estiloa itzultzen du. |
||
1133 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1134 | Txanoen motak honakoak dira: |
||
1135 | CAP_FLAT (laua), CAP_ROUND (biribila), CAP_SQUARE (karratua) |
||
1136 | </translation> |
||
1135 | cbradney | 1137 | </message> |
1138 | <message> |
||
6769 | cbradney | 1139 | <source>getLineStyle(["name"]) -> integer (see constants) |
1135 | cbradney | 1140 | |
1141 | Returns the line style of the object "name". If "name" is not given the |
||
1142 | currently selected item is used. Line style constants are: |
||
1143 | LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID |
||
1144 | </source> |
||
6769 | cbradney | 1145 | <translation>getLineStyle(["izena"]) -> osokoa (ikus konstanteak) |
6654 | mrdocs | 1146 | |
1147 | "izena" objektuaren marraren estiloa itzultzen du. |
||
1148 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1149 | Marra-estiloen konstanteak honakoak dira: |
||
1150 | LINE_DASH (marra), LINE_DASHDOT (marra puntu), |
||
1151 | LINE_DASHDOTDOT (marra puntu puntu), LINE_DOT (puntu), LINE_SOLID (betea) |
||
1152 | </translation> |
||
1135 | cbradney | 1153 | </message> |
1154 | <message> |
||
6769 | cbradney | 1155 | <source>getFillShade(["name"]) -> integer |
1135 | cbradney | 1156 | |
1157 | Returns the shading value of the fill color of the object "name". |
||
1158 | If "name" is not given the currently selected item is used. |
||
1159 | </source> |
||
6769 | cbradney | 1160 | <translation>getFillShade(["izena"]) -> osokoa |
6654 | mrdocs | 1161 | |
1162 | "izena" objektuaren kolore betegarriaren itzalduraren balioa itzultzen du. |
||
1163 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1164 | </translation> |
||
1135 | cbradney | 1165 | </message> |
1166 | <message> |
||
6769 | cbradney | 1167 | <source>getImageScale(["name"]) -> (x,y) |
1135 | cbradney | 1168 | |
1169 | Returns a (x, y) tuple containing the scaling values of the image frame |
||
1170 | "name". If "name" is not given the currently selected item is used. |
||
1171 | </source> |
||
6769 | cbradney | 1172 | <translation>getImageScale(["izena"]) -> (x,y) |
6654 | mrdocs | 1173 | |
1174 | "izena" irudi-markoaren eskalatze-balioen tupla (x,y) itzultzen du. |
||
1175 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1176 | </translation> |
||
1135 | cbradney | 1177 | </message> |
1178 | <message> |
||
6769 | cbradney | 1179 | <source>getImageName(["name"]) -> string |
1135 | cbradney | 1180 | |
1181 | Returns the filename for the image in the image frame. If "name" is not |
||
1182 | given the currently selected item is used. |
||
1183 | </source> |
||
6769 | cbradney | 1184 | <translation>getImageName(["izena"]) -> katea |
6654 | mrdocs | 1185 | |
1186 | "izena" irudi-markoaren irudiari dagokion fitxategi-izena itzultzen du. |
||
1187 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1188 | </translation> |
||
1135 | cbradney | 1189 | </message> |
1190 | <message> |
||
6769 | cbradney | 1191 | <source>getSize(["name"]) -> (width,height) |
1135 | cbradney | 1192 | |
1193 | Returns a (width, height) tuple with the size of the object "name". |
||
1194 | If "name" is not given the currently selected item is used. The size is |
||
6769 | cbradney | 1195 | expressed in the current measurement unit of the document - see UNIT_<type> |
1135 | cbradney | 1196 | for reference. |
1197 | </source> |
||
6769 | cbradney | 1198 | <translation>getSize(["izena"]) -> (zabalera,altuera) |
6654 | mrdocs | 1199 | |
1200 | "izena" objektuaren tamainaren tupla (zabalera, altuera) itzultzen du. |
||
1201 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1202 | Dokumentua neurtzeko uneko unitatea erabiltzen du tamainak |
||
6769 | cbradney | 1203 | (ikus UNIT_<mota> xehetasunerako). |
6654 | mrdocs | 1204 | </translation> |
1135 | cbradney | 1205 | </message> |
1206 | <message> |
||
6769 | cbradney | 1207 | <source>getRotation(["name"]) -> integer |
1135 | cbradney | 1208 | |
1209 | Returns the rotation of the object "name". The value is expressed in degrees, |
||
1210 | and clockwise is positive. If "name" is not given the currently selected item |
||
1211 | is used. |
||
1212 | </source> |
||
6769 | cbradney | 1213 | <translation>getRotation(["izena"]) -> osokoa |
6654 | mrdocs | 1214 | |
1215 | "izena" objektuaren biraketa itzultzen du. Balioa gradutan adierazten da, |
||
1216 | eta erlojuaren norantza positiboa da. "izena" ez bada ematen, unean |
||
1217 | hautatutako elementua erabiliko da. |
||
1218 | </translation> |
||
1135 | cbradney | 1219 | </message> |
1220 | <message> |
||
6769 | cbradney | 1221 | <source>getAllObjects() -> list |
1135 | cbradney | 1222 | |
1223 | Returns a list containing the names of all objects on the current page. |
||
1224 | </source> |
||
6769 | cbradney | 1225 | <translation>getAllObjects() -> zerrenda |
6654 | mrdocs | 1226 | |
1227 | Zerrenda itzultzen du, uneko orrialdeko objektu guztien izenen edukiarekin. |
||
1228 | </translation> |
||
1135 | cbradney | 1229 | </message> |
1230 | <message> |
||
6769 | cbradney | 1231 | <source>moveObjectAbs(x, y [, "name"]) |
1135 | cbradney | 1232 | |
1233 | Moves the object "name" to a new location. The coordinates are expressed in |
||
1234 | the current measurement unit of the document (see UNIT constants). If "name" |
||
1235 | is not given the currently selected item is used. If the object "name" |
||
1236 | belongs to a group, the whole group is moved. |
||
1237 | </source> |
||
6769 | cbradney | 1238 | <translation>moveObjectAbs(x, y [, "izena"]) |
6654 | mrdocs | 1239 | |
1240 | "izena" objektua lekuz aldatzen du. Dokumentua neurtzeko uneko unitatea erabiltzen |
||
1241 | du koordenatuak (ikus UNIT konstanteak). |
||
1242 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1243 | "izena" objektua talde bateko kidea bada, talde osoa aldatuko da lekuz. |
||
1244 | </translation> |
||
1135 | cbradney | 1245 | </message> |
1246 | <message> |
||
6769 | cbradney | 1247 | <source>rotateObject(rot [, "name"]) |
1135 | cbradney | 1248 | |
1249 | Rotates the object "name" by "rot" degrees relatively. The object is |
||
1250 | rotated by the vertex that is currently selected as the rotation point - by |
||
1251 | default, the top left vertext at zero rotation. Positive values mean counter |
||
1252 | clockwise rotation when the default rotation point is used. If "name" is not |
||
1253 | given the currently selected item is used. |
||
1254 | </source> |
||
6769 | cbradney | 1255 | <translation>rotateObject(bira [, "izena"]) |
6654 | mrdocs | 1256 | |
1257 | "izena" objektua "bira" gradu biratzen du erlatiboki. |
||
1258 | Objektua biratzeko puntu gisa hautatutako erpinarekiko biratuko da, lehenespenez |
||
1259 | biraketarik eduki gabeko objektuan goiko ezkerreko erpina izan ohi da. |
||
1260 | Balio positiboek erlojuaren aurkako norantza adierazten dute, biratzeko puntu |
||
1261 | lehenetsia erabiltzen denean. "izena" ez bada ematen, unean hautatutako |
||
1262 | elementua erabiliko da. |
||
1263 | </translation> |
||
1135 | cbradney | 1264 | </message> |
1265 | <message> |
||
6769 | cbradney | 1266 | <source>sizeObject(width, height [, "name"]) |
1135 | cbradney | 1267 | |
1268 | Resizes the object "name" to the given width and height. If "name" |
||
1269 | is not given the currently selected item is used. |
||
1270 | </source> |
||
6769 | cbradney | 1271 | <translation>sizeObject(zabalera, altuera [, "izena"]) |
6654 | mrdocs | 1272 | |
1273 | "izena" objektua tamainaz aldatzen du emandako zabalera eta altuerarekin. |
||
1274 | "izena" ez bada ematen, unean hautatutako elementua erabiliko da. |
||
1275 | </translation> |
||
1135 | cbradney | 1276 | </message> |
1277 | <message> |
||
6769 | cbradney | 1278 | <source>getSelectedObject([nr]) -> string |
1135 | cbradney | 1279 | |
1280 | Returns the name of the selected object. "nr" if given indicates the number |
||
1281 | of the selected object, e.g. 0 means the first selected object, 1 means the |
||
1282 | second selected Object and so on. |
||
1283 | </source> |
||
6769 | cbradney | 1284 | <translation>getSelectedObject([kop]) -> katea |
6654 | mrdocs | 1285 | |
1286 | Hautatutako objektuaren izena itzultzen du. "kop" balioa ematen bada, |
||
1287 | hautatutako objektu-kopurua adierazten du. 0 balioak hautatutako aurreneko |
||
1288 | objektua adierazten du, 1 balioak hautatutako bigarren objektua, e.a. |
||
1289 | </translation> |
||
1135 | cbradney | 1290 | </message> |
1291 | <message> |
||
6769 | cbradney | 1292 | <source>selectionCount() -> integer |
1135 | cbradney | 1293 | |
1294 | Returns the number of selected objects. |
||
1295 | </source> |
||
6769 | cbradney | 1296 | <translation>selectionCount() -> osokoa |
6654 | mrdocs | 1297 | |
1298 | Hautatutako objektu-kopurua itzultzen du. |
||
1299 | </translation> |
||
1135 | cbradney | 1300 | </message> |
1301 | <message> |
||
6769 | cbradney | 1302 | <source>selectObject("name") |
1135 | cbradney | 1303 | |
1304 | Selects the object with the given "name". |
||
1305 | </source> |
||
6769 | cbradney | 1306 | <translation>selectObject("izena") |
6654 | mrdocs | 1307 | |
1308 | Emandako "izena" objektua hautatzen du. |
||
1309 | </translation> |
||
1135 | cbradney | 1310 | </message> |
1311 | <message> |
||
6769 | cbradney | 1312 | <source>deselectAll() |
1135 | cbradney | 1313 | |
1314 | Deselects all objects in the whole document. |
||
1315 | </source> |
||
6769 | cbradney | 1316 | <translation>deselectAll() |
6654 | mrdocs | 1317 | |
1318 | Dokumentu osoko objektu guztiak desautatzen ditu. |
||
1319 | </translation> |
||
1135 | cbradney | 1320 | </message> |
1321 | <message> |
||
6769 | cbradney | 1322 | <source>groupObjects(list) |
1135 | cbradney | 1323 | |
1324 | Groups the objects named in "list" together. "list" must contain the names |
||
1325 | of the objects to be grouped. If "list" is not given the currently selected |
||
1326 | items are used. |
||
1327 | </source> |
||
6769 | cbradney | 1328 | <translation>groupObjects(zerrenda) |
6654 | mrdocs | 1329 | |
1330 | "zerrenda"n agertzen diren objektu guztiak elkartzen ditu. Taldean elkartzea |
||
1331 | nahi diren objektuen izenak eduki behar ditu "zerrenda"k. Zerrendarik ez bada |
||
1332 | ematen, unean hautatutako elementuak erabiliko dira. |
||
1333 | </translation> |
||
1135 | cbradney | 1334 | </message> |
1335 | <message> |
||
6769 | cbradney | 1336 | <source>unGroupObjects("name") |
1135 | cbradney | 1337 | |
1338 | Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source> |
||
6769 | cbradney | 1339 | <translation>unGroupObjects("izena") |
6654 | mrdocs | 1340 | |
1341 | "izena" objektua kide den taldea apurtzen du. Ez bada "izena" ematen, |
||
1342 | unean hautatutako elementua erabiliko da.</translation> |
||
1135 | cbradney | 1343 | </message> |
1344 | <message> |
||
6769 | cbradney | 1345 | <source>scaleGroup(factor [,"name"]) |
1135 | cbradney | 1346 | |
1347 | Scales the group the object "name" belongs to. Values greater than 1 enlarge |
||
1348 | the group, values smaller than 1 make the group smaller e.g a value of 0.5 |
||
1349 | scales the group to 50 % of its original size, a value of 1.5 scales the group |
||
1350 | to 150 % of its original size. The value for "factor" must be greater than |
||
1351 | 0. If "name" is not given the currently selected item is used. |
||
1352 | |||
1353 | May raise ValueError if an invalid scale factor is passed. |
||
1354 | </source> |
||
6769 | cbradney | 1355 | <translation>scaleGroup(faktorea [,"izena"]) |
6654 | mrdocs | 1356 | |
1357 | "izena" objektuaren taldea eskalatzen du. 1 baino handiagoak diren |
||
1358 | faktoreek taldea handitzen dute, txikiagoak direnek taldea txikiagotzen |
||
1359 | dute. Adib: 0.5 balioko faktore batek jatorrizko tamainaren %50era eskalatzen |
||
1360 | du taldea; 1.5 balioak berriz taldea %150 handiagotzen du. "faktorea" eremuko |
||
1361 | balioa 0 baino handiagoa izan behar du. Ez bada "izena" ematen |
||
1362 | unean hautatutako elementua erabiliko da. |
||
1363 | |||
1364 | ValueError abiaraziko da faktore baliogabea ematen bada eskalatzeko. |
||
1365 | </translation> |
||
1135 | cbradney | 1366 | </message> |
1367 | <message> |
||
6769 | cbradney | 1368 | <source>loadImage("filename" [, "name"]) |
1135 | cbradney | 1369 | |
1370 | Loads the picture "picture" into the image frame "name". If "name" is |
||
1371 | not given the currently selected item is used. |
||
1372 | |||
1373 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
1374 | </source> |
||
6769 | cbradney | 1375 | <translation>loadImage("fitxategi-izena" [, "izena"]) |
6654 | mrdocs | 1376 | |
1377 | "fitxategi-izena" irudia kargatzen du "izena" irudi-markoan. |
||
1378 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
||
1379 | |||
1380 | WrongFrameTypeError abiaraziko da helburuko markoa ez bada irudi-marko bat. |
||
1381 | </translation> |
||
1135 | cbradney | 1382 | </message> |
1383 | <message> |
||
6769 | cbradney | 1384 | <source>scaleImage(x, y [, "name"]) |
1135 | cbradney | 1385 | |
1386 | Sets the scaling factors of the picture in the image frame "name". |
||
1387 | If "name" is not given the currently selected item is used. A number of 1 |
||
1388 | means 100 %. |
||
1389 | |||
1390 | May raise WrongFrameTypeError if the target frame is not an image frame |
||
1391 | </source> |
||
6769 | cbradney | 1392 | <translation>scaleImage(x, y [, "izena"]) |
6654 | mrdocs | 1393 | |
1394 | "izena" irudi-markoko irudia eskalatzeko faktorea ezartzen du. |
||
1395 | Ez bada "izena" ematen, unean hautatutako elementua erabiliko da. 1 zenbakiak |
||
1396 | %100 adierazten du. |
||
1397 | |||
1398 | WrongFrameTypeError abiaraziko da helburuko markoa ez bada irudi-marko bat. |
||
1399 | </translation> |
||
1135 | cbradney | 1400 | </message> |
1401 | <message> |
||
6769 | cbradney | 1402 | <source>lockObject(["name"]) -> bool |
1135 | cbradney | 1403 | |
6769 | cbradney | 1404 | Locks the object "name" if it's unlocked or unlock it if it's locked. |
1135 | cbradney | 1405 | If "name" is not given the currently selected item is used. Returns true |
1406 | if locked. |
||
1407 | </source> |
||
6769 | cbradney | 1408 | <translation>lockObject(["izena"]) -> boolearra |
6654 | mrdocs | 1409 | |
1410 | "izena" objektua blokeatzen du desblokeatuta egonez gero, edo |
||
1411 | desblokeatu egiten du blokeatuta egonez gero. Ez bada "izena" emanten, |
||
1412 | unean hautatutako elementua erabiliko da. TRUE (EGIA) itzultzen du |
||
1413 | blokeatzen badu. |
||
1414 | </translation> |
||
1135 | cbradney | 1415 | </message> |
1416 | <message> |
||
6769 | cbradney | 1417 | <source>isLocked(["name"]) -> bool |
1135 | cbradney | 1418 | |
1419 | Returns true if is the object "name" locked. If "name" is not given the |
||
1420 | currently selected item is used. |
||
1421 | </source> |
||
6769 | cbradney | 1422 | <translation>isLocked(["izena"]) -> boolearra |
6654 | mrdocs | 1423 | |
1424 | TRUE (EGIA) itzultzen du "izena" objektua blokeatuta egonez gero. |
||
1425 | Ez bada "izena" ematen, unean hautatutako elementua erabiliko da. |
||
1426 | </translation> |
||
1135 | cbradney | 1427 | </message> |
1428 | <message> |
||
6769 | cbradney | 1429 | <source>getFontNames() -> list |
1135 | cbradney | 1430 | |
1431 | Returns a list with the names of all available fonts. |
||
1432 | </source> |
||
6769 | cbradney | 1433 | <translation>getFontNames() -> zerrenda |
6654 | mrdocs | 1434 | |
1435 | Letra-tipo erabilgarri guztien izena duen zerrenda itzultzen du. |
||
1436 | </translation> |
||
1135 | cbradney | 1437 | </message> |
1438 | <message> |
||
6769 | cbradney | 1439 | <source>getXFontNames() -> list of tuples |
1135 | cbradney | 1440 | |
6769 | cbradney | 1441 | Returns a larger font info. It's a list of the tuples with: |
1135 | cbradney | 1442 | [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ] |
1443 | </source> |
||
6769 | cbradney | 1444 | <translation>getXFontNames() -> tuplen zerrenda |
6654 | mrdocs | 1445 | |
1446 | Letra-tipo handien datuak itzultzen ditu. Tuplen zerrenda da: |
||
1447 | [ (Scribus izena, familia, benetako izena, azpimultzoa (1|0), |
||
1448 | kapsulatutako PS (1|0), letra-fitxategia), (...), ... ] |
||
1449 | </translation> |
||
1135 | cbradney | 1450 | </message> |
1451 | <message> |
||
6769 | cbradney | 1452 | <source>getLayers() -> list |
1135 | cbradney | 1453 | |
1454 | Returns a list with the names of all defined layers. |
||
1455 | </source> |
||
6769 | cbradney | 1456 | <translation>getLayers() -> zerrenda |
6654 | mrdocs | 1457 | |
1458 | Definitutako geruza guztien izena duen zerrenda itzultzen du. |
||
1459 | </translation> |
||
1135 | cbradney | 1460 | </message> |
1461 | <message> |
||
6769 | cbradney | 1462 | <source>setActiveLayer("name") |
1135 | cbradney | 1463 | |
1464 | Sets the active layer to the layer named "name". |
||
1465 | |||
6769 | cbradney | 1466 | May raise NotFoundError if the layer can't be found. |
1467 | May raise ValueError if the layer name isn't acceptable. |
||
1135 | cbradney | 1468 | </source> |
6769 | cbradney | 1469 | <translation>setActiveLayer("izena") |
6654 | mrdocs | 1470 | |
1471 | "izena" geruza ezartzen du geruza aktibo gisa. |
||
1472 | |||
1473 | NotFoundError abiaraziko da geruza ez bada aurkitzen. |
||
1474 | ValueError abiaraziko da geruzaren izena onarkaitza bada. |
||
1475 | </translation> |
||
1135 | cbradney | 1476 | </message> |
1477 | <message> |
||
6769 | cbradney | 1478 | <source>getActiveLayer() -> string |
1135 | cbradney | 1479 | |
1480 | Returns the name of the current active layer. |
||
1481 | </source> |
||
6769 | cbradney | 1482 | <translation>getActiveLayer() -> katea |
6654 | mrdocs | 1483 | |
1484 | Uneko geruza aktiboaren izena itzultzen du.</translation> |
||
1135 | cbradney | 1485 | </message> |
1486 | <message> |
||
6769 | cbradney | 1487 | <source>sentToLayer("layer" [, "name"]) |
1135 | cbradney | 1488 | |
1489 | Sends the object "name" to the layer "layer". The layer must exist. |
||
1490 | If "name" is not given the currently selected item is used. |
||
1491 | |||
6769 | cbradney | 1492 | May raise NotFoundError if the layer can't be found. |
1493 | May raise ValueError if the layer name isn't acceptable. |
||
1135 | cbradney | 1494 | </source> |
6769 | cbradney | 1495 | <translation>sentToLayer("geruza" [, "izena"]) |
6654 | mrdocs | 1496 | |
1497 | "izena" objektua "geruza" geruzara eramango du. Geruzak existitu egin behar du. |
||
1498 | Ez bada "izena" ematen, unean hautatutako elementua erabiliko da. |
||
1499 | |||
1500 | NotFoundError abiaraziko da geruza ezin bada aurkitu. |
||
1501 | ValueError abiaraziko da geruzaren izena onarkaitza bada. |
||
1502 | </translation> |
||
1135 | cbradney | 1503 | </message> |
1504 | <message> |
||
6769 | cbradney | 1505 | <source>setLayerVisible("layer", visible) |
1135 | cbradney | 1506 | |
1507 | Sets the layer "layer" to be visible or not. If is the visible set to false |
||
1508 | the layer is invisible. |
||
1509 | |||
6769 | cbradney | 1510 | May raise NotFoundError if the layer can't be found. |
1511 | May raise ValueError if the layer name isn't acceptable. |
||
1135 | cbradney | 1512 | </source> |
6769 | cbradney | 1513 | <translation>setLayerVisible("geruza", ikusgai) |
6654 | mrdocs | 1514 | |
6769 | cbradney | 1515 | "geruza" izeneko geruza ikusgai den, edo ez, ezartzen du. 'ikusgai' eremuan |
6654 | mrdocs | 1516 | FALSE (FALTSUA) balioa jartzen bada, geruza ikuskaitza izango da. |
1517 | |||
1518 | NotFoundError abiaraziko da geruza ezin bada aurkitu. |
||
1519 | ValueError abiaraziko da geruzaren izena onarkaitza bada. |
||
1520 | </translation> |
||
1135 | cbradney | 1521 | </message> |
1522 | <message> |
||
6769 | cbradney | 1523 | <source>setLayerPrintable("layer", printable) |
1135 | cbradney | 1524 | |
6654 | mrdocs | 1525 | Sets the layer "layer" to be printable or not. If is the printable set to |
6769 | cbradney | 1526 | false the layer won't be printed. |
1135 | cbradney | 1527 | |
6769 | cbradney | 1528 | May raise NotFoundError if the layer can't be found. |
1529 | May raise ValueError if the layer name isn't acceptable. |
||
1135 | cbradney | 1530 | </source> |
6769 | cbradney | 1531 | <translation type="obsolete">setLayerPrintable("geruza", inprimagarria) |
6654 | mrdocs | 1532 | |
1533 | "geruza" izeneko geruza inprimagarria den, edo ez, ezartzen du. |
||
1534 | Inprimagarria eremuan FALSE (FALTSUA) ezartzen bada, ezin izango da geruza inprimatu. |
||
1535 | |||
1536 | NotFoundError abiaraziko da geruza ezin bada aurkitu. |
||
1537 | ValueError abiaraziko da geruzaren izena onarkaitza bada. |
||
1538 | </translation> |
||
1135 | cbradney | 1539 | </message> |
1540 | <message> |
||
6769 | cbradney | 1541 | <source>deleteLayer("layer") |
1135 | cbradney | 1542 | |
6769 | cbradney | 1543 | Deletes the layer with the name "layer". Nothing happens if the layer doesn't |
1544 | exists or if it's the only layer in the document. |
||
6654 | mrdocs | 1545 | |
6769 | cbradney | 1546 | May raise NotFoundError if the layer can't be found. |
1547 | May raise ValueError if the layer name isn't acceptable. |
||
6654 | mrdocs | 1548 | </source> |
6769 | cbradney | 1549 | <translation>deleteLayer("geruza") |
6654 | mrdocs | 1550 | |
1551 | "geruza" izeneko geruza ezabatzen du. |
||
1552 | Ez da ezer gertatzen geruza ez bada existitzen, edo dokumentuko |
||
1553 | geruza bakarra izanez gero. |
||
1554 | |||
1555 | NotFoundError abiaraziko da geruza ezin bada aurkitu. |
||
1556 | ValueError abiaraziko da geruzaren izena onarkaitza bada.</translation> |
||
1557 | </message> |
||
1558 | <message> |
||
6769 | cbradney | 1559 | <source>createLayer(layer) |
6654 | mrdocs | 1560 | |
1135 | cbradney | 1561 | Creates a new layer with the name "name". |
1562 | |||
6769 | cbradney | 1563 | May raise ValueError if the layer name isn't acceptable. |
1135 | cbradney | 1564 | </source> |
6769 | cbradney | 1565 | <translation>createLayer(izena) |
6654 | mrdocs | 1566 | |
1567 | "izena" izeneko geruza berria sortzen du. |
||
1568 | |||
1569 | ValueError abiaraziko da geruzaren izena onarkaitza bada. |
||
1570 | </translation> |
||
1135 | cbradney | 1571 | </message> |
1572 | <message> |
||
6769 | cbradney | 1573 | <source>getGuiLanguage() -> string |
1135 | cbradney | 1574 | |
1575 | Returns a string with the -lang value. |
||
1576 | </source> |
||
6769 | cbradney | 1577 | <translation>getGuiLanguage() -> katea |
6654 | mrdocs | 1578 | |
1579 | Kate bat itzultzen du -lang (hizkuntza) balioarekin. |
||
1580 | </translation> |
||
1135 | cbradney | 1581 | </message> |
1582 | <message> |
||
6769 | cbradney | 1583 | <source>createEllipse(x, y, width, height, ["name"]) -> string |
1135 | cbradney | 1584 | |
1585 | Creates a new ellipse on the current page and returns its name. |
||
1586 | The coordinates are given in the current measurement units of the document |
||
1587 | (see UNIT constants). "name" should be a unique identifier for the object |
||
1588 | because you need this name for further referencing of that object. If "name" |
||
1589 | is not given Scribus will create one for you. |
||
1590 | |||
6769 | cbradney | 1591 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 1592 | </source> |
6769 | cbradney | 1593 | <translation>createEllipse(x, y, zabalera, altuera, ["izena"]) -> katea |
6654 | mrdocs | 1594 | |
1595 | Elipse berria sortzen du uneko orrialdean, eta bere izena itzultzen du. |
||
1596 | Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
||
1597 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1598 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1599 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1600 | dio. |
||
1601 | |||
1602 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1603 | </translation> |
||
1135 | cbradney | 1604 | </message> |
1605 | <message> |
||
6769 | cbradney | 1606 | <source>createImage(x, y, width, height, ["name"]) -> string |
1135 | cbradney | 1607 | |
1608 | Creates a new picture frame on the current page and returns its name. The |
||
1609 | coordinates are given in the current measurement units of the document. |
||
1610 | "name" should be a unique identifier for the object because you need this |
||
1611 | name for further access to that object. If "name" is not given Scribus will |
||
1612 | create one for you. |
||
1613 | |||
6769 | cbradney | 1614 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 1615 | </source> |
6769 | cbradney | 1616 | <translation>createImage(x, y, zabalera, altuera, ["izena"]) -> katea |
6654 | mrdocs | 1617 | |
1618 | Irudi-marko berria sortzen du uneko orrialdean, eta bere izena itzultzen du. |
||
1619 | Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
||
1620 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1621 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1622 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1623 | dio. |
||
1624 | |||
1625 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1626 | </translation> |
||
1135 | cbradney | 1627 | </message> |
1628 | <message> |
||
6769 | cbradney | 1629 | <source>createText(x, y, width, height, ["name"]) -> string |
1135 | cbradney | 1630 | |
1631 | Creates a new text frame on the actual page and returns its name. |
||
1632 | The coordinates are given in the actual measurement unit of the document (see |
||
1633 | UNIT constants). "name" should be a unique identifier for the object because |
||
1634 | you need this name for further referencing of that object. If "name" is not |
||
1635 | given Scribus will create one for you. |
||
1636 | |||
6769 | cbradney | 1637 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 1638 | </source> |
6769 | cbradney | 1639 | <translation>createText(x, y, zabalera, altuera, ["izena"]) -> katea |
6654 | mrdocs | 1640 | |
1641 | Testu-marko berria sortzen du uneko orrialdean, eta bere izena itzultzen du. |
||
1642 | Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
||
1643 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1644 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1645 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1646 | dio. |
||
1647 | |||
1648 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1649 | </translation> |
||
1135 | cbradney | 1650 | </message> |
1651 | <message> |
||
6769 | cbradney | 1652 | <source>createLine(x1, y1, x2, y2, ["name"]) -> string |
1135 | cbradney | 1653 | |
1654 | Creates a new line from the point(x1, y1) to the point(x2, y2) and returns |
||
1655 | its name. The coordinates are given in the current measurement unit of the |
||
1656 | document (see UNIT constants). "name" should be a unique identifier for the |
||
1657 | object because you need this name for further access to that object. If |
||
1658 | "name" is not given Scribus will create one for you. |
||
1659 | |||
6769 | cbradney | 1660 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 1661 | </source> |
6769 | cbradney | 1662 | <translation>createLine(x1, y1, x2, y2, ["izena"]) -> katea |
6654 | mrdocs | 1663 | |
1664 | Marra berria sortzen du 1 puntutik (x1,y1) 2. puntura (x2, y2), eta |
||
1665 | bere izena itzultzen du. |
||
1666 | Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
||
1667 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1668 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1669 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1670 | dio. |
||
1671 | |||
1672 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1673 | </translation> |
||
1135 | cbradney | 1674 | </message> |
1675 | <message> |
||
6769 | cbradney | 1676 | <source>createPolyLine(list, ["name"]) -> string |
1135 | cbradney | 1677 | |
1678 | Creates a new polyline and returns its name. The points for the polyline are |
||
1679 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1680 | The coordinates are given in the current measurement units of the document (see |
||
1681 | UNIT constants). "name" should be a unique identifier for the object because |
||
1682 | you need this name for further access to that object. If "name" is not given |
||
1683 | Scribus will create one for you. |
||
1684 | |||
6769 | cbradney | 1685 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 1686 | May raise ValueError if an insufficient number of points is passed or if |
6769 | cbradney | 1687 | the number of values passed don't group into points without leftovers. |
1135 | cbradney | 1688 | </source> |
6769 | cbradney | 1689 | <translation>createPolyLine(zerrenda, ["izena"]) -> katea |
6654 | mrdocs | 1690 | |
1691 | Koska-marra berria sortzen du uneko orrialdean, eta bere izena itzultzen du. |
||
1692 | Koska-marraren puntuak zerrenda batean datozte, honako ordenean: |
||
1693 | [x1, y1, x2, y2...xn. yn]. |
||
1694 | Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
||
1695 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1696 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1697 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1698 | dio. |
||
1699 | |||
1700 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1701 | ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako |
||
1702 | balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen. |
||
1703 | </translation> |
||
1135 | cbradney | 1704 | </message> |
1705 | <message> |
||
6769 | cbradney | 1706 | <source>createPolygon(list, ["name"]) -> string |
1135 | cbradney | 1707 | |
1708 | Creates a new polygon and returns its name. The points for the polygon are |
||
1709 | stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn]. |
||
1710 | At least three points are required. There is no need to repeat the first point |
||
1711 | to close the polygon. The polygon is automatically closed by connecting the |
||
1712 | first and the last point. The coordinates are given in the current measurement |
||
1713 | units of the document (see UNIT constants). "name" should be a unique |
||
1714 | identifier for the object because you need this name for further access to that |
||
1715 | object. If "name" is not given Scribus will create one for you. |
||
1716 | |||
6769 | cbradney | 1717 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 1718 | May raise ValueError if an insufficient number of points is passed or if |
6769 | cbradney | 1719 | the number of values passed don't group into points without leftovers. |
1135 | cbradney | 1720 | </source> |
6769 | cbradney | 1721 | <translation>createPolygon(zerrenda, ["izena"]) -> katea |
6654 | mrdocs | 1722 | |
1723 | Poligono berria sortu eta bere izena itzultzen du. |
||
1724 | Poligonoaren puntuak zerrenda batean datozte, honako ordenean: |
||
1725 | [x1, y1, x2, y2...xn. yn]. Gutxienez hiru puntu behar dira, |
||
1726 | eta aurreneko puntua ez dago errepikatu beharrik poligonoa ixteko (osatzeko). |
||
1727 | Poligonoa automatikoki ixten da aurreneko eta azken puntuak konektatuz. |
||
1728 | Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
||
1729 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1730 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1731 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1732 | dio. |
||
1733 | |||
1734 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1735 | ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako |
||
1736 | balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen. |
||
1737 | </translation> |
||
1135 | cbradney | 1738 | </message> |
1739 | <message> |
||
6769 | cbradney | 1740 | <source>createBezierLine(list, ["name"]) -> string |
1135 | cbradney | 1741 | |
1742 | Creates a new bezier curve and returns its name. The points for the bezier |
||
1743 | curve are stored in the list "list" in the following order: |
||
1744 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] |
||
1745 | In the points list, x and y mean the x and y coordinates of the point and kx |
||
1746 | and ky meaning the control point for the curve. The coordinates are given in |
||
1747 | the current measurement units of the document (see UNIT constants). "name" |
||
1748 | should be a unique identifier for the object because you need this name for |
||
1749 | further access to that object. If "name" is not given Scribus will create one |
||
1750 | for you. |
||
1751 | |||
6769 | cbradney | 1752 | May raise NameExistsError if you explicitly pass a name that's already used. |
1135 | cbradney | 1753 | May raise ValueError if an insufficient number of points is passed or if |
6769 | cbradney | 1754 | the number of values passed don't group into points without leftovers. |
1135 | cbradney | 1755 | </source> |
6769 | cbradney | 1756 | <translation>createBezierLine(zerrenda, ["izena"]) -> katea |
6654 | mrdocs | 1757 | |
1758 | Bezier kurba berria sortzen du, eta bere izena itzultzen du. |
||
1759 | Bezier kurbaren puntuak zerrenda batean datozte, honako ordenean: |
||
1760 | [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] |
||
1761 | Zerrendako puntuetan x eta y balioek puntuaren x eta y koordenatuak |
||
1762 | adierazten dute, eta kx eta ky balioek berriz kurbaren kontrol-puntuak. |
||
1763 | Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
||
1764 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1765 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1766 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1767 | dio. |
||
1768 | |||
1769 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1770 | ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako |
||
1771 | balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen.</translation> |
||
1135 | cbradney | 1772 | </message> |
1773 | <message> |
||
6769 | cbradney | 1774 | <source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string |
1135 | cbradney | 1775 | |
1776 | Creates a new pathText by merging the two objects "textbox" and |
||
1777 | "beziercurve" and returns its name. The coordinates are given in the current |
||
1778 | measurement unit of the document (see UNIT constants). "name" should be a |
||
1779 | unique identifier for the object because you need this name for further access |
||
1780 | to that object. If "name" is not given Scribus will create one for you. |
||
1781 | |||
6769 | cbradney | 1782 | May raise NameExistsError if you explicitly pass a name that's already used. |
1783 | May raise NotFoundError if one or both of the named base object don't exist. |
||
1135 | cbradney | 1784 | </source> |
6769 | cbradney | 1785 | <translation>createPathText(x, y, "testu-kutxa", "bezierkurba", ["izena"]) -> katea |
6654 | mrdocs | 1786 | |
6769 | cbradney | 1787 | Testu-bide berria sortzen du 'testu-kutxa' eta 'bezierkurba' batuz, eta bere izena |
6654 | mrdocs | 1788 | itzultzen du. Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak |
1789 | (ikus UNIT konstanteak). "izena" objektuaren identifikatzaile bakarra izan |
||
1790 | behar du, etorkizunean bere izena erabili beharko baituzu objektu honi |
||
1791 | erreferentzi egiteko. "izena" ez bada ematen, Scribus aplikazioak emango |
||
1792 | dio. |
||
1793 | |||
1794 | NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. |
||
1795 | NotFoundError abiaraziko da emandako oinarrizko objektuen izen bat edo biak ez badira existitzen.</translation> |
||
1135 | cbradney | 1796 | </message> |
1797 | <message> |
||
6769 | cbradney | 1798 | <source>deleteObject(["name"]) |
1135 | cbradney | 1799 | |
1800 | Deletes the item with the name "name". If "name" is not given the currently |
||
1801 | selected item is deleted. |
||
1802 | </source> |
||
6769 | cbradney | 1803 | <translation>deleteObject(["izena"]) |
6654 | mrdocs | 1804 | |
1805 | "izena" izeneko objektua ezabatzen du. Ez bada "izena" ematen, unean hautatutako |
||
1806 | elementua erabiliko da. |
||
1807 | </translation> |
||
1135 | cbradney | 1808 | </message> |
1809 | <message> |
||
6769 | cbradney | 1810 | <source>textFlowsAroundFrame("name" [, state]) |
1135 | cbradney | 1811 | |
6654 | mrdocs | 1812 | Enables/disables "Text Flows Around Frame" feature for object "name". |
1813 | Called with parameters string name and optional boolean "state". If "state" |
||
1814 | is not passed, text flow is toggled. |
||
1815 | </source> |
||
6769 | cbradney | 1816 | <translation type="obsolete">textFlowsAroundFrame("izena" [, egoera]) |
6654 | mrdocs | 1817 | |
1818 | "izena" objektuaren "Testua markoaren inguruan" funtzioa gaitu/desgaitu egiten du |
||
6769 | cbradney | 1819 | Erabiltzen diren parametroak izena katea eta aukerako 'egoera' boolearra dira. |
1820 | Ez bada 'egoera' ematen, testuaren jarioa txandakatu egiten da. |
||
6654 | mrdocs | 1821 | </translation> |
1822 | </message> |
||
1823 | <message> |
||
6769 | cbradney | 1824 | <source>objectExists(["name"]) -> bool |
6654 | mrdocs | 1825 | |
1135 | cbradney | 1826 | Test if an object with specified name really exists in the document. |
1827 | The optional parameter is the object name. When no object name is given, |
||
1828 | returns True if there is something selected. |
||
1829 | </source> |
||
6769 | cbradney | 1830 | <translation>objectExists(["izena"]) -> boolearra |
6654 | mrdocs | 1831 | |
1832 | Izendatutako objektua dokumentuan existitzen den begiratzen du. |
||
1833 | Aukerako parametroa objektuaren izenda da. Izenik ez denean ematen TRUE |
||
1834 | (EGIA) itzultzen du zerbait hautatuta egonez gero. |
||
1835 | </translation> |
||
1135 | cbradney | 1836 | </message> |
1837 | <message> |
||
6769 | cbradney | 1838 | <source>setStyle("style" [, "name"]) |
1135 | cbradney | 1839 | |
1840 | Apply the named "style" to the object named "name". If is no object name |
||
6769 | cbradney | 1841 | given, it's applied on the selected object. |
1135 | cbradney | 1842 | </source> |
6769 | cbradney | 1843 | <translation>setStyle("estiloa" [, "izena"]) |
6654 | mrdocs | 1844 | |
1845 | "estiloa" izenekoa aplikatzen dio "izena" objektuari. Ez bada objektuaren |
||
1846 | izenik ematen, hautatutako objektuari aplikatuko zaio. |
||
1847 | </translation> |
||
1135 | cbradney | 1848 | </message> |
1849 | <message> |
||
6769 | cbradney | 1850 | <source>getAllStyles() -> list |
1135 | cbradney | 1851 | |
1852 | Return a list of the names of all paragraph styles in the current document. |
||
1853 | </source> |
||
6769 | cbradney | 1854 | <translation>getAllStyles() -> zerrenda |
6654 | mrdocs | 1855 | |
1856 | Zerrenda itzultzen du, uneko dokumentuan dauden paragrafo-estilo guztien izenekin. |
||
1857 | </translation> |
||
1135 | cbradney | 1858 | </message> |
1859 | <message> |
||
6769 | cbradney | 1860 | <source>currentPage() -> integer |
1135 | cbradney | 1861 | |
1862 | Returns the number of the current working page. Page numbers are counted from 1 |
||
1863 | upwards, no matter what the displayed first page number of your document is. |
||
1864 | </source> |
||
6769 | cbradney | 1865 | <translation>currentPage() -> osokoa |
6654 | mrdocs | 1866 | |
1867 | Unean lantzen ari den orrialdearen zenbakia itzultzen du. |
||
1868 | Orrialdeen zenbakiak 1etik gorantz zenbatzen dira, berdin dio dokumentuko |
||
1869 | aurreneko orrialdearen bistaratutako zenbakia zein den. |
||
1870 | </translation> |
||
1135 | cbradney | 1871 | </message> |
1872 | <message> |
||
6769 | cbradney | 1873 | <source>redrawAll() |
1135 | cbradney | 1874 | |
1875 | Redraws all pages. |
||
1876 | </source> |
||
6769 | cbradney | 1877 | <translation>redrawAll() |
6654 | mrdocs | 1878 | |
1879 | Orrialde guztiak berriro marrazten ditu. |
||
1880 | </translation> |
||
1135 | cbradney | 1881 | </message> |
1882 | <message> |
||
6769 | cbradney | 1883 | <source>savePageAsEPS("name") |
1135 | cbradney | 1884 | |
1885 | Saves the current page as an EPS to the file "name". |
||
1886 | |||
1887 | May raise ScribusError if the save failed. |
||
1888 | </source> |
||
6769 | cbradney | 1889 | <translation>savePageAsEPS("izena") |
6654 | mrdocs | 1890 | |
1891 | Uneko orrialdea EPS gisa gordetzen du "izena" fitxategian. |
||
1892 | |||
1893 | ScribusError abiaraziko da huts egiten badu gordetzean. |
||
1894 | </translation> |
||
1135 | cbradney | 1895 | </message> |
1896 | <message> |
||
6769 | cbradney | 1897 | <source>deletePage(nr) |
1135 | cbradney | 1898 | |
1899 | Deletes the given page. Does nothing if the document contains only one page. |
||
1900 | Page numbers are counted from 1 upwards, no matter what the displayed first |
||
1901 | page number is. |
||
1902 | |||
1903 | May raise IndexError if the page number is out of range |
||
1904 | </source> |
||
6769 | cbradney | 1905 | <translation>deletePage(zbkia) |
6654 | mrdocs | 1906 | |
1907 | Emandako orrialdea ezabatzen du. Ez du ezer egiten dokumentuak |
||
1908 | orrialde bakarra badu. Orrialdeen zenbakiak 1etik hasten dira zenbatzen, |
||
1909 | eta berdin dio aurrenekoak zein zenbaki bistaratzen duen. |
||
1910 | |||
1911 | IndexError abiaraziko da orrialdearen zenbakia barrutitik kanpo egonez gero. |
||
1912 | </translation> |
||
1135 | cbradney | 1913 | </message> |
1914 | <message> |
||
6769 | cbradney | 1915 | <source>gotoPage(nr) |
1135 | cbradney | 1916 | |
1917 | Moves to the page "nr" (that is, makes the current page "nr"). Note that |
||
6769 | cbradney | 1918 | gotoPage doesn't (curently) change the page the user's view is displaying, it |
1135 | cbradney | 1919 | just sets the page that script commands will operates on. |
1920 | |||
1921 | May raise IndexError if the page number is out of range. |
||
1922 | </source> |
||
6769 | cbradney | 1923 | <translation>gotoPage(zbkia) |
6654 | mrdocs | 1924 | |
1925 | "zbkia" orrialdera joaten da (hots, uneko orrialdea "zbkia" egiten du). Jakin |
||
1926 | ezazu gotoPage funtzioak ez duela (oraindik behintzat) erabiltzailearen ikuspegian |
||
1927 | bistaratzen den orrialdea aldatzen, scripteko komandoek lana egiteko orrialdea |
||
1928 | ezartzen du soilik. |
||
1929 | |||
1930 | IndexError abiaraziko da orrialdearen zenbakia barrutitik kanpo egonez gero. |
||
1931 | </translation> |
||
1135 | cbradney | 1932 | </message> |
1933 | <message> |
||
6769 | cbradney | 1934 | <source>pageCount() -> integer |
1135 | cbradney | 1935 | |
1936 | Returns the number of pages in the document. |
||
1937 | </source> |
||
6769 | cbradney | 1938 | <translation>pageCount() -> osokoa |
6654 | mrdocs | 1939 | |
1940 | Dokumentuko orrialde-kopurua itzultzen du. |
||
1941 | </translation> |
||
1135 | cbradney | 1942 | </message> |
1943 | <message> |
||
6769 | cbradney | 1944 | <source>getHGuides() -> list |
1135 | cbradney | 1945 | |
1946 | Returns a list containing positions of the horizontal guides. Values are in the |
||
6769 | cbradney | 1947 | document's current units - see UNIT_<type> constants. |
1135 | cbradney | 1948 | </source> |
6769 | cbradney | 1949 | <translation>getHGuides() -> zerrenda |
6654 | mrdocs | 1950 | |
1951 | Gida horizontalen posizioak dituen zerrenda itzultzen du. |
||
6769 | cbradney | 1952 | Balioak uneko dokumentuaren unitateetan daude (ikus UNIT_<mota> konstanteak). |
6654 | mrdocs | 1953 | </translation> |
1135 | cbradney | 1954 | </message> |
1955 | <message> |
||
6769 | cbradney | 1956 | <source>setHGuides(list) |
1135 | cbradney | 1957 | |
1958 | Sets horizontal guides. Input parameter must be a list of guide positions |
||
6769 | cbradney | 1959 | measured in the current document units - see UNIT_<type> constants. |
1135 | cbradney | 1960 | |
1961 | Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost |
||
1962 | setHGuides([90,250]) # replace current guides entirely |
||
1963 | </source> |
||
6769 | cbradney | 1964 | <translation>setHGuides(zerrenda) |
6654 | mrdocs | 1965 | |
1966 | Gida horizontalak ezartzen ditu. Sarrerako parametroak giden posizioen |
||
1967 | zerrenda izan behar du, dokumentua neurtzeko unitateetan (ikus |
||
6769 | cbradney | 1968 | UNIT_<mota> konstanteak). |
6654 | mrdocs | 1969 | |
1970 | Adibidea: |
||
1971 | setHGuides(getHGuides() + [200.0, 210.0] # gida berriak |
||
1972 | # ezartzen ditu galerarik gabe |
||
1973 | setHGuides([90,250]) # uneko gidak osotasunean ordezten ditu |
||
1974 | </translation> |
||
1135 | cbradney | 1975 | </message> |
1976 | <message> |
||
6769 | cbradney | 1977 | <source>getVGuides() |
1135 | cbradney | 1978 | |
1979 | See getHGuides. |
||
1980 | </source> |
||
6769 | cbradney | 1981 | <translation>getVGuides() |
6654 | mrdocs | 1982 | |
1983 | Ikus getHGuides. |
||
1984 | </translation> |
||
1135 | cbradney | 1985 | </message> |
1986 | <message> |
||
6769 | cbradney | 1987 | <source>setVGuides() |
1135 | cbradney | 1988 | |
1989 | See setHGuides. |
||
1990 | </source> |
||
6769 | cbradney | 1991 | <translation>setVGuides() |
6654 | mrdocs | 1992 | |
1993 | Ikus setHGuides. |
||
1994 | </translation> |
||
1135 | cbradney | 1995 | </message> |
1996 | <message> |
||
6769 | cbradney | 1997 | <source>getPageSize() -> tuple |
1135 | cbradney | 1998 | |
6769 | cbradney | 1999 | Returns a tuple with page dimensions measured in the document's current units. |
2000 | See UNIT_<type> constants and getPageMargins() |
||
1135 | cbradney | 2001 | </source> |
6769 | cbradney | 2002 | <translation>getPageSize() -> tupla |
6654 | mrdocs | 2003 | |
2004 | Orrialdearen dimensioen tupla itzultzen du, dokumentuaren uneko |
||
6769 | cbradney | 2005 | unitateetan neurtuz. Ikus UNIT_<mota> konstanteak eta getPageMargins() |
6654 | mrdocs | 2006 | </translation> |
1135 | cbradney | 2007 | </message> |
2008 | <message> |
||
6769 | cbradney | 2009 | <source>getPageItems() -> list |
1135 | cbradney | 2010 | |
2011 | Returns a list of tuples with items on the current page. The tuple is: |
||
6769 | cbradney | 2012 | (name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)] |
2013 | means that object named 'Text1' is a text frame (type 4) and is the first at |
||
1135 | cbradney | 2014 | the page... |
2015 | </source> |
||
6769 | cbradney | 2016 | <translation>getPageItems() -> zerrenda |
6654 | mrdocs | 2017 | |
2018 | Uneko orrialdean dauden elementuen tuplen zerrenda itzultzen du. |
||
2019 | Tupla honakoa da: |
||
6769 | cbradney | 2020 | (izena, objektuMota, ordena) Adib.: [('Testua1', 4, 0), ('Irudia1', 2, 1)] |
2021 | 'Testua1' izeneko objektua testu-markoa da (4 motakoa) |
||
6654 | mrdocs | 2022 | eta orrialdeko aurrenekoa dela adierazten du... |
2023 | </translation> |
||
1135 | cbradney | 2024 | </message> |
2025 | <message> |
||
6769 | cbradney | 2026 | <source>setFillColor("color", ["name"]) |
1135 | cbradney | 2027 | |
2028 | Sets the fill color of the object "name" to the color "color". "color" |
||
2029 | is the name of one of the defined colors. If "name" is not given the |
||
2030 | currently selected item is used. |
||
2031 | </source> |
||
6769 | cbradney | 2032 | <translation>setFillColor("kolorea", ["izena"]) |
6654 | mrdocs | 2033 | |
2034 | "izena" objektuaren kolore betegarria "kolorea"rekin ezartzen du. |
||
2035 | "kolorea" aurrez definitutako kolore bat da. |
||
2036 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
||
2037 | </translation> |
||
1135 | cbradney | 2038 | </message> |
2039 | <message> |
||
6769 | cbradney | 2040 | <source>setLineColor("color", ["name"]) |
1135 | cbradney | 2041 | |
2042 | Sets the line color of the object "name" to the color "color". If "name" |
||
2043 | is not given the currently selected item is used. |
||
2044 | </source> |
||
6769 | cbradney | 2045 | <translation>setLineColor("kolorea", ["izena"]) |
6654 | mrdocs | 2046 | |
2047 | "izena" objektuaren marraren kolorea \"kolorea\"rekin ezartzen du. |
||
2048 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
||
2049 | </translation> |
||
1135 | cbradney | 2050 | </message> |
2051 | <message> |
||
6769 | cbradney | 2052 | <source>setLineWidth(width, ["name"]) |
1135 | cbradney | 2053 | |
2054 | Sets line width of the object "name" to "width". "width" must be in the |
||
2055 | range from 0.0 to 12.0 inclusive, and is measured in points. If "name" is not |
||
2056 | given the currently selected item is used. |
||
2057 | |||
2058 | May raise ValueError if the line width is out of bounds. |
||
2059 | </source> |
||
6769 | cbradney | 2060 | <translation>setLineWidth(zabalera, ["izena"]) |
6654 | mrdocs | 2061 | |
2062 | "izena" objektuaren marraren zabalera ezartzen du "zabalera" balioarekin. |
||
2063 | "zabalera" balioa 0.0 eta 12.0 artekoa izan behar du, eta puntuetan neurtuta |
||
2064 | dago. |
||
2065 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
||
2066 | |||
2067 | ValueError abiaraziko da marraren zabalera mugetatik at irtetzen bada. |
||
2068 | </translation> |
||
1135 | cbradney | 2069 | </message> |
2070 | <message> |
||
6769 | cbradney | 2071 | <source>setLineShade(shade, ["name"]) |
1135 | cbradney | 2072 | |
2073 | Sets the shading of the line color of the object "name" to "shade". |
||
2074 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
2075 | (full color intensity). If "name" is not given the currently selected item |
||
2076 | is used. |
||
2077 | |||
2078 | May raise ValueError if the line shade is out of bounds. |
||
2079 | </source> |
||
6769 | cbradney | 2080 | <translation>setLineShade(itzaldura, ["izena"]) |
6654 | mrdocs | 2081 | |
2082 | "izena" objektuaren marraren itzaldura ezartzen du "itzaldura" balioarekin. |
||
2083 | "itzaldura" balioa 0 (argiena) eta 100 (intentsitate osoko kolorea) |
||
2084 | artekoa osokoa izan behar du. Ez bada "izena" ematen unean |
||
2085 | hautatutako elementua erabiliko da. |
||
2086 | |||
2087 | ValueError abiaraziko da marraren itzaldura mugetatik at irtetzen bada.</translation> |
||
1135 | cbradney | 2088 | </message> |
2089 | <message> |
||
6769 | cbradney | 2090 | <source>setLineJoin(join, ["name"]) |
1135 | cbradney | 2091 | |
2092 | Sets the line join style of the object "name" to the style "join". |
||
2093 | If "name" is not given the currently selected item is used. There are |
||
6769 | cbradney | 2094 | predefined constants for join - JOIN_<type>. |
1135 | cbradney | 2095 | </source> |
6769 | cbradney | 2096 | <translation>setLineJoin(elkartu, ["izena"]) |
6654 | mrdocs | 2097 | |
2098 | "izena" objektuaren marra elkartzeko estiloa "elkartu"rekin ezatzen du. |
||
6769 | cbradney | 2099 | Aurrez definituta daude elkartzeko konstanteak: JOIN_<mota>. |
6654 | mrdocs | 2100 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
2101 | </translation> |
||
1135 | cbradney | 2102 | </message> |
2103 | <message> |
||
6769 | cbradney | 2104 | <source>setLineEnd(endtype, ["name"]) |
1135 | cbradney | 2105 | |
2106 | Sets the line cap style of the object "name" to the style "cap". |
||
2107 | If "name" is not given the currently selected item is used. There are |
||
6769 | cbradney | 2108 | predefined constants for "cap" - CAP_<type>. |
1135 | cbradney | 2109 | </source> |
6769 | cbradney | 2110 | <translation>setLineEnd(amaiMota, ["izena"]) |
6654 | mrdocs | 2111 | |
2112 | "izena" objektuaren marraren txanoaren estiloa ezartzen du "amaiMota"rekin. |
||
6769 | cbradney | 2113 | Aurrez definituta daude txanoen konstanteak: CAP_<mota>. |
6654 | mrdocs | 2114 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
2115 | </translation> |
||
1135 | cbradney | 2116 | </message> |
2117 | <message> |
||
6769 | cbradney | 2118 | <source>setLineStyle(style, ["name"]) |
1135 | cbradney | 2119 | |
2120 | Sets the line style of the object "name" to the style "style". If "name" |
||
2121 | is not given the currently selected item is used. There are predefined |
||
6769 | cbradney | 2122 | constants for "style" - LINE_<style>. |
1135 | cbradney | 2123 | </source> |
6769 | cbradney | 2124 | <translation>setLineStyle(estiloa, ["izena"]) |
6654 | mrdocs | 2125 | |
2126 | "izena" objektuaren marraren estiloa ezartzen du "estiloa"rekin. |
||
6769 | cbradney | 2127 | Aurrez definituta daude estiloen konstanteak: LINE_<estiloa>. |
6654 | mrdocs | 2128 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
2129 | </translation> |
||
1135 | cbradney | 2130 | </message> |
2131 | <message> |
||
6769 | cbradney | 2132 | <source>setFillShade(shade, ["name"]) |
1135 | cbradney | 2133 | |
2134 | Sets the shading of the fill color of the object "name" to "shade". |
||
2135 | "shade" must be an integer value in the range from 0 (lightest) to 100 |
||
2136 | (full Color intensity). If "name" is not given the currently selected |
||
2137 | Item is used. |
||
2138 | |||
2139 | May raise ValueError if the fill shade is out of bounds. |
||
2140 | </source> |
||
6769 | cbradney | 2141 | <translation>setFillShade(itzaldura, ["izena"]) |
6654 | mrdocs | 2142 | |
2143 | "izena" objektuaren kolore-betegarriaren itzaldura ezartzen du "itzaldura"rekin. |
||
2144 | "itzaldura" balioa 0 (argitsuena) eta 100 (intentsitate osoko kolorea) artean egon behar du. |
||
2145 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
||
2146 | |||
2147 | ValueError abiaraziko da itzalduraren betegarria mugetatik kanpo egonez gero. |
||
2148 | </translation> |
||
1135 | cbradney | 2149 | </message> |
2150 | <message> |
||
6769 | cbradney | 2151 | <source>setCornerRadius(radius, ["name"]) |
1135 | cbradney | 2152 | |
2153 | Sets the corner radius of the object "name". The radius is expressed |
||
2154 | in points. If "name" is not given the currently selected item is used. |
||
2155 | |||
2156 | May raise ValueError if the corner radius is negative. |
||
2157 | </source> |
||
6769 | cbradney | 2158 | <translation>setCornerRadius(erradioa, ["izena"]) |
6654 | mrdocs | 2159 | |
2160 | "izena" objektuaren izkineko erradioa ezartzen du. Erradioa |
||
2161 | puntutan adierazten da. Ez bada "izena" ematen |
||
2162 | unean hautatutako elementua erabiliko da. |
||
2163 | |||
2164 | ValueError abiaraziko da izkineko erradioa negatiboa bada. |
||
2165 | </translation> |
||
1135 | cbradney | 2166 | </message> |
2167 | <message> |
||
6769 | cbradney | 2168 | <source>setMultiLine("namedStyle", ["name"]) |
1135 | cbradney | 2169 | |
2170 | Sets the line style of the object "name" to the named style "namedStyle". |
||
2171 | If "name" is not given the currently selected item is used. |
||
2172 | |||
6769 | cbradney | 2173 | May raise NotFoundError if the line style doesn't exist. |
1135 | cbradney | 2174 | </source> |
6769 | cbradney | 2175 | <translation>setMultiLine("estiloIzena", ["izena"]) |
6654 | mrdocs | 2176 | |
2177 | "izena" objektuaren marraren estiloa ezartzen du "estiloIzena"rekin. |
||
2178 | Ez bada "izena" ematen unean hautatutako elementua erabiliko da. |
||
2179 | |||
2180 | NotFoundError abiaraziko da marra-estiloa ez bada existitzen. |
||
2181 | </translation> |
||
1135 | cbradney | 2182 | </message> |
2183 | <message> |
||
6769 | cbradney | 2184 | <source>progressReset() |
1135 | cbradney | 2185 | |
2186 | Cleans up the Scribus progress bar previous settings. It is called before the |
||
2187 | new progress bar use. See progressSet. |
||
2188 | </source> |
||
6769 | cbradney | 2189 | <translation>progressReset() |
6654 | mrdocs | 2190 | |
2191 | Scribus aplikazioko progresio-barrako aurreko ezarpenak gabritzen ditu. |
||
2192 | Progresio-barra berria erabili aurretik deitu ohi da. Ikus progressSet. |
||
2193 | </translation> |
||
1135 | cbradney | 2194 | </message> |
2195 | <message> |
||
6769 | cbradney | 2196 | <source>progressTotal(max) |
1135 | cbradney | 2197 | |
6769 | cbradney | 2198 | Sets the progress bar's maximum steps value to the specified number. |
1135 | cbradney | 2199 | See progressSet. |
2200 | </source> |
||
6769 | cbradney | 2201 | <translation>progressTotal(max) |
6654 | mrdocs | 2202 | |
2203 | Progresio-barraren urrats kopuru maximoaren balioa ezartzen du |
||
2204 | emandako balioarekin. Ikus progressSet. |
||
2205 | </translation> |
||
1135 | cbradney | 2206 | </message> |
2207 | <message> |
||
6769 | cbradney | 2208 | <source>progressSet(nr) |
1135 | cbradney | 2209 | |
2210 | Set the progress bar position to "nr", a value relative to the previously set |
||
2211 | progressTotal. The progress bar uses the concept of steps; you give it the |
||
2212 | total number of steps and the number of steps completed so far and it will |
||
2213 | display the percentage of steps that have been completed. You can specify the |
||
2214 | total number of steps with progressTotal(). The current number of steps is set |
||
2215 | with progressSet(). The progress bar can be rewound to the beginning with |
||
6769 | cbradney | 2216 | progressReset(). [based on info taken from Trolltech's Qt docs] |
1135 | cbradney | 2217 | </source> |
6769 | cbradney | 2218 | <translation>progressSet(zbkia) |
6654 | mrdocs | 2219 | |
2220 | Progresio-barraren posizioa "zbkia" baliora ezartzen du, aurrez ezarritako |
||
2221 | progressTotal-arekiko balio erlatiboa. Progresio-barrak urratsen kontzeptua |
||
2222 | erabiltzen du, urratsen kopuru osoa eta landutako urratsen kopurua eman |
||
2223 | eta berak burututako urratsen ehunekoa bistaratzen du. progressTotal() funtzioarekin |
||
2224 | urratsen kopuru osoa ezar dezakezu. Uneko urratsen kopurua |
||
2225 | progressSet() funtzioarekin ezarrita dago. Progresio-barra berrasiera daiteke |
||
2226 | progressReset() funtzioa erabiliz. [Trolltech-eko Qt dokumentazioan |
||
2227 | oinarritutako datuak] |
||
2228 | </translation> |
||
1135 | cbradney | 2229 | </message> |
2230 | <message> |
||
6769 | cbradney | 2231 | <source>setCursor() |
1135 | cbradney | 2232 | |
2233 | [UNSUPPORTED!] This might break things, so steer clear for now. |
||
2234 | </source> |
||
6769 | cbradney | 2235 | <translation>setCursor() |
6654 | mrdocs | 2236 | |
2237 | [EZ DAGO ONARTUTA!] Gauza batzuk honda ditzakeenez, oraingoz ez erabili. |
||
2238 | </translation> |
||
1135 | cbradney | 2239 | </message> |
2240 | <message> |
||
6769 | cbradney | 2241 | <source>docChanged(bool) |
1135 | cbradney | 2242 | |
6769 | cbradney | 2243 | Enable/disable save icon in the Scribus icon bar and the Save menu item. It's |
2244 | useful to call this procedure when you're changing the document, because Scribus |
||
2245 | won't automatically notice when you change the document using a script. |
||
1135 | cbradney | 2246 | </source> |
6769 | cbradney | 2247 | <translation>docChanged(boolearra) |
6654 | mrdocs | 2248 | |
2249 | Scribus-eko ikono-barran eta Gorde menu-elementuan ikonoa gordetzea |
||
2250 | gaitu/desgaitu egiten du. Funtzio hau erabilgarria da dokumentuz aldatzean, |
||
2251 | Scribus aplikazioak ez baitu automatikoki jakinarazten script bat erabiltzean |
||
2252 | dokumentuz aldatu denik. |
||
2253 | </translation> |
||
1135 | cbradney | 2254 | </message> |
2255 | <message> |
||
6769 | cbradney | 2256 | <source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>) |
1525 | cbradney | 2257 | |
6769 | cbradney | 2258 | Sets the scale to frame on the selected or specified image frame to `scaletoframe'. |
2259 | If `proportional' is specified, set fixed aspect ratio scaling to `proportional'. |
||
2260 | Both `scaletoframe' and `proportional' are boolean. |
||
1525 | cbradney | 2261 | |
2262 | May raise WrongFrameTypeError. |
||
2263 | </source> |
||
6769 | cbradney | 2264 | <translation>setScaleImageToFrame(eskalatuMarkora, proportzionala=None, izena=<hautapena>) |
6654 | mrdocs | 2265 | |
2266 | Hautapeneko edo zehaztutako irudi-markoan markoaren eskala ezartzen du |
||
6769 | cbradney | 2267 | 'eskalatuMarkora' balioarekin. 'proportzionala' zehazten bada, itxura eskalatzeko |
2268 | erlazioa finkatu egingo da. 'eskalatuMarkora' eta 'proportzionala' parametroak |
||
6654 | mrdocs | 2269 | boolearrak dira. |
2270 | |||
2271 | WrongFrameTypeError abiaraziko da. |
||
2272 | </translation> |
||
1525 | cbradney | 2273 | </message> |
2274 | <message> |
||
6769 | cbradney | 2275 | <source>isLayerPrintable("layer") -> bool |
1525 | cbradney | 2276 | |
2277 | Returns whether the layer "layer" is visible or not, a value of True means |
||
2278 | that the layer "layer" is visible, a value of False means that the layer |
||
2279 | "layer" is invisible. |
||
2280 | |||
6769 | cbradney | 2281 | May raise NotFoundError if the layer can't be found. |
2282 | May raise ValueError if the layer name isn't acceptable. |
||
1525 | cbradney | 2283 | </source> |
7508 | cbradney | 2284 | <translation type="obsolete">isLayerPrintable("geruza") -> boolearra |
6654 | mrdocs | 2285 | |
2286 | "geruza" izeneko geruza ikusgai dagoen edo ez itzultzen du. TRUE (EGIA) |
||
2287 | balioak ikusgai dagoela adierazten du, eta era berean FALSE (FALTSUA) balioak |
||
2288 | ez dagoela ikusgai. |
||
2289 | |||
2290 | NotFoundError abiaraziko da ezin bada geruza aurkitu. |
||
2291 | ValueError abiaraziko da geruzaren izena onarkaitza bada. |
||
2292 | </translation> |
||
1525 | cbradney | 2293 | </message> |
2294 | <message> |
||
6769 | cbradney | 2295 | <source>isLayerPrintable("layer") -> bool |
1525 | cbradney | 2296 | |
2297 | Returns whether the layer "layer" is printable or not, a value of True means |
||
2298 | that the layer "layer" can be printed, a value of False means that printing |
||
2299 | the layer "layer" is disabled. |
||
2300 | |||
6769 | cbradney | 2301 | May raise NotFoundError if the layer can't be found. |
2302 | May raise ValueError if the layer name isn't acceptable. |
||
1525 | cbradney | 2303 | </source> |
6769 | cbradney | 2304 | <translation>isLayerPrintable("geruza") -> boolearra |
6654 | mrdocs | 2305 | |
2306 | "geruza" izeneko geruza inprima daitekeen edo ez itzultzen du. TRUE (EGIA) |
||
2307 | balioak inprima daitekeela adierazten du, eta era berean FALSE (FALTSUA) balioak |
||
2308 | inprimatzea desgaituta dagoela. |
||
2309 | |||
2310 | NotFoundError abiaraziko da ezin bada geruza aurkitu. |
||
2311 | ValueError abiaraziko da geruzaren izena onarkaitza bada. |
||
2312 | </translation> |
||
1525 | cbradney | 2313 | </message> |
2314 | <message> |
||
6769 | cbradney | 2315 | <source>getColorAsRGB("name") -> tuple |
1525 | cbradney | 2316 | |
2317 | Returns a tuple (R,G,B) containing the three color components of the |
||
2318 | color "name" from the current document, converted to the RGB color |
||
2319 | space. If no document is open, returns the value of the named color |
||
2320 | from the default document colors. |
||
2321 | |||
6769 | cbradney | 2322 | May raise NotFoundError if the named color wasn't found. |
1525 | cbradney | 2323 | May raise ValueError if an invalid color name is specified. |
2324 | </source> |
||
6769 | cbradney | 2325 | <translation>getColorAsRGB("izena") -> tupla |
6654 | mrdocs | 2326 | |
2327 | Uneko dokumentuko "izena" kolorearen (GBU kolore-gunera bihurtuta) hiru kolore |
||
2328 | osagaien tupla (G, B, U) itzultzen du. Ez badago dokumenturik irekita, |
||
2329 | dokumentu lehenetsiko "izena" kolorearen balioa itzuliko du. |
||
2330 | |||
2331 | NotFoundError abiaraziko da ezin bada kolorearen izena aurkitu. |
||
2332 | ValueError abiaraziko da kolorearen izena baliogabea bada. |
||
2333 | </translation> |
||
1525 | cbradney | 2334 | </message> |
2335 | <message> |
||
6769 | cbradney | 2336 | <source>defineColor("name", c, m, y, k) |
1135 | cbradney | 2337 | |
2338 | Defines a new color "name". The color Value is defined via four components: |
||
1525 | cbradney | 2339 | c = Cyan, m = Magenta, y = Yello and k = Black. Color components should be in |
1135 | cbradney | 2340 | the range from 0 to 255. |
2341 | |||
2342 | May raise ValueError if an invalid color name is specified. |
||
2343 | </source> |
||
7508 | cbradney | 2344 | <translation type="obsolete">defineColor("izena", c, m, h, b) |
6654 | mrdocs | 2345 | |
2346 | "izena" kolorea definitzen du. Kolorearen balioa lau osagaien bidez zehazten da: |
||
2347 | c = ciana, m = magenta, h = horia, b = beltza. Kolorearen |
||
2348 | osagaiak 0tik 255ra artean egon behar dute. |
||
2349 | |||
2350 | ValueError abiaraziko da kolorearen izena baliogabea bada. |
||
2351 | |||
2352 | </translation> |
||
1135 | cbradney | 2353 | </message> |
2354 | <message> |
||
6769 | cbradney | 2355 | <source>getCornerRadius(["name"]) -> integer |
1135 | cbradney | 2356 | |
1525 | cbradney | 2357 | Returns the corner radius of the object "name". The radius isexpressed in points. If "name" is not given the currentlyselected item is used. |
1135 | cbradney | 2358 | </source> |
7508 | cbradney | 2359 | <translation type="obsolete">getCornerRadius(["izena"]) -> osokoa |
6654 | mrdocs | 2360 | |
2361 | |||
2362 | "izena" objektuaren izkineko erradioa itzultzen du. Erradioa puntutan adierazten da. |
||
2363 | Ez bada "izena" ematen, unean hautatutako elementua erabiliko da. |
||
2364 | </translation> |
||
1135 | cbradney | 2365 | </message> |
2366 | <message> |
||
6769 | cbradney | 2367 | <source>getPosition(["name"]) -> (x,y) |
1135 | cbradney | 2368 | |
2369 | Returns a (x, y) tuple with the position of the object "name". |
||
1525 | cbradney | 2370 | If "name" is not given the currently selected item is used.The position is expressed in the actual measurement unit of the document |
6769 | cbradney | 2371 | - see UNIT_<type> for reference. |
1135 | cbradney | 2372 | </source> |
7508 | cbradney | 2373 | <translation type="obsolete">getPosition(["izena"]) -> (x,y) |
6654 | mrdocs | 2374 | |
2375 | "izena" objektuaren posizioaren tupla (x, y) itzultzen du. |
||
6769 | cbradney | 2376 | Posizioa dokumentua neurtzeko unitateetan ematen da (ikus UNIT_<mota>). |
6654 | mrdocs | 2377 | Ez bada "izena" ematen, unean hautatutako elementua erabiliko da.</translation> |
1135 | cbradney | 2378 | </message> |
2379 | <message> |
||
6769 | cbradney | 2380 | <source>getPropertyCType(object, property, includesuper=True) |
1525 | cbradney | 2381 | |
6769 | cbradney | 2382 | Returns the name of the C type of `property' of `object'. See getProperty() |
1525 | cbradney | 2383 | for details of arguments. |
2384 | |||
6769 | cbradney | 2385 | If `includesuper' is true, search inherited properties too. |
1525 | cbradney | 2386 | </source> |
6769 | cbradney | 2387 | <translation>getPropertyCType(objektua, propietatea, txertatuSuper=TRUE) |
6654 | mrdocs | 2388 | |
6769 | cbradney | 2389 | 'objektua'ren 'propietatearen' C motako izena itzultzen du. |
6654 | mrdocs | 2390 | Ikus getProperty() parametroen xehetasunerako. |
2391 | |||
6769 | cbradney | 2392 | 'txertatuSuper' TRUE (EGIA) bada, heredatutako propietateetan ere bilatzen du. |
6654 | mrdocs | 2393 | </translation> |
1525 | cbradney | 2394 | </message> |
2395 | <message> |
||
6769 | cbradney | 2396 | <source>getPropertyNames(object, includesuper=True) |
1525 | cbradney | 2397 | |
6769 | cbradney | 2398 | Return a list of property names supported by `object'. |
2399 | If `includesuper' is true, return properties supported |
||
1525 | cbradney | 2400 | by parent classes as well. |
2401 | </source> |
||
6769 | cbradney | 2402 | <translation>getPropertyNames(objektua, txertatuSuper=TRUE) |
6654 | mrdocs | 2403 | |
6769 | cbradney | 2404 | 'objektua'k onartutako propietateen izenen zerrenda itzultzen du. |
2405 | 'txertatuSuper' TRUE (EGIA) bada, klasearen gurasoek onartutako |
||
6654 | mrdocs | 2406 | propietateak ere itzultzen ditu. |
2407 | </translation> |
||
1525 | cbradney | 2408 | </message> |
2409 | <message> |
||
6769 | cbradney | 2410 | <source>getProperty(object, property) |
1525 | cbradney | 2411 | |
6769 | cbradney | 2412 | Return the value of the property `property' of the passed `object'. |
1525 | cbradney | 2413 | |
6769 | cbradney | 2414 | The `object' argument may be a string, in which case the named PageItem |
1525 | cbradney | 2415 | is searched for. It may also be a PyCObject, which may point to any |
2416 | C++ QObject instance. |
||
2417 | |||
6769 | cbradney | 2418 | The `property' argument must be a string, and is the name of the property |
2419 | to look up on `object'. |
||
1525 | cbradney | 2420 | |
2421 | The return value varies depending on the type of the property. |
||
2422 | </source> |
||
6769 | cbradney | 2423 | <translation>getProperty(objektua, propietatea) |
6654 | mrdocs | 2424 | |
6769 | cbradney | 2425 | 'objektua'ren 'propietatea'ren balioa itzultzen du. |
6654 | mrdocs | 2426 | |
6769 | cbradney | 2427 | 'objektua' parametroa katea izan daiteke, egoera horretan PageItem |
6654 | mrdocs | 2428 | izenekoaren bilaketa egiten da. PyCObject ere izan daiteke, |
2429 | C++ QObject-eko intantzia batera zuzendu dezake. |
||
2430 | |||
6769 | cbradney | 2431 | 'propietatea' parametroa kate bat izan behar du, eta 'objektua'n bilatuko den |
6654 | mrdocs | 2432 | propietatearen izen da. |
2433 | |||
2434 | Itzultzen den balioa propietate-motaren arabera dago. |
||
2435 | </translation> |
||
1525 | cbradney | 2436 | </message> |
2437 | <message> |
||
6769 | cbradney | 2438 | <source>setProperty(object, property, value) |
1525 | cbradney | 2439 | |
6769 | cbradney | 2440 | Set `property' of `object' to `value'. If `value' cannot be converted to a type |
2441 | compatible with the type of `property', an exception is raised. An exception may |
||
1525 | cbradney | 2442 | also be raised if the underlying setter fails. |
2443 | |||
2444 | See getProperty() for more information. |
||
2445 | </source> |
||
6769 | cbradney | 2446 | <translation>setProperty(objektua, propietatea, balioa) |
6654 | mrdocs | 2447 | |
6769 | cbradney | 2448 | 'objektua'ren 'propietatea' ezartzen du 'balioa'rekin. Balioa ezin bada |
2449 | 'propietatea'k darabilen motaren bateragarri batera bihurtu, salbuespena |
||
6654 | mrdocs | 2450 | abiaraziko da. Salbuespena ere abiaraziko da azpimarratzeko ezarpenak |
2451 | huts egiten badu. |
||
2452 | |||
2453 | Ikus getProperty() xehetasun gehiagorako. |
||
2454 | </translation> |
||
1525 | cbradney | 2455 | </message> |
2456 | <message> |
||
6769 | cbradney | 2457 | <source>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True) |
1525 | cbradney | 2458 | |
6769 | cbradney | 2459 | Return a list of children of `object', possibly restricted to children |
2460 | of class named `ofclass' or children named `ofname'. If `recursive' is true, |
||
1525 | cbradney | 2461 | search recursively through children, grandchildren, etc. |
2462 | |||
2463 | See QObject::children() in the Qt docs for more information. |
||
2464 | </source> |
||
6769 | cbradney | 2465 | <translation>getChildren(objektua, klasearena=None, izenekoa=None, regexpmatch=False, errekurtsiboa=True) |
6654 | mrdocs | 2466 | |
6769 | cbradney | 2467 | 'objektua'ren umeen zerrenda itzultzen du, litekeena 'klasearen'a |
2468 | umeetara edo 'izenekoa' umera murriztea. 'errekurtsiboa' TRUE (EGIA) bada, |
||
6654 | mrdocs | 2469 | umeen, hiloben, e.a. zehar egingo du bilaketa errekurtsiboki. |
2470 | |||
2471 | Ikus QObject::children() funtzioa informazio gehiagorako Qt dokumentazioan. |
||
2472 | </translation> |
||
1525 | cbradney | 2473 | </message> |
2474 | <message> |
||
6769 | cbradney | 2475 | <source>getChild(object, childname, ofclass=None, recursive=True) |
1525 | cbradney | 2476 | |
6769 | cbradney | 2477 | Return the first child of `object' named `childname', possibly restricting |
2478 | the search to children of type name `ofclass'. If `recursive' is true, |
||
1525 | cbradney | 2479 | search recursively through children, grandchildren, etc. |
2480 | </source> |
||
6769 | cbradney | 2481 | <translation>getChild(objektua, ume-izena, klasearena=None, errekurtsiboa=True) |
6654 | mrdocs | 2482 | |
6769 | cbradney | 2483 | 'objektua'ren aurreneko 'ume-izena' itzultzen du, litekeena 'klasearen'a |
2484 | umeetara murriztea. 'errekurtsiboa' TRUE (EGIA) bada, |
||
6654 | mrdocs | 2485 | umeen, hiloben, e.a. zehar egingo du bilaketa errekurtsiboki. |
2486 | |||
2487 | </translation> |
||
1525 | cbradney | 2488 | </message> |
2489 | <message> |
||
6769 | cbradney | 2490 | <source>rotateObjectAbs(rot [, "name"]) |
1135 | cbradney | 2491 | |
1525 | cbradney | 2492 | Sets the rotation of the object "name" to "rot". Positve values |
1135 | cbradney | 2493 | mean counter clockwise rotation. If "name" is not given the currently |
2494 | selected item is used. |
||
2495 | </source> |
||
7508 | cbradney | 2496 | <translation type="obsolete">rotateObjectAbs(bira [, "izena"]) |
6654 | mrdocs | 2497 | |
6769 | cbradney | 2498 | 'izena' objektuaren biraketa ezartzen du 'bira'rekin. |
6654 | mrdocs | 2499 | Balio positiboek erlojuaren aurkako norantza adierazten dute. |
6769 | cbradney | 2500 | Ez bada 'izena' ematen, unean hautatutako elementua erabiliko da. |
6654 | mrdocs | 2501 | </translation> |
1135 | cbradney | 2502 | </message> |
1525 | cbradney | 2503 | <message> |
6769 | cbradney | 2504 | <source>renderFont("name", "filename", "sample", size, format="PPM") -> bool |
1525 | cbradney | 2505 | |
2506 | Creates an image preview of font "name" with given text "sample" and size. |
||
2507 | If "filename" is not "", image is saved into "filename". Otherwise |
||
2508 | image data is returned as a string. The optional "format" argument |
||
2509 | specifies the image format to generate, and supports any format allowed |
||
2510 | by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM. |
||
2511 | |||
6769 | cbradney | 2512 | May raise NotFoundError if the specified font can't be found. |
1525 | cbradney | 2513 | May raise ValueError if an empty sample or filename is passed. |
2514 | </source> |
||
6769 | cbradney | 2515 | <translation>renderFont("izena", "fitxategi-izena", "lagina", tamaina, formatua="PPM") -> boolearra |
6654 | mrdocs | 2516 | |
2517 | "izena" letra-tipoaren aurrebistako irudia sortzen du emandako "lagina" |
||
2518 | testuarekin eta tamainarekin. "fitxategi-izena" ematen bada (ez badago hutsik) |
||
2519 | irudia fitxategi-izenean gordeko da. Bestela irudiaren datua kate gisa |
||
2520 | itzuliko da. Aukerako "formatua" parametroak sortuko den irudiaren |
||
2521 | formatua zehazten du, eta QPixmap.save() funtzioak onartutako |
||
2522 | edozein formatu izan daiteke. Formatu arruntenak PPM, |
||
2523 | JPEG, PNG eta XPM dira. |
||
2524 | |||
2525 | NotFoundError abiaraziko da emandako letra-tipoa ez bada aurkitzen. |
||
2526 | ValueError abiaraziko da lagin edo fitxategi-izen hutsa ematen bada. |
||
2527 | </translation> |
||
1525 | cbradney | 2528 | </message> |
2529 | <message> |
||
6769 | cbradney | 2530 | <source>selectText(start, count, ["name"]) |
1525 | cbradney | 2531 | |
2532 | Selects "count" characters of text in the text frame "name" starting from the |
||
2533 | character "start". Character counting starts at 0. If "count" is zero, any |
||
2534 | text selection will be cleared. If "name" is not given the currently |
||
2535 | selected item is used. |
||
2536 | |||
2537 | May throw IndexError if the selection is outside the bounds of the text. |
||
2538 | </source> |
||
6769 | cbradney | 2539 | <translation>selectText(hasiera, kopurua, ["izena"]) |
6654 | mrdocs | 2540 | |
2541 | "kopurua" karaktere hautatzen ditu "izena" izeneko testu-markotik, "hasiera" |
||
2542 | karakteretik hasita. Karaktereak 0tik hasten dira zenbatzen. "kopurua" 0 bada, |
||
2543 | edozein testu-hautapen garbitu egingo da. Ez bada "izena" ematen, unean |
||
2544 | hautatutako elementua erabiliko da. |
||
2545 | |||
2546 | IndexError abiaraziko da hautapena testuaren mugetatik kanpo balego. |
||
2547 | </translation> |
||
1525 | cbradney | 2548 | </message> |
2549 | <message> |
||
6769 | cbradney | 2550 | <source>fileDialog("caption", ["filter", "defaultname", haspreview, issave, isdir]) -> string with filename |
1525 | cbradney | 2551 | |
3064 | cbradney | 2552 | Shows a File Open dialog box with the caption "caption". Files are filtered |
2553 | with the filter string "filter". A default filename or file path can also |
||
6769 | cbradney | 2554 | supplied, leave this string empty when you don't want to use it. A value of |
3064 | cbradney | 2555 | True for haspreview enables a small preview widget in the FileSelect box. When |
2556 | the issave parameter is set to True the dialog acts like a "Save As" dialog |
||
2557 | otherwise it acts like a "File Open Dialog". When the isdir parameter is True |
||
2558 | the dialog shows and returns only directories. The default for all of the |
||
2559 | opional parameters is False. |
||
1525 | cbradney | 2560 | |
6769 | cbradney | 2561 | The filter, if specified, takes the form 'comment (*.type *.type2 ...)'. |
2562 | For example 'Images (*.png *.xpm *.jpg)'. |
||
3064 | cbradney | 2563 | |
2564 | Refer to the Qt-Documentation for QFileDialog for details on filters. |
||
2565 | |||
6769 | cbradney | 2566 | Example: fileDialog('Open input', 'CSV files (*.csv)') |
2567 | Example: fileDialog('Save report', defaultname='report.txt', issave=True) |
||
3064 | cbradney | 2568 | </source> |
6769 | cbradney | 2569 | <translation>fileDialog("epigrafea", ["iragazkia", "defaultname", haspreview, issave, isdir]) -> katea fitxategi-izenarekin |
6654 | mrdocs | 2570 | |
2571 | Fitxategia irekitzeko elkarrizketa-koadroa erakusten du "epigrafea" |
||
2572 | epigrafearekin. "iragazkia" katea fitxategiak iragazteko erabiltzen da. |
||
2573 | Fitxategi-izen edo bide-izen lehenetsia ere eman daiteke, utzi "defaultname" |
||
6769 | cbradney | 2574 | katea hutsik erabiltzea nahi ez duzunean. 'haspreview' parametroan TRUE (egia) |
6654 | mrdocs | 2575 | balioa jartzen bada fitxategia hautatzeko kutxan aurrebista txikia agertzea |
6769 | cbradney | 2576 | gaitzen da. 'issave' parametroan TRUE (egia) balioa emanez, elkarrizketa-koadroak |
6654 | mrdocs | 2577 | "Gorde honela" leiho baten bezala funtzionatuko du, bestela "Fitxategia irekitzeko |
6769 | cbradney | 2578 | elkarrizketa-koadroa" bezala. 'isdir' parametroan TRUE (egia) ematen denean |
6654 | mrdocs | 2579 | elkarrizketa-koadroak direktorioak soilik bistaratzen eta itzultzen ditu. Aukerako |
2580 | parametro hauen balio lehenetsia FALSE (faltsua) izan oih da. |
||
2581 | |||
6769 | cbradney | 2582 | Iragazkia, zehazten bada, 'iruzkina (*.mota *.mota2 ...)' erakoa izaten da. Adibidez, |
2583 | 'Irudiak (*.png *.xpm *.jpg)'. |
||
6654 | mrdocs | 2584 | |
2585 | Begiratu Qt liburutegien dokumentazioko QFileDialog funtzioa iragazkiei buruzko |
||
2586 | xehetasun gehiagorako. |
||
2587 | |||
6769 | cbradney | 2588 | Adibidea: fileDialog('Ireki sarrera', 'CSV fitxategiak) |
2589 | Adibidea: fileDialog('Gorde txostena', defaultname='report.txt', issave=True) |
||
6654 | mrdocs | 2590 | </translation> |
3064 | cbradney | 2591 | </message> |
2592 | <message> |
||
6769 | cbradney | 2593 | <source>newStyleDialog() -> string |
3064 | cbradney | 2594 | |
6769 | cbradney | 2595 | Shows 'Create new paragraph style' dialog. Function returns real |
3064 | cbradney | 2596 | style name or None when user cancels the dialog. |
2597 | </source> |
||
6769 | cbradney | 2598 | <translation>newStyleDialog() -> katea |
6654 | mrdocs | 2599 | |
6769 | cbradney | 2600 | 'Sortu paragrafo-estilo berria' motako elkarrizketa-koadroa erakusten du. |
6654 | mrdocs | 2601 | Funztioak estiloaren benetako izena itzultzen du, edo None (bat ere ez) erabiltzaileak |
2602 | elkarrizketa-koadroa bertan behera uzten duenean. |
||
2603 | </translation> |
||
3064 | cbradney | 2604 | </message> |
2605 | <message> |
||
6769 | cbradney | 2606 | <source>getPageMargins() |
3064 | cbradney | 2607 | |
2608 | Returns the page margins as a (top, left, right, bottom) tuple in the current |
||
6769 | cbradney | 2609 | units. See UNIT_<type> constants and getPageSize(). |
3064 | cbradney | 2610 | </source> |
6769 | cbradney | 2611 | <translation>getPageMargins() |
6654 | mrdocs | 2612 | |
2613 | Orrialdearen marjinak itzultzen ditu (goia, ezkerra, eskuina, behea) tupla gisa |
||
6769 | cbradney | 2614 | uneko unitateetan. Ikus UNIT_<mota> konstanteak eta getPageSize(). |
6654 | mrdocs | 2615 | </translation> |
3064 | cbradney | 2616 | </message> |
2617 | <message> |
||
6769 | cbradney | 2618 | <source>insertText("text", pos, ["name"]) |
3064 | cbradney | 2619 | |
2620 | Inserts the text "text" at the position "pos" into the text frame "name". |
||
2621 | Text must be UTF encoded (see setText() as reference) The first character has an |
||
2622 | index of 0. Inserting at position -1 appends text to the frame. If "name" is |
||
2623 | not given the currently selected Item is used. |
||
2624 | |||
2625 | May throw IndexError for an insertion out of bounds. |
||
2626 | </source> |
||
7508 | cbradney | 2627 | <translation type="obsolete">insertText("testua", pos, ["izena"]) |
6654 | mrdocs | 2628 | |
6769 | cbradney | 2629 | "testua" testua txertatzen du "izena" testu-markoko 'pos' posizioan. |
6654 | mrdocs | 2630 | Testuak UTF kodeketa eduki behar du (ikus setText() erreferentzia gisa). |
2631 | Aurreneko karaktereak 0 indizea du. -1 posizioan txertatzean markoari testua |
||
2632 | eransten dio. Ez bada "izena" ematen, unean hautatutako elementua erabiliko da. |
||
2633 | |||
2634 | IndexError abiaraziko da mugetatik kanpo txertatzen bada. |
||
2635 | </translation> |
||
3064 | cbradney | 2636 | </message> |
2637 | <message> |
||
6769 | cbradney | 2638 | <source>textOverflows(["name", nolinks]) -> integer |
3064 | cbradney | 2639 | |
2640 | Returns the actual number of overflowing characters in text frame "name". |
||
6769 | cbradney | 2641 | If is nolinks set to non zero value it takes only one frame - it doesn't |
3064 | cbradney | 2642 | use text frame linking. Without this parameter it search all linking chain. |
2643 | |||
1525 | cbradney | 2644 | May raise WrongFrameTypeError if the target frame is not an text frame |
2645 | </source> |
||
6769 | cbradney | 2646 | <translation>textOverflows(["izena", estekaGabe]) -> osokoa |
6654 | mrdocs | 2647 | |
2648 | "izena" testu-markoan unean gainezka dauden karaktere-kopurua itzultzen du. |
||
2649 | estekaGabe zero ez den beste balio bat badu, marko bakarra hartuko du, ez |
||
2650 | du testu-markoaren estekatzea erabiliko. Parametro hau gabe estekatutako |
||
2651 | guztietan burutuko du bilaketa. |
||
2652 | |||
2653 | WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa. |
||
2654 | </translation> |
||
1525 | cbradney | 2655 | </message> |
418 | Franz | 2656 | <message> |
6769 | cbradney | 2657 | <source>setPDFBookmark("toggle", ["name"]) |
3064 | cbradney | 2658 | |
2659 | Sets wether (toggle = 1) the text frame "name" is a bookmark nor not. |
||
2660 | If "name" is not given the currently selected item is used. |
||
2661 | |||
2662 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
2663 | </source> |
||
6769 | cbradney | 2664 | <translation>setPDFBookmark("aldatu", ["izena"]) |
6654 | mrdocs | 2665 | |
2666 | "izena" izeneko testu-markoa laster-marka den (aldatu = 1) |
||
2667 | edo ez ezartzen du. Ez bada "izena" ematen, unean hautatutako elementua |
||
2668 | erabiliko da. |
||
2669 | |||
2670 | WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa. |
||
2671 | </translation> |
||
418 | Franz | 2672 | </message> |
2673 | <message> |
||
6769 | cbradney | 2674 | <source>isPDFBookmark(["name"]) -> bool |
3064 | cbradney | 2675 | |
2676 | Returns true if the text frame "name" is a PDF bookmark. |
||
2677 | If "name" is not given the currently selected item is used. |
||
2678 | |||
2679 | May raise WrongFrameTypeError if the target frame is not a text frame |
||
2680 | </source> |
||
6769 | cbradney | 2681 | <translation>isPDFBookmark(["izena"]) -> boolearra |
6654 | mrdocs | 2682 | |
2683 | |||
2684 | "izena" izeneko testu-markoa PDFko laster-marka bada TRUE itzuliko du. |
||
2685 | Ez bada "izena" ematen, unean hautatutako elementua erabiliko da. |
||
2686 | |||
2687 | WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa.</translation> |
||
418 | Franz | 2688 | </message> |
3824 | cbradney | 2689 | <message> |
6769 | cbradney | 2690 | <source>newDoc(size, margins, orientation, firstPageNumber, |
2691 | unit, facingPages, firstSideLeft) -> bool |
||
3824 | cbradney | 2692 | |
2693 | WARNING: Obsolete procedure! Use newDocument instead. |
||
2694 | |||
2695 | Creates a new document and returns true if successful. The parameters have the |
||
2696 | following meaning: |
||
2697 | |||
2698 | size = A tuple (width, height) describing the size of the document. You can |
||
6769 | cbradney | 2699 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
3824 | cbradney | 2700 | |
2701 | margins = A tuple (left, right, top, bottom) describing the document |
||
2702 | margins |
||
2703 | |||
2704 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
2705 | |||
2706 | firstPageNumer = is the number of the first page in the document used for |
||
6769 | cbradney | 2707 | pagenumbering. While you'll usually want 1, it's useful to have higher |
2708 | numbers if you're creating a document in several parts. |
||
3824 | cbradney | 2709 | |
2710 | unit: this value sets the measurement units used by the document. Use a |
||
2711 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
2712 | UNIT_PICAS, UNIT_POINTS. |
||
2713 | |||
2714 | facingPages = FACINGPAGES, NOFACINGPAGES |
||
2715 | |||
2716 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
2717 | |||
2718 | The values for width, height and the margins are expressed in the given unit |
||
2719 | for the document. PAPER_* constants are expressed in points. If your document |
||
2720 | is not in points, make sure to account for this. |
||
2721 | |||
2722 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
||
2723 | FACINGPAGES, FIRSTPAGERIGHT) |
||
2724 | </source> |
||
6769 | cbradney | 2725 | <translation>newDoc(tamaina, marjinak, orientazioa, lehenOrriZbkia, |
2726 | unitatea, aurrezAurre, lehenaEzkerAldean) -> boolearra |
||
4141 | cbradney | 2727 | |
6654 | mrdocs | 2728 | ABISUA: funtzio zaharkitua! Erabili newDocument honen ordez. |
4141 | cbradney | 2729 | |
6654 | mrdocs | 2730 | Dokumentu berria sortzen du eta ongi burutzen bada TRUE (egia) |
2731 | itzultzen du. Parametroak honako esanahia dute: |
||
4141 | cbradney | 2732 | |
6654 | mrdocs | 2733 | tamaina = tupla bat (zabalera, altuera) dokumentuaren tamaina adierazteko. |
6769 | cbradney | 2734 | PAPER_<mota> izeneko konstanteak erabil ditzakezu, adib. PAPER_A3. |
4141 | cbradney | 2735 | |
6654 | mrdocs | 2736 | marjinak = tupla bat (ezkerra, eskuina, goia, behea) dokumentuaren marjinak |
2737 | adierazteko. |
||
4141 | cbradney | 2738 | |
6654 | mrdocs | 2739 | orientazioa = orriaren orientazioa. Konstante erabilgarriak: PORTRAIT (bertikala), |
2740 | LANDSCAPE (horizontala). |
||
4141 | cbradney | 2741 | |
6654 | mrdocs | 2742 | lehenOrriZbkia = dokumentuko aurreneko orrialdearen zenbakia ezartzen du, |
2743 | orrialdeak zenbatzeko erabiltzen da. Arruntena 1 zenbakia erabiltzea |
||
2744 | izaten den arren, hainbat zatitako dokumentua sortzean zenbaki altuagoak |
||
2745 | erabiltzen dira. |
||
6261 | cbradney | 2746 | |
6654 | mrdocs | 2747 | unitatea = balio honek dokumentua neurtzeko erabiliko den unitatea ezartzen du. |
2748 | Erabili aurrez definitutako konstanteak: UNIT_INCHES, UNIT_MILLIMETERS, |
||
2749 | UNIT_PICAS, UNIT_POINTS. |
||
6261 | cbradney | 2750 | |
6654 | mrdocs | 2751 | aurrezAurre = erabili honako konstanteak orrialdeak aurrez aurre jartzeko edo ez: |
2752 | FACINGPAGES, NOFACINGPAGES |
||
6261 | cbradney | 2753 | |
6654 | mrdocs | 2754 | lehenaEzkerAldean = dokumentuko aurreneko orrialdea ezkerrean kokatuko den |
2755 | edo ez: FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
6261 | cbradney | 2756 | |
6654 | mrdocs | 2757 | Zabalera, altuera eta marjinen balioak dokumentuari ematen zaion unitateetan |
2758 | adierazten dira. PAPER_* konstanteak puntuetan adierazten dira. Zure dokumentua |
||
2759 | ez badago puntuetan neurtuta, hau kontutan eduki beharko duzu. |
||
6261 | cbradney | 2760 | |
6654 | mrdocs | 2761 | Adibidea: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
2762 | FACINGPAGES, FIRSTPAGERIGHT) |
||
2763 | </translation> |
||
6261 | cbradney | 2764 | </message> |
2765 | <message> |
||
6769 | cbradney | 2766 | <source>closeMasterPage() |
6261 | cbradney | 2767 | |
6654 | mrdocs | 2768 | Closes the currently active master page, if any, and returns editing |
2769 | to normal. Begin editing with editMasterPage(). |
||
6261 | cbradney | 2770 | </source> |
6769 | cbradney | 2771 | <translation>closeMasterPage() |
6261 | cbradney | 2772 | |
6654 | mrdocs | 2773 | Unean aktibo dagoen orri maisua ixten du, eta edizioa bere egoera |
2774 | normalera itzultzen du. Hasi editatzen editMasterPage() funtzioarekin. |
||
2775 | </translation> |
||
6261 | cbradney | 2776 | </message> |
2777 | <message> |
||
6769 | cbradney | 2778 | <source>masterPageNames() |
6261 | cbradney | 2779 | |
6654 | mrdocs | 2780 | Returns a list of the names of all master pages in the document. |
6261 | cbradney | 2781 | </source> |
6769 | cbradney | 2782 | <translation>masterPageNames() |
6261 | cbradney | 2783 | |
6654 | mrdocs | 2784 | Dokumentuko orri maisu guztien izenen zerrenda itzultzen du. |
2785 | </translation> |
||
6261 | cbradney | 2786 | </message> |
2787 | <message> |
||
6769 | cbradney | 2788 | <source>editMasterPage(pageName) |
6261 | cbradney | 2789 | |
6654 | mrdocs | 2790 | Enables master page editing and opens the named master page |
2791 | for editing. Finish editing with closeMasterPage(). |
||
6261 | cbradney | 2792 | </source> |
6769 | cbradney | 2793 | <translation>editMasterPage(orriIzena) |
6261 | cbradney | 2794 | |
6654 | mrdocs | 2795 | Orri maisua editatzea gaitzen du, eta izendatutako orri maisua |
2796 | irekitzen du editatzeko. Amaitu editatzea closeMasterPage() funtzioarekin. |
||
2797 | </translation> |
||
6261 | cbradney | 2798 | </message> |
2799 | <message> |
||
6769 | cbradney | 2800 | <source>createMasterPage(pageName) |
6261 | cbradney | 2801 | |
6654 | mrdocs | 2802 | Creates a new master page named pageName and opens it for |
2803 | editing. |
||
6261 | cbradney | 2804 | </source> |
6769 | cbradney | 2805 | <translation>createMasterPage(orriIzena) |
6261 | cbradney | 2806 | |
6769 | cbradney | 2807 | Orri maisua berria sortzen, 'orriIzen' izenekoa, eta ireki egiten du |
6654 | mrdocs | 2808 | editatzeko. |
2809 | </translation> |
||
6261 | cbradney | 2810 | </message> |
2811 | <message> |
||
6769 | cbradney | 2812 | <source>deleteMasterPage(pageName) |
6261 | cbradney | 2813 | |
6654 | mrdocs | 2814 | Delete the named master page. |
6261 | cbradney | 2815 | </source> |
6769 | cbradney | 2816 | <translation>deleteMasterPage(orriIzena) |
6261 | cbradney | 2817 | |
6654 | mrdocs | 2818 | Izendatutako orri maisua ezabatzen du. |
2819 | </translation> |
||
6261 | cbradney | 2820 | </message> |
2821 | <message> |
||
6769 | cbradney | 2822 | <source>zoomDocument(double) |
6261 | cbradney | 2823 | |
6654 | mrdocs | 2824 | Zoom the document in main GUI window. Actions have whole number |
2825 | values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker. |
||
6261 | cbradney | 2826 | </source> |
6769 | cbradney | 2827 | <translation>zoomDocument(bikoitza) |
6261 | cbradney | 2828 | |
6654 | mrdocs | 2829 | Dokumentuaren zooma lantzen du interfazeko leiho nagusian. Ekintzek |
2830 | 20.0, 100.0, e.a. bezalako zenbaki osoa dute. Zooma finkatzeko |
||
2831 | -100 erabiltzen da markatzaile gisa.</translation> |
||
6261 | cbradney | 2832 | </message> |
6769 | cbradney | 2833 | <message> |
2834 | <source>getFillTransparency(["name"]) -> float |
||
2835 | |||
2836 | Returns the fill transparency of the object "name". If "name" |
||
2837 | is not given the currently selected Item is used. |
||
2838 | </source> |
||
2839 | <translation type="unfinished"></translation> |
||
2840 | </message> |
||
2841 | <message> |
||
2842 | <source>getFillBlendmode(["name"]) -> integer |
||
2843 | |||
2844 | Returns the fill blendmode of the object "name". If "name" |
||
2845 | is not given the currently selected Item is used. |
||
2846 | </source> |
||
2847 | <translation type="unfinished"></translation> |
||
2848 | </message> |
||
2849 | <message> |
||
2850 | <source>getLineTransparency(["name"]) -> float |
||
2851 | |||
2852 | Returns the line transparency of the object "name". If "name" |
||
2853 | is not given the currently selected Item is used. |
||
2854 | </source> |
||
2855 | <translation type="unfinished"></translation> |
||
2856 | </message> |
||
2857 | <message> |
||
2858 | <source>getLineBlendmode(["name"]) -> integer |
||
2859 | |||
2860 | Returns the line blendmode of the object "name". If "name" |
||
2861 | is not given the currently selected Item is used. |
||
2862 | </source> |
||
2863 | <translation type="unfinished"></translation> |
||
2864 | </message> |
||
2865 | <message> |
||
2866 | <source>setLayerLocked("layer", locked) |
||
2867 | |||
2868 | Sets the layer "layer" to be locked or not. If locked is set to |
||
2869 | true the layer will be locked. |
||
2870 | |||
2871 | May raise NotFoundError if the layer can't be found. |
||
2872 | May raise ValueError if the layer name isn't acceptable. |
||
2873 | </source> |
||
2874 | <translation type="unfinished"></translation> |
||
2875 | </message> |
||
2876 | <message> |
||
2877 | <source>setLayerOutlined"layer", outline) |
||
2878 | |||
2879 | Sets the layer "layer" to be locked or not. If outline is set to |
||
2880 | true the layer will be displayed outlined. |
||
2881 | |||
2882 | May raise NotFoundError if the layer can't be found. |
||
2883 | May raise ValueError if the layer name isn't acceptable. |
||
2884 | </source> |
||
2885 | <translation type="unfinished"></translation> |
||
2886 | </message> |
||
2887 | <message> |
||
2888 | <source>setLayerFlow"layer", flow) |
||
2889 | |||
2890 | Sets the layers "layer" flowcontrol to flow. If flow is set to |
||
2891 | true text in layers above this one will flow around objects on this layer. |
||
2892 | |||
2893 | May raise NotFoundError if the layer can't be found. |
||
2894 | May raise ValueError if the layer name isn't acceptable. |
||
2895 | </source> |
||
2896 | <translation type="unfinished"></translation> |
||
2897 | </message> |
||
2898 | <message> |
||
2899 | <source>setLayerBlendmode"layer", blend) |
||
2900 | |||
2901 | Sets the layers "layer" blendmode to blend. |
||
2902 | |||
2903 | May raise NotFoundError if the layer can't be found. |
||
2904 | May raise ValueError if the layer name isn't acceptable. |
||
2905 | </source> |
||
2906 | <translation type="unfinished"></translation> |
||
2907 | </message> |
||
2908 | <message> |
||
2909 | <source>setLayerTransparency"layer", trans) |
||
2910 | |||
2911 | Sets the layers "layer" transparency to trans. |
||
2912 | |||
2913 | May raise NotFoundError if the layer can't be found. |
||
2914 | May raise ValueError if the layer name isn't acceptable. |
||
2915 | </source> |
||
2916 | <translation type="unfinished"></translation> |
||
2917 | </message> |
||
2918 | <message> |
||
2919 | <source>isLayerLocked("layer") -> bool |
||
2920 | |||
2921 | Returns whether the layer "layer" is locked or not, a value of True means |
||
2922 | that the layer "layer" is editable, a value of False means that the layer |
||
2923 | "layer" is locked. |
||
2924 | |||
2925 | May raise NotFoundError if the layer can't be found. |
||
2926 | May raise ValueError if the layer name isn't acceptable. |
||
2927 | </source> |
||
2928 | <translation type="unfinished"></translation> |
||
2929 | </message> |
||
2930 | <message> |
||
2931 | <source>isLayerOutlined("layer") -> bool |
||
2932 | |||
2933 | Returns whether the layer "layer" is outlined or not, a value of True means |
||
2934 | that the layer "layer" is outlined, a value of False means that the layer |
||
2935 | "layer" is normal. |
||
2936 | |||
2937 | May raise NotFoundError if the layer can't be found. |
||
2938 | May raise ValueError if the layer name isn't acceptable. |
||
2939 | </source> |
||
2940 | <translation type="unfinished"></translation> |
||
2941 | </message> |
||
2942 | <message> |
||
2943 | <source>isLayerFlow("layer") -> bool |
||
2944 | |||
2945 | Returns whether text flows around objects on layer "layer", a value of True means |
||
2946 | that text flows around, a value of False means that the text does not flow around. |
||
2947 | |||
2948 | May raise NotFoundError if the layer can't be found. |
||
2949 | May raise ValueError if the layer name isn't acceptable. |
||
2950 | </source> |
||
2951 | <translation type="unfinished"></translation> |
||
2952 | </message> |
||
2953 | <message> |
||
2954 | <source>getLayerBlendmode("layer") -> int |
||
2955 | |||
2956 | Returns the "layer" layer blendmode, |
||
2957 | |||
2958 | May raise NotFoundError if the layer can't be found. |
||
2959 | May raise ValueError if the layer name isn't acceptable. |
||
2960 | </source> |
||
2961 | <translation type="unfinished"></translation> |
||
2962 | </message> |
||
2963 | <message> |
||
2964 | <source>getLayerTransparency("layer") -> float |
||
2965 | |||
2966 | Returns the "layer" layer transparency, |
||
2967 | |||
2968 | May raise NotFoundError if the layer can't be found. |
||
2969 | May raise ValueError if the layer name isn't acceptable. |
||
2970 | </source> |
||
2971 | <translation type="unfinished"></translation> |
||
2972 | </message> |
||
2973 | <message> |
||
2974 | <source>textFlowMode("name" [, state]) |
||
2975 | |||
2976 | Enables/disables "Text Flows Around Frame" feature for object "name". |
||
2977 | Called with parameters string name and optional int "state" (0 <= state <= 3). |
||
2978 | Setting "state" to 0 will disable text flow. |
||
2979 | Setting "state" to 1 will make text flow around object frame. |
||
2980 | Setting "state" to 2 will make text flow around bounding box. |
||
2981 | Setting "state" to 3 will make text flow around contour line. |
||
2982 | If "state" is not passed, text flow is toggled. |
||
2983 | </source> |
||
2984 | <translation type="unfinished"></translation> |
||
2985 | </message> |
||
2986 | <message> |
||
2987 | <source>duplicateObject(["name"]) -> string |
||
2988 | |||
2989 | creates a Duplicate of the selected Object (or Selection Group). |
||
2990 | </source> |
||
2991 | <translation type="unfinished"></translation> |
||
2992 | </message> |
||
2993 | <message> |
||
2994 | <source>getPageType() -> integer |
||
2995 | |||
2996 | Returns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page |
||
2997 | </source> |
||
2998 | <translation type="unfinished"></translation> |
||
2999 | </message> |
||
3000 | <message> |
||
3001 | <source>setFillTransparency(transparency, ["name"]) |
||
3002 | |||
3003 | Sets the fill transparency of the object "name" to transparency |
||
3004 | is the name of one of the defined colors. If "name" is not given the |
||
3005 | currently selected item is used. |
||
3006 | </source> |
||
3007 | <translation type="unfinished"></translation> |
||
3008 | </message> |
||
3009 | <message> |
||
3010 | <source>setFillBlendmode(blendmode, ["name"]) |
||
3011 | |||
3012 | Sets the fill blendmode of the object "name" to blendmode |
||
3013 | is the name of one of the defined colors. If "name" is not given the |
||
3014 | currently selected item is used. |
||
3015 | </source> |
||
3016 | <translation type="unfinished"></translation> |
||
3017 | </message> |
||
3018 | <message> |
||
3019 | <source>setLineTransparency(transparency, ["name"]) |
||
3020 | |||
3021 | Sets the line transparency of the object "name" to transparency |
||
3022 | is the name of one of the defined colors. If "name" is not given the |
||
3023 | currently selected item is used. |
||
3024 | </source> |
||
3025 | <translation type="unfinished"></translation> |
||
3026 | </message> |
||
3027 | <message> |
||
3028 | <source>setLineBlendmode(blendmode, ["name"]) |
||
3029 | |||
3030 | Sets the line blendmode of the object "name" to blendmode |
||
3031 | is the name of one of the defined colors. If "name" is not given the |
||
3032 | currently selected item is used. |
||
3033 | </source> |
||
3034 | <translation type="unfinished"></translation> |
||
3035 | </message> |
||
3036 | <message> |
||
3037 | <source>getTextLines(["name"]) -> integer |
||
3038 | |||
3039 | Returns the number of lines of the text in the text frame "name". |
||
3040 | If "name" is not given the currently selected item is used. |
||
3041 | </source> |
||
3042 | <translation type="unfinished"></translation> |
||
3043 | </message> |
||
7508 | cbradney | 3044 | <message> |
3045 | <source>defineColor("name", c, m, y, k) |
||
3046 | |||
3047 | Defines a new color "name". The color Value is defined via four components: |
||
3048 | c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in |
||
3049 | the range from 0 to 255. |
||
3050 | |||
3051 | May raise ValueError if an invalid color name is specified. |
||
3052 | </source> |
||
3053 | <translation type="unfinished"></translation> |
||
3054 | </message> |
||
3055 | <message> |
||
3056 | <source>getCornerRadius(["name"]) -> integer |
||
3057 | |||
3058 | Returns the corner radius of the object "name". The radius is |
||
3059 | expressed in points. If "name" is not given the currently |
||
3060 | selected item is used. |
||
3061 | </source> |
||
3062 | <translation type="unfinished"></translation> |
||
3063 | </message> |
||
3064 | <message> |
||
3065 | <source>getPosition(["name"]) -> (x,y) |
||
3066 | |||
3067 | Returns a (x, y) tuple with the position of the object "name". |
||
3068 | If "name" is not given the currently selected item is used. |
||
3069 | The position is expressed in the actual measurement unit of the document |
||
3070 | - see UNIT_<type> for reference. |
||
3071 | </source> |
||
3072 | <translation type="unfinished"></translation> |
||
3073 | </message> |
||
3074 | <message> |
||
3075 | <source>rotateObjectAbs(rot [, "name"]) |
||
3076 | |||
3077 | Sets the rotation of the object "name" to "rot". Positive values |
||
3078 | mean counter clockwise rotation. If "name" is not given the currently |
||
3079 | selected item is used. |
||
3080 | </source> |
||
3081 | <translation type="unfinished"></translation> |
||
3082 | </message> |
||
3083 | <message> |
||
3084 | <source>setLayerPrintable("layer", printable) |
||
3085 | |||
3086 | Sets the layer "layer" to be printable or not. If is the |
||
3087 | printable set to false the layer won't be printed. |
||
3088 | |||
3089 | May raise NotFoundError if the layer can't be found. |
||
3090 | May raise ValueError if the layer name isn't acceptable. |
||
3091 | </source> |
||
3092 | <translation type="unfinished"></translation> |
||
3093 | </message> |
||
3094 | <message> |
||
3095 | <source>isLayerVisible("layer") -> bool |
||
3096 | |||
3097 | Returns whether the layer "layer" is visible or not, a value of True means |
||
3098 | that the layer "layer" is visible, a value of False means that the layer |
||
3099 | "layer" is invisible. |
||
3100 | |||
3101 | May raise NotFoundError if the layer can't be found. |
||
3102 | May raise ValueError if the layer name isn't acceptable. |
||
3103 | </source> |
||
3104 | <translation type="unfinished"></translation> |
||
3105 | </message> |
||
3106 | <message> |
||
3107 | <source>insertText("text", pos, ["name"]) |
||
3108 | |||
3109 | Inserts the text "text" at the position "pos" into the text frame "name". |
||
3110 | Text must be UTF encoded (see setText() as reference) The first character has an |
||
3111 | index of 0. Inserting text at position -1 appends it to the frame. If "name" is |
||
3112 | not given the currently selected Item is used. |
||
3113 | |||
3114 | May throw IndexError for an insertion out of bounds. |
||
3115 | </source> |
||
3116 | <translation type="unfinished"></translation> |
||
3117 | </message> |
||
6769 | cbradney | 3118 | </context> |
3119 | <context> |
||
3064 | cbradney | 3120 | <name>About</name> |
418 | Franz | 3121 | <message> |
6769 | cbradney | 3122 | <source>&About</source> |
3123 | <translation>&Honi buruz</translation> |
||
418 | Franz | 3124 | </message> |
3125 | <message> |
||
6769 | cbradney | 3126 | <source>Contributions from:</source> |
3127 | <translation>Laguntzaileak:</translation> |
||
418 | Franz | 3128 | </message> |
3129 | <message> |
||
6769 | cbradney | 3130 | <source>A&uthors</source> |
3131 | <translation>&Egileak</translation> |
||
418 | Franz | 3132 | </message> |
3133 | <message> |
||
6769 | cbradney | 3134 | <source>&Translations</source> |
3135 | <translation>&Itzultzaileak</translation> |
||
418 | Franz | 3136 | </message> |
3137 | <message> |
||
6769 | cbradney | 3138 | <source>&Online</source> |
3139 | <translation>&Linean</translation> |
||
418 | Franz | 3140 | </message> |
3141 | <message> |
||
6769 | cbradney | 3142 | <source>&Close</source> |
3143 | <translation>&Itxi</translation> |
||
418 | Franz | 3144 | </message> |
3145 | <message> |
||
6769 | cbradney | 3146 | <source>Development Team:</source> |
3147 | <translation>Garatzaileak:</translation> |
||
418 | Franz | 3148 | </message> |
3149 | <message> |
||
6769 | cbradney | 3150 | <source>Official Documentation:</source> |
3151 | <translation>Dokumentazio ofiziala:</translation> |
||
418 | Franz | 3152 | </message> |
3153 | <message> |
||
6769 | cbradney | 3154 | <source>Other Documentation:</source> |
3155 | <translation>Bestelako dokumentazioa:</translation> |
||
418 | Franz | 3156 | </message> |
3157 | <message> |
||
6769 | cbradney | 3158 | <source>Homepage</source> |
3159 | <translation>Gune nagusia</translation> |
||
418 | Franz | 3160 | </message> |
3161 | <message> |
||
6769 | cbradney | 3162 | <source>Online Reference</source> |
3163 | <translation>Lineako erreferentzia</translation> |
||
418 | Franz | 3164 | </message> |
3165 | <message> |
||
6769 | cbradney | 3166 | <source>Bugs and Feature Requests</source> |
3167 | <translation>Errore-zuzenketa eta funtzionalitate eskerak</translation> |
||
418 | Franz | 3168 | </message> |
3169 | <message> |
||
6769 | cbradney | 3170 | <source>Mailing List</source> |
3171 | <translation>Posta-zerrenda</translation> |
||
418 | Franz | 3172 | </message> |
3173 | <message> |
||
6769 | cbradney | 3174 | <source>Official Translations and Translators:</source> |
3175 | <translation>Itzulpen ofizialak eta itzultzaileak:</translation> |
||
418 | Franz | 3176 | </message> |
3177 | <message> |
||
6769 | cbradney | 3178 | <source>Previous Translation Contributors:</source> |
3179 | <translation>Aurreko itzultzaileak:</translation> |
||
418 | Franz | 3180 | </message> |
3181 | <message> |
||
6769 | cbradney | 3182 | <source>About Scribus %1</source> |
3183 | <translation>Scribus %1 buruz</translation> |
||
418 | Franz | 3184 | </message> |
3185 | <message> |
||
6769 | cbradney | 3186 | <source>Wiki</source> |
3187 | <translation>Wiki</translation> |
||
418 | Franz | 3188 | </message> |
3189 | <message> |
||
6769 | cbradney | 3190 | <source>%1 %2 %3</source> |
3191 | <translation>%1 %2 %3</translation> |
||
418 | Franz | 3192 | </message> |
3193 | <message> |
||
6769 | cbradney | 3194 | <source>%3-%2-%1 %4 %5</source> |
3195 | <translation>%3-%2-%1 %4 %5</translation> |
||
418 | Franz | 3196 | </message> |
3197 | <message> |
||
6769 | cbradney | 3198 | <source>Using Ghostscript version %1</source> |
3199 | <translation>Ghostscript %1 bertsioa erabiltzen</translation> |
||
418 | Franz | 3200 | </message> |
3201 | <message> |
||
6769 | cbradney | 3202 | <source>No Ghostscript version available</source> |
3203 | <translation>Ez dago Ghostscript bertsiorik erabilgarri</translation> |
||
418 | Franz | 3204 | </message> |
3205 | <message> |
||
6769 | cbradney | 3206 | <source><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></source> |
3207 | <translation><b>Scribus %1 bertsioa</b><p>%2<br/>%3 %4<br/>%5</p></translation> |
||
418 | Franz | 3208 | </message> |
3209 | <message> |
||
6769 | cbradney | 3210 | <source>Build ID:</source> |
3211 | <translation>Eraikitze-IDa:</translation> |
||
418 | Franz | 3212 | </message> |
3213 | <message> |
||
6769 | cbradney | 3214 | <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.</source> |
3215 | <translation type="obsolete">Panel honek bertsioa, eraikitze data eta Scribus konpilatu den liburutegi |
||
6654 | mrdocs | 3216 | euskarriak erakusten ditu. C-C-T-F honakoa adierazi nahi du: C=littlecms, |
3217 | C=CUPS, T=TIFF eta F=Fontconfig euskarria. Azken hizkia C=cairo edo A=libart |
||
3218 | da. Falta diren liburutegiak * batekin adierazten dira. Scribus-ek detektatu duen |
||
3219 | Ghostscript-en bertsioa ere adierazten du. |
||
3220 | </translation> |
||
418 | Franz | 3221 | </message> |
3222 | <message> |
||
6769 | cbradney | 3223 | <source>Mac OS&#174; X Aqua Port:</source> |
3224 | <translation>Mac OS&#174; X Aqua moldaera:</translation> |
||
3064 | cbradney | 3225 | </message> |
3226 | <message> |
||
6769 | cbradney | 3227 | <source>Windows&#174; Port:</source> |
3228 | <translation>Windows&#174; moldaera:</translation> |
||
3064 | cbradney | 3229 | </message> |
3230 | <message> |
||
6769 | cbradney | 3231 | <source>May</source> |
3232 | <translation type="obsolete">Izan daiteke</translation> |
||
3064 | cbradney | 3233 | </message> |
6769 | cbradney | 3234 | <message> |
3235 | <source>Tango Project Icons:</source> |
||
3236 | <translation type="unfinished"></translation> |
||
3237 | </message> |
||
3238 | <message> |
||
3239 | <source>&Updates</source> |
||
3240 | <translation type="unfinished"></translation> |
||
3241 | </message> |
||
3242 | <message> |
||
3243 | <source>Check for &Updates</source> |
||
3244 | <translation type="unfinished"></translation> |
||
3245 | </message> |
||
3246 | <message> |
||
3247 | <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> |
||
3248 | <translation type="unfinished"></translation> |
||
3249 | </message> |
||
3250 | <message> |
||
3251 | <source>Check for updates to Scribus. No data from your machine will be transferred off it.</source> |
||
3252 | <translation type="unfinished"></translation> |
||
3253 | </message> |
||
3254 | </context> |
||
3255 | <context> |
||
3278 | cbradney | 3256 | <name>AboutPlugins</name> |
3257 | <message> |
||
6769 | cbradney | 3258 | <source>Yes</source> |
3259 | <translation type="obsolete">Bai</translation> |
||
3278 | cbradney | 3260 | </message> |
3261 | <message> |
||
6769 | cbradney | 3262 | <source>No</source> |
3263 | <translation type="obsolete">Ez</translation> |
||
3278 | cbradney | 3264 | </message> |
3265 | <message> |
||
6769 | cbradney | 3266 | <source>Filename:</source> |
3267 | <translation>Fitxategi-izena:</translation> |
||
3278 | cbradney | 3268 | </message> |
3269 | <message> |
||
6769 | cbradney | 3270 | <source>Version:</source> |
3271 | <translation>Bertsioa:</translation> |
||
3278 | cbradney | 3272 | </message> |
3273 | <message> |
||
6769 | cbradney | 3274 | <source>Enabled:</source> |
3275 | <translation>Gaituta:</translation> |
||
3278 | cbradney | 3276 | </message> |
3277 | <message> |
||
6769 | cbradney | 3278 | <source>Release Date:</source> |
3279 | <translation>Argitatze-data:</translation> |
||
3278 | cbradney | 3280 | </message> |
3281 | <message> |
||
6769 | cbradney | 3282 | <source>Description:</source> |
3283 | <translation>Azalpena:</translation> |
||
3278 | cbradney | 3284 | </message> |
3285 | <message> |
||
6769 | cbradney | 3286 | <source>Author(s):</source> |
3287 | <translation>Egilea(k):</translation> |
||
3278 | cbradney | 3288 | </message> |
3289 | <message> |
||
6769 | cbradney | 3290 | <source>Copyright:</source> |
3291 | <translation>Copyright-a:</translation> |
||
3278 | cbradney | 3292 | </message> |
3293 | <message> |
||
6769 | cbradney | 3294 | <source>License:</source> |
3295 | <translation>Lizentzia:</translation> |
||
3278 | cbradney | 3296 | </message> |
6769 | cbradney | 3297 | </context> |
3298 | <context> |
||
4759 | cbradney | 3299 | <name>AboutPluginsBase</name> |
3278 | cbradney | 3300 | <message> |
6769 | cbradney | 3301 | <source>Scribus: About Plug-ins</source> |
3302 | <translation>Scribus: plugin-ei buruz</translation> |
||
4759 | cbradney | 3303 | </message> |
3304 | <message> |
||
6769 | cbradney | 3305 | <source>&Close</source> |
3306 | <translation>&Itxi</translation> |
||
3278 | cbradney | 3307 | </message> |
3308 | <message> |
||
6769 | cbradney | 3309 | <source>Alt+C</source> |
3310 | <translation>Alt+I</translation> |
||
3278 | cbradney | 3311 | </message> |
6769 | cbradney | 3312 | </context> |
3313 | <context> |
||
3064 | cbradney | 3314 | <name>ActionManager</name> |
3315 | <message> |
||
6769 | cbradney | 3316 | <source>&New</source> |
3317 | <translation>&Berria</translation> |
||
3064 | cbradney | 3318 | </message> |
3319 | <message> |
||
6769 | cbradney | 3320 | <source>&Open...</source> |
3321 | <translation>&Ireki...</translation> |
||
3064 | cbradney | 3322 | </message> |
3323 | <message> |
||
6769 | cbradney | 3324 | <source>&Close</source> |
3325 | <translation>&Itxi</translation> |
||
418 | Franz | 3326 | </message> |
3327 | <message> |
||
6769 | cbradney | 3328 | <source>&Save</source> |
3329 | <translation>&Gorde</translation> |
||
418 | Franz | 3330 | </message> |
3331 | <message> |
||
6769 | cbradney | 3332 | <source>Save &As...</source> |
3333 | <translation>Gorde &honela...</translation> |
||
418 | Franz | 3334 | </message> |
3335 | <message> |
||
6769 | cbradney | 3336 | <source>Re&vert to Saved</source> |
3337 | <translation>&Leheneratu gordetakora</translation> |
||
418 | Franz | 3338 | </message> |
3339 | <message> |
||
6769 | cbradney | 3340 | <source>Collect for O&utput...</source> |
3341 | <translation>Bildu &irteerarako...</translation> |
||
418 | Franz | 3342 | </message> |
3343 | <message> |
||
6769 | cbradney | 3344 | <source>Get Text...</source> |
3345 | <translation>Eskuratu testua...</translation> |
||
3064 | cbradney | 3346 | </message> |
3347 | <message> |
||
6769 | cbradney | 3348 | <source>Append &Text...</source> |
3349 | <translation>Erantsi &testua...</translation> |
||
418 | Franz | 3350 | </message> |
3351 | <message> |
||
6769 | cbradney | 3352 | <source>Get Image...</source> |
3353 | <translation>Lortu irudia...</translation> |
||
418 | Franz | 3354 | </message> |
3355 | <message> |
||
6769 | cbradney | 3356 | <source>Save &Text...</source> |
3357 | <translation>Gorde &testua...</translation> |
||
418 | Franz | 3358 | </message> |
3359 | <message> |
||
6769 | cbradney | 3360 | <source>Save Page as &EPS...</source> |
3361 | <translation type="obsolete">Gorde orria &EPS gisa...</translation> |
||
454 | fschmid | 3362 | </message> |
3363 | <message> |
||
6769 | cbradney | 3364 | <source>Save as P&DF...</source> |
3365 | <translation>Gorde P&DF gisa...</translation> |
||
454 | fschmid | 3366 | </message> |
3367 | <message> |
||
6769 | cbradney | 3368 | <source>Document &Setup...</source> |
3369 | <translation>Dokumentuaren &konfigurazioa...</translation> |
||
454 | fschmid | 3370 | </message> |
3371 | <message> |
||
6769 | cbradney | 3372 | <source>&Print...</source> |
3373 | <translation>I&nprimatu...</translation> |
||
454 | fschmid | 3374 | </message> |
3375 | <message> |
||
6769 | cbradney | 3376 | <source>&Quit</source> |
3377 | <translation>&Irten</translation> |
||
454 | fschmid | 3378 | </message> |
3379 | <message> |
||
6769 | cbradney | 3380 | <source>&Undo</source> |
3381 | <translation>&Desegin</translation> |
||
454 | fschmid | 3382 | </message> |
3383 | <message> |
||
6769 | cbradney | 3384 | <source>&Redo</source> |
3385 | <translation>&Berregin</translation> |
||
454 | fschmid | 3386 | </message> |
769 | cbradney | 3387 | <message> |
6769 | cbradney | 3388 | <source>&Item Action Mode</source> |
3389 | <translation>&Elementuaren ekintza modua</translation> |
||
769 | cbradney | 3390 | </message> |
776 | fschmid | 3391 | <message> |
6769 | cbradney | 3392 | <source>Cu&t</source> |
3393 | <translation>&Ebaki</translation> |
||
1525 | cbradney | 3394 | </message> |
3395 | <message> |
||
6769 | cbradney | 3396 | <source>&Copy</source> |
3397 | <translation>&Kopiatu</translation> |
||
1525 | cbradney | 3398 | </message> |
3399 | <message> |
||
6769 | cbradney | 3400 | <source>&Paste</source> |
3401 | <translation>&Itsatsi</translation> |
||
776 | fschmid | 3402 | </message> |
3064 | cbradney | 3403 | <message> |
6769 | cbradney | 3404 | <source>Select &All</source> |
3405 | <translation>Hautatu &denak</translation> |
||
3064 | cbradney | 3406 | </message> |
3407 | <message> |
||
6769 | cbradney | 3408 | <source>&Deselect All</source> |
3409 | <translation>&Desautatu denak</translation> |
||
3064 | cbradney | 3410 | </message> |
3411 | <message> |
||
6769 | cbradney | 3412 | <source>&Search/Replace...</source> |
3413 | <translation>&Bilatu/Ordeztu...</translation> |
||
3064 | cbradney | 3414 | </message> |
3415 | <message> |
||
6769 | cbradney | 3416 | <source>Edit Image...</source> |
3417 | <translation>Editatu irudia...</translation> |
||
3064 | cbradney | 3418 | </message> |
3419 | <message> |
||
6769 | cbradney | 3420 | <source>C&olors...</source> |
3421 | <translation>&Koloreak...</translation> |
||
3064 | cbradney | 3422 | </message> |
3423 | <message> |
||
6769 | cbradney | 3424 | <source>&Paragraph Styles...</source> |
3425 | <translation>&Paragrafo-estiloak...</translation> |
||
3064 | cbradney | 3426 | </message> |
3427 | <message> |
||
6769 | cbradney | 3428 | <source>&Line Styles...</source> |
3429 | <translation>&Marra-estiloa...</translation> |
||
3064 | cbradney | 3430 | </message> |
3431 | <message> |
||
6769 | cbradney | 3432 | <source>&Master Pages...</source> |
3433 | <translation>Orri &maisuak...</translation> |
||
3064 | cbradney | 3434 | </message> |
3435 | <message> |
||
6769 | cbradney | 3436 | <source>P&references...</source> |
3437 | <translation>&Hobespenak...</translation> |
||
3064 | cbradney | 3438 | </message> |
3439 | <message> |
||
6769 | cbradney | 3440 | <source>%1 pt</source> |
3441 | <translation>%1 pt</translation> |
||
3064 | cbradney | 3442 | </message> |
3443 | <message> |
||
6769 | cbradney | 3444 | <source>&Other...</source> |
3445 | <translation>&Bestelakoa...</translation> |
||
3064 | cbradney | 3446 | </message> |
3447 | <message> |
||
6769 | cbradney | 3448 | <source>&Left</source> |
3449 | <translation>E&zkerrean</translation> |
||
3064 | cbradney | 3450 | </message> |
3451 | <message> |
||
6769 | cbradney | 3452 | <source>&Center</source> |
3453 | <translation>E&rdian</translation> |
||
3064 | cbradney | 3454 | </message> |
3455 | <message> |
||
6769 | cbradney | 3456 | <source>&Right</source> |
3457 | <translation>E&skuinean</translation> |
||
3064 | cbradney | 3458 | </message> |
3459 | <message> |
||
6769 | cbradney | 3460 | <source>&Block</source> |
3461 | <translation>&Blokeatu</translation> |
||
3064 | cbradney | 3462 | </message> |
3463 | <message> |
||
6769 | cbradney | 3464 | <source>&Forced</source> |
3465 | <translation>Behar&tuta</translation> |
||
3064 | cbradney | 3466 | </message> |
3467 | <message> |
||
6769 | cbradney | 3468 | <source>&%1 %</source> |
3469 | <translation>&%1 %</translation> |
||
3064 | cbradney | 3470 | </message> |
3471 | <message> |
||
6769 | cbradney | 3472 | <source>&Normal</source> |
3473 | <translation>&Normala</translation> |
||
3064 | cbradney | 3474 | </message> |
3475 | <message> |
||
6769 | cbradney | 3476 | <source>&Underline</source> |
3477 | <translation>&Azpimarra</translation> |
||
3064 | cbradney | 3478 | </message> |
3479 | <message> |
||
6769 | cbradney | 3480 | <source>Underline &Words</source> |
3481 | <translation>Azpimarratu &hitzak</translation> |
||
3064 | cbradney | 3482 | </message> |
3483 | <message> |
||
6769 | cbradney | 3484 | <source>&Strike Through</source> |
3485 | <translation>&Marratua</translation> |
||
3064 | cbradney | 3486 | </message> |
3487 | <message> |
||
6769 | cbradney | 3488 | <source>&All Caps</source> |
3489 | <translation>M&aiuskulak</translation> |
||
3064 | cbradney | 3490 | </message> |
3491 | <message> |
||
6769 | cbradney | 3492 | <source>Small &Caps</source> |
3493 | <translation>Maiuskula-&txikiak</translation> |
||
3064 | cbradney | 3494 | </message> |
3495 | <message> |
||
6769 | cbradney | 3496 | <source>Su&perscript</source> |
3497 | <translation>G&oi-indizea</translation> |
||
3064 | cbradney | 3498 | </message> |
3499 | <message> |
||
6769 | cbradney | 3500 | <source>Su&bscript</source> |
3501 | <translation>A&zpi-indizea</translation> |
||
3064 | cbradney | 3502 | </message> |
3503 | <message> |
||
6769 | cbradney | 3504 | <source>S&hadow</source> |
3505 | <translation>&Itzala</translation> |
||
3064 | cbradney | 3506 | </message> |
3507 | <message> |
||
6769 | cbradney | 3508 | <source>&Image Effects</source> |
3509 | <translation>&Irudi-efektuak</translation> |
||
3064 | cbradney | 3510 | </message> |
3511 | <message> |
||
6769 | cbradney | 3512 | <source>&Tabulators...</source> |
3513 | <translation>&Tabulatzaileak...</translation> |
||
3064 | cbradney | 3514 | </message> |
3515 | <message> |
||
6769 | cbradney | 3516 | <source>D&uplicate</source> |
3517 | <translation>Bi&koiztu</translation> |
||
3064 | cbradney | 3518 | </message> |
3519 | <message> |
||
6769 | cbradney | 3520 | <source>&Multiple Duplicate</source> |
3521 | <translation>Bikoizte &anitza</translation> |
||
3064 | cbradney | 3522 | </message> |
3523 | <message> |
||
6769 | cbradney | 3524 | <source>&Delete</source> |
3525 | <translation>&Ezabatu</translation> |
||
3064 | cbradney | 3526 | </message> |
3527 | <message> |
||
6769 | cbradney | 3528 | <source>&Group</source> |
3529 | <translation>E&lkartu</translation> |
||
3064 | cbradney | 3530 | </message> |
3531 | <message> |
||
6769 | cbradney | 3532 | <source>&Ungroup</source> |
3533 | <translation>&Banandu</translation> |
||
3064 | cbradney | 3534 | </message> |
3535 | <message> |
||
6769 | cbradney | 3536 | <source>Is &Locked</source> |
3537 | <translation>B&lokeatuta dago</translation> |
||
3064 | cbradney | 3538 | </message> |
3539 | <message> |
||
6769 | cbradney | 3540 | <source>Si&ze is Locked</source> |
3541 | <translation>Ta&maina blokeatuta dago</translation> |
||
3064 | cbradney | 3542 | </message> |
3543 | <message> |
||
6769 | cbradney | 3544 | <source>Lower to &Bottom</source> |
3545 | <translation>Eraman &beheraino</translation> |
||
3064 | cbradney | 3546 | </message> |
3547 | <message> |
||
6769 | cbradney | 3548 | <source>Raise to &Top</source> |
3549 | <translation>Eraman &goraino</translation> |
||
3064 | cbradney | 3550 | </message> |
3551 | <message> |
||
6769 | cbradney | 3552 | <source>&Lower</source> |
3553 | <translation>&Beheratu</translation> |
||
3064 | cbradney | 3554 | </message> |
3555 | <message> |
||
6769 | cbradney | 3556 | <source>&Raise</source> |
3557 | <translation>&Goratu</translation> |
||
3064 | cbradney | 3558 | </message> |
3559 | <message> |
||
6769 | cbradney | 3560 | <source>Send to S&crapbook</source> |
3561 | <translation>Bidali berri &laburren albumera</translation> |
||
3064 | cbradney | 3562 | </message> |
3563 | <message> |
||
6769 | cbradney | 3564 | <source>&Attributes...</source> |
3565 | <translation>&Atributuak...</translation> |
||
3064 |