Rev 18553 | Rev 18941 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9729 | cbradney | 1 | <?xml version="1.0" encoding="utf-8"?> |
14474 | cbradney | 2 | <!DOCTYPE TS> |
3 | <TS version="2.0"> |
||
395 | Franz | 4 | <context> |
12918 | cbradney | 5 | <name></name> |
1135 | cbradney | 6 | <message> |
7 | <source>getColorNames() -> list |
||
8 | |||
9 | Returns a list containing the names of all defined colors in the document. |
||
10 | If no document is open, returns a list of the default document colors. |
||
11 | </source> |
||
15354 | cbradney | 12 | <translation type="obsolete">getColorNames()->list |
1135 | cbradney | 13 | |
14 | Returnerar en lista med namnen på alla de i dokumentet definierade färgerna. |
||
15 | Om inget dokument är öppet returneras en lista med färger från standarddokumentet. |
||
16 | </translation> |
||
17 | </message> |
||
18 | <message> |
||
12918 | cbradney | 19 | <source>newDocDialog() -> bool |
1135 | cbradney | 20 | |
12918 | cbradney | 21 | Displays the "New Document" dialog box. Creates a new document if the user |
22 | accepts the settings. Does not create a document if the user presses cancel. |
||
23 | Returns true if a new document was created. |
||
1135 | cbradney | 24 | </source> |
15354 | cbradney | 25 | <translation type="obsolete">newDocDialog()->bool |
1135 | cbradney | 26 | |
12918 | cbradney | 27 | Visar dialogrutan "Nytt dokument". Skapar ett nytt dokument om användaren |
28 | accepterar valda inställningar. Om användaren trycker Avbryt skapas inget dokument. |
||
29 | Returnerar värdet "true" om ett nytt dokument skapades. |
||
1135 | cbradney | 30 | </translation> |
31 | </message> |
||
32 | <message> |
||
12918 | cbradney | 33 | <source>getFillColor(["name"]) -> string |
1135 | cbradney | 34 | |
12918 | cbradney | 35 | Returns the name of the fill color of the object "name". |
36 | If "name" is not given the currently selected item is used. |
||
1135 | cbradney | 37 | </source> |
15354 | cbradney | 38 | <translation type="obsolete">getFillColor(["name"])->string |
1135 | cbradney | 39 | |
12918 | cbradney | 40 | Returnerar namnet på fyllningsfärgen för objektet "name". |
41 | Om "name" inte angetts används aktuell komponent. |
||
42 | </translation> |
||
1135 | cbradney | 43 | </message> |
44 | <message> |
||
12918 | cbradney | 45 | <source>moveObject(dx, dy [, "name"]) |
46 | |||
47 | Moves the object "name" by dx and dy relative to its current position. The |
||
48 | distances are expressed in the current measurement unit of the document (see |
||
49 | UNIT constants). If "name" is not given the currently selected item is used. |
||
50 | If the object "name" belongs to a group, the whole group is moved. |
||
51 | </source> |
||
15354 | cbradney | 52 | <translation type="obsolete">moveObject(dx, dy[, "name"]) |
12918 | cbradney | 53 | |
54 | Flyttar ett objekt enligt dx och dy relativt nuvarande position. Avstånden uttrycks |
||
55 | i det aktuella dokumentets storleksmått (se konstanten ENHET). |
||
56 | Om "name" inte angetts appliceras flytten på aktuellt objekt. |
||
57 | Om objektet "name" tillhör en gruup flyttas hela gruppen. |
||
58 | </translation> |
||
59 | </message> |
||
60 | <message> |
||
61 | <source>setRedraw(bool) |
||
62 | |||
63 | Disables page redraw when bool = False, otherwise redrawing is enabled. |
||
64 | This change will persist even after the script exits, so make sure to call |
||
65 | setRedraw(True) in a finally: clause at the top level of your script. |
||
66 | </source> |
||
15354 | cbradney | 67 | <translation type="obsolete">setRedraw(bool) |
12918 | cbradney | 68 | |
69 | Stänger av omritningen av sidan om bool=False, annars är omritning aktiverad. |
||
70 | Denna ändring kvarstår även sedan skriptet avslutats, så se till att |
||
71 | setRedraw(True) anropas i en finally:clause i början av ditt skript. |
||
72 | </translation> |
||
73 | </message> |
||
74 | <message> |
||
75 | <source>createRect(x, y, width, height, ["name"]) -> string |
||
76 | |||
77 | Creates a new rectangle on the current page and returns its name. The |
||
78 | coordinates are given in the current measurement units of the document |
||
79 | (see UNIT constants). "name" should be a unique identifier for the object |
||
80 | because you need this name to reference that object in future. If "name" |
||
81 | is not given Scribus will create one for you. |
||
82 | |||
83 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
84 | </source> |
||
15354 | cbradney | 85 | <translation type="obsolete">createRect(x, y, width, height, ["name"])->string |
12918 | cbradney | 86 | |
87 | Skapar en ny rektangel på sidan och returnerar namnet. Koordinaterna anges i |
||
88 | aktuellt dokuments storleksmått (se konstanten ENHET). "name" måste vara en |
||
89 | unik identifierare av objektet eftersom det används som referens till objektet. Om |
||
90 | "name" inte anges kommer Scribus att skapa ett automatiskt. |
||
91 | |||
92 | Kan resa ett NameExistsError om du utryckligen anger ett namn som redan används. |
||
93 | </translation> |
||
94 | </message> |
||
95 | <message> |
||
96 | <source>newPage(where [,"masterpage"]) |
||
97 | |||
98 | Creates a new page. If "where" is -1 the new Page is appended to the |
||
99 | document, otherwise the new page is inserted before "where". Page numbers are |
||
100 | counted from 1 upwards, no matter what the displayed first page number of your |
||
101 | document is. The optional parameter "masterpage" specifies the name of the |
||
102 | master page for the new page. |
||
103 | |||
104 | May raise IndexError if the page number is out of range |
||
105 | </source> |
||
15354 | cbradney | 106 | <translation type="obsolete">newPage(where [,"masterpage"]) |
12918 | cbradney | 107 | |
108 | Skapar en ny sida. Om "where" är lika med -1 läggs den nya sidan till |
||
109 | dokumentet. Annars infogas den nya sidan före "where". Sidnumreringen |
||
110 | räknas från 1 och uppåt oavsett vilket nummer som visas på första sidan |
||
111 | i dokumentet. Den extra parametern "masterpage" anger vilken mallsida |
||
112 | som skall användas för den nya sidan. |
||
113 | |||
114 | Om sidnumret är orimligt kan ett felindex skapas |
||
115 | </translation> |
||
116 | </message> |
||
117 | <message> |
||
118 | <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
||
119 | |||
120 | Sets the gradient fill of the object "name" to type. Color descriptions are |
||
121 | the same as for setFillColor() and setFillShade(). See the constants for |
||
122 | available types (FILL_<type>). |
||
123 | </source> |
||
15354 | cbradney | 124 | <translation type="obsolete">setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
12918 | cbradney | 125 | |
126 | Anger den tonade fyllning till objektet "name" till "type". Färgbeskrivningarna |
||
127 | är samma som för setFillColor() och setFillShade(). Se även tillgängliga typer för |
||
128 | konstanterna (FILL_<type>). |
||
129 | </translation> |
||
130 | </message> |
||
131 | <message> |
||
132 | <source>getFontSize(["name"]) -> float |
||
4141 | cbradney | 133 | |
12918 | cbradney | 134 | Returns the font size in points for the text frame "name". If this text |
135 | frame has some text selected the value assigned to the first character of |
||
136 | the selection is returned. |
||
137 | If "name" is not given the currently selected item is used. |
||
4141 | cbradney | 138 | </source> |
15354 | cbradney | 139 | <translation type="obsolete">getFontSize(["name"])->float |
12918 | cbradney | 140 | |
141 | Returnerar teckengrad för textramen "name". Om det finns text |
||
142 | markerad i ramen returneras värdet för det första tecknet i |
||
143 | markeringen. |
||
144 | Om inget "namn" angetts returneras värdet från aktuell komponent. |
||
145 | </translation> |
||
146 | </message> |
||
147 | <message> |
||
148 | <source>messagebarText("string") |
||
9729 | cbradney | 149 | |
12918 | cbradney | 150 | Writes the "string" into the Scribus message bar (status line). The text |
151 | must be UTF8 encoded or 'unicode' string(recommended). |
||
152 | </source> |
||
15354 | cbradney | 153 | <translation type="obsolete">messagebarText("string") |
9729 | cbradney | 154 | |
12918 | cbradney | 155 | Skriver "string" i Scribus meddelanderad (statusraden). Texten måste |
156 | vara UTF8-kodad eller en 'Unicode'-sträng (rekommenderas). |
||
157 | </translation> |
||
158 | </message> |
||
159 | </context> |
||
160 | <context> |
||
161 | <name>@default</name> |
||
10166 | cbradney | 162 | <message> |
12918 | cbradney | 163 | <source>getFontSize(["name"]) -> float |
10166 | cbradney | 164 | |
12918 | cbradney | 165 | Returns the font size in points for the text frame "name". If this text |
166 | frame has some text selected the value assigned to the first character of |
||
167 | the selection is returned. |
||
168 | If "name" is not given the currently selected item is used. |
||
169 | </source> |
||
170 | <translation type="obsolete">getFontSize(["name"])->float |
||
10166 | cbradney | 171 | |
12918 | cbradney | 172 | Returnerar teckengrad för textramen "name". Om det finns text |
173 | markerad i ramen returneras värdet för det första tecknet i |
||
174 | markeringen. |
||
175 | Om inget "namn" angetts returneras värdet från aktuell komponent. |
||
176 | </translation> |
||
10166 | cbradney | 177 | </message> |
10842 | cbradney | 178 | <message> |
12918 | cbradney | 179 | <source>getColorNames() -> list |
10842 | cbradney | 180 | |
12918 | cbradney | 181 | Returns a list containing the names of all defined colors in the document. |
182 | If no document is open, returns a list of the default document colors. |
||
10842 | cbradney | 183 | </source> |
12918 | cbradney | 184 | <translation type="obsolete">getColorNames()->list |
185 | |||
186 | Returnerar en lista med namnen på alla de i dokumentet definierade färgerna. |
||
187 | Om inget dokument är öppet returneras en lista med färger från standarddokumentet. |
||
188 | </translation> |
||
10842 | cbradney | 189 | </message> |
190 | <message> |
||
12918 | cbradney | 191 | <source>newDocDialog() -> bool |
10842 | cbradney | 192 | |
12918 | cbradney | 193 | Displays the "New Document" dialog box. Creates a new document if the user |
194 | accepts the settings. Does not create a document if the user presses cancel. |
||
195 | Returns true if a new document was created. |
||
10842 | cbradney | 196 | </source> |
12918 | cbradney | 197 | <translation type="obsolete">newDocDialog()->bool |
10842 | cbradney | 198 | |
12918 | cbradney | 199 | Visar dialogrutan "Nytt dokument". Skapar ett nytt dokument om användaren |
200 | accepterar valda inställningar. Om användaren trycker Avbryt skapas inget dokument. |
||
201 | Returnerar värdet "true" om ett nytt dokument skapades. |
||
202 | </translation> |
||
10842 | cbradney | 203 | </message> |
204 | <message> |
||
12918 | cbradney | 205 | <source>getFillColor(["name"]) -> string |
10842 | cbradney | 206 | |
12918 | cbradney | 207 | Returns the name of the fill color of the object "name". |
10842 | cbradney | 208 | If "name" is not given the currently selected item is used. |
12918 | cbradney | 209 | </source> |
210 | <translation type="obsolete">getFillColor(["name"])->string |
||
10842 | cbradney | 211 | |
12918 | cbradney | 212 | Returnerar namnet på fyllningsfärgen för objektet "name". |
213 | Om "name" inte angetts används aktuell komponent. |
||
214 | </translation> |
||
10842 | cbradney | 215 | </message> |
11652 | cbradney | 216 | <message> |
12918 | cbradney | 217 | <source>moveObject(dx, dy [, "name"]) |
11652 | cbradney | 218 | |
12918 | cbradney | 219 | Moves the object "name" by dx and dy relative to its current position. The |
220 | distances are expressed in the current measurement unit of the document (see |
||
221 | UNIT constants). If "name" is not given the currently selected item is used. |
||
222 | If the object "name" belongs to a group, the whole group is moved. |
||
11652 | cbradney | 223 | </source> |
12918 | cbradney | 224 | <translation type="obsolete">moveObject(dx, dy[, "name"]) |
225 | |||
226 | Flyttar ett objekt enligt dx och dy relativt nuvarande position. Avstånden uttrycks |
||
227 | i det aktuella dokumentets storleksmått (se konstanten ENHET). |
||
228 | Om "name" inte angetts appliceras flytten på aktuellt objekt. |
||
229 | Om objektet "name" tillhör en gruup flyttas hela gruppen. |
||
230 | </translation> |
||
11652 | cbradney | 231 | </message> |
232 | <message> |
||
12918 | cbradney | 233 | <source>setRedraw(bool) |
11652 | cbradney | 234 | |
12918 | cbradney | 235 | Disables page redraw when bool = False, otherwise redrawing is enabled. |
236 | This change will persist even after the script exits, so make sure to call |
||
237 | setRedraw(True) in a finally: clause at the top level of your script. |
||
11652 | cbradney | 238 | </source> |
12918 | cbradney | 239 | <translation type="obsolete">setRedraw(bool) |
240 | |||
241 | Stänger av omritningen av sidan om bool=False, annars är omritning aktiverad. |
||
242 | Denna ändring kvarstår även sedan skriptet avslutats, så se till att |
||
243 | setRedraw(True) anropas i en finally:clause i början av ditt skript. |
||
244 | </translation> |
||
11652 | cbradney | 245 | </message> |
246 | <message> |
||
12918 | cbradney | 247 | <source>createRect(x, y, width, height, ["name"]) -> string |
11652 | cbradney | 248 | |
12918 | cbradney | 249 | Creates a new rectangle on the current page and returns its name. The |
250 | coordinates are given in the current measurement units of the document |
||
251 | (see UNIT constants). "name" should be a unique identifier for the object |
||
252 | because you need this name to reference that object in future. If "name" |
||
253 | is not given Scribus will create one for you. |
||
254 | |||
255 | May raise NameExistsError if you explicitly pass a name that's already used. |
||
11652 | cbradney | 256 | </source> |
12918 | cbradney | 257 | <translation type="obsolete">createRect(x, y, width, height, ["name"])->string |
258 | |||
259 | Skapar en ny rektangel på sidan och returnerar namnet. Koordinaterna anges i |
||
260 | aktuellt dokuments storleksmått (se konstanten ENHET). "name" måste vara en |
||
261 | unik identifierare av objektet eftersom det används som referens till objektet. Om |
||
262 | "name" inte anges kommer Scribus att skapa ett automatiskt. |
||
263 | |||
264 | Kan resa ett NameExistsError om du utryckligen anger ett namn som redan används. |
||
265 | </translation> |
||
11652 | cbradney | 266 | </message> |
267 | <message> |
||
12918 | cbradney | 268 | <source>newPage(where [,"template"]) |
11652 | cbradney | 269 | |
12918 | cbradney | 270 | Creates a new page. If "where" is -1 the new Page is appended to the |
271 | document, otherwise the new page is inserted before "where". Page numbers are |
||
272 | counted from 1 upwards, no matter what the displayed first page number of your |
||
273 | document is. The optional parameter "template" specifies the name of the |
||
274 | template page for the new page. |
||
11652 | cbradney | 275 | |
12918 | cbradney | 276 | May raise IndexError if the page number is out of range |
277 | </source> |
||
278 | <translation type="obsolete">newPage(where [,"template"]) |
||
11652 | cbradney | 279 | |
12918 | cbradney | 280 | Skapar en ny sida. Om "where"= -1 läggs den nya sidan till i slutet av |
281 | dokumentet, annars infogas den före "where". Sidnummer börjar på 1 och räknas uppåt |
||
282 | oberoende av vilket sidnummer som anges på förstasidan i ditt dokument. |
||
283 | Den valfria parametern "template" anger namnet på den mall som |
||
284 | ska användas på den nya sidan. |
||
11652 | cbradney | 285 | |
12918 | cbradney | 286 | Kan resa IndexError om sidnumret inte anges med ett passande värde |
287 | </translation> |
||
288 | </message> |
||
289 | <message> |
||
290 | <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
||
11652 | cbradney | 291 | |
12918 | cbradney | 292 | Sets the gradient fill of the object "name" to type. Color descriptions are |
293 | the same as for setFillColor() and setFillShade(). See the constants for |
||
294 | available types (FILL_<type>). |
||
295 | </source> |
||
296 | <translation type="obsolete">setGradientFill(type, "color1", shade1, "color2", shade2, ["name"]) |
||
11652 | cbradney | 297 | |
12918 | cbradney | 298 | Anger den tonade fyllning till objektet "name" till "type". Färgbeskrivningarna |
299 | är samma som för setFillColor() och setFillShade(). Se även tillgängliga typer för |
||
300 | konstanterna (FILL_<type>). |
||
301 | </translation> |
||
302 | </message> |
||
303 | <message> |
||
304 | <source>messagebarText("string") |
||
11652 | cbradney | 305 | |
12918 | cbradney | 306 | Writes the "string" into the Scribus message bar (status line). The text |
307 | must be UTF8 encoded or 'unicode' string(recommended). |
||
308 | </source> |
||
309 | <translation type="obsolete">messagebarText("string") |
||
11652 | cbradney | 310 | |
12918 | cbradney | 311 | Skriver "string" i Scribus meddelanderad (statusraden). Texten måste |
312 | vara UTF8-kodad eller en 'Unicode'-sträng (rekommenderas). |
||
313 | </translation> |
||
314 | </message> |
||
315 | <message> |
||
316 | <source>newDoc(size, margins, orientation, firstPageNumber, |
||
317 | unit, facingPages, firstSideLeft) -> bool |
||
11652 | cbradney | 318 | |
12918 | cbradney | 319 | Creates a new document and returns true if successful. The parameters have the |
320 | following meaning: |
||
11652 | cbradney | 321 | |
12918 | cbradney | 322 | size = A tuple (width, height) describing the size of the document. You can |
323 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
11652 | cbradney | 324 | |
12918 | cbradney | 325 | margins = A tuple (left, right, top, bottom) describing the document |
326 | margins |
||
11652 | cbradney | 327 | |
12918 | cbradney | 328 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
11652 | cbradney | 329 | |
12918 | cbradney | 330 | firstPageNumber = is the number of the first page in the document used for |
331 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
332 | numbers if you're creating a document in several parts. |
||
11652 | cbradney | 333 | |
12918 | cbradney | 334 | unit: this value sets the measurement units used by the document. Use a |
335 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
336 | UNIT_PICAS, UNIT_POINTS. |
||
11652 | cbradney | 337 | |
12918 | cbradney | 338 | facingPages = FACINGPAGES, NOFACINGPAGES |
11652 | cbradney | 339 | |
12918 | cbradney | 340 | firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT |
11652 | cbradney | 341 | |
12918 | cbradney | 342 | The values for width, height and the margins are expressed in the given unit |
343 | for the document. PAPER_* constants are expressed in points. If your document |
||
344 | is not in points, make sure to account for this. |
||
11652 | cbradney | 345 | |
12918 | cbradney | 346 | example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
347 | FACINGPAGES, FIRSTPAGERIGHT) |
||
348 | </source> |
||
349 | <translation type="obsolete">newDoc(size, margins, orientation, firstPageNumber, |
||
350 | unit, facingPages, firstSideLeft) -> bool |
||
11652 | cbradney | 351 | |
12918 | cbradney | 352 | Skapar ett nytt dokument och returnerar "true" om det lyckas. Parametrarna har |
353 | följande betydelser: |
||
11652 | cbradney | 354 | |
12918 | cbradney | 355 | size = En tupel (bredd, höjd) som beskriver dokumentstorlek. Du kan |
356 | använda fördefinierade konstanter såsom PAPER_<paper_type>, t. ex. PAPER_A4 etc. |
||
11652 | cbradney | 357 | |
12918 | cbradney | 358 | margins = En tupel (vänster, höger, topp, botten) som beskriver dokumentets |
359 | marginaler |
||
11652 | cbradney | 360 | |
12918 | cbradney | 361 | orientation = Sidorientering - konstanter PORTRAIT (porträtt), LANDSCAPE (landskap) |
11652 | cbradney | 362 | |
12918 | cbradney | 363 | firstPageNumber = Numret på dokumentets förstasida som andänds |
364 | för sidnumrering. Oftast används 1 är det ofta användbart med högre |
||
365 | nummer om du skapar dokument i flera delar. |
||
11652 | cbradney | 366 | |
12918 | cbradney | 367 | unit: Anger vilket storleksmått som dokumentet använder. Använd en |
368 | fördefinierad konstant till detta: UNIT_INCHES, UNIT_MILLIMETERS, |
||
369 | UNIT_PICAS, UNIT_POINTS. |
||
11652 | cbradney | 370 | |
12918 | cbradney | 371 | facingPages = Anger om dokumentet skall arbeta med uppslag. |
372 | Använd följande konstanter: FACINGPAGES, NOFACINGPAGES |
||
11652 | cbradney | 373 | |
12918 | cbradney | 374 | firstSideLeft = Anger om förstasidan skall vara en vänster- eller högersida. |
375 | Möjliga värden: FIRSTPAGELEFT, FIRSTPAGERIGHT |
||
11652 | cbradney | 376 | |
12918 | cbradney | 377 | Värdena för bredd, höjd och marginaler uttrycks i det givna dokumentets storleksmått. |
378 | Konstanterna PAPER_* uttrycks i punkter. Om ditt dokument inte använder punktmått |
||
379 | måste du ta hänsyn till detta. |
||
11652 | cbradney | 380 | |
12918 | cbradney | 381 | exempel: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS, |
382 | FACINGPAGES, FIRSTPAGERIGHT |
||
383 | </translation> |
||
11652 | cbradney | 384 | </message> |
385 | <message> |
||
12918 | cbradney | 386 | <source>newPage(where [,"masterpage"]) |
11652 | cbradney | 387 | |
12918 | cbradney | 388 | Creates a new page. If "where" is -1 the new Page is appended to the |
389 | document, otherwise the new page is inserted before "where". Page numbers are |
||
390 | counted from 1 upwards, no matter what the displayed first page number of your |
||
391 | document is. The optional parameter "masterpage" specifies the name of the |
||
392 | master page for the new page. |
||
11652 | cbradney | 393 | |
12918 | cbradney | 394 | May raise IndexError if the page number is out of range |
11652 | cbradney | 395 | </source> |
12918 | cbradney | 396 | <translation type="obsolete">newPage(where [,"masterpage"]) |
11652 | cbradney | 397 | |
12918 | cbradney | 398 | Skapar en ny sida. Om "where" är lika med -1 läggs den nya sidan till |
399 | dokumentet. Annars infogas den nya sidan före "where". Sidnumreringen |
||
400 | räknas från 1 och uppåt oavsett vilket nummer som visas på första sidan |
||
401 | i dokumentet. Den extra parametern "masterpage" anger vilken mallsida |
||
402 | som skall användas för den nya sidan. |
||
11652 | cbradney | 403 | |
12918 | cbradney | 404 | Om sidnumret är orimligt kan ett felindex skapas |
405 | </translation> |
||
11652 | cbradney | 406 | </message> |
407 | <message> |
||
12918 | cbradney | 408 | <source>importSVG("string") |
11652 | cbradney | 409 | |
12918 | cbradney | 410 | The "string" must be a valid filename for a SVG image. The text |
411 | must be UTF8 encoded or 'unicode' string(recommended). |
||
11652 | cbradney | 412 | </source> |
12918 | cbradney | 413 | <translation type="obsolete">importSVG("string") |
414 | |||
415 | Strängen måste vara ett giltigt filnamn till en SVG-bild. Texten |
||
416 | måste vara UTF-8 kodad eller en 'unicode'-sträng (rekommenderas). |
||
417 | </translation> |
||
11652 | cbradney | 418 | </message> |
12281 | cbradney | 419 | <message> |
420 | <source>newDocument(size, margins, orientation, firstPageNumber, |
||
12918 | cbradney | 421 | unit, pagesType, firstPageOrder) -> bool |
12281 | cbradney | 422 | |
423 | Creates a new document and returns true if successful. The parameters have the |
||
424 | following meaning: |
||
425 | |||
426 | size = A tuple (width, height) describing the size of the document. You can |
||
427 | use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc. |
||
428 | |||
429 | margins = A tuple (left, right, top, bottom) describing the document |
||
430 | margins |
||
431 | |||
432 | orientation = the page orientation - constants PORTRAIT, LANDSCAPE |
||
433 | |||
434 | firstPageNumer = is the number of the first page in the document used for |
||
435 | pagenumbering. While you'll usually want 1, it's useful to have higher |
||
436 | numbers if you're creating a document in several parts. |
||
437 | |||
438 | unit: this value sets the measurement units used by the document. Use a |
||
439 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS, |
||
440 | UNIT_PICAS, UNIT_POINTS. |
||
441 | |||
442 | pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page, |
||
443 | PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and |
||
444 | PAGE_4 is 4-fold. |
||
445 | |||
446 | firstPageOrder = What is position of first page in the document. |
||
447 | Indexed from 0 (0 = first). |
||
448 | |||
449 | The values for width, height and the margins are expressed in the given unit |
||
450 | for the document. PAPER_* constants are expressed in points. If your document |
||
451 | is not in points, make sure to account for this. |
||
452 | |||
453 | example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, |
||
12918 | cbradney | 454 | PAGE_4, 3) |
12281 | cbradney | 455 | |
456 | May raise ScribusError if is firstPageOrder bigger than allowed by pagesType. |
||
457 | </source> |
||
12918 | cbradney | 458 | <translation type="obsolete">newDocument(size, margins, orientation, firstPageNumber, |
459 | unit, pagesType, firstPageOrder) -> bool |
||
12281 | cbradney | 460 | |
12918 | cbradney | 461 | Skapa ett nytt dokument och returnera SANT om det lyckas. Parametrarna |
462 | har följande innebörd: |
||
12281 | cbradney | 463 | |
12918 | cbradney | 464 | size = En tupel (bredd, höjd) som beskriver dokumentets storlek. Du kan |
465 | använda den fördefinierade konstanten PAPER_<format>, t. ex. PAPER_A4 etc. |
||
12281 | cbradney | 466 | |
12918 | cbradney | 467 | margins = En tupel (vänster, höger, överkant, nederkant) som beskriver |
468 | dokumentets begränsningslinjer |
||
12281 | cbradney | 469 | |
12918 | cbradney | 470 | orientation = Sidriktning - konstanterna PORTRÄTT, LANDSKAP |
12281 | cbradney | 471 | |
12918 | cbradney | 472 | firstPageNumber = Numret på den första sidan i dokumentet och används för |
473 | sidnumreringen. Även om du vanligtvis vill ha 1 är det ibland nödvändigt |
||
474 | med högre nummer, t. ex. när dokumentet delats upp i olika delar. |
||
12281 | cbradney | 475 | |
12918 | cbradney | 476 | unit: this value sets the measurement units used by the document. Use a(new line) |
477 | predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,(new line) |
||
478 | UNIT_PICAS, UNIT_POINTS.(new line) |
||
479 | unit -- detta värde anger den måttenhet som ska användas i dokumentet. Använd |
||
480 | en fördefinierad konstant till detta, t. ex någon av: UNIT_INCHES, UNIT_MILLIMETERS, |
||
481 | UNIT_PICA, UNIT_POINTS.</translation> |
||
12281 | cbradney | 482 | </message> |
483 | <message> |
||
12918 | cbradney | 484 | <source>Copy #%1 of </source> |
485 | <translation type="obsolete">Kopia #%1 av</translation> |
||
12281 | cbradney | 486 | </message> |
1135 | cbradney | 487 | </context> |
488 | <context> |
||
10842 | cbradney | 489 | <name>AIPlug</name> |
490 | <message> |
||
18785 | craig | 491 | <location filename="../../scribus/plugins/import/ai/importai.cpp" line="343"/> |
10842 | cbradney | 492 | <source>Importing: %1</source> |
493 | <translation type="unfinished"></translation> |
||
494 | </message> |
||
495 | <message> |
||
18785 | craig | 496 | <location filename="../../scribus/plugins/import/ai/importai.cpp" line="346"/> |
10842 | cbradney | 497 | <source>Analyzing File:</source> |
498 | <translation type="unfinished"></translation> |
||
499 | </message> |
||
500 | <message> |
||
18785 | craig | 501 | <location filename="../../scribus/plugins/import/ai/importai.cpp" line="2341"/> |
10842 | cbradney | 502 | <source>Group%1</source> |
503 | <translation type="unfinished"></translation> |
||
504 | </message> |
||
505 | <message> |
||
18785 | craig | 506 | <location filename="../../scribus/plugins/import/ai/importai.cpp" line="3439"/> |
10842 | cbradney | 507 | <source>Generating Items</source> |
508 | <translation type="unfinished">Skapar objekt</translation> |
||
509 | </message> |
||
510 | </context> |
||
511 | <context> |
||
395 | Franz | 512 | <name>About</name> |
513 | <message> |
||
1135 | cbradney | 514 | <source>About Scribus%1%2</source> |
515 | <translation type="obsolete">Om Scribus%1%2</translation> |
||
516 | </message> |
||
517 | <message> |
||
18553 | craig | 518 | <location filename="../../scribus/ui/about.cpp" line="175"/> |
395 | Franz | 519 | <source>&About</source> |
520 | <translation>&Om</translation> |
||
521 | </message> |
||
522 | <message> |
||
18785 | craig | 523 | <location filename="../../scribus/ui/about.cpp" line="297"/> |
395 | Franz | 524 | <source>Contributions from:</source> |
525 | <translation>Bidrag från:</translation> |
||
526 | </message> |
||
527 | <message> |
||
528 | <source>Windows port:</source> |
||
3064 | cbradney | 529 | <translation type="obsolete">Portning till Windows:</translation> |
395 | Franz | 530 | </message> |
531 | <message> |
||
18553 | craig | 532 | <location filename="../../scribus/ui/about.cpp" line="188"/> |
395 | Franz | 533 | <source>A&uthors</source> |
534 | <translation>Skapa&re:</translation> |
||
535 | </message> |
||
536 | <message> |
||
537 | <source>German:</source> |
||
3064 | cbradney | 538 | <translation type="obsolete">Tyska:</translation> |
395 | Franz | 539 | </message> |
540 | <message> |
||
541 | <source>French:</source> |
||
3064 | cbradney | 542 | <translation type="obsolete">Franska:</translation> |
395 | Franz | 543 | </message> |
544 | <message> |
||
545 | <source>Italian:</source> |
||
3064 | cbradney | 546 | <translation type="obsolete">Italienska:</translation> |
395 | Franz | 547 | </message> |
548 | <message> |
||
549 | <source>Hungarian:</source> |
||
3064 | cbradney | 550 | <translation type="obsolete">Ungerska:</translation> |
395 | Franz | 551 | </message> |
552 | <message> |
||
553 | <source>Ukrainian:</source> |
||
3064 | cbradney | 554 | <translation type="obsolete">Ukrainska:</translation> |
395 | Franz | 555 | </message> |
556 | <message> |
||
557 | <source>Bulgarian:</source> |
||
3064 | cbradney | 558 | <translation type="obsolete">Bulgariska:</translation> |
395 | Franz | 559 | </message> |
560 | <message> |
||
561 | <source>Galician:</source> |
||
3064 | cbradney | 562 | <translation type="obsolete">Galiciska:</translation> |
395 | Franz | 563 | </message> |
564 | <message> |
||
565 | <source>Turkish:</source> |
||
3064 | cbradney | 566 | <translation type="obsolete">Turkiska:</translation> |
395 | Franz | 567 | </message> |
568 | <message> |
||
569 | <source>Lithuanian:</source> |
||
3064 | cbradney | 570 | <translation type="obsolete">Litauiska:</translation> |
395 | Franz | 571 | </message> |
572 | <message> |
||
573 | <source>Polish:</source> |
||
3064 | cbradney | 574 | <translation type="obsolete">Polska:</translation> |
395 | Franz | 575 | </message> |
576 | <message> |
||
577 | <source>Czech:</source> |
||
3064 | cbradney | 578 | <translation type="obsolete">Tjekiska:</translation> |
395 | Franz | 579 | </message> |
580 | <message> |
||
581 | <source>Slovak:</source> |
||
3064 | cbradney | 582 | <translation type="obsolete">Slovakiska:</translation> |
395 | Franz | 583 | </message> |
584 | <message> |
||
585 | <source>Danish:</source> |
||
3064 | cbradney | 586 | <translation type="obsolete">Danska:</translation> |
395 | Franz | 587 | </message> |
588 | <message> |
||
589 | <source>Norwegian:</source> |
||
3064 | cbradney | 590 | <translation type="obsolete">Norska:</translation> |
395 | Franz | 591 | </message> |
592 | <message> |
||
593 | <source>Welsh:</source> |
||
3064 | cbradney | 594 | <translation type="obsolete">Walesiska:</translation> |
395 | Franz | 595 | </message> |
596 | <message> |
||
597 | <source>Russian:</source> |
||
3064 | cbradney | 598 | <translation type="obsolete">Ryska:</translation> |
395 | Franz | 599 | </message> |
600 | <message> |
||
601 | <source>Brazilian:</source> |
||
3064 | cbradney | 602 | <translation type="obsolete">Brasilianska:</translation> |
395 | Franz | 603 | </message> |
604 | <message> |
||
605 | <source>Finnish:</source> |
||
3064 | cbradney | 606 | <translation type="obsolete">Finska:</translation> |
395 | Franz | 607 | </message> |
608 | <message> |
||
609 | <source>Slovenian:</source> |
||
3064 | cbradney | 610 | <translation type="obsolete">Slovenska:</translation> |
395 | Franz | 611 | </message> |
612 | <message> |
||
613 | <source>Basque:</source> |
||
3064 | cbradney | 614 | <translation type="obsolete">Baskiska:</translation> |
395 | Franz | 615 | </message> |
616 | <message> |
||
18553 | craig | 617 | <location filename="../../scribus/ui/about.cpp" line="202"/> |
395 | Franz | 618 | <source>&Translations</source> |
5874 | mrdocs | 619 | <translation>Översä&ttningar</translation> |
395 | Franz | 620 | </message> |
621 | <message> |
||
18553 | craig | 622 | <location filename="../../scribus/ui/about.cpp" line="213"/> |
395 | Franz | 623 | <source>&Online</source> |
624 | <translation>O&nline</translation> |
||
625 | </message> |
||
626 | <message> |
||
18785 | craig | 627 | <location filename="../../scribus/ui/about.cpp" line="254"/> |
395 | Franz | 628 | <source>&Close</source> |
629 | <translation>&Stäng</translation> |
||
630 | </message> |
||
631 | <message> |
||
1135 | cbradney | 632 | <source>This panel shows the version, build date and |
633 | compiled in library support in Scribus |
||
634 | The C-C-T equates to C=CUPS C=littlecms T=TIFF support. |
||
635 | Missing library support is indicated by a *</source> |
||
1525 | cbradney | 636 | <translation type="obsolete">Detta fönster visar versionsnummer, byggdatum och |
1135 | cbradney | 637 | kompilerade stödbibliotek för Scribus. |
638 | Beteckningen C-C-T betyder stöd för C=CUPS, C=littlecms och T=Tiff. |
||
639 | Avsaknad av stöd är markerat med *</translation> |
||
640 | </message> |
||
641 | <message> |
||
18785 | craig | 642 | <location filename="../../scribus/ui/about.cpp" line="287"/> |
418 | Franz | 643 | <source>Development Team:</source> |
1135 | cbradney | 644 | <translation>Utvecklargrupp:</translation> |
418 | Franz | 645 | </message> |
646 | <message> |
||
18785 | craig | 647 | <location filename="../../scribus/ui/about.cpp" line="299"/> |
418 | Franz | 648 | <source>Official Documentation:</source> |
1135 | cbradney | 649 | <translation>Officiell dokumentation:</translation> |
418 | Franz | 650 | </message> |
651 | <message> |
||
18785 | craig | 652 | <location filename="../../scribus/ui/about.cpp" line="303"/> |
418 | Franz | 653 | <source>Other Documentation:</source> |
5874 | mrdocs | 654 | <translation>Övrig dokumentation:</translation> |
418 | Franz | 655 | </message> |
656 | <message> |
||
657 | <source>English (British):</source> |
||
3064 | cbradney | 658 | <translation type="obsolete">Engelska (British):</translation> |
418 | Franz | 659 | </message> |
660 | <message> |
||
661 | <source>Swedish:</source> |
||
3064 | cbradney | 662 | <translation type="obsolete">Svenska:</translation> |
418 | Franz | 663 | </message> |
664 | <message> |
||
18785 | craig | 665 | <location filename="../../scribus/ui/about.cpp" line="337"/> |
418 | Franz | 666 | <source>Homepage</source> |
1135 | cbradney | 667 | <translation>Hemsida</translation> |
418 | Franz | 668 | </message> |
669 | <message> |
||
18785 | craig | 670 | <location filename="../../scribus/ui/about.cpp" line="339"/> |
418 | Franz | 671 | <source>Online Reference</source> |
1135 | cbradney | 672 | <translation>Online referenshandbok</translation> |
418 | Franz | 673 | </message> |
674 | <message> |
||
18785 | craig | 675 | <location filename="../../scribus/ui/about.cpp" line="343"/> |
418 | Franz | 676 | <source>Bugs and Feature Requests</source> |
1135 | cbradney | 677 | <translation>Felrapporter och önskemål om nya funktioner</translation> |
418 | Franz | 678 | </message> |
679 | <message> |
||
18785 | craig | 680 | <location filename="../../scribus/ui/about.cpp" line="347"/> |
418 | Franz | 681 | <source>Mailing List</source> |
1135 | cbradney | 682 | <translation>Utsändningslista</translation> |
418 | Franz | 683 | </message> |
454 | fschmid | 684 | <message> |
18785 | craig | 685 | <location filename="../../scribus/ui/about.cpp" line="321"/> |
454 | fschmid | 686 | <source>Official Translations and Translators:</source> |
1135 | cbradney | 687 | <translation>Officiella översättningar och översättare:</translation> |
454 | fschmid | 688 | </message> |
689 | <message> |
||
690 | <source>Esperanto:</source> |
||
3064 | cbradney | 691 | <translation type="obsolete">Esperanto:</translation> |
454 | fschmid | 692 | </message> |
693 | <message> |
||
694 | <source>Korean:</source> |
||
3064 | cbradney | 695 | <translation type="obsolete">Koreanska:</translation> |
454 | fschmid | 696 | </message> |
697 | <message> |
||
698 | <source>Serbian:</source> |
||
3064 | cbradney | 699 | <translation type="obsolete">Serbiska:</translation> |
454 | fschmid | 700 | </message> |
701 | <message> |
||
702 | <source>Spanish:</source> |
||
3064 | cbradney | 703 | <translation type="obsolete">Spanska:</translation> |
454 | fschmid | 704 | </message> |
705 | <message> |
||
18785 | craig | 706 | <location filename="../../scribus/ui/about.cpp" line="323"/> |
454 | fschmid | 707 | <source>Previous Translation Contributors:</source> |
1135 | cbradney | 708 | <translation>Tidigare översättare:</translation> |
454 | fschmid | 709 | </message> |
710 | <message> |
||
711 | <source>Catalan:</source> |
||
3064 | cbradney | 712 | <translation type="obsolete">Katalanska:</translation> |
454 | fschmid | 713 | </message> |
769 | cbradney | 714 | <message> |
18553 | craig | 715 | <location filename="../../scribus/ui/about.cpp" line="95"/> |
769 | cbradney | 716 | <source>About Scribus %1</source> |
1135 | cbradney | 717 | <translation>Om Scribus %1</translation> |
769 | cbradney | 718 | </message> |
1525 | cbradney | 719 | <message> |
18785 | craig | 720 | <location filename="../../scribus/ui/about.cpp" line="341"/> |
3824 | cbradney | 721 | <source>Wiki</source> |
5874 | mrdocs | 722 | <translation>Wiki</translation> |
1525 | cbradney | 723 | </message> |
724 | <message> |
||
18553 | craig | 725 | <location filename="../../scribus/ui/about.cpp" line="123"/> |
3824 | cbradney | 726 | <source>%1 %2 %3</source> |
5874 | mrdocs | 727 | <translation>%1%2%3</translation> |
3064 | cbradney | 728 | </message> |
729 | <message> |
||
18553 | craig | 730 | <location filename="../../scribus/ui/about.cpp" line="131"/> |
3824 | cbradney | 731 | <source>%3-%2-%1 %4 %5</source> |
5874 | mrdocs | 732 | <translation>%3-%2-%1 %4 %5</translation> |
3064 | cbradney | 733 | </message> |
734 | <message> |
||
18553 | craig | 735 | <location filename="../../scribus/ui/about.cpp" line="170"/> |
3824 | cbradney | 736 | <source>Using Ghostscript version %1</source> |
5874 | mrdocs | 737 | <translation>Använder Ghostscript version %1</translation> |
3064 | cbradney | 738 | </message> |
739 | <message> |
||
18553 | craig | 740 | <location filename="../../scribus/ui/about.cpp" line="172"/> |
3824 | cbradney | 741 | <source>No Ghostscript version available</source> |
5874 | mrdocs | 742 | <translation>Ingen Ghostscript-version tillgänglig</translation> |
3064 | cbradney | 743 | </message> |
3824 | cbradney | 744 | <message> |
745 | <source><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></source> |
||
10133 | cbradney | 746 | <translation type="obsolete"><b>Scribus Version %1</b><p>%2<br/>%3 %4<br/>%5</p></translation> |
3824 | cbradney | 747 | </message> |
748 | <message> |
||
18553 | craig | 749 | <location filename="../../scribus/ui/about.cpp" line="173"/> |
3824 | cbradney | 750 | <source>Build ID:</source> |
5874 | mrdocs | 751 | <translation>Bygg-ID:</translation> |
3824 | cbradney | 752 | </message> |
753 | <message> |
||
754 | <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> |
||
6261 | cbradney | 755 | <translation type="obsolete">Den här panelen visar version, byggdatum och inkompilerat stöd i Scribus. C-C-T-F ska uttydas som C=littlecms C=CUPS T=stöd för TIFF och F=stöd för Fontconfig. Sista bokstaven anger renderaren C=cairo eller A=libart. Ett saknat stödbibliotek visas med *. Detta anger också med vilken version av Ghostscript som Scribus har identifierat.</translation> |
3824 | cbradney | 756 | </message> |
4141 | cbradney | 757 | <message> |
18785 | craig | 758 | <location filename="../../scribus/ui/about.cpp" line="289"/> |
4870 | mrdocs | 759 | <source>Mac OS&#174; X Aqua Port:</source> |
5874 | mrdocs | 760 | <translation>Mac OS&#174; X Aqua Port:</translation> |
4141 | cbradney | 761 | </message> |
4759 | cbradney | 762 | <message> |
18785 | craig | 763 | <location filename="../../scribus/ui/about.cpp" line="293"/> |
4870 | mrdocs | 764 | <source>Windows&#174; Port:</source> |
5874 | mrdocs | 765 | <translation>Windows&#174; Port:</translation> |
4759 | cbradney | 766 | </message> |
767 | <message> |
||
18785 | craig | 768 | <location filename="../../scribus/ui/about.cpp" line="309"/> |
5328 | cbradney | 769 | <source>Tango Project Icons:</source> |
5874 | mrdocs | 770 | <translation>Ikoner från projekt Tango:</translation> |
5328 | cbradney | 771 | </message> |
6261 | cbradney | 772 | <message> |
18553 | craig | 773 | <location filename="../../scribus/ui/about.cpp" line="216"/> |
6261 | cbradney | 774 | <source>&Updates</source> |
775 | <translation type="unfinished"></translation> |
||
776 | </message> |
||
777 | <message> |
||
18785 | craig | 778 | <location filename="../../scribus/ui/about.cpp" line="266"/> |
9729 | cbradney | 779 | <source>Check for updates to Scribus. No data from your machine will be transferred off it.</source> |
6261 | cbradney | 780 | <translation type="unfinished"></translation> |
781 | </message> |
||
782 | <message> |
||
18785 | craig | 783 | <location filename="../../scribus/ui/about.cpp" line="291"/> |
9729 | cbradney | 784 | <source>OS/2&#174;/eComStation&#8482; Port:</source> |
6261 | cbradney | 785 | <translation type="unfinished"></translation> |
786 | </message> |
||
7716 | cbradney | 787 | <message> |
18785 | craig | 788 | <location filename="../../scribus/ui/about.cpp" line="307"/> |
9729 | cbradney | 789 | <source>Splash Screen:</source> |
7716 | cbradney | 790 | <translation type="unfinished"></translation> |
791 | </message> |
||
9729 | cbradney | 792 | <message> |
18785 | craig | 793 | <location filename="../../scribus/ui/about.cpp" line="262"/> |
9729 | cbradney | 794 | <source>This panel shows the version, build date and compiled in library support in Scribus.</source> |
795 | <translation type="unfinished"></translation> |
||
796 | </message> |
||
797 | <message> |
||
18785 | craig | 798 | <location filename="../../scribus/ui/about.cpp" line="263"/> |
9729 | cbradney | 799 | <source>The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support.Last Letter is the renderer C=cairo or Q=Qt</source> |
800 | <translation type="unfinished"></translation> |
||
801 | </message> |
||
802 | <message> |
||
18785 | craig | 803 | <location filename="../../scribus/ui/about.cpp" line="264"/> |
9729 | cbradney | 804 | <source>Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected.</source> |
805 | <translation type="unfinished"></translation> |
||
806 | </message> |
||
807 | <message> |
||
18785 | craig | 808 | <location filename="../../scribus/ui/about.cpp" line="265"/> |
9729 | cbradney | 809 | <source>The Windows version does not use fontconfig or CUPS libraries.</source> |
810 | <translation type="unfinished"></translation> |
||
811 | </message> |
||
10133 | cbradney | 812 | <message> |
18553 | craig | 813 | <location filename="../../scribus/ui/about.cpp" line="173"/> |
10133 | cbradney | 814 | <source><p align="center"><b>%1 %2</b></p><p align="center">%3<br>%4 %5<br>%6</p></source> |
815 | <translation type="unfinished"></translation> |
||
816 | </message> |
||
817 | <message> |
||
18553 | craig | 818 | <location filename="../../scribus/ui/about.cpp" line="173"/> |
10133 | cbradney | 819 | <source>Scribus Version</source> |
820 | <translation type="unfinished">Scribus version</translation> |
||
821 | </message> |
||
11652 | cbradney | 822 | <message> |
18553 | craig | 823 | <location filename="../../scribus/ui/about.cpp" line="220"/> |
11652 | cbradney | 824 | <source>Check for Updates</source> |
825 | <translation type="unfinished"></translation> |
||
826 | </message> |
||
827 | <message> |
||
18785 | craig | 828 | <location filename="../../scribus/ui/about.cpp" line="345"/> |
12281 | cbradney | 829 | <source>Developer Blog</source> |
830 | <translation type="unfinished"></translation> |
||
831 | </message> |
||
832 | <message> |
||
18553 | craig | 833 | <location filename="../../scribus/ui/about.cpp" line="227"/> |
12281 | cbradney | 834 | <source>&Licence</source> |
835 | <translation type="unfinished"></translation> |
||
836 | </message> |
||
837 | <message> |
||
18553 | craig | 838 | <location filename="../../scribus/ui/about.cpp" line="236"/> |
12281 | cbradney | 839 | <source>Unable to open licence file. Please check your install directory or the Scribus website for licencing information.</source> |
840 | <translation type="unfinished"></translation> |
||
841 | </message> |
||
12612 | cbradney | 842 | <message> |
18785 | craig | 843 | <location filename="../../scribus/ui/about.cpp" line="295"/> |
18553 | craig | 844 | <source>Haiku Port:</source> |
845 | <translation type="unfinished"></translation> |
||
846 | </message> |
||
847 | <message> |
||
18785 | craig | 848 | <location filename="../../scribus/ui/about.cpp" line="301"/> |
12612 | cbradney | 849 | <source>Doc Translators:</source> |
850 | <translation type="unfinished"></translation> |
||
851 | </message> |
||
852 | <message> |
||
18785 | craig | 853 | <location filename="../../scribus/ui/about.cpp" line="305"/> |
12612 | cbradney | 854 | <source>Webmasters:</source> |
855 | <translation type="unfinished"></translation> |
||
856 | </message> |
||
857 | <message> |
||
18785 | craig | 858 | <location filename="../../scribus/ui/about.cpp" line="440"/> |
859 | <location filename="../../scribus/ui/about.cpp" line="554"/> |
||
860 | <location filename="../../scribus/ui/about.cpp" line="621"/> |
||
12612 | cbradney | 861 | <source>Unable to open %1 file. Please check your install directory or the Scribus website for %1 information.</source> |
862 | <translation type="unfinished"></translation> |
||
863 | </message> |
||
395 | Franz | 864 | </context> |
865 | <context> |
||
3278 | cbradney | 866 | <name>AboutPlugins</name> |
867 | <message> |
||
868 | <source>Yes</source> |
||
6769 | cbradney | 869 | <translation type="obsolete">Ja</translation> |
3278 | cbradney | 870 | </message> |
871 | <message> |
||
872 | <source>No</source> |
||
6769 | cbradney | 873 | <translation type="obsolete">Nej</translation> |
3278 | cbradney | 874 | </message> |
875 | <message> |
||
18553 | craig | 876 | <location filename="../../scribus/ui/aboutplugins.cpp" line="68"/> |
4759 | cbradney | 877 | <source>Filename:</source> |
5874 | mrdocs | 878 | <translation>Filnamn:</translation> |
3278 | cbradney | 879 | </message> |
880 | <message> |
||
18553 | craig | 881 | <location filename="../../scribus/ui/aboutplugins.cpp" line="69"/> |
3278 | cbradney | 882 | <source>Version:</source> |
5874 | mrdocs | 883 | <translation>Version:</translation> |
3278 | cbradney | 884 | </message> |
885 | <message> |
||
18553 | craig | 886 | <location filename="../../scribus/ui/aboutplugins.cpp" line="72"/> |
3278 | cbradney | 887 | <source>Enabled:</source> |
5874 | mrdocs | 888 | <translation>Aktiverad:</translation> |
3278 | cbradney | 889 | </message> |
890 | <message> |
||
18553 | craig | 891 | <location filename="../../scribus/ui/aboutplugins.cpp" line="73"/> |
3278 | cbradney | 892 | <source>Release Date:</source> |
5874 | mrdocs | 893 | <translation>Publiceringsdatum:</translation> |
3278 | cbradney | 894 | </message> |
895 | <message> |
||
18553 | craig | 896 | <location filename="../../scribus/ui/aboutplugins.cpp" line="80"/> |
4759 | cbradney | 897 | <source>Description:</source> |
5874 | mrdocs | 898 | <translation>Beskrivning:</translation> |
3278 | cbradney | 899 | </message> |
900 | <message> |
||
18553 | craig | 901 | <location filename="../../scribus/ui/aboutplugins.cpp" line="81"/> |
3278 | cbradney | 902 | <source>Author(s):</source> |
5874 | mrdocs | 903 | <translation>Författare:</translation> |
3278 | cbradney | 904 | </message> |
905 | <message> |
||
18553 | craig | 906 | <location filename="../../scribus/ui/aboutplugins.cpp" line="82"/> |
4759 | cbradney | 907 | <source>Copyright:</source> |
5874 | mrdocs | 908 | <translation>Copyright:</translation> |
3278 | cbradney | 909 | </message> |
910 | <message> |
||
18553 | craig | 911 | <location filename="../../scribus/ui/aboutplugins.cpp" line="83"/> |
3278 | cbradney | 912 | <source>License:</source> |
5874 | mrdocs | 913 | <translation>Licens:</translation> |
3278 | cbradney | 914 | </message> |
9729 | cbradney | 915 | <message> |
18553 | craig | 916 | <location filename="../../scribus/ui/aboutplugins.ui" line="13"/> |
9729 | cbradney | 917 | <source>Scribus: About Plug-ins</source> |
918 | <translation type="unfinished">Scribus: Om insticksprogram</translation> |
||
919 | </message> |
||
4759 | cbradney | 920 | </context> |
921 | <context> |
||
922 | <name>AboutPluginsBase</name> |
||
3278 | cbradney | 923 | <message> |
4759 | cbradney | 924 | <source>Scribus: About Plug-ins</source> |
9729 | cbradney | 925 | <translation type="obsolete">Scribus: Om insticksprogram</translation> |
4759 | cbradney | 926 | </message> |
927 | <message> |
||
3278 | cbradney | 928 | <source>&Close</source> |
9729 | cbradney | 929 | <translation type="obsolete">&Stäng</translation> |
3278 | cbradney | 930 | </message> |
931 | <message> |
||
932 | <source>Alt+C</source> |
||
9729 | cbradney | 933 | <translation type="obsolete">Alt+C</translation> |
3278 | cbradney | 934 | </message> |
935 | </context> |
||
936 | <context> |
||
3064 | cbradney | 937 | <name>ActionManager</name> |
938 | <message> |
||
18553 | craig | 939 | <location filename="../../scribus/actionmanager.cpp" line="1421"/> |
3064 | cbradney | 940 | <source>&New</source> |
5874 | mrdocs | 941 | <translation>&Ny</translation> |
3064 | cbradney | 942 | </message> |
943 | <message> |
||
18553 | craig | 944 | <location filename="../../scribus/actionmanager.cpp" line="1423"/> |
3064 | cbradney | 945 | <source>&Open...</source> |
5874 | mrdocs | 946 | <translation>Ö&ppna...</translation> |
3064 | cbradney | 947 | </message> |
948 | <message> |
||
18553 | craig | 949 | <location filename="../../scribus/actionmanager.cpp" line="1424"/> |
3064 | cbradney | 950 | <source>&Close</source> |
5874 | mrdocs | 951 | <translation>&Stäng</translation> |
3064 | cbradney | 952 | </message> |
953 | <message> |
||
18553 | craig | 954 | <location filename="../../scribus/actionmanager.cpp" line="1425"/> |
3064 | cbradney | 955 | <source>&Save</source> |
5874 | mrdocs | 956 | <translation>&Spara</translation> |
3064 | cbradney | 957 | </message> |
958 | <message> |
||
18553 | craig | 959 | <location filename="../../scribus/actionmanager.cpp" line="1426"/> |
3064 | cbradney | 960 | <source>Save &As...</source> |
5874 | mrdocs | 961 | <translation>Sp&ara som...</translation> |
3064 | cbradney | 962 | </message> |
963 | <message> |
||
18553 | craig | 964 | <location filename="../../scribus/actionmanager.cpp" line="1427"/> |
3064 | cbradney | 965 | <source>Re&vert to Saved</source> |
5874 | mrdocs | 966 | <translation>Åter&gå till senast sparad</translation> |
3064 | cbradney | 967 | </message> |
968 | <message> |
||
18553 | craig | 969 | <location filename="../../scribus/actionmanager.cpp" line="1428"/> |
3064 | cbradney | 970 | <source>Collect for O&utput...</source> |
5874 | mrdocs | 971 | <translation>Samla ihop för &utskrift...</translation> |
3064 | cbradney | 972 | </message> |
973 | <message> |
||
18553 | craig | 974 | <location filename="../../scribus/actionmanager.cpp" line="1429"/> |
3064 | cbradney | 975 | <source>Get Text...</source> |
5874 | mrdocs | 976 | <translation>Hämta text...</translation> |
3064 | cbradney | 977 | </message> |
978 | <message> |
||
18553 | craig | 979 | <location filename="../../scribus/actionmanager.cpp" line="1430"/> |
3064 | cbradney | 980 | <source>Append &Text...</source> |
5874 | mrdocs | 981 | <translation>Lägg &till text...</translation> |
3064 | cbradney | 982 | </message> |
983 | <message> |
||
18553 | craig | 984 | <location filename="../../scribus/actionmanager.cpp" line="1431"/> |
3064 | cbradney | 985 | <source>Get Image...</source> |
5874 | mrdocs | 986 | <translation>Hämta bild...</translation> |
3064 | cbradney | 987 | </message> |
988 | <message> |
||
18553 | craig | 989 | <location filename="../../scribus/actionmanager.cpp" line="1434"/> |
3064 | cbradney | 990 | <source>Save &Text...</source> |
5874 | mrdocs | 991 | <translation>Spara &text...</translation> |
3064 | cbradney | 992 | </message> |
993 | <message> |
||
994 | <source>Save Page as &EPS...</source> |
||
5485 | cbradney | 995 | <translation type="obsolete">Spara sida som &EPS...</translation> |
3064 | cbradney | 996 | </message> |
997 | <message> |
||
18553 | craig | 998 | <location filename="../../scribus/actionmanager.cpp" line="1436"/> |
3064 | cbradney | 999 | <source>Save as P&DF...</source> |
5874 | mrdocs | 1000 | <translation>Spara som P&DF...</translation> |
3064 | cbradney | 1001 | </message> |
1002 | <message> |
||
18553 | craig | 1003 | <location filename="../../scribus/actionmanager.cpp" line="1438"/> |
3064 | cbradney | 1004 | <source>Document &Setup...</source> |
5874 | mrdocs | 1005 | <translation>Dokumentin&ställningar...</translation> |
3064 | cbradney | 1006 | </message> |
1007 | <message> |
||
18553 | craig | 1008 | <location filename="../../scribus/actionmanager.cpp" line="1441"/> |
3064 | cbradney | 1009 | <source>&Print...</source> |
5874 | mrdocs | 1010 | <translation>&Skriv ut...</translation> |
3064 | cbradney | 1011 | </message> |
1012 | <message> |
||
18553 | craig | 1013 | <location filename="../../scribus/actionmanager.cpp" line="1443"/> |
3064 | cbradney | 1014 | <source>&Quit</source> |
5874 | mrdocs | 1015 | <translation>&Avsluta</translation> |
3064 | cbradney | 1016 | </message> |
1017 | <message> |
||
18553 | craig | 1018 | <location filename="../../scribus/actionmanager.cpp" line="1445"/> |
3064 | cbradney | 1019 | <source>&Undo</source> |
5874 | mrdocs | 1020 | <translation>Ån&gra</translation> |
3064 | cbradney | 1021 | </message> |
1022 | <message> |
||
18553 | craig | 1023 | <location filename="../../scribus/actionmanager.cpp" line="1446"/> |
3064 | cbradney | 1024 | <source>&Redo</source> |
5874 | mrdocs | 1025 | <translation>Gö&r om</translation> |
3064 | cbradney | 1026 | </message> |
1027 | <message> |
||
18553 | craig | 1028 | <location filename="../../scribus/actionmanager.cpp" line="1447"/> |
3064 | cbradney | 1029 | <source>&Item Action Mode</source> |
6232 | mrdocs | 1030 | <translation>Akt&ivitetsläge för enhet</translation> |
3064 | cbradney | 1031 | </message> |
1032 | <message> |
||
18553 | craig | 1033 | <location filename="../../scribus/actionmanager.cpp" line="1448"/> |
3064 | cbradney | 1034 | <source>Cu&t</source> |
5874 | mrdocs | 1035 | <translation>Klipp u&t</translation> |
3064 | cbradney | 1036 | </message> |
1037 | <message> |
||
18553 | craig | 1038 | <location filename="../../scribus/actionmanager.cpp" line="1449"/> |
1039 | <location filename="../../scribus/actionmanager.cpp" line="1451"/> |
||
3064 | cbradney | 1040 | <source>&Copy</source> |
5874 | mrdocs | 1041 | <translation>&Kopiera</translation> |
3064 | cbradney | 1042 | </message> |
1043 | <message> |
||
18553 | craig | 1044 | <location filename="../../scribus/actionmanager.cpp" line="1450"/> |
1045 | <location filename="../../scribus/actionmanager.cpp" line="1452"/> |
||
3064 | cbradney | 1046 | <source>&Paste</source> |
5874 | mrdocs | 1047 | <translation>K&listra in</translation> |
3064 | cbradney | 1048 | </message> |
1049 | <message> |
||
1050 | <source>C&lear Contents</source> |
||
5328 | cbradney | 1051 | <translation type="obsolete">Rensa innehå&ll</translation> |
3064 | cbradney | 1052 | </message> |
1053 | <message> |
||
18553 | craig | 1054 | <location filename="../../scribus/actionmanager.cpp" line="1456"/> |
3064 | cbradney | 1055 | <source>Select &All</source> |
5874 | mrdocs | 1056 | <translation>M&arkera allt</translation> |
3064 | cbradney | 1057 | </message> |
1058 | <message> |
||
18553 | craig | 1059 | <location filename="../../scribus/actionmanager.cpp" line="1458"/> |
3064 | cbradney | 1060 | <source>&Deselect All</source> |
5874 | mrdocs | 1061 | <translation>Ångra &markering</translation> |
3064 | cbradney | 1062 | </message> |
1063 | <message> |
||
18553 | craig | 1064 | <location filename="../../scribus/actionmanager.cpp" line="1459"/> |
3064 | cbradney | 1065 | <source>&Search/Replace...</source> |
5874 | mrdocs | 1066 | <translation>&Sök/Ersätt...</translation> |
3064 | cbradney | 1067 | </message> |
1068 | <message> |
||
18553 | craig | 1069 | <location filename="../../scribus/actionmanager.cpp" line="1460"/> |
3064 | cbradney | 1070 | <source>Edit Image...</source> |
5874 | mrdocs | 1071 | <translation>Redigera bild...</translation> |
3064 | cbradney | 1072 | </message> |
1073 | <message> |
||
1074 | <source>C&olors...</source> |
||
18310 | craig | 1075 | <translation type="obsolete">Fä&rger...</translation> |
3064 | cbradney | 1076 | </message> |
1077 | <message> |
||
1078 | <source>&Paragraph Styles...</source> |
||
9729 | cbradney | 1079 | <translation type="obsolete">St&yckemallar...</translation> |
3064 | cbradney | 1080 | </message> |
1081 | <message> |
||
1082 | <source>&Line Styles...</source> |
||
9729 | cbradney | 1083 | <translation type="obsolete">&Linjemallar...</translation> |
3064 | cbradney | 1084 | </message> |
1085 | <message> |
||
18553 | craig | 1086 | <location filename="../../scribus/actionmanager.cpp" line="1467"/> |
3064 | cbradney | 1087 | <source>&Master Pages...</source> |
5874 | mrdocs | 1088 | <translation>&Mallsidor...</translation> |
3064 | cbradney | 1089 | </message> |
1090 | <message> |
||
1091 | <source>&Javascripts...</source> |
||
3278 | cbradney | 1092 | <translation type="obsolete">&Javascripts...</translation> |
3064 | cbradney | 1093 | </message> |
1094 | <message> |
||
18553 | craig | 1095 | <location filename="../../scribus/actionmanager.cpp" line="1440"/> |
3064 | cbradney | 1096 | <source>P&references...</source> |
5874 | mrdocs | 1097 | <translation>Inställninga&r...</translation> |
3064 | cbradney | 1098 | </message> |
1099 | <message> |
||
18553 | craig | 1100 | <location filename="../../scribus/actionmanager.cpp" line="1475"/> |
3064 | cbradney | 1101 | <source>%1 pt</source> |
5874 | mrdocs | 1102 | <translation>%1 pt</translation> |
3064 | cbradney | 1103 | </message> |
1104 | <message> |
||
18553 | craig | 1105 | <location filename="../../scribus/actionmanager.cpp" line="1477"/> |
3064 | cbradney | 1106 | <source>&Other...</source> |
5874 | mrdocs | 1107 | <translation>&Annan...</translation> |
3064 | cbradney | 1108 | </message> |
1109 | <message> |
||
18553 | craig | 1110 | <location filename="../../scribus/actionmanager.cpp" line="1478"/> |
3064 | cbradney | 1111 | <source>&Left</source> |
5874 | mrdocs | 1112 | <translation>&Vänster</translation> |
3064 | cbradney | 1113 | </message> |
1114 | <message> |
||
18553 | craig | 1115 | <location filename="../../scribus/actionmanager.cpp" line="1479"/> |
3064 | cbradney | 1116 | <source>&Center</source> |
5874 | mrdocs | 1117 | <translation>&Centrerat</translation> |
3064 | cbradney | 1118 | </message> |
1119 | <message> |
||
18553 | craig | 1120 | <location filename="../../scribus/actionmanager.cpp" line="1480"/> |
3064 | cbradney | 1121 | <source>&Right</source> |
5874 | mrdocs | 1122 | <translation>Höge&r</translation> |
3064 | cbradney | 1123 | </message> |
1124 | <message> |
||
18553 | craig | 1125 | <location filename="../../scribus/actionmanager.cpp" line="1481"/> |
3064 | cbradney | 1126 | <source>&Block</source> |
5874 | mrdocs | 1127 | <translation>&Marginajustera</translation> |
3064 | cbradney | 1128 | </message> |
1129 | <message> |
||
18553 | craig | 1130 | <location filename="../../scribus/actionmanager.cpp" line="1482"/> |
3064 | cbradney | 1131 | <source>&Forced</source> |
5874 | mrdocs | 1132 | <translation>&Hård marginaljustering</translation> |
3064 | cbradney | 1133 | </message> |
1134 | <message> |
||
1135 | <source>&%1 %</source> |
||
12612 | cbradney | 1136 | <translation type="obsolete">&%1 %</translation> |
3064 | cbradney | 1137 | </message> |
1138 | <message> |
||
18553 | craig | 1139 | <location filename="../../scribus/actionmanager.cpp" line="1484"/> |
3064 | cbradney | 1140 | <source>&Normal</source> |
5874 | mrdocs | 1141 | <translation>&Normal</translation> |
3064 | cbradney | 1142 | </message> |
1143 | <message> |
||
18553 | craig | 1144 | <location filename="../../scribus/actionmanager.cpp" line="1485"/> |
3064 | cbradney | 1145 | <source>&Underline</source> |
5874 | mrdocs | 1146 | <translation>&Understrykning</translation> |
3064 | cbradney | 1147 | </message> |
1148 | <message> |
||
18553 | craig | 1149 | <location filename="../../scribus/actionmanager.cpp" line="1486"/> |
3064 | cbradney | 1150 | <source>Underline &Words</source> |
5874 | mrdocs | 1151 | <translation>&Understrukna ord</translation> |
3064 | cbradney | 1152 | </message> |
1153 | <message> |
||
18553 | craig | 1154 | <location filename="../../scribus/actionmanager.cpp" line="1487"/> |
3064 | cbradney | 1155 | <source>&Strike Through</source> |
5874 | mrdocs | 1156 | <translation>&Genomstrykning</translation> |
3064 | cbradney | 1157 | </message> |
1158 | <message> |
||
18553 | craig | 1159 | <location filename="../../scribus/actionmanager.cpp" line="1488"/> |
3064 | cbradney | 1160 | <source>&All Caps</source> |
5874 | mrdocs | 1161 | <translation>Vers&aler</translation> |
3064 | cbradney | 1162 | </message> |
1163 | <message> |
||
18553 | craig | 1164 | <location filename="../../scribus/actionmanager.cpp" line="1489"/> |
3064 | cbradney | 1165 | <source>Small &Caps</source> |
5874 | mrdocs | 1166 | <translation>&Kapitäler</translation> |
3064 | cbradney | 1167 | </message> |
1168 | <message> |
||
18553 | craig | 1169 | <location filename="../../scribus/actionmanager.cpp" line="1490"/> |
3064 | cbradney | 1170 | <source>Su&perscript</source> |
5874 | mrdocs | 1171 | <translation>U&pphöjt</translation> |
3064 | cbradney | 1172 | </message> |
1173 | <message> |
||
18553 | craig | 1174 | <location filename="../../scribus/actionmanager.cpp" line="1491"/> |
3064 | cbradney | 1175 | <source>Su&bscript</source> |
5874 | mrdocs | 1176 | <translation>Ne&dsänkt</translation> |
3064 | cbradney | 1177 | </message> |
1178 | <message> |
||
1179 | <source>&Outline</source> |
||
4870 | mrdocs | 1180 | <translation type="obsolete">�amp;versikt</translation> |
3064 | cbradney | 1181 | </message> |
1182 | <message> |
||
18553 | craig | 1183 | <location filename="../../scribus/actionmanager.cpp" line="1493"/> |
3064 | cbradney | 1184 | <source>S&hadow</source> |
5874 | mrdocs | 1185 | <translation>S&kugga</translation> |
3064 | cbradney | 1186 | </message> |
1187 | <message> |
||
18553 | craig | 1188 | <location filename="../../scribus/actionmanager.cpp" line="1495"/> |
3064 | cbradney | 1189 | <source>&Image Effects</source> |
5874 | mrdocs | 1190 | <translation>B&ildeffekter</translation> |
3064 | cbradney | 1191 | </message> |
1192 | <message> |
||
18553 | craig | 1193 | <location filename="../../scribus/actionmanager.cpp" line="1496"/> |
3064 | cbradney | 1194 | <source>&Tabulators...</source> |
5874 | mrdocs | 1195 | <translation>&Tabulatorer...</translation> |
3064 | cbradney | 1196 | </message> |
1197 | <message> |
||
18553 | craig | 1198 | <location filename="../../scribus/actionmanager.cpp" line="1499"/> |
3064 | cbradney | 1199 | <source>D&uplicate</source> |
5874 | mrdocs | 1200 | <translation>D&uplicera</translation> |
3064 | cbradney | 1201 | </message> |
1202 | <message> |
||
18553 | craig | 1203 | <location filename="../../scribus/actionmanager.cpp" line="1500"/> |
3064 | cbradney | 1204 | <source>&Multiple Duplicate</source> |
5874 | mrdocs | 1205 | <translation>&Duplicera flera gånger</translation> |
3064 | cbradney | 1206 | </message> |
1207 | <message> |
||
18553 | craig | 1208 | <location filename="../../scribus/actionmanager.cpp" line="1501"/> |
15354 | cbradney | 1209 | <source>&Transform</source> |
1210 | <translation type="unfinished"></translation> |
||
1211 | </message> |
||
1212 | <message> |
||
18553 | craig | 1213 | <location filename="../../scribus/actionmanager.cpp" line="1502"/> |
3064 | cbradney | 1214 | <source>&Delete</source> |
5874 | mrdocs | 1215 | <translation>&Ta bort</translation> |
3064 | cbradney | 1216 | </message> |
1217 | <message> |
||
18553 | craig | 1218 | <location filename="../../scribus/actionmanager.cpp" line="1503"/> |
3064 | cbradney | 1219 | <source>&Group</source> |
5874 | mrdocs | 1220 | <translation>&Gruppera</translation> |
3064 | cbradney | 1221 | </message> |
1222 | <message> |
||
18553 | craig | 1223 | <location filename="../../scribus/actionmanager.cpp" line="1504"/> |
3064 | cbradney | 1224 | <source>&Ungroup</source> |
5874 | mrdocs | 1225 | <translation>Lås &upp grupp</translation> |
3064 | cbradney | 1226 | </message> |
1227 | <message> |
||
18553 | craig | 1228 | <location filename="../../scribus/actionmanager.cpp" line="1506"/> |
3064 | cbradney | 1229 | <source>Is &Locked</source> |
5874 | mrdocs | 1230 | <translation>Är &låst</translation> |
3064 | cbradney | 1231 | </message> |
1232 | <message> |
||
18553 | craig | 1233 | <location filename="../../scribus/actionmanager.cpp" line="1507"/> |
3064 | cbradney | 1234 | <source>Si&ze is Locked</source> |
5874 | mrdocs | 1235 | <translation>Storle&ken är låst</translation> |
3064 | cbradney | 1236 | </message> |
1237 | <message> |
||
18553 | craig | 1238 | <location filename="../../scribus/actionmanager.cpp" line="1511"/> |
3064 | cbradney | 1239 | <source>Lower to &Bottom</source> |
5874 | mrdocs | 1240 | <translation>Lä&gg underst</translation> |
3064 | cbradney | 1241 | </message> |
1242 | <message> |
||
18553 | craig | 1243 | <location filename="../../scribus/actionmanager.cpp" line="1512"/> |
3064 | cbradney | 1244 | <source>Raise to &Top</source> |
5874 | mrdocs | 1245 | <translation>Lyf&t till överst</translation> |
3064 | cbradney | 1246 | </message> |
1247 | <message> |
||
18553 | craig | 1248 | <location filename="../../scribus/actionmanager.cpp" line="1513"/> |
3064 | cbradney | 1249 | <source>&Lower</source> |
5874 | mrdocs | 1250 | <translation>F&lytta ner en nivå</translation> |
3064 | cbradney | 1251 | </message> |
1252 | <message> |
||
18553 | craig | 1253 | <location filename="../../scribus/actionmanager.cpp" line="1514"/> |
3064 | cbradney | 1254 | <source>&Raise</source> |
5874 | mrdocs | 1255 | <translation>Flytta &upp en nivå</translation> |
3064 | cbradney | 1256 | </message> |
1257 | <message> |
||
1258 | <source>Send to S&crapbook</source> |
||
15892 | craig | 1259 | <translation type="obsolete">Skicka till &klippbok</translation> |
3064 | cbradney | 1260 | </message> |
1261 | <message> |
||
18553 | craig | 1262 | <location filename="../../scribus/actionmanager.cpp" line="1517"/> |
3064 | cbradney | 1263 | <source>&Attributes...</source> |
5874 | mrdocs | 1264 | <translation>Egensk&aper...</translation> |
3064 | cbradney | 1265 | </message> |
1266 | <message> |
||
18553 | craig | 1267 | <location filename="../../scribus/actionmanager.cpp" line="1519"/> |
3064 | cbradney | 1268 | <source>I&mage Visible</source> |
5874 | mrdocs | 1269 | <translation>B&ild synlig</translation> |
3064 | cbradney | 1270 | </message> |
1271 | <message> |
||
18553 | craig | 1272 | <location filename="../../scribus/actionmanager.cpp" line="1520"/> |
3064 | cbradney | 1273 | <source>&Update Image</source> |
5874 | mrdocs | 1274 | <translation>&Uppdatera bild</translation> |
3064 | cbradney | 1275 | </message> |
1276 | <message> |
||
18553 | craig | 1277 | <location filename="../../scribus/actionmanager.cpp" line="1534"/> |
3064 | cbradney | 1278 | <source>Adjust Frame to Image</source> |
5874 | mrdocs | 1279 | <translation>Justera ramen till bild</translation> |
3064 | cbradney | 1280 | </message> |
1281 | <message> |
||
18553 | craig | 1282 | <location filename="../../scribus/actionmanager.cpp" line="1536"/> |
15099 | cbradney | 1283 | <source>Embed Image</source> |
1284 | <translation type="unfinished"></translation> |
||
1285 | </message> |
||
1286 | <message> |
||
18553 | craig | 1287 | <location filename="../../scribus/actionmanager.cpp" line="1537"/> |
3064 | cbradney | 1288 | <source>Extended Image Properties</source> |
5874 | mrdocs | 1289 | <translation>Utökade bildegenskaper</translation> |
3064 | cbradney | 1290 | </message> |
1291 | <message> |
||
18553 | craig | 1292 | <location filename="../../scribus/actionmanager.cpp" line="1538"/> |
3064 | cbradney | 1293 | <source>&Low Resolution</source> |
5874 | mrdocs | 1294 | <translation>&Låg upplösning</translation> |
3064 | cbradney | 1295 | </message> |
1296 | <message> |
||
18553 | craig | 1297 | <location filename="../../scribus/actionmanager.cpp" line="1539"/> |
3064 | cbradney | 1298 | <source>&Normal Resolution</source> |
5874 | mrdocs | 1299 | <translation>&Normal upplösning</translation> |
3064 | cbradney | 1300 | </message> |
1301 | <message> |
||
18553 | craig | 1302 | <location filename="../../scribus/actionmanager.cpp" line="1540"/> |
3064 | cbradney | 1303 | <source>&Full Resolution</source> |
5874 | mrdocs | 1304 | <translation>&Full upplösning</translation> |
3064 | cbradney | 1305 | </message> |
1306 | <message> |
||
18553 | craig | 1307 | <location filename="../../scribus/actionmanager.cpp" line="1541"/> |
3064 | cbradney | 1308 | <source>Is PDF &Bookmark</source> |
5874 | mrdocs | 1309 | <translation>Är ett PDF-&bokmärke</translation> |
3064 | cbradney | 1310 | </message> |
1311 | <message> |
||
18553 | craig | 1312 | <location filename="../../scribus/actionmanager.cpp" line="1542"/> |
3064 | cbradney | 1313 | <source>Is PDF A&nnotation</source> |
5874 | mrdocs | 1314 | <translation>Är en PDF-a&nteckning</translation> |
3064 | cbradney | 1315 | </message> |
1316 | <message> |
||
18553 | craig | 1317 | <location filename="../../scribus/actionmanager.cpp" line="1543"/> |
3064 | cbradney | 1318 | <source>Annotation P&roperties</source> |
5874 | mrdocs | 1319 | <translation>&Egenskaper för anteckning</translation> |
3064 | cbradney | 1320 | </message> |
1321 | <message> |
||
18553 | craig | 1322 | <location filename="../../scribus/actionmanager.cpp" line="1544"/> |
3064 | cbradney | 1323 | <source>Field P&roperties</source> |
5874 | mrdocs | 1324 | <translation>Fält e&genskaper</translation> |
3064 | cbradney | 1325 | </message> |
1326 | <message> |
||
18553 | craig | 1327 | <location filename="../../scribus/actionmanager.cpp" line="1545"/> |
3064 | cbradney | 1328 | <source>&Edit Shape...</source> |
5874 | mrdocs | 1329 | <translation>R&edigera form...</translation> |
3064 | cbradney | 1330 | </message> |
1331 | <message> |
||
18553 | craig | 1332 | <location filename="../../scribus/actionmanager.cpp" line="1546"/> |
3064 | cbradney | 1333 | <source>&Attach Text to Path</source> |
5874 | mrdocs | 1334 | <translation>S&ammanfoga text med kurva</translation> |
3064 | cbradney | 1335 | </message> |
1336 | <message> |
||
18553 | craig | 1337 | <location filename="../../scribus/actionmanager.cpp" line="1547"/> |
3064 | cbradney | 1338 | <source>&Detach Text from Path</source> |
5874 | mrdocs | 1339 | <translation>Lös&gör text från kurva</translation> |
3064 | cbradney | 1340 | </message> |
1341 | <message> |
||
18553 | craig | 1342 | <location filename="../../scribus/actionmanager.cpp" line="1548"/> |
3064 | cbradney | 1343 | <source>&Combine Polygons</source> |
5874 | mrdocs | 1344 | <translation>Sammanf&oga polygoner</translation> |
3064 | cbradney | 1345 | </message> |
1346 | <message> |
||
18553 | craig | 1347 | <location filename="../../scribus/actionmanager.cpp" line="1549"/> |
3064 | cbradney | 1348 | <source>Split &Polygons</source> |
5874 | mrdocs | 1349 | <translation>Dela upp &polygoner</translation> |
3064 | cbradney | 1350 | </message> |
1351 | <message> |
||
18553 | craig | 1352 | <location filename="../../scribus/actionmanager.cpp" line="1550"/> |
3064 | cbradney | 1353 | <source>&Bezier Curve</source> |
5874 | mrdocs | 1354 | <translation>&Bezierkurva</translation> |
3064 | cbradney | 1355 | </message> |
1356 | <message> |
||
18553 | craig | 1357 | <location filename="../../scribus/actionmanager.cpp" line="1551"/> |
3064 | cbradney | 1358 | <source>&Image Frame</source> |
5874 | mrdocs | 1359 | <translation>B&ildram</translation> |
3064 | cbradney | 1360 | </message> |
1361 | <message> |
||
1362 | <source>&Outlines</source> |
||
4870 | mrdocs | 1363 | <translation type="obsolete">&Konturer</translation> |
3064 | cbradney | 1364 | </message> |
1365 | <message> |
||
18553 | craig | 1366 | <location filename="../../scribus/actionmanager.cpp" line="1553"/> |
3064 | cbradney | 1367 | <source>&Polygon</source> |
5874 | mrdocs | 1368 | <translation>&Polygon</translation> |
3064 | cbradney | 1369 | </message> |
1370 | <message> |
||
18553 | craig | 1371 | <location filename="../../scribus/actionmanager.cpp" line="1554"/> |
3064 | cbradney | 1372 | <source>&Text Frame</source> |
5874 | mrdocs | 1373 | <translation>&Textram</translation> |
3064 | cbradney | 1374 | </message> |
1375 | <message> |
||
18553 | craig | 1376 | <location filename="../../scribus/actionmanager.cpp" line="1562"/> |
3064 | cbradney | 1377 | <source>&Glyph...</source> |
6232 | mrdocs | 1378 | <translation>&Tecken...</translation> |
3064 | cbradney | 1379 | </message> |
1380 | <message> |
||
18553 | craig | 1381 | <location filename="../../scribus/actionmanager.cpp" line="1563"/> |
3064 | cbradney | 1382 | <source>Sample Text</source> |
5874 | mrdocs | 1383 | <translation>Exempeltext</translation> |
3064 | cbradney | 1384 | </message> |
1385 | <message> |
||
18553 | craig | 1386 | <location filename="../../scribus/actionmanager.cpp" line="1575"/> |
3064 | cbradney | 1387 | <source>&Insert...</source> |
5874 | mrdocs | 1388 | <translation>&Infoga...</translation> |
3064 | cbradney | 1389 | </message> |
1390 | <message> |
||
18553 | craig | 1391 | <location filename="../../scribus/actionmanager.cpp" line="1576"/> |
3064 | cbradney | 1392 | <source>Im&port...</source> |
5874 | mrdocs | 1393 | <translation>Im&portera...</translation> |
3064 | cbradney | 1394 | </message> |
1395 | <message> |
||
18553 | craig | 1396 | <location filename="../../scribus/actionmanager.cpp" line="1577"/> |
3064 | cbradney | 1397 | <source>&Delete...</source> |
5874 | mrdocs | 1398 | <translation>&Ta bort...</translation> |
3064 | cbradney | 1399 | </message> |
1400 | <message> |
||
18553 | craig | 1401 | <location filename="../../scribus/actionmanager.cpp" line="1578"/> |
3064 | cbradney | 1402 | <source>&Copy...</source> |
5874 | mrdocs | 1403 | <translation>&Kopiera...</translation> |
3064 | cbradney | 1404 | </message> |
1405 | <message> |
||
18553 | craig | 1406 | <location filename="../../scribus/actionmanager.cpp" line="1579"/> |
3064 | cbradney | 1407 | <source>&Move...</source> |
5874 | mrdocs | 1408 | <translation>&Flytta...</translation> |
3064 | cbradney | 1409 | </message> |
1410 | <message> |
||
18553 | craig | 1411 | <location filename="../../scribus/actionmanager.cpp" line="1580"/> |
3064 | cbradney | 1412 | <source>&Apply Master Page...</source> |
5874 | mrdocs | 1413 | <translation>&Använd mallsidor...</translation> |
3064 | cbradney | 1414 | </message> |
1415 | <message> |
||
18553 | craig | 1416 | <location filename="../../scribus/actionmanager.cpp" line="1582"/> |
3064 | cbradney | 1417 | <source>Manage &Guides...</source> |
5874 | mrdocs | 1418 | <translation>Hantera stö&dlinjer...</translation> |
3064 | cbradney | 1419 | </message> |
1420 | <message> |
||
18553 | craig | 1421 | <location filename="../../scribus/actionmanager.cpp" line="1583"/> |
3064 | cbradney | 1422 | <source>Manage Page Properties...</source> |
5874 | mrdocs | 1423 | <translation>Hantera sidegenskaper...</translation> |
3064 | cbradney | 1424 | </message> |
1425 | <message> |
||
1426 | <source>&Fit in window</source> |
||
7508 | cbradney | 1427 | <translation type="obsolete">Anpassa till &fönster</translation> |
3064 | cbradney | 1428 | </message> |
1429 | <message> |
||
18553 | craig | 1430 | <location filename="../../scribus/actionmanager.cpp" line="1588"/> |
3064 | cbradney | 1431 | <source>&50%</source> |
5874 | mrdocs | 1432 | <translation>&50%</translation> |
3064 | cbradney | 1433 | </message> |
1434 | <message> |
||
18553 | craig | 1435 | <location filename="../../scribus/actionmanager.cpp" line="1589"/> |
3064 | cbradney | 1436 | <source>&75%</source> |
5874 | mrdocs | 1437 | <translation>&75%</translation> |
3064 | cbradney | 1438 | </message> |
1439 | <message> |
||
18553 | craig | 1440 | <location filename="../../scribus/actionmanager.cpp" line="1590"/> |
3064 | cbradney | 1441 | <source>&100%</source> |
5874 | mrdocs | 1442 | <translation>&100%</translation> |
3064 | cbradney | 1443 | </message> |
1444 | <message> |
||
18553 | craig | 1445 | <location filename="../../scribus/actionmanager.cpp" line="1591"/> |
3064 | cbradney | 1446 | <source>&200%</source> |
5874 | mrdocs | 1447 | <translation>&200%</translation> |
3064 | cbradney | 1448 | </message> |
1449 | <message> |
||
1450 | <source>&Thumbnails</source> |
||
9729 | cbradney | 1451 | <translation type="obsolete">Minia&tyrer</translation> |
3064 | cbradney | 1452 | </message> |
1453 | <message> |
||
18553 | craig | 1454 | <location filename="../../scribus/actionmanager.cpp" line="1594"/> |
3064 | cbradney | 1455 | <source>Show &Margins</source> |
5874 | mrdocs | 1456 | <translation>Visa &marginaler</translation> |
3064 | cbradney | 1457 | </message> |
1458 | <message> |
||
18553 | craig | 1459 | <location filename="../../scribus/actionmanager.cpp" line="1596"/> |
3064 | cbradney | 1460 | <source>Show &Frames</source> |
5874 | mrdocs | 1461 | <translation>Visa &ramar</translation> |
3064 | cbradney | 1462 | </message> |
1463 | <message> |
||
18553 | craig | 1464 | <location filename="../../scribus/actionmanager.cpp" line="1598"/> |
3064 | cbradney | 1465 | <source>Show &Images</source> |
5874 | mrdocs | 1466 | <translation>Visa b&ilder</translation> |
3064 | cbradney | 1467 | </message> |
1468 | <message> |
||
18553 | craig | 1469 | <location filename="../../scribus/actionmanager.cpp" line="1599"/> |
3064 | cbradney | 1470 | <source>Show &Grid</source> |
5874 | mrdocs | 1471 | <translation>Visa stö&drutor</translation> |
3064 | cbradney | 1472 | </message> |
1473 | <message> |
||
18553 | craig | 1474 | <location filename="../../scribus/actionmanager.cpp" line="1600"/> |
3064 | cbradney | 1475 | <source>Show G&uides</source> |
5874 | mrdocs | 1476 | <translation>Visa stö&dlinjer</translation> |
3064 | cbradney | 1477 | </message> |
1478 | <message> |
||
18553 | craig | 1479 | <location filename="../../scribus/actionmanager.cpp" line="1602"/> |
3064 | cbradney | 1480 | <source>Show &Baseline Grid</source> |
5874 | mrdocs | 1481 | <translation>Visa &baslinjerna</translation> |
3064 | cbradney | 1482 | </message> |
1483 | <message> |
||
18553 | craig | 1484 | <location filename="../../scribus/actionmanager.cpp" line="1603"/> |
3064 | cbradney | 1485 | <source>Show &Text Chain</source> |
5874 | mrdocs | 1486 | <translation>Visa &textflöde</translation> |
3064 | cbradney | 1487 | </message> |
1488 | <message> |
||
18553 | craig | 1489 | <location filename="../../scribus/actionmanager.cpp" line="1604"/> |
3064 | cbradney | 1490 | <source>Show Control Characters</source> |
5874 | mrdocs | 1491 | <translation>Visa kontrolltecken</translation> |
3064 | cbradney | 1492 | </message> |
1493 | <message> |
||
1494 | <source>Rulers relative to Page</source> |
||
12281 | cbradney | 1495 | <translation type="obsolete">Linjaler relativt sida</translation> |
3064 | cbradney | 1496 | </message> |
1497 | <message> |
||
18553 | craig | 1498 | <location filename="../../scribus/actionmanager.cpp" line="1607"/> |
3064 | cbradney | 1499 | <source>Sn&ap to Grid</source> |
5874 | mrdocs | 1500 | <translation>&Lås till rutmönster</translation> |
3064 | cbradney | 1501 | </message> |
1502 | <message> |
||
18553 | craig | 1503 | <location filename="../../scribus/actionmanager.cpp" line="1608"/> |
3064 | cbradney | 1504 | <source>Sna&p to Guides</source> |
5874 | mrdocs | 1505 | <translation>Lås till stödlin&jerna</translation> |
3064 | cbradney | 1506 | </message> |
1507 | <message> |
||
18553 | craig | 1508 | <location filename="../../scribus/actionmanager.cpp" line="1614"/> |
3064 | cbradney | 1509 | <source>&Properties</source> |
5874 | mrdocs | 1510 | <translation>Egenska&per</translation> |
3064 | cbradney | 1511 | </message> |
1512 | <message> |
||
18553 | craig | 1513 | <location filename="../../scribus/actionmanager.cpp" line="1616"/> |
3064 | cbradney | 1514 | <source>&Scrapbook</source> |
5874 | mrdocs | 1515 | <translation>&Klippbok</translation> |
3064 | cbradney | 1516 | </message> |
1517 | <message> |
||
18553 | craig | 1518 | <location filename="../../scribus/actionmanager.cpp" line="1617"/> |
3064 | cbradney | 1519 | <source>&Layers</source> |
5874 | mrdocs | 1520 | <translation>&Lager</translation> |
3064 | cbradney | 1521 | </message> |
1522 | <message> |
||
18553 | craig | 1523 | <location filename="../../scribus/actionmanager.cpp" line="1618"/> |
3064 | cbradney | 1524 | <source>&Arrange Pages</source> |
5874 | mrdocs | 1525 | <translation>Ordn&a sidor</translation> |
3064 | cbradney | 1526 | </message> |
1527 | <message> |
||
18553 | craig | 1528 | <location filename="../../scribus/actionmanager.cpp" line="1619"/> |
3064 | cbradney | 1529 | <source>&Bookmarks</source> |
5874 | mrdocs | 1530 | <translation>&Bokmärken</translation> |
3064 | cbradney | 1531 | </message> |
1532 | <message> |
||
18553 | craig | 1533 | <location filename="../../scribus/actionmanager.cpp" line="1620"/> |
3064 | cbradney | 1534 | <source>&Measurements</source> |
5874 | mrdocs | 1535 | <translation>&Måttangivelser</translation> |
3064 | cbradney | 1536 | </message> |
1537 | <message> |
||
18553 | craig | 1538 | <location filename="../../scribus/actionmanager.cpp" line="1621"/> |
3064 | cbradney | 1539 | <source>Action &History</source> |
5874 | mrdocs | 1540 | <translation>&Historik över händelser</translation> |
3064 | cbradney | 1541 | </message> |
1542 | <message> |
||
18553 | craig | 1543 | <location filename="../../scribus/actionmanager.cpp" line="1622"/> |
3064 | cbradney | 1544 | <source>Preflight &Verifier</source> |
5874 | mrdocs | 1545 | <translation>&Verifiering (Pre-flight)</translation> |
3064 | cbradney | 1546 | </message> |
1547 | <message> |
||
18553 | craig | 1548 | <location filename="../../scribus/actionmanager.cpp" line="1623"/> |
3064 | cbradney | 1549 | <source>&Align and Distribute</source> |
5874 | mrdocs | 1550 | <translation>Juster&a och fördela</translation> |
3064 | cbradney | 1551 | </message> |
1552 | <message> |
||
18553 | craig | 1553 | <location filename="../../scribus/actionmanager.cpp" line="1626"/> |
3064 | cbradney | 1554 | <source>&Tools</source> |
5874 | mrdocs | 1555 | <translation>Verk&tyg</translation> |
3064 | cbradney | 1556 | </message> |
1557 | <message> |
||
18553 | craig | 1558 | <location filename="../../scribus/actionmanager.cpp" line="1627"/> |
3064 | cbradney | 1559 | <source>P&DF Tools</source> |
5874 | mrdocs | 1560 | <translation>P&DF verktyg</translation> |
3064 | cbradney | 1561 | </message> |
1562 | <message> |
||
18553 | craig | 1563 | <location filename="../../scribus/actionmanager.cpp" line="1630"/> |
3064 | cbradney | 1564 | <source>Select Item</source> |
5874 | mrdocs | 1565 | <translation>Välj objekt</translation> |
3064 | cbradney | 1566 | </message> |
1567 | <message> |
||
1568 | <source>T&able</source> |
||
10842 | cbradney | 1569 | <translation type="obsolete">T&abell</translation> |
3064 | cbradney | 1570 | </message> |
1571 | <message> |
||
1572 | <source>&Shape</source> |
||
10842 | cbradney | 1573 | <translation type="obsolete">&Form</translation> |
3064 | cbradney | 1574 | </message> |
1575 | <message> |
||
1576 | <source>&Line</source> |
||
10842 | cbradney | 1577 | <translation type="obsolete">&Linje</translation> |
3064 | cbradney | 1578 | </message> |
1579 | <message> |
||
1580 | <source>&Freehand Line</source> |
||
10842 | cbradney | 1581 | <translation type="obsolete">&Frihandslinje</translation> |
3064 | cbradney | 1582 | </message> |
1583 | <message> |
||
18553 | craig | 1584 | <location filename="../../scribus/actionmanager.cpp" line="1631"/> |
3064 | cbradney | 1585 | <source>Rotate Item</source> |
5874 | mrdocs | 1586 | <translation>Rotera objekt</translation> |
3064 | cbradney | 1587 | </message> |
1588 | <message> |
||
18553 | craig | 1589 | <location filename="../../scribus/actionmanager.cpp" line="1632"/> |
1590 | <location filename="../../scribus/actionmanager.cpp" line="1742"/> |
||
3064 | cbradney | 1591 | <source>Zoom in or out</source> |
5874 | mrdocs | 1592 | <translation>Förstora eller förminska</translation> |
3064 | cbradney | 1593 | </message> |
1594 | <message> |
||
18553 | craig | 1595 | <location filename="../../scribus/actionmanager.cpp" line="1633"/> |
3064 | cbradney | 1596 | <source>Zoom in</source> |
5874 | mrdocs | 1597 | <translation>Förstora</translation> |
3064 | cbradney | 1598 | </message> |
1599 | <message> |
||
18553 | craig | 1600 | <location filename="../../scribus/actionmanager.cpp" line="1634"/> |
3064 | cbradney | 1601 | <source>Zoom out</source> |
5874 | mrdocs | 1602 | <translation>Förminska</translation> |
3064 | cbradney | 1603 | </message> |
1604 | <message> |
||
18553 | craig | 1605 | <location filename="../../scribus/actionmanager.cpp" line="1635"/> |
3064 | cbradney | 1606 | <source>Edit Contents of Frame</source> |
5874 | mrdocs | 1607 | <translation>Redigera raminnehåll</translation> |
3064 | cbradney | 1608 | </message> |
1609 | <message> |
||
18553 | craig | 1610 | <location filename="../../scribus/actionmanager.cpp" line="1636"/> |
3064 | cbradney | 1611 | <source>Edit Text...</source> |
5874 | mrdocs | 1612 | <translation>Redigera text...</translation> |
3064 | cbradney | 1613 | </message> |
1614 | <message> |
||
18553 | craig | 1615 | <location filename="../../scribus/actionmanager.cpp" line="1637"/> |
3064 | cbradney | 1616 | <source>Link Text Frames</source> |
5874 | mrdocs | 1617 | <translation>Länka textramar</translation> |
3064 | cbradney | 1618 | </message> |
1619 | <message> |
||
18553 | craig | 1620 | <location filename="../../scribus/actionmanager.cpp" line="1638"/> |
3064 | cbradney | 1621 | <source>Unlink Text Frames</source> |
5874 | mrdocs | 1622 | <translation>Avbryt länk mellan textramar</translation> |
3064 | cbradney | 1623 | </message> |
1624 | <message> |
||
18553 | craig | 1625 | <location filename="../../scribus/actionmanager.cpp" line="1641"/> |
3064 | cbradney | 1626 | <source>&Eye Dropper</source> |
5874 | mrdocs | 1627 | <translation>Droppv&erktyg</translation> |
3064 | cbradney | 1628 | </message> |
1629 | <message> |
||
18553 | craig | 1630 | <location filename="../../scribus/actionmanager.cpp" line="1642"/> |
3064 | cbradney | 1631 | <source>Copy Item Properties</source> |
5874 | mrdocs | 1632 | <translation>Kopiera objektegenskaper</translation> |
3064 | cbradney | 1633 | </message> |
1634 | <message> |
||
1635 | <source>Edit the text with the Story Editor</source> |
||
10842 | cbradney | 1636 | <translation type="obsolete">Redigera text med Texthanteraren</translation> |
3064 | cbradney | 1637 | </message> |
1638 | <message> |
||
1639 | <source>Insert Text Frame</source> |
||
10842 | cbradney | 1640 | <translation type="obsolete">Infoga textram</translation> |
3064 | cbradney | 1641 | </message> |
1642 | <message> |
||
1643 | <source>Insert Image Frame</source> |
||
10842 | cbradney | 1644 | <translation type="obsolete">Infoga bildram</translation> |
3064 | cbradney | 1645 | </message> |
1646 | <message> |
||
1647 | <source>Insert Table</source> |
||
10842 | cbradney | 1648 | <translation type="obsolete">Infoga tabell</translation> |
3064 | cbradney | 1649 | </message> |
1650 | <message> |
||
1651 | <source>Insert Shape</source> |
||
10842 | cbradney | 1652 | <translation type="obsolete">Infoga form</translation> |
3064 | cbradney | 1653 | </message> |
1654 | <message> |
||
1655 | <source>Insert Polygon</source> |
||
10842 | cbradney | 1656 | <translation type="obsolete">Infoga polygon</translation> |
3064 | cbradney | 1657 | </message> |
1658 | <message> |
||
1659 | <source>Insert Line</source> |
||
10842 | cbradney | 1660 | <translation type="obsolete">Infoga linje</translation> |
3064 | cbradney | 1661 | </message> |
1662 | <message> |
||
1663 | <source>Insert Bezier Curve</source> |
||
10842 | cbradney | 1664 | <translation type="obsolete">Infoga Bezierkurva</translation> |
3064 | cbradney | 1665 | </message> |
1666 | <message> |
||
1667 | <source>Insert Freehand Line</source> |
||
10842 | cbradney | 1668 | <translation type="obsolete">Infoga frihandslinje</translation> |
3064 | cbradney | 1669 | </message> |
1670 | <message> |
||
1671 | <source>&Manage Pictures</source> |
||
11652 | cbradney | 1672 | <translation type="obsolete">Bild&hantering</translation> |
3064 | cbradney | 1673 | </message> |
1674 | <message> |
||
18553 | craig | 1675 | <location filename="../../scribus/actionmanager.cpp" line="1672"/> |
3064 | cbradney | 1676 | <source>&Hyphenate Text</source> |
5874 | mrdocs | 1677 | <translation>A&vstava text</translation> |
3064 | cbradney | 1678 | </message> |
1679 | <message> |
||
18553 | craig | 1680 | <location filename="../../scribus/actionmanager.cpp" line="1673"/> |
3064 | cbradney | 1681 | <source>Dehyphenate Text</source> |
5874 | mrdocs | 1682 | <translation>Ångra avstavning</translation> |
3064 | cbradney | 1683 | </message> |
1684 | <message> |
||
18553 | craig | 1685 | <location filename="../../scribus/actionmanager.cpp" line="1674"/> |
3064 | cbradney | 1686 | <source>&Generate Table Of Contents</source> |
5874 | mrdocs | 1687 | <translation>Skapa inne&hållsförteckning</translation> |
3064 | cbradney | 1688 | </message> |
1689 | <message> |
||
18553 | craig | 1690 | <location filename="../../scribus/actionmanager.cpp" line="1682"/> |
3064 | cbradney | 1691 | <source>&About Scribus</source> |
5874 | mrdocs | 1692 | <translation>&Om Scribus</translation> |
3064 | cbradney | 1693 | </message> |
1694 | <message> |
||
18553 | craig | 1695 | <location filename="../../scribus/actionmanager.cpp" line="1684"/> |
3064 | cbradney | 1696 | <source>About &Qt</source> |
5874 | mrdocs | 1697 | <translation>Om &Qt</translation> |
3064 | cbradney | 1698 | </message> |
1699 | <message> |
||
18553 | craig | 1700 | <location filename="../../scribus/actionmanager.cpp" line="1685"/> |
3064 | cbradney | 1701 | <source>Toolti&ps</source> |
5874 | mrdocs | 1702 | <translation>Verktygsti&ps</translation> |
3064 | cbradney | 1703 | </message> |
1704 | <message> |
||
18553 | craig | 1705 | <location filename="../../scribus/actionmanager.cpp" line="1687"/> |
3064 | cbradney | 1706 | <source>Scribus &Manual...</source> |
5874 | mrdocs | 1707 | <translation>Scribus &handbok...</translation> |
3064 | cbradney | 1708 | </message> |
1709 | <message> |
||
1710 | <source>Smart &Hyphen</source> |
||
15099 | cbradney | 1711 | <translation type="obsolete">Smart avstavnin&g</translation> |
3064 | cbradney | 1712 | </message> |
1713 | <message> |
||
18553 | craig | 1714 | <location filename="../../scribus/actionmanager.cpp" line="1756"/> |
3064 | cbradney | 1715 | <source>Non Breaking Dash</source> |
5874 | mrdocs | 1716 | <translation>Hårt bindestreck</translation> |
3064 | cbradney | 1717 | </message> |
1718 | <message> |
||
18553 | craig | 1719 | <location filename="../../scribus/actionmanager.cpp" line="1757"/> |
3064 | cbradney | 1720 | <source>Non Breaking &Space</source> |
5874 | mrdocs | 1721 | <translation>Fast mellan&slag</translation> |
3064 | cbradney | 1722 | </message> |
1723 | <message> |
||
18553 | craig | 1724 | <location filename="../../scribus/actionmanager.cpp" line="1758"/> |
3064 | cbradney | 1725 | <source>Page &Number</source> |
5874 | mrdocs | 1726 | <translation>Sid&nummer</translation> |
3064 | cbradney | 1727 | </message> |
1728 | <message> |
||
18553 | craig | 1729 | <location filename="../../scribus/actionmanager.cpp" line="1760"/> |
3064 | cbradney | 1730 | <source>New Line</source> |
5874 | mrdocs | 1731 | <translation>Ny rad</translation> |
3064 | cbradney | 1732 | </message> |
1733 | <message> |
||
18553 | craig | 1734 | <location filename="../../scribus/actionmanager.cpp" line="1761"/> |
3064 | cbradney | 1735 | <source>Frame Break</source> |
5874 | mrdocs | 1736 | <translation>Bryt ram</translation> |
3064 | cbradney | 1737 | </message> |
1738 | <message> |
||
18553 | craig | 1739 | <location filename="../../scribus/actionmanager.cpp" line="1762"/> |
3064 | cbradney | 1740 | <source>Column Break</source> |
5874 | mrdocs | 1741 | <translation>Kolumnbryt</translation> |
3064 | cbradney | 1742 | </message> |
1743 | <message> |
||
18553 | craig | 1744 | <location filename="../../scribus/actionmanager.cpp" line="1765"/> |
3064 | cbradney | 1745 | <source>Copyright</source> |
5874 | mrdocs | 1746 | <translation>Copyright</translation> |
3064 | cbradney | 1747 | </message> |
1748 | <message> |
||
18553 | craig | 1749 | <location filename="../../scribus/actionmanager.cpp" line="1766"/> |
3064 | cbradney | 1750 | <source>Registered Trademark</source> |
5874 | mrdocs | 1751 | <translation>Registrerat varumärke</translation> |
3064 | cbradney | 1752 | </message> |
1753 | <message> |
||
18553 | craig | 1754 | <location filename="../../scribus/actionmanager.cpp" line="1767"/> |
3064 | cbradney | 1755 | <source>Trademark</source> |
5874 | mrdocs | 1756 | <translation>Varumärke</translation> |
3064 | cbradney | 1757 | </message> |
1758 | <message> |
||
18553 | craig | 1759 | <location filename="../../scribus/actionmanager.cpp" line="1769"/> |
3064 | cbradney | 1760 | <source>Bullet</source> |
5874 | mrdocs | 1761 | <translation>Bomber</translation> |
3064 | cbradney | 1762 | </message> |
1763 | <message> |
||
18553 | craig | 1764 | <location filename="../../scribus/actionmanager.cpp" line="1771"/> |
3064 | cbradney | 1765 | <source>Em Dash</source> |
5874 | mrdocs | 1766 | <translation>Långt tankstreck (helfyrkant)</translation> |
3064 | cbradney | 1767 | </message> |
1768 | <message> |
||
18553 | craig | 1769 | <location filename="../../scribus/actionmanager.cpp" line="1772"/> |
3064 | cbradney | 1770 | <source>En Dash</source> |
5874 | mrdocs | 1771 | <translation>Kort tankstreck (halvfyrkant)</translation> |
3064 | cbradney | 1772 | </message> |
1773 | <message> |
||
18553 | craig | 1774 | <location filename="../../scribus/actionmanager.cpp" line="1773"/> |
3064 | cbradney | 1775 | <source>Figure Dash</source> |
1776 | <translation type="unfinished"></translation> |
||
1777 | </message> |
||
1778 | <message> |
||
18553 | craig | 1779 | <location filename="../../scribus/actionmanager.cpp" line="1774"/> |
3064 | cbradney | 1780 | <source>Quotation Dash</source> |
5874 | mrdocs | 1781 | <translation>Citattecken</translation> |
3064 | cbradney | 1782 | </message> |
1783 | <message> |
||
1784 | <source>Apostrophe</source> |
||
9729 | cbradney | 1785 | <translation type="obsolete">Apostrof</translation> |
3064 | cbradney | 1786 | </message> |
1787 | <message> |
||
1788 | <source>Straight Double</source> |
||
9729 | cbradney | 1789 | <translation type="obsolete">Dubbel divis</translation> |
3064 | cbradney | 1790 | </message> |
1791 | <message> |
||
1792 | <source>Single Left</source> |
||
9729 | cbradney | 1793 | <translation type="obsolete">Enkelt vänster</translation> |
3064 | cbradney | 1794 | </message> |
1795 | <message> |
||
1796 | <source>Single Right</source> |
||
9729 | cbradney | 1797 | <translation type="obsolete">Enklet höger</translation> |
3064 | cbradney | 1798 | </message> |
1799 | <message> |
||
1800 | <source>Double Left</source> |
||
9729 | cbradney | 1801 | <translation type="obsolete">Dubbelt vänster</translation> |
3064 | cbradney | 1802 | </message> |
1803 | <message> |
||
1804 | <source>Double Right</source> |
||
9729 | cbradney | 1805 | <translation type="obsolete">Dubbelt höger</translation> |
3064 | cbradney | 1806 | </message> |
1807 | <message> |
||
1808 | <source>Single Reversed</source> |
||
9729 | cbradney | 1809 | <translation type="obsolete">Enkelt omvänt</translation> |
3064 | cbradney | 1810 | </message> |
1811 | <message> |
||
1812 | <source>Double Reversed</source> |
||
9729 | cbradney | 1813 | <translation type="obsolete">Dubbelt omvänt</translation> |
3064 | cbradney | 1814 | </message> |
1815 | <message> |
||
1816 | <source>Single Left Guillemet</source> |
||
9729 | cbradney | 1817 | <translation type="obsolete">Enkelt vänster gåsöga</translation> |
3064 | cbradney | 1818 | </message> |
1819 | <message> |
||
1820 | <source>Single Right Guillemet</source> |
||
9729 | cbradney | 1821 | <translation type="obsolete">Enkelt höger gåsöga</translation> |
3064 | cbradney | 1822 | </message> |
1823 | <message> |
||
1824 | <source>Double Left Guillemet</source> |
||
9729 | cbradney | 1825 | <translation type="obsolete">Dubbelt vänster gåsöga</translation> |
3064 | cbradney | 1826 | </message> |
1827 | <message> |
||
1828 | <source>Double Right Guillemet</source> |
||
9729 | cbradney | 1829 | <translation type="obsolete">Dubbelt höger gåsöga</translation> |
3064 | cbradney | 1830 | </message> |
1831 | <message> |
||
1832 | <source>Low Single Comma</source> |
||
9729 | cbradney | 1833 | <translation type="obsolete">Enkelt komma</translation> |
3064 | cbradney | 1834 | </message> |
1835 | <message> |
||
1836 | <source>Low Double Comma</source> |
||
9729 | cbradney | 1837 | <translation type="obsolete">Dubbelt komma</translation> |
3064 | cbradney | 1838 | </message> |
1839 | <message> |
||
1840 | <source>CJK Single Left</source> |
||
9729 | cbradney | 1841 | <translation type="obsolete">CJK Enkelt vänster</translation> |
3064 | cbradney | 1842 | </message> |
1843 | <message> |
||
1844 | <source>CJK Single Right</source> |
||
9729 | cbradney | 1845 | <translation type="obsolete">CJK Enkelt höger</translation> |
3064 | cbradney | 1846 | </message> |
1847 | <message> |
||
1848 | <source>CJK Double Left</source> |
||
9729 | cbradney | 1849 | <translation type="obsolete">CJL Dubbelt vänster</translation> |
3064 | cbradney | 1850 | </message> |
1851 | <message> |
||
1852 | <source>CJK Double Right</source> |
||
9729 | cbradney | 1853 | <translation type="obsolete">CJK Dubbelt höger</translation> |
3064 | cbradney | 1854 | </message> |
1855 | <message> |
||
18553 | craig | 1856 | <location filename="../../scribus/actionmanager.cpp" line="1695"/> |
3064 | cbradney | 1857 | <source>Toggle Palettes</source> |
5874 | mrdocs | 1858 | <translation>Växla paletter</translation> |
3064 | cbradney | 1859 | </message> |
1860 | <message> |
||
18553 | craig | 1861 | <location filename="../../scribus/actionmanager.cpp" line="1696"/> |
3064 | cbradney | 1862 | <source>Toggle Guides</source> |
5874 | mrdocs | 1863 | <translation>Växla hjälplinjer</translation> |
3064 | cbradney | 1864 | </message> |
3278 | cbradney | 1865 | <message> |
18553 | craig | 1866 | <location filename="../../scribus/actionmanager.cpp" line="1442"/> |
3278 | cbradney | 1867 | <source>Print Previe&w</source> |
5874 | mrdocs | 1868 | <translation>Skriv ut förhands&visning</translation> |
3278 | cbradney | 1869 | </message> |
1870 | <message> |
||
18553 | craig | 1871 | <location filename="../../scribus/actionmanager.cpp" line="1468"/> |
3278 | cbradney | 1872 | <source>&JavaScripts...</source> |
5874 | mrdocs | 1873 | <translation>&JavaScripts...</translation> |
3278 | cbradney | 1874 | </message> |
1875 | <message> |
||
18553 | craig | 1876 | <location filename="../../scribus/actionmanager.cpp" line="1581"/> |
3278 | cbradney | 1877 | <source>Convert to Master Page...</source> |
5874 | mrdocs | 1878 | <translation>Omvandla till mallsidor...</translation> |
3278 | cbradney | 1879 | </message> |
1880 | <message> |
||
18553 | craig | 1881 | <location filename="../../scribus/actionmanager.cpp" line="1678"/> |
3278 | cbradney | 1882 | <source>&Cascade</source> |
5874 | mrdocs | 1883 | <translation>&Kaskad</translation> |
3278 | cbradney | 1884 | </message> |
1885 | <message> |
||
18553 | craig | 1886 | <location filename="../../scribus/actionmanager.cpp" line="1679"/> |
3278 | cbradney | 1887 | <source>&Tile</source> |
5874 | mrdocs | 1888 | <translation>&Sida vid sida</translation> |
3278 | cbradney | 1889 | </message> |
1890 | <message> |
||
1891 | <source>&About Plug-ins</source> |
||
11652 | cbradney | 1892 | <translation type="obsolete">Om insticksprogr&am</translation> |
3278 | cbradney | 1893 | </message> |
3824 | cbradney | 1894 | <message> |
18553 | craig | 1895 | <location filename="../../scribus/actionmanager.cpp" line="1518"/> |
3824 | cbradney | 1896 | <source>More Info...</source> |
5874 | mrdocs | 1897 | <translation>Mer info...</translation> |
3824 | cbradney | 1898 | </message> |
4759 | cbradney | 1899 | <message> |
18553 | craig | 1900 | <location filename="../../scribus/actionmanager.cpp" line="1508"/> |
4759 | cbradney | 1901 | <source>&Printing Enabled</source> |
5874 | mrdocs | 1902 | <translation>&Utskrift aktiverad</translation> |
4759 | cbradney | 1903 | </message> |
1904 | <message> |
||
18553 | craig | 1905 | <location filename="../../scribus/actionmanager.cpp" line="1509"/> |
4759 | cbradney | 1906 | <source>&Flip Horizontally</source> |
5874 | mrdocs | 1907 | <translation>&Vänd horisontellt</translation> |
4759 | cbradney | 1908 | </message> |
1909 | <message> |
||
18553 | craig | 1910 | <location filename="../../scribus/actionmanager.cpp" line="1510"/> |
4759 | cbradney | 1911 | <source>&Flip Vertically</source> |
5874 | mrdocs | 1912 | <translation>&Vänd vertikalt</translation> |
4759 | cbradney | 1913 | </message> |
1914 | <message> |
||
18553 | craig | 1915 | <location filename="../../scribus/actionmanager.cpp" line="1605"/> |
4759 | cbradney | 1916 | <source>Show Rulers</source> |
5874 | mrdocs | 1917 | <translation>Visa linjaler</translation> |
4759 | cbradney | 1918 | </message> |
1919 | <message> |
||
18553 | craig | 1920 | <location filename="../../scribus/actionmanager.cpp" line="1615"/> |
4759 | cbradney | 1921 | <source>&Outline</source> |
1922 | <comment>Document Outline Palette</comment> |
||
5874 | mrdocs | 1923 | <translation>Öve&rsikt</translation> |
4759 | cbradney | 1924 | </message> |
1925 | <message> |
||
18553 | craig | 1926 | <location filename="../../scribus/actionmanager.cpp" line="1768"/> |
4759 | cbradney | 1927 | <source>Solidus</source> |
5874 | mrdocs | 1928 | <translation>Snedstreck</translation> |
4759 | cbradney | 1929 | </message> |
1930 | <message> |
||
18553 | craig | 1931 | <location filename="../../scribus/actionmanager.cpp" line="1770"/> |
4759 | cbradney | 1932 | <source>Middle Dot</source> |
5874 | mrdocs | 1933 | <translation>Mager punkt</translation> |
4759 | cbradney | 1934 | </message> |
1935 | <message> |
||
18553 | craig | 1936 | <location filename="../../scribus/actionmanager.cpp" line="1795"/> |
4759 | cbradney | 1937 | <source>En Space</source> |
5874 | mrdocs | 1938 | <translation>Halv fyrkant</translation> |
4759 | cbradney | 1939 | </message> |
1940 | <message> |
||
18553 | craig | 1941 | <location filename="../../scribus/actionmanager.cpp" line="1796"/> |
4759 | cbradney | 1942 | <source>Em Space</source> |
5874 | mrdocs | 1943 | <translation>Hel fyrkant</translation> |
4759 | cbradney | 1944 | </message> |
1945 | <message> |
||
18553 | craig | 1946 | <location filename="../../scribus/actionmanager.cpp" line="1797"/> |
4759 | cbradney | 1947 | <source>Thin Space</source> |
5874 | mrdocs | 1948 | <translation>Smalt mellanslag</translation> |
4759 | cbradney | 1949 | </message> |
1950 | <message> |
||
18553 | craig | 1951 | <location filename="../../scribus/actionmanager.cpp" line="1798"/> |
4759 | cbradney | 1952 | <source>Thick Space</source> |
5874 | mrdocs | 1953 | <translation>Tjockt mellanslag</translation> |
4759 | cbradney | 1954 | </message> |
1955 | <message> |
||
18553 | craig | 1956 | <location filename="../../scribus/actionmanager.cpp" line="1799"/> |
4759 | cbradney | 1957 | <source>Mid Space</source> |
5874 | mrdocs | 1958 | <translation>Normalt mellanslag</translation> |
4759 | cbradney | 1959 | </message> |
1960 | <message> |
||
18553 | craig | 1961 | <location filename="../../scribus/actionmanager.cpp" line="1800"/> |
4759 | cbradney | 1962 | <source>Hair Space</source> |
5874 | mrdocs | 1963 | <translation>Hårtunnt mellanslag</translation> |
4759 | cbradney | 1964 | </message> |
1965 | <message> |
||
1966 | <source>Insert Smart Hyphen</source> |
||
10842 | cbradney | 1967 | <translation type="obsolete">Infoga smart avstavning</translation> |
4759 | cbradney | 1968 | </message> |
1969 | <message> |
||
1970 | <source>Insert Non Breaking Dash</source> |
||
10842 | cbradney | 1971 | <translation type="obsolete">Infoga icke-brytande bindestreck</translation> |
4759 | cbradney | 1972 | </message> |
1973 | <message> |
||
1974 | <source>Insert Non Breaking Space</source> |
||
10842 | cbradney | 1975 | <translation type="obsolete">Infoga icke-brytande mellanslag</translation> |
4759 | cbradney | 1976 | </message> |
1977 | <message> |
||
1978 | <source>Insert Page Number</source> |
||
10842 | cbradney | 1979 | <translation type="obsolete">Infoga sidnummer</translation> |
4759 | cbradney | 1980 | </message> |
1981 | <message> |
||
18553 | craig | 1982 | <location filename="../../scribus/actionmanager.cpp" line="1802"/> |
4759 | cbradney | 1983 | <source>ff</source> |
5874 | mrdocs | 1984 | <translation>ff</translation> |
4759 | cbradney | 1985 | </message> |
1986 | <message> |
||
18553 | craig | 1987 | <location filename="../../scribus/actionmanager.cpp" line="1803"/> |
4759 | cbradney | 1988 | <source>fi</source> |
5874 | mrdocs | 1989 | <translation>fi</translation> |
4759 | cbradney | 1990 | </message> |
1991 | <message> |
||
18553 | craig | 1992 | <location filename="../../scribus/actionmanager.cpp" line="1804"/> |
4759 | cbradney | 1993 | <source>fl</source> |
5874 | mrdocs | 1994 | <translation>fl</translation> |
4759 | cbradney | 1995 | </message> |
1996 | <message> |
||
18553 | craig | 1997 | <location filename="../../scribus/actionmanager.cpp" line="1805"/> |
4759 | cbradney | 1998 | <source>ffi</source> |
5874 | mrdocs | 1999 | <translation>ffi</translation> |
4759 | cbradney | 2000 | </message> |
2001 | <message> |
||
18553 | craig | 2002 | <location filename="../../scribus/actionmanager.cpp" line="1806"/> |
4759 | cbradney | 2003 | <source>ffl</source> |
5874 | mrdocs | 2004 | <translation>ffl</translation> |
4759 | cbradney | 2005 | </message> |
2006 | <message> |
||
18553 | craig | 2007 | <location filename="../../scribus/actionmanager.cpp" line="1807"/> |
4759 | cbradney | 2008 | <source>ft</source> |
5874 | mrdocs | 2009 | <translation>ft</translation> |
4759 | cbradney | 2010 | </message> |
2011 | <message> |
||
18553 | craig | 2012 | <location filename="../../scribus/actionmanager.cpp" line="1808"/> |
4759 | cbradney | 2013 | <source>st</source> |
5874 | mrdocs | 2014 | <translation>st</translation> |
4759 | cbradney | 2015 | </message> |
4870 | mrdocs | 2016 | <message> |
18553 | craig | 2017 | <location filename="../../scribus/actionmanager.cpp" line="1464"/> |
4870 | mrdocs | 2018 | <source>S&tyles...</source> |
5874 | mrdocs | 2019 | <translation>S&tilmallar...</translation> |
4870 | mrdocs | 2020 | </message> |
2021 | <message> |
||
18553 | craig | 2022 | <location filename="../../scribus/actionmanager.cpp" line="1492"/> |
4870 | mrdocs | 2023 | <source>&Outline</source> |
2024 | <comment>type effect</comment> |
||
5874 | mrdocs | 2025 | <translation>K&ontur</translation> |
4870 | mrdocs | 2026 | </message> |
2027 | <message> |
||
18553 | craig | 2028 | <location filename="../../scribus/actionmanager.cpp" line="1552"/> |
4870 | mrdocs | 2029 | <source>&Outlines</source> |
2030 | <comment>Convert to oulines</comment> |
||
5874 | mrdocs | 2031 | <translation>&Konturer</translation> |
4870 | mrdocs | 2032 | </message> |
5328 | cbradney | 2033 | <message> |
18553 | craig | 2034 | <location filename="../../scribus/actionmanager.cpp" line="1453"/> |
5328 | cbradney | 2035 | <source>Paste (&Absolute)</source> |
5874 | mrdocs | 2036 | <translation>Klistra in (&Absolut)</translation> |
5328 | cbradney | 2037 | </message> |
2038 | <message> |
||
18553 | craig | 2039 | <location filename="../../scribus/actionmanager.cpp" line="1455"/> |
5328 | cbradney | 2040 | <source>C&lear</source> |
5874 | mrdocs | 2041 | <translation>Ra&dera</translation> |
5328 | cbradney | 2042 | </message> |
2043 | <message> |
||
18553 | craig | 2044 | <location filename="../../scribus/actionmanager.cpp" line="1657"/> |
5328 | cbradney | 2045 | <source>Insert PDF Push Button</source> |
5874 | mrdocs | 2046 | <translation>Infoga PDF tryckknapp</translation> |
5328 | cbradney | 2047 | </message> |
2048 | <message> |
||
18553 | craig | 2049 | <location filename="../../scribus/actionmanager.cpp" line="1659"/> |
5328 | cbradney | 2050 | <source>Insert PDF Text Field</source> |
5874 | mrdocs | 2051 | <translation>Infoga PDF textfält</translation> |
5328 | cbradney | 2052 | </message> |
2053 | <message> |
||
18553 | craig | 2054 | <location filename="../../scribus/actionmanager.cpp" line="1660"/> |
5328 | cbradney | 2055 | <source>Insert PDF Check Box</source> |
5874 | mrdocs | 2056 | <translation>Infoga PDF kryssruta</translation> |
5328 | cbradney | 2057 | </message> |
2058 | <message> |
||
18553 | craig | 2059 | <location filename="../../scribus/actionmanager.cpp" line="1661"/> |
5328 | cbradney | 2060 | <source>Insert PDF Combo Box</source> |
5874 | mrdocs | 2061 | <translation>Infoga PDF kombobox</translation> |
5328 | cbradney | 2062 | </message> |
2063 | <message> |
||
18553 | craig | 2064 | <location filename="../../scribus/actionmanager.cpp" line="1662"/> |
5328 | cbradney | 2065 | <source>Insert PDF List Box</source> |
5874 | mrdocs | 2066 | <translation>Infoga PDF listbox</translation> |
5328 | cbradney | 2067 | </message> |
2068 | <message> |
||
18553 | craig | 2069 | <location filename="../../scribus/actionmanager.cpp" line="1663"/> |
5328 | cbradney | 2070 | <source>Insert Text Annotation</source> |
5874 | mrdocs | 2071 | <translation>Infoga Textmarkering</translation> |
5328 | cbradney | 2072 | </message> |
2073 | <message> |
||
18553 | craig | 2074 | <location filename="../../scribus/actionmanager.cpp" line="1664"/> |
5328 | cbradney | 2075 | <source>Insert Link Annotation</source> |
5874 | mrdocs | 2076 | <translation>Infoga länkmarkering</translation> |
5328 | cbradney | 2077 | </message> |
5485 | cbradney | 2078 | <message> |
18553 | craig | 2079 | <location filename="../../scribus/actionmanager.cpp" line="1435"/> |
5485 | cbradney | 2080 | <source>Save as &EPS...</source> |
5874 | mrdocs | 2081 | <translation>Spara som &EPS...</translation> |
5485 | cbradney | 2082 | </message> |
2083 | <message> |
||
18553 | craig | 2084 | <location filename="../../scribus/actionmanager.cpp" line="1601"/> |
5485 | cbradney | 2085 | <source>Show Text Frame Columns</source> |
5874 | mrdocs | 2086 | <translation>Visa kolumner i textram</translation> |
5485 | cbradney | 2087 | </message> |
6261 | cbradney | 2088 | <message> |
18553 | craig | 2089 | <location filename="../../scribus/actionmanager.cpp" line="1593"/> |
6261 | cbradney | 2090 | <source>Preview Mode</source> |
2091 | <translation type="unfinished"></translation> |
||
2092 | </message> |
||
2093 | <message> |
||
18553 | craig | 2094 | <location filename="../../scribus/actionmanager.cpp" line="1597"/> |
6261 | cbradney | 2095 | <source>Show Layer Indicators</source> |
2096 | <translation type="unfinished"></translation> |
||
2097 | </message> |
||
6434 | cbradney | 2098 | <message> |
18553 | craig | 2099 | <location filename="../../scribus/actionmanager.cpp" line="1454"/> |
18310 | craig | 2100 | <source>Paste Image from Clipboard</source> |
6434 | cbradney | 2101 | <translation type="unfinished"></translation> |
2102 | </message> |
||
7508 | cbradney | 2103 | <message> |
18553 | craig | 2104 | <location filename="../../scribus/actionmanager.cpp" line="1462"/> |
18310 | craig | 2105 | <source>Colors and Fills...</source> |
16565 | craig | 2106 | <translation type="unfinished"></translation> |
2107 | </message> |
||
2108 | <message> |
||
18553 | craig | 2109 | <location filename="../../scribus/actionmanager.cpp" line="1465"/> |
17992 | craig | 2110 | <source>Marks...</source> |
2111 | <translation type="unfinished"></translation> |
||
2112 | </message> |
||
2113 | <message> |
||
18553 | craig | 2114 | <location filename="../../scribus/actionmanager.cpp" line="1466"/> |
17992 | craig | 2115 | <source>Notes Styles...</source> |
2116 | <translation type="unfinished"></translation> |
||
2117 | </message> |
||
2118 | <message> |
||
18553 | craig | 2119 | <location filename="../../scribus/actionmanager.cpp" line="1505"/> |
17992 | craig | 2120 | <source>Adjust Group</source> |
2121 | <translation type="unfinished"></translation> |
||
2122 | </message> |
||
2123 | <message> |
||
18553 | craig | 2124 | <location filename="../../scribus/actionmanager.cpp" line="1515"/> |
18310 | craig | 2125 | <source>Patterns</source> |
2126 | <translation type="unfinished"></translation> |
||
2127 | </message> |
||
2128 | <message> |
||
18553 | craig | 2129 | <location filename="../../scribus/actionmanager.cpp" line="1516"/> |
18310 | craig | 2130 | <source>Inline Items</source> |
2131 | <translation type="unfinished"></translation> |
||
2132 | </message> |
||
2133 | <message> |
||
18553 | craig | 2134 | <location filename="../../scribus/actionmanager.cpp" line="1521"/> |
17184 | craig | 2135 | <source>Insert Rows...</source> |
2136 | <translation type="unfinished"></translation> |
||
2137 | </message> |
||
2138 | <message> |
||
18553 | craig | 2139 | <location filename="../../scribus/actionmanager.cpp" line="1522"/> |
17184 | craig | 2140 | <source>Insert Columns...</source> |
2141 | <translation type="unfinished"></translation> |
||
2142 | </message> |
||
2143 | <message> |
||
18553 | craig | 2144 | <location filename="../../scribus/actionmanager.cpp" line="1523"/> |
17184 | craig | 2145 | <source>Delete Rows</source> |
2146 | <translation type="unfinished"></translation> |
||
2147 | </message> |
||
2148 | <message> |
||
18553 | craig | 2149 | <location filename="../../scribus/actionmanager.cpp" line="1524"/> |
17184 | craig | 2150 | <source>Delete Columns</source> |
2151 | <translation type="unfinished"></translation> |
||
2152 | </message> |
||
2153 | <message> |
||
18553 | craig | 2154 | <location filename="../../scribus/actionmanager.cpp" line="1525"/> |
17184 | craig | 2155 | <source>Merge Cells</source> |
2156 | <translation type="unfinished"></translation> |
||
2157 | </message> |
||
2158 | <message> |
||
18553 | craig | 2159 | <location filename="../../scribus/actionmanager.cpp" line="1526"/> |
17184 | craig | 2160 | <source>Split Cells...</source> |
2161 | <translation type="unfinished"></translation> |
||
2162 | </message> |
||
2163 | <message> |
||
18553 | craig | 2164 | <location filename="../../scribus/actionmanager.cpp" line="1527"/> |
17184 | craig | 2165 | <source>Set Row Heights...</source> |
2166 | <translation type="unfinished"></translation> |
||
2167 | </message> |
||
2168 | <message> |
||
18553 | craig | 2169 | <location filename="../../scribus/actionmanager.cpp" line="1528"/> |
17184 | craig | 2170 | <source>Set Column Widths...</source> |
2171 | <translation type="unfinished"></translation> |
||
2172 | </message> |
||
2173 | <message> |
||
18553 | craig | 2174 | <location filename="../../scribus/actionmanager.cpp" line="1529"/> |
17184 | craig | 2175 | <source>Distribute Rows Evenly</source> |
2176 | <translation type="unfinished"></translation> |
||
2177 | </message> |
||
2178 | <message> |
||
18553 | craig | 2179 | <location filename="../../scribus/actionmanager.cpp" line="1530"/> |
17184 | craig | 2180 | <source>Distribute Columns Evenly</source> |
2181 | <translation type="unfinished"></translation> |
||
2182 | </message> |
||
2183 | <message> |
||
18553 | craig | 2184 | <location filename="../../scribus/actionmanager.cpp" line="1531"/> |
17184 | craig | 2185 | <source>Adjust Frame to Table</source> |
2186 | <translation type="unfinished"></translation> |
||
2187 | </message> |
||
2188 | <message> |
||
18553 | craig | 2189 | <location filename="../../scribus/actionmanager.cpp" line="1532"/> |
17184 | craig | 2190 | <source>Adjust Table to Frame</source> |
2191 | <translation type="unfinished"></translation> |
||
2192 | </message> |
||
2193 | <message> |
||
18553 | craig | 2194 | <location filename="../../scribus/actionmanager.cpp" line="1533"/> |
17624 | craig | 2195 | <source>Adjust Frame Height to Text</source> |
2196 | <translation type="unfinished"></translation> |
||
2197 | </message> |
||
2198 | <message> |
||
18553 | craig | 2199 | <location filename="../../scribus/actionmanager.cpp" line="1555"/> |
18310 | craig | 2200 | <source>&Symbol</source> |
2201 | <translation type="unfinished"></translation> |
||
2202 | </message> |
||
2203 | <message> |
||
18553 | craig | 2204 | <location filename="../../scribus/actionmanager.cpp" line="1561"/> |
17184 | craig | 2205 | <source>&Frames...</source> |
2206 | <translation type="unfinished"></translation> |
||
2207 | </message> |
||
2208 | <message> |
||
18553 | craig | 2209 | <location filename="../../scribus/actionmanager.cpp" line="1564"/> |
7508 | cbradney | 2210 | <source>Sticky Tools</source> |
2211 | <translation type="unfinished"></translation> |
||
2212 | </message> |
||
2213 | <message> |
||
18553 | craig | 2214 | <location filename="../../scribus/actionmanager.cpp" line="1565"/> |
17992 | craig | 2215 | <source>Anchor Mark</source> |
2216 | <translation type="unfinished"></translation> |
||
2217 | </message> |
||
2218 | <message> |
||
18553 | craig | 2219 | <location filename="../../scribus/actionmanager.cpp" line="1566"/> |
17992 | craig | 2220 | <source>Variable Text</source> |
2221 | <translation type="unfinished"></translation> |
||
2222 | </message> |
||
2223 | <message> |
||
18553 | craig | 2224 | <location filename="../../scribus/actionmanager.cpp" line="1567"/> |
17992 | craig | 2225 | <source>Reference to Item</source> |
2226 | <translation type="unfinished"></translation> |
||
2227 | </message> |
||
2228 | <message> |
||
18553 | craig | 2229 | <location filename="../../scribus/actionmanager.cpp" line="1568"/> |
17992 | craig | 2230 | <source>Reference to Mark</source> |
2231 | <translation type="unfinished"></translation> |
||
2232 | </message> |
||
2233 | <message> |
||
18553 | craig | 2234 | <location filename="../../scribus/actionmanager.cpp" line="1569"/> |
17992 | craig | 2235 | <source>Foot/Endnote</source> |
2236 | <translation type="unfinished"></translation> |
||
2237 | </message> |
||
2238 | <message> |
||
18553 | craig | 2239 | <location filename="../../scribus/actionmanager.cpp" line="1571"/> |
17992 | craig | 2240 | <source>Edit Mark</source> |
2241 | <translation type="unfinished"></translation> |
||
2242 | </message> |
||
2243 | <message> |
||
18553 | craig | 2244 | <location filename="../../scribus/actionmanager.cpp" line="1572"/> |
17992 | craig | 2245 | <source>Update Marks</source> |
2246 | <translation type="unfinished"></translation> |
||
2247 | </message> |
||
2248 | <message> |
||
18553 | craig | 2249 | <location filename="../../scribus/actionmanager.cpp" line="1586"/> |
7508 | cbradney | 2250 | <source>&Fit to Height</source> |
2251 | <translation type="unfinished"></translation> |
||
2252 | </message> |
||
2253 | <message> |
||
18553 | craig | 2254 | <location filename="../../scribus/actionmanager.cpp" line="1587"/> |
7508 | cbradney | 2255 | <source>Fit to Width</source> |
2256 | <translation type="unfinished"></translation> |
||
2257 | </message> |
||
2258 | <message> |
||
18553 | craig | 2259 | <location filename="../../scribus/actionmanager.cpp" line="1595"/> |
7508 | cbradney | 2260 | <source>Show Bleeds</source> |
2261 | <translation type="unfinished"></translation> |
||
2262 | </message> |
||
2263 | <message> |
||
18553 | craig | 2264 | <location filename="../../scribus/actionmanager.cpp" line="1609"/> |
17992 | craig | 2265 | <source>Snap to Items</source> |
2266 | <translation type="unfinished"></translation> |
||
2267 | </message> |
||
2268 | <message> |
||
18553 | craig | 2269 | <location filename="../../scribus/actionmanager.cpp" line="1624"/> |
15099 | cbradney | 2270 | <source>Symbols</source> |
2271 | <translation type="unfinished"></translation> |
||
2272 | </message> |
||
2273 | <message> |
||
18553 | craig | 2274 | <location filename="../../scribus/actionmanager.cpp" line="1639"/> |
17580 | craig | 2275 | <source>Unlink Text Frame with Text Copy</source> |
2276 | <translation type="unfinished"></translation> |
||
2277 | </message> |
||
2278 | <message> |
||
18553 | craig | 2279 | <location filename="../../scribus/actionmanager.cpp" line="1640"/> |
17580 | craig | 2280 | <source>Unlink Text Frame with Text Cut</source> |
2281 | <translation type="unfinished"></translation> |
||
2282 | </message> |
||
2283 | <message> |
||
18553 | craig | 2284 | <location filename="../../scribus/actionmanager.cpp" line="1650"/> |
16522 | craig | 2285 | <source>Insert Arc</source> |
2286 | <translation type="unfinished"></translation> |
||
2287 | </message> |
||
2288 | <message> |
||
18553 | craig | 2289 | <location filename="../../scribus/actionmanager.cpp" line="1651"/> |
16522 | craig | 2290 | <source>Insert Spiral</source> |
2291 | <translation type="unfinished"></translation> |
||
2292 | </message> |
||
2293 | <message> |
||
18553 | craig | 2294 | <location filename="../../scribus/actionmanager.cpp" line="1653"/> |
15892 | craig | 2295 | <source>Insert Calligraphic Line</source> |
2296 | <translation type="unfinished"></translation> |
||
2297 | </message> |
||
2298 | <message> |
||
18553 | craig | 2299 | <location filename="../../scribus/actionmanager.cpp" line="1658"/> |
17992 | craig | 2300 | <source>Insert PDF Radio Button</source> |
2301 | <translation type="unfinished"></translation> |
||
2302 | </message> |
||
2303 | <message> |
||
18553 | craig | 2304 | <location filename="../../scribus/actionmanager.cpp" line="1666"/> |
14474 | cbradney | 2305 | <source>Insert 3D Annotation</source> |
2306 | <translation type="unfinished"></translation> |
||
2307 | </message> |
||
2308 | <message> |
||
18553 | craig | 2309 | <location filename="../../scribus/actionmanager.cpp" line="1675"/> |
18310 | craig | 2310 | <source>&Update Document</source> |
2311 | <translation type="unfinished"></translation> |
||
2312 | </message> |
||
2313 | <message> |
||
18553 | craig | 2314 | <location filename="../../scribus/actionmanager.cpp" line="1676"/> |
2315 | <source>Test Qt Quick</source> |
||
2316 | <translation type="unfinished"></translation> |
||
2317 | </message> |
||
2318 | <message> |
||
2319 | <location filename="../../scribus/actionmanager.cpp" line="1701"/> |
||
2320 | <source>Copy</source> |
||
2321 | <translation type="unfinished">Kopiera</translation> |
||
2322 | </message> |
||
2323 | <message> |
||
2324 | <location filename="../../scribus/actionmanager.cpp" line="1702"/> |
||
2325 | <source>Cut</source> |
||
2326 | <translation type="unfinished">Klipp ut</translation> |
||
2327 | </message> |
||
2328 | <message> |
||
2329 | <location filename="../../scribus/actionmanager.cpp" line="1703"/> |
||
2330 | <source>Paste</source> |
||
2331 | <translation type="unfinished">Klistra in</translation> |
||
2332 | </message> |
||
2333 | <message> |
||
2334 | <location filename="../../scribus/actionmanager.cpp" line="1704"/> |
||
2335 | <source>Redo</source> |
||
2336 | <translation type="unfinished"></translation> |
||
2337 | </message> |
||
2338 | <message> |
||
2339 | <location filename="../../scribus/actionmanager.cpp" line="1705"/> |
||
2340 | <source>Undo</source> |
||
2341 | <translation type="unfinished">�gra</translation> |
||
2342 | </message> |
||
2343 | <message> |
||
2344 | <location filename="../../scribus/actionmanager.cpp" line="1706"/> |
||
2345 | <source>Close the current document</source> |
||
2346 | <translation type="unfinished"></translation> |
||
2347 | </message> |
||
2348 | <message> |
||
2349 | <location filename="../../scribus/actionmanager.cpp" line="1707"/> |
||
2350 | <source>Export the document to PDF</source> |
||
2351 | <translation type="unfinished"></translation> |
||
2352 | </message> |
||
2353 | <message> |
||
2354 | <location filename="../../scribus/actionmanager.cpp" line="1708"/> |
||
2355 | <source>Create a new document</source> |
||
2356 | <translation type="unfinished"></translation> |
||
2357 | </message> |
||
2358 | <message> |
||
2359 | <location filename="../../scribus/actionmanager.cpp" line="1709"/> |
||
2360 | <source>Open an existing document</source> |
||
2361 | <translation type="unfinished"></translation> |
||
2362 | </message> |
||
2363 | <message> |
||
2364 | <location filename="../../scribus/actionmanager.cpp" line="1710"/> |
||
2365 | <source>Print the document</source> |
||
2366 | <translation type="unfinished"></translation> |
||
2367 | </message> |
||
2368 | <message> |
||
2369 | <location filename="../../scribus/actionmanager.cpp" line="1711"/> |
||
2370 | <source>Save the current document</source> |
||
2371 | <translation type="unfinished"></translation> |
||
2372 | </message> |
||
2373 | <message> |
||
2374 | <location filename="../../scribus/actionmanager.cpp" line="1712"/> |
||
2375 | <source>Copy item properties</source> |
||
2376 | <translation type="unfinished"></translation> |
||
2377 | </message> |
||
2378 | <message> |
||
2379 | <location filename="../../scribus/actionmanager.cpp" line="1713"/> |
||
2380 | <source>Edit contents of a frame</source> |
||
2381 | <translation type="unfinished"></translation> |
||
2382 | </message> |
||
2383 | <message> |
||
2384 | <location filename="../../scribus/actionmanager.cpp" line="1714"/> |
||
2385 | <source>Edit text in the Story Editor</source> |
||
2386 | <translation type="unfinished"></translation> |
||
2387 | </message> |
||
2388 | <message> |
||
2389 | <location filename="../../scribus/actionmanager.cpp" line="1715"/> |
||
2390 | <source>Eye Dropper</source> |
||
2391 | <translation type="unfinished"></translation> |
||
2392 | </message> |
||
2393 | <message> |
||
2394 | <location filename="../../scribus/actionmanager.cpp" line="1716"/> |
||
2395 | <source>Insert an arc</source> |
||
2396 | <translation type="unfinished"></translation> |
||
2397 | </message> |
||
2398 | <message> |
||
2399 | <location filename="../../scribus/actionmanager.cpp" line="1717"/> |
||
2400 | <source>Insert a bezier curve</source> |
||
2401 | <translation type="unfinished"></translation> |
||
2402 | </message> |
||
2403 | <message> |
||
2404 | <location filename="../../scribus/actionmanager.cpp" line="1718"/> |
||
2405 | <source>Insert a calligraphic line</source> |
||
2406 | <translation type="unfinished"></translation> |
||
2407 | </message> |
||
2408 | <message> |
||
2409 | <location filename="../../scribus/actionmanager.cpp" line="1719"/> |
||
2410 | <source>Insert a freehand line</source> |
||
2411 | <translation type="unfinished"></translation> |
||
2412 | </message> |
||
2413 | <message> |
||
2414 | <location filename="../../scribus/actionmanager.cpp" line="1720"/> |
||
2415 | <source>Insert an image frame</source> |
||
2416 | <translation type="unfinished"></translation> |
||
2417 | </message> |
||
2418 | <message> |
||
2419 | <location filename="../../scribus/actionmanager.cpp" line="1721"/> |
||
2420 | <source>Insert a line</source> |
||
2421 | <translation type="unfinished"></translation> |
||
2422 | </message> |
||
2423 | <message> |
||
2424 | <location filename="../../scribus/actionmanager.cpp" line="1722"/> |
||
2425 | <source>Insert a polygon</source> |
||
2426 | <translation type="unfinished"></translation> |
||
2427 | </message> |
||
2428 | <message> |
||
2429 | <location filename="../../scribus/actionmanager.cpp" line="1723"/> |
||
2430 | <source>Insert a render frame</source> |
||
2431 | <translation type="unfinished"></translation> |
||
2432 | </message> |
||
2433 | <message> |
||
2434 | <location filename="../../scribus/actionmanager.cpp" line="1724"/> |
||
2435 | <source>Insert a shape</source> |
||
2436 | <translation type="unfinished"></translation> |
||
2437 | </message> |
||
2438 | <message> |
||
2439 | <location filename="../../scribus/actionmanager.cpp" line="1725"/> |
||
2440 | <source>Insert a spiral</source> |
||
2441 | <translation type="unfinished"></translation> |
||
2442 | </message> |
||
2443 | <message> |
||
2444 | <location filename="../../scribus/actionmanager.cpp" line="1726"/> |
||
2445 | <source>Insert a table</source> |
||
2446 | <translation type="unfinished"></translation> |
||
2447 | </message> |
||
2448 | <message> |
||
2449 | <location filename="../../scribus/actionmanager.cpp" line="1727"/> |
||
2450 | <source>Insert a text frame</source> |
||
2451 | <translation type="unfinished"></translation> |
||
2452 | </message> |
||
2453 | <message> |
||
2454 | <location filename="../../scribus/actionmanager.cpp" line="1728"/> |
||
2455 | <source>Link text frames</source> |
||
2456 | <translation type="unfinished"></translation> |
||
2457 | </message> |
||
2458 | <message> |
||
2459 | <location filename="../../scribus/actionmanager.cpp" line="1729"/> |
||
2460 | <source>Measurements</source> |
||
2461 | <translation type="unfinished"></translation> |
||
2462 | </message> |
||
2463 | <message> |
||
2464 | <location filename="../../scribus/actionmanager.cpp" line="1730"/> |
||
2465 | <source>Insert link annotation</source> |
||
2466 | <translation type="unfinished"></translation> |
||
2467 | </message> |
||
2468 | <message> |
||
2469 | <location filename="../../scribus/actionmanager.cpp" line="1731"/> |
||
2470 | <source>Insert text annotation</source> |
||
2471 | <translation type="unfinished"></translation> |
||
2472 | </message> |
||
2473 | <message> |
||
2474 | <location filename="../../scribus/actionmanager.cpp" line="1732"/> |
||
2475 | <source>Insert PDF check box</source> |
||
2476 | <translation type="unfinished"></translation> |
||
2477 | </message> |
||
2478 | <message> |
||
2479 | <location filename="../../scribus/actionmanager.cpp" line="1733"/> |
||
2480 | <source>Insert PDF combo box</source> |
||
2481 | <translation type="unfinished"></translation> |
||
2482 | </message> |
||
2483 | <message> |
||
2484 | <location filename="../../scribus/actionmanager.cpp" line="1734"/> |
||
2485 | <source>Insert PDF list box</source> |
||
2486 | <translation type="unfinished"></translation> |
||
2487 | </message> |
||
2488 | <message> |
||
2489 | <location filename="../../scribus/actionmanager.cpp" line="1735"/> |
||
2490 | <source>Insert PDF push button</source> |
||
2491 | <translation type="unfinished"></translation> |
||
2492 | </message> |
||
2493 | <message> |
||
2494 | <location filename="../../scribus/actionmanager.cpp" line="1736"/> |
||
2495 | <source>Insert PDF radio button</source> |
||
2496 | <translation type="unfinished"></translation> |
||
2497 | </message> |
||
2498 | <message> |
||
2499 | <location filename="../../scribus/actionmanager.cpp" line="1737"/> |
||
2500 | <source>Insert PDF text field</source> |
||
2501 | <translation type="unfinished"></translation> |
||
2502 | </message> |
||
2503 | <message> |
||
2504 | <location filename="../../scribus/actionmanager.cpp" line="1738"/> |
||
2505 | <source>Analyse the document for issues prior to exporting to PDF</source> |
||
2506 | <translation type="unfinished"></translation> |
||
2507 | </message> |
||
2508 | <message> |
||
2509 | <location filename="../../scribus/actionmanager.cpp" line="1739"/> |
||
2510 | <source>Rotate an item</source> |
||
2511 | <translation type="unfinished"></translation> |
||
2512 | </message> |
||
2513 | <message> |
||
2514 | <location filename="../../scribus/actionmanager.cpp" line="1740"/> |
||
2515 | <source>Select an item</source> |
||
2516 | <translation type="unfinished"></translation> |
||
2517 | </message> |
||
2518 | <message> |
||
2519 | <location filename="../../scribus/actionmanager.cpp" line="1741"/> |
||
2520 | <source>Unlink text frames</source> |
||
2521 | <translation type="unfinished"></translation> |
||
2522 | </message> |
||
2523 | <message> |
||
2524 | <location filename="../../scribus/actionmanager.cpp" line="1744"/> |
||
2525 | <source>Insert 3D annotation</source> |
||
2526 | <translation type="unfinished"></translation> |
||
2527 | </message> |
||
2528 | <message> |
||
2529 | <location filename="../../scribus/actionmanager.cpp" line="1755"/> |
||
15099 | cbradney | 2530 | <source>Soft &Hyphen</source> |
2531 | <translation type="unfinished"></translation> |
||
2532 | </message> |
||
2533 | <message> |
||
18553 | craig | 2534 | <location filename="../../scribus/actionmanager.cpp" line="1763"/> |
7508 | cbradney | 2535 | <source>&Zero Width Space</source> |
2536 | <translation type="unfinished"></translation> |
||
2537 | </message> |
||
2538 | <message> |
||
18553 | craig | 2539 | <location filename="../../scribus/actionmanager.cpp" line="1764"/> |
7508 | cbradney | 2540 | <source>Zero Width NB Space</source> |
2541 | <translation type="unfinished"></translation> |
||
2542 | </message> |
||
9729 | cbradney | 2543 | <message> |
18553 | craig | 2544 | <location filename="../../scribus/actionmanager.cpp" line="1776"/> |
9729 | cbradney | 2545 | <source>Apostrophe</source> |
2546 | <comment>Unicode 0x0027</comment> |
||
2547 | <translation type="unfinished">Apostrof</translation> |
||
2548 | </message> |
||
2549 | <message> |
||
18553 | craig | 2550 | <location filename="../../scribus/actionmanager.cpp" line="1777"/> |
9729 | cbradney | 2551 | <source>Straight Double</source> |
2552 | <comment>Unicode 0x0022</comment> |
||
2553 | <translation type="unfinished">Dubbel divis</translation> |
||
2554 | </message> |
||
2555 | <message> |
||
18553 | craig | 2556 | <location filename="../../scribus/actionmanager.cpp" line="1778"/> |
9729 | cbradney | 2557 | <source>Single Left</source> |
2558 | <comment>Unicode 0x2018</comment> |
||
2559 | <translation type="unfinished">Enkelt vänster</translation> |
||
2560 | </message> |
||
2561 | <message> |
||
18553 | craig | 2562 | <location filename="../../scribus/actionmanager.cpp" line="1779"/> |
9729 | cbradney | 2563 | <source>Single Right</source> |
2564 | <comment>Unicode 0x2019</comment> |
||
2565 | <translation type="unfinished">Enklet höger</translation> |
||
2566 | </message> |
||
2567 | <message> |
||
18553 | craig | 2568 | <location filename="../../scribus/actionmanager.cpp" line="1780"/> |
9729 | cbradney | 2569 | <source>Double Left</source> |
2570 | <comment>Unicode 0x201C</comment> |
||
2571 | <translation type="unfinished">Dubbelt vänster</translation> |
||
2572 | </message> |
||
2573 | <message> |
||
18553 | craig | 2574 | <location filename="../../scribus/actionmanager.cpp" line="1781"/> |
9729 | cbradney | 2575 | <source>Double Right</source> |
2576 | <comment>Unicode 0x201D</comment> |
||
2577 | <translation type="unfinished">Dubbelt höger</translation> |
||
2578 | </message> |
||
2579 | <message> |
||
18553 | craig | 2580 | <location filename="../../scribus/actionmanager.cpp" line="1782"/> |
9729 | cbradney | 2581 | <source>Single Reversed</source> |
2582 | <comment>Unicode 0x201B</comment> |
||
2583 | <translation type="unfinished">Enkelt omvänt</translation> |
||
2584 | </message> |
||
2585 | <message> |
||
18553 | craig | 2586 | <location filename="../../scribus/actionmanager.cpp" line="1783"/> |
9729 | cbradney | 2587 | <source>Double Reversed</source> |
2588 | <comment>Unicode 0x201F</comment> |
||
2589 | <translation type="unfinished">Dubbelt omvänt</translation> |
||
2590 | </message> |
||
2591 | <message> |
||
18553 | craig | 2592 | <location filename="../../scribus/actionmanager.cpp" line="1784"/> |
9729 | cbradney | 2593 | <source>Single Left Guillemet</source> |
2594 | <comment>Unicode 0x2039</comment> |
||
2595 | <translation type="unfinished">Enkelt vänster gåsöga</translation> |
||
2596 | </message> |
||
2597 | <message> |
||
18553 | craig | 2598 | <location filename="../../scribus/actionmanager.cpp" line="1785"/> |
9729 | cbradney | 2599 | <source>Single Right Guillemet</source> |
2600 | <comment>Unicode 0x203A</comment> |
||
2601 | <translation type="unfinished">Enkelt höger gåsöga</translation> |
||
2602 | </message> |
||
2603 | <message> |
||
18553 | craig | 2604 | <location filename="../../scribus/actionmanager.cpp" line="1786"/> |
9729 | cbradney | 2605 | <source>Double Left Guillemet</source> |
2606 | <comment>Unicode 0x00AB</comment> |
||
2607 | <translation type="unfinished">Dubbelt vänster gåsöga</translation> |
||
2608 | </message> |
||
2609 | <message> |
||
18553 | craig | 2610 | <location filename="../../scribus/actionmanager.cpp" line="1787"/> |
9729 | cbradney | 2611 | <source>Double Right Guillemet</source> |
2612 | <comment>Unicode 0x00BB</comment> |
||
2613 | <translation type="unfinished">Dubbelt höger gåsöga</translation> |
||
2614 | </message> |
||
2615 | <message> |
||
18553 | craig | 2616 | <location filename="../../scribus/actionmanager.cpp" line="1788"/> |
9729 | cbradney | 2617 | <source>Low Single Comma</source> |
2618 | <comment>Unicode 0x201A</comment> |
||
2619 | <translation type="unfinished">Enkelt komma</translation> |
||
2620 | </message> |
||
2621 | <message> |
||
18553 | craig | 2622 | <location filename="../../scribus/actionmanager.cpp" line="1789"/> |
9729 | cbradney | 2623 | <source>Low Double Comma</source> |
2624 | <comment>Unicode 0x201E</comment> |
||
2625 | <translation type="unfinished">Dubbelt komma</translation> |
||
2626 | </message> |
||
2627 | <message> |
||
18553 | craig | 2628 | <location filename="../../scribus/actionmanager.cpp" line="1790"/> |
9729 | cbradney | 2629 | <source>CJK Single Left</source> |
2630 | <comment>Unicode 0x300C</comment> |
||
2631 | <translation type="unfinished">CJK Enkelt vänster</translation> |
||
2632 | </message> |
||
2633 | <message> |
||
18553 | craig | 2634 | <location filename="../../scribus/actionmanager.cpp" line="1791"/> |
9729 | cbradney | 2635 | <source>CJK Single Right</source> |
2636 | <comment>Unicode 0x300D</comment> |
||
2637 | <translation type="unfinished">CJK Enkelt höger</translation> |
||
2638 | </message> |
||
2639 | <message> |
||
18553 | craig | 2640 | <location filename="../../scribus/actionmanager.cpp" line="1792"/> |
9729 | cbradney | 2641 | <source>CJK Double Left</source> |
2642 | <comment>Unicode 0x300E</comment> |
||
2643 | <translation type="unfinished">CJL Dubbelt vänster</translation> |
||
2644 | </message> |
||
2645 | <message> |
||
18553 | craig | 2646 | <location filename="../../scribus/actionmanager.cpp" line="1793"/> |
9729 | cbradney | 2647 | <source>CJK Double Right</source> |
2648 | <comment>Unicode 0x300F</comment> |
||
2649 | <translation type="unfinished">CJK Dubbelt höger</translation> |
||
2650 | </message> |
||
10133 | cbradney | 2651 | <message> |
18553 | craig | 2652 | <location filename="../../scribus/actionmanager.cpp" line="1592"/> |
10133 | cbradney | 2653 | <source>&400%</source> |
2654 | <translation type="unfinished">&200% {400%?}</translation> |
||
2655 | </message> |
||
10842 | cbradney | 2656 | <message> |
18553 | craig | 2657 | <location filename="../../scribus/actionmanager.cpp" line="1644"/> |
10842 | cbradney | 2658 | <source>Insert &Text Frame</source> |
2659 | <translation type="unfinished"></translation> |
||
2660 | </message> |
||
2661 | <message> |
||
18553 | craig | 2662 | <location filename="../../scribus/actionmanager.cpp" line="1645"/> |
10842 | cbradney | 2663 | <source>Insert &Image Frame</source> |
2664 | <translation type="unfinished"></translation> |
||
2665 | </message> |
||
2666 | <message> |
||
18553 | craig | 2667 | <location filename="../../scribus/actionmanager.cpp" line="1647"/> |
10842 | cbradney | 2668 | <source>Insert T&able</source> |
2669 | <translation type="unfinished"></translation> |
||
2670 | </message> |
||
2671 | <message> |
||
18553 | craig | 2672 | <location filename="../../scribus/actionmanager.cpp" line="1648"/> |
10842 | cbradney | 2673 | <source>Insert &Shape</source> |
2674 | <translation type="unfinished"></translation> |
||
2675 | </message> |
||
2676 | <message> |
||
18553 | craig | 2677 | <location filename="../../scribus/actionmanager.cpp" line="1649"/> |
10842 | cbradney | 2678 | <source>Insert &Polygon</source> |
2679 | <translation type="unfinished"></translation> |
||
2680 | </message> |
||
2681 | <message> |
||
18553 | craig | 2682 | <location filename="../../scribus/actionmanager.cpp" line="1652"/> |
10842 | cbradney | 2683 | <source>Insert &Line</source> |
2684 | <translation type="unfinished"></translation> |
||
2685 | </message> |
||
2686 | <message> |
||
18553 | craig | 2687 | <location filename="../../scribus/actionmanager.cpp" line="1654"/> |
10842 | cbradney | 2688 | <source>Insert &Bezier Curve</source> |
2689 | <translation type="unfinished"></translation> |
||
2690 | </message> |
||
2691 | <message> |
||
18553 | craig | 2692 | <location filename="../../scribus/actionmanager.cpp" line="1655"/> |
10842 | cbradney | 2693 | <source>Insert &Freehand Line</source> |
2694 | <translation type="unfinished"></translation> |
||
2695 | </message> |
||
2696 | <message> |
||
18553 | craig | 2697 | <location filename="../../scribus/actionmanager.cpp" line="1688"/> |
10842 | cbradney | 2698 | <source>Scribus Homepage</source> |
2699 | <translation type="unfinished"></translation> |
||
2700 | </message> |
||
2701 | <message> |
||
18553 | craig | 2702 | <location filename="../../scribus/actionmanager.cpp" line="1689"/> |
10842 | cbradney | 2703 | <source>Scribus Online Documentation</source> |
2704 | <translation type="unfinished"></translation> |
||
2705 | </message> |
||
2706 | <message> |
||
18553 | craig | 2707 | <location filename="../../scribus/actionmanager.cpp" line="1690"/> |
10842 | cbradney | 2708 | <source>Scribus Wiki</source> |
2709 | <translation type="unfinished"></translation> |
||
2710 | </message> |
||
2711 | <message> |
||
18553 | craig | 2712 | <location filename="../../scribus/actionmanager.cpp" line="1691"/> |
10842 | cbradney | 2713 | <source>Getting Started with Scribus</source> |
2714 | <translation type="unfinished"></translation> |
||
2715 | </message> |
||
11652 | cbradney | 2716 | <message> |
18553 | craig | 2717 | <location filename="../../scribus/actionmanager.cpp" line="1610"/> |
11652 | cbradney | 2718 | <source>Show Context Menu</source> |
2719 | <translation type="unfinished"></translation> |
||
2720 | </message> |
||
2721 | <message> |
||
18553 | craig | 2722 | <location filename="../../scribus/actionmanager.cpp" line="1671"/> |
11652 | cbradney | 2723 | <source>&Manage Images</source> |
2724 | <translation type="unfinished"></translation> |
||
2725 | </message> |
||
2726 | <message> |
||
18553 | craig | 2727 | <location filename="../../scribus/actionmanager.cpp" line="1683"/> |
11652 | cbradney | 2728 | <source>&About Plugins</source> |
2729 | <translation type="unfinished"></translation> |
||
2730 | </message> |
||
2731 | <message> |
||
18553 | craig | 2732 | <location filename="../../scribus/actionmanager.cpp" line="1697"/> |
12281 | cbradney | 2733 | <source>Insert Unicode Character Begin Sequence</source> |
11652 | cbradney | 2734 | <translation type="unfinished"></translation> |
2735 | </message> |
||
2736 | <message> |
||
18553 | craig | 2737 | <location filename="../../scribus/actionmanager.cpp" line="1432"/> |
12281 | cbradney | 2738 | <source>Get Vector File...</source> |
11652 | cbradney | 2739 | <translation type="unfinished"></translation> |
2740 | </message> |
||
12281 | cbradney | 2741 | <message> |
18553 | craig | 2742 | <location filename="../../scribus/actionmanager.cpp" line="1457"/> |
12281 | cbradney | 2743 | <source>Advanced Select All...</source> |
2744 | <translation type="unfinished"></translation> |
||
2745 | </message> |
||
2746 | <message> |
||
18553 | craig | 2747 | <location filename="../../scribus/actionmanager.cpp" line="1461"/> |
12281 | cbradney | 2748 | <source>Edit Source...</source> |
2749 | <translation type="unfinished"></translation> |
||
2750 | </message> |
||
2751 | <message> |
||
18553 | craig | 2752 | <location filename="../../scribus/actionmanager.cpp" line="1463"/> |
12281 | cbradney | 2753 | <source>Replace Colors...</source> |
2754 | <translation type="unfinished"></translation> |
||
2755 | </message> |
||
2756 | <message> |
||
18553 | craig | 2757 | <location filename="../../scribus/actionmanager.cpp" line="1606"/> |
12281 | cbradney | 2758 | <source>Rulers Relative to Page</source> |
2759 | <translation type="unfinished"></translation> |
||
2760 | </message> |
||
2761 | <message> |
||
18553 | craig | 2762 | <location filename="../../scribus/actionmanager.cpp" line="1646"/> |
12281 | cbradney | 2763 | <source>Insert &Render Frame</source> |
2764 | <translation type="unfinished"></translation> |
||
2765 | </message> |
||
2766 | <message> |
||
18553 | craig | 2767 | <location filename="../../scribus/actionmanager.cpp" line="1692"/> |
12281 | cbradney | 2768 | <source>Check for Updates</source> |
2769 | <translation type="unfinished"></translation> |
||
2770 | </message> |
||
2771 | <message> |
||
18553 | craig | 2772 | <location filename="../../scribus/actionmanager.cpp" line="1759"/> |
12281 | cbradney | 2773 | <source>Number of Pages</source> |
2774 | <translation type="unfinished"></translation> |
||
2775 | </message> |
||
12612 | cbradney | 2776 | <message> |
18553 | craig | 2777 | <location filename="../../scribus/actionmanager.cpp" line="1535"/> |
12612 | cbradney | 2778 | <source>Adjust Image to Frame</source> |
2779 | <translation type="unfinished"></translation> |
||
2780 | </message> |
||
12918 | cbradney | 2781 | <message> |
18785 | craig | 2782 | <location filename="../../scribus/actionmanager.cpp" line="1556"/> |
2783 | <source>Unweld Items</source> |
||
2784 | <translation type="unfinished"></translation> |
||
2785 | </message> |
||
2786 | <message> |
||
2787 | <location filename="../../scribus/actionmanager.cpp" line="1557"/> |
||
2788 | <source>Weld Items</source> |
||
2789 | <translation type="unfinished"></translation> |
||
2790 | </message> |
||
2791 | <message> |
||
2792 | <location filename="../../scribus/actionmanager.cpp" line="1558"/> |
||
2793 | <source>Edit Welded Item</source> |
||
2794 | <translation type="unfinished"></translation> |
||
2795 | </message> |
||
2796 | <message> |
||
18553 | craig | 2797 | <location filename="../../scribus/actionmanager.cpp" line="1625"/> |
17447 | craig | 2798 | <source>Inline Frames</source> |
2799 | <translation type="unfinished"></translation> |
||
2800 | </message> |
||
2801 | <message> |
||
18553 | craig | 2802 | <location filename="../../scribus/actionmanager.cpp" line="1934"/> |
12937 | cbradney | 2803 | <source>File</source> |
2804 | <translation type="unfinished">Fil</translation> |
||
2805 | </message> |
||
2806 | <message> |
||
18553 | craig | 2807 | <location filename="../../scribus/actionmanager.cpp" line="1934"/> |
12937 | cbradney | 2808 | <source>&File</source> |
2809 | <translation type="unfinished">&Fil</translation> |
||
2810 | </message> |
||
2811 | <message> |
||
18553 | craig | 2812 | <location filename="../../scribus/actionmanager.cpp" line="1936"/> |
12937 | cbradney | 2813 | <source>Edit</source> |
2814 | <translation type="unfinished">Redigera</translation> |
||
2815 | </message> |
||
2816 | <message> |
||
18553 | craig | 2817 | <location filename="../../scribus/actionmanager.cpp" line="1936"/> |
12937 | cbradney | 2818 | <source>&Edit</source> |
2819 | <translation type="unfinished">R&edigera</translation> |
||
2820 | </message> |
||
2821 | <message> |
||
18553 | craig | 2822 | <location filename="../../scribus/actionmanager.cpp" line="1938"/> |
12937 | cbradney | 2823 | <source>Style</source> |
2824 | <translation type="unfinished">Stil</translation> |
||
2825 | </message> |
||
2826 | <message> |
||
18553 | craig | 2827 | <location filename="../../scribus/actionmanager.cpp" line="1938"/> |
12937 | cbradney | 2828 | <source>&Style</source> |
2829 | <translation type="unfinished"></translation> |
||
2830 | </message> |
||
2831 | <message> |
||
18553 | craig | 2832 | <location filename="../../scribus/actionmanager.cpp" line="1940"/> |
12937 | cbradney | 2833 | <source>Item</source> |
2834 | <translation type="unfinished"></translation> |
||
2835 | </message> |
||
2836 | <message> |
||
18553 | craig | 2837 | <location filename="../../scribus/actionmanager.cpp" line="1940"/> |
12937 | cbradney | 2838 | <source>&Item</source> |
2839 | <translation type="unfinished"></translation> |
||
2840 | </message> |
||
2841 | <message> |
||
18553 | craig | 2842 | <location filename="../../scribus/actionmanager.cpp" line="1942"/> |
12937 | cbradney | 2843 | <source>Insert</source> |
2844 | <translation type="unfinished"></translation> |
||
2845 | </message> |
||
2846 | <message> |
||
18553 | craig | 2847 | <location filename="../../scribus/actionmanager.cpp" line="1942"/> |
12937 | cbradney | 2848 | <source>I&nsert</source> |
2849 | <translation type="unfinished">I&nfoga</translation> |
||
2850 | </message> |
||
2851 | <message> |
||
18553 | craig | 2852 | <location filename="../../scribus/actionmanager.cpp" line="1944"/> |
12937 | cbradney | 2853 | <source>Page</source> |
2854 | <translation type="unfinished">Sida</translation> |
||
2855 | </message> |
||
2856 | <message> |
||
18553 | craig | 2857 | <location filename="../../scribus/actionmanager.cpp" line="1944"/> |
12937 | cbradney | 2858 | <source>&Page</source> |
2859 | <translation type="unfinished">&Sida</translation> |
||
2860 | </message> |
||
2861 | <message> |
||
18553 | craig | 2862 | <location filename="../../scribus/actionmanager.cpp" line="1946"/> |
12937 | cbradney | 2863 | <source>View</source> |
2864 | <translation type="unfinished"></translation> |
||
2865 | </message> |
||
2866 | <message> |
||
18553 | craig | 2867 | <location filename="../../scribus/actionmanager.cpp" line="1946"/> |
12937 | cbradney | 2868 | <source>&View</source> |
2869 | <translation type="unfinished">&Vy</translation> |
||
2870 | </message> |
||
2871 | <message> |
||
18553 | craig | 2872 | <location filename="../../scribus/actionmanager.cpp" line="1948"/> |
18310 | craig | 2873 | <source>Table</source> |
2874 | <translation type="unfinished"></translation> |
||
2875 | </message> |
||
2876 | <message> |
||
18553 | craig | 2877 | <location filename="../../scribus/actionmanager.cpp" line="1948"/> |
18310 | craig | 2878 | <source>&Table</source> |
2879 | <translation type="unfinished"></translation> |
||
2880 | </message> |
||
2881 | <message> |
||
18553 | craig | 2882 | <location filename="../../scribus/actionmanager.cpp" line="1950"/> |
12937 | cbradney | 2883 | <source>Extras</source> |
2884 | <translation type="unfinished"></translation> |
||
2885 | </message> |
||
2886 | <message> |
||
18553 | craig | 2887 | <location filename="../../scribus/actionmanager.cpp" line="1950"/> |
12937 | cbradney | 2888 | <source>E&xtras</source> |
2889 | <translation type="unfinished">E&xtra</translation> |
||
2890 | </message> |
||
2891 | <message> |
||
18553 | craig | 2892 | <location filename="../../scribus/actionmanager.cpp" line="1952"/> |
12937 | cbradney | 2893 | <source>Windows</source> |
2894 | <translation type="unfinished"></translation> |
||
2895 | </message> |
||
2896 | <message> |
||
18553 | craig | 2897 | <location filename="../../scribus/actionmanager.cpp" line="1952"/> |
12937 | cbradney | 2898 | <source>&Windows</source> |
2899 | <translation type="unfinished">Fönste&r</translation> |
||
2900 | </message> |
||
2901 | <message> |
||
18553 | craig | 2902 | <location filename="../../scribus/actionmanager.cpp" line="1954"/> |
12937 | cbradney | 2903 | <source>Help</source> |
2904 | <translation type="unfinished"></translation> |
||
2905 | </message> |
||
2906 | <message> |
||
18553 | craig | 2907 | <location filename="../../scribus/actionmanager.cpp" line="1954"/> |
12937 | cbradney | 2908 | <source>&Help</source> |
2909 | <translation type="unfinished">&Hjälp</translation> |
||
2910 | </message> |
||
2911 | <message> |
||
18553 | craig | 2912 | <location filename="../../scribus/actionmanager.cpp" line="2307"/> |
12937 | cbradney | 2913 | <source>Plugin Menu Items</source> |
2914 | <translation type="unfinished"></translation> |
||
2915 | </message> |
||
2916 | <message> |
||
18553 | craig | 2917 | <location filename="../../scribus/actionmanager.cpp" line="2309"/> |
12937 | cbradney | 2918 | <source>Others</source> |
2919 | <translation type="unfinished"></translation> |
||
2920 | </message> |
||
2921 | <message> |
||
18553 | craig | 2922 | <location filename="../../scribus/actionmanager.cpp" line="2311"/> |
12937 | cbradney | 2923 | <source>Unicode Characters</source> |
2924 | <translation type="unfinished"></translation> |
||
2925 | </message> |
||
13027 | cbradney | 2926 | <message> |
18553 | craig | 2927 | <location filename="../../scribus/actionmanager.cpp" line="1686"/> |
13027 | cbradney | 2928 | <source>Move/Resize Value Indicator</source> |
2929 | <translation type="unfinished"></translation> |
||
2930 | </message> |
||
13279 | cbradney | 2931 | <message> |
18553 | craig | 2932 | <location filename="../../scribus/actionmanager.cpp" line="1422"/> |
13279 | cbradney | 2933 | <source>New &from Template...</source> |
2934 | <translation type="unfinished">Ny &från mall...</translation> |
||
2935 | </message> |
||
3064 | cbradney | 2936 | </context> |
2937 | <context> |
||
12612 | cbradney | 2938 | <name>AdjustCmsDialog</name> |
2939 | <message> |
||
18553 | craig | 2940 | <location filename="../../scribus/ui/adjustcmsdialog.cpp" line="16"/> |
12612 | cbradney | 2941 | <source>CMS Settings</source> |
2942 | <translation type="unfinished"></translation> |
||
2943 | </message> |
||
2944 | </context> |
||
2945 | <context> |
||
395 | Franz | 2946 | <name>AdvOptions</name> |
2947 | <message> |
||
2948 | <source>Advanced Options</source> |
||
3278 | cbradney | 2949 | <translation type="obsolete">Avancerat</translation> |
395 | Franz | 2950 | </message> |
2951 | <message> |
||
2952 | <source>Mirror Page(s) &Horizontal</source> |
||
3278 | cbradney | 2953 | <translation type="obsolete">Spegla sida(sidor) &horisontellt</translation> |
395 | Franz | 2954 | </message> |
2955 | <message> |
||
2956 | <source>Mirror Page(s) &Vertical</source> |
||
3278 | cbradney | 2957 | <translation type="obsolete">Spegla sida(sidor) &vertikalt</translation> |
395 | Franz | 2958 | </message> |
2959 | <message> |
||
2960 | <source>Apply Under Color &Removal</source> |
||
3278 | cbradney | 2961 | <translation type="obsolete">Applicera &UCR (Underfärgsborttagning)</translation> |
395 | Franz | 2962 | </message> |
2963 | <message> |
||
2964 | <source>Apply &ICC Profiles</source> |
||
3278 | cbradney | 2965 | <translation type="obsolete">Applicera &ICC profiler</translation> |
395 | Franz | 2966 | </message> |
2967 | <message> |
||
2968 | <source>PostScript Level &1</source> |
||
3278 | cbradney | 2969 | <translation type="obsolete">Postscript Nivå &1</translation> |
395 | Franz | 2970 | </message> |
2971 | <message> |
||
2972 | <source>PostScript Level &2</source> |
||
3278 | cbradney | 2973 | <translation type="obsolete">Postscript Nivå &2</translation> |
395 | Franz | 2974 | </message> |
2975 | <message> |
||
2976 | <source>PostScript Level &3</source> |
||
3278 | cbradney | 2977 | <translation type="obsolete">Postscript Nivå &3</translation> |
395 | Franz | 2978 | </message> |
2979 | <message> |
||
2980 | <source>&OK</source> |
||
3064 | cbradney | 2981 | <translation type="obsolete">&OK</translation> |
395 | Franz | 2982 | </message> |
2983 | <message> |
||
2984 | <source>&Cancel</source> |
||
3064 | cbradney | 2985 | <translation type="obsolete">&Avbryt</translation> |
395 | Franz | 2986 | </message> |
2987 | <message> |
||
2988 | <source>Creates PostScript Level 3</source> |
||
3278 | cbradney | 2989 | <translation type="obsolete">Skapar Postscript Nivå 3</translation> |
395 | Franz | 2990 | </message> |
2991 | <message> |
||
2992 | <source>Creates PostScript Level 2 only, beware, |
||
2993 | this can create huge files</source> |
||
3278 | cbradney | 2994 | <translation type="obsolete">Skapar endast Postscript Nivå 2. |
395 | Franz | 2995 | OBS! Detta kan skapa stora filer.</translation> |
2996 | </message> |
||
2997 | <message> |
||
2998 | <source>Creates PostScript Level 1 only, beware, |
||
2999 | this can create huge files</source> |
||
3278 | cbradney | 3000 | <translation type="obsolete">Skapar endast Postscript Nivå 1. |
395 | Franz | 3001 | OBS! Detta kan skapa stora filer.</translation> |
3002 | </message> |
||
3003 | <message> |
||
3004 | <source>A way of switching off some of the gray shades which are composed |
||
3005 | of cyan, yellow and magenta and using black instead. |
||
3006 | UCR most affects parts of images which are neutral and/or dark tones |
||
3007 | which are close to the gray. Use of this may improve printing some images |
||
3008 | and some experimentation and testing is need on a case by case basis. |
||
3009 | UCR reduces the possibility of over saturation with CMY inks.</source> |
||
3278 | cbradney | 3010 | <translation type="obsolete">En metod för att ta bort en del av de gråtoner som kan uppstå (new line) |
395 | Franz | 3011 | vid blandning av cyan, gult och magenta genom att ersätta med svart.(new line) |
3012 | UCR påverkar de delar av bilden som är neutrala och/eller har mörka toner(new line) |
||
3013 | i närheten av grått. Användande av UCR kan förbättra tryckkvalitetn för en del bilder(new line) |
||
3014 | och för bästa resultat krävs testning och experiment från fall till fall.(new line) |
||
3015 | UCR förhindrar risken för övermättnad med CMG färger</translation> |
||
3016 | </message> |
||
3017 | </context> |
||
3018 | <context> |
||
3019 | <name>Align</name> |
||
3020 | <message> |
||
3021 | <source>Distribute/Align</source> |
||
3064 | cbradney | 3022 | <translation type="obsolete">Fördela/Justera</translation> |
395 | Franz | 3023 | </message> |
3024 | <message> |
||
3025 | <source>Align</source> |
||
3064 | cbradney | 3026 | <translation type="obsolete">Justera</translation> |
395 | Franz | 3027 | </message> |
3028 | <message> |
||
3029 | <source>Horizontal</source> |
||
3064 | cbradney | 3030 | <translation type="obsolete">Horisontellt</translation> |
395 | Franz | 3031 | </message> |
3032 | <message> |
||
3033 | <source>Left Sides</source> |
||
3064 | cbradney | 3034 | <translation type="obsolete">Vänsterkant</translation> |
395 | Franz | 3035 | </message> |
3036 | <message> |
||
3037 | <source>Middles</source> |
||
3064 | cbradney | 3038 | <translation type="obsolete">Centrerat</translation> |
395 | Franz | 3039 | </message> |
3040 | <message> |
||
3041 | <source>Right Sides</source> |
||
3064 | cbradney | 3042 | <translation type="obsolete">Högerkant</translation> |
395 | Franz | 3043 | </message> |
3044 | <message> |
||
3045 | <source>&Between:</source> |
||
3064 | cbradney | 3046 | <translation type="obsolete">&Mellan:</translation> |
395 | Franz | 3047 | </message> |
3048 | <message> |
||
3049 | <source>&Do Not Change</source> |
||
3064 | cbradney | 3050 | <translation type="obsolete">�amp;ndra inte</translation> |
395 | Franz | 3051 | </message> |
3052 | <message> |
||
3053 | <source>A&lign</source> |
||
3064 | cbradney | 3054 | <translation type="obsolete">&Justera</translation> |
395 | Franz | 3055 | </message> |
3056 | <message> |
||
3057 | <source>Di&splacement</source> |
||
3064 | cbradney | 3058 | <translation type="obsolete">&Förflyttning</translation> |
395 | Franz | 3059 | </message> |
3060 | <message> |
||
3061 | <source>Distribute &Evenly</source> |
||
3064 | cbradney | 3062 | <translation type="obsolete">Fördela &jämnt</translation> |
395 | Franz | 3063 | </message> |
3064 | <message> |
||
3065 | <source>Vertical</source> |
||
3064 | cbradney | 3066 | <translation type="obsolete">Vertikalt</translation> |
395 | Franz | 3067 | </message> |
3068 | <message> |
||
3069 | <source>Top Sides</source> |
||
3064 | cbradney | 3070 | <translation type="obsolete">�erkant</translation> |
395 | Franz | 3071 | </message> |
3072 | <message> |
||
3073 | <source>Bottom Sides</source> |
||
3064 | cbradney | 3074 | <translation type="obsolete">Nederkant</translation> |
395 | Franz | 3075 | </message> |
3076 | <message> |
||
3077 | <source>Bet&ween:</source> |
||
3064 | cbradney | 3078 | <translation type="obsolete">Me&llan</translation> |
395 | Franz | 3079 | </message> |
3080 | <message> |
||
3081 | <source>Do &Not Change</source> |
||
3064 | cbradney | 3082 | <translation type="obsolete">�amp;ndra inte</translation> |
395 | Franz | 3083 | </message> |
3084 | <message> |
||
3085 | <source>Al&ign</source> |
||
3064 | cbradney | 3086 | <translation type="obsolete">&Justera</translation> |
395 | Franz | 3087 | </message> |
3088 | <message> |
||
3089 | <source>Dis&placement</source> |
||
3064 | cbradney | 3090 | <translation type="obsolete">&Förflyttning</translation> |
395 | Franz | 3091 | </message> |
3092 | <message> |
||
3093 | <source> pt</source> |
||
1525 | cbradney | 3094 | <translation type="obsolete">pt</translation> |
395 | Franz | 3095 | </message> |
3096 | <message> |
||
3097 | <source> mm</source> |
||
1525 | cbradney | 3098 | <translation type="obsolete">mm</translation> |
395 | Franz | 3099 | </message> |
3100 | <message> |
||
3101 | <source> in</source> |
||
1525 | cbradney | 3102 | <translation type="obsolete">tum</translation> |
395 | Franz | 3103 | </message> |
3104 | <message> |
||
3105 | <source> p</source> |
||
1525 | cbradney | 3106 | <translation type="obsolete">p</translation> |
395 | Franz | 3107 | </message> |
3108 | <message> |
||
3109 | <source>Distribute E&venly</source> |
||
3064 | cbradney | 3110 | <translation type="obsolete">Fördela &jämnt</translation> |
395 | Franz | 3111 | </message> |
3112 | <message> |
||
3113 | <source>&OK</source> |
||
3064 | cbradney | 3114 | <translation type="obsolete">&OK</translation> |
395 | Franz | 3115 | </message> |
3116 | <message> |
||
3117 | <source>&Apply</source> |
||
3064 | cbradney | 3118 | <translation type="obsolete">A&nvänd</translation> |
395 | Franz | 3119 | </message> |
3120 | <message> |
||
3121 | <source>&Cancel</source> |
||
3064 | cbradney | 3122 | <translation type="obsolete">&Avbryt</translation> |
395 | Franz | 3123 | </message> |
3124 | </context> |
||
3125 | <context> |
||
9729 | cbradney | 3126 | <name>AlignDistribute</name> |
6530 | cbradney | 3127 | <message> |
18553 | craig | 3128 | <location filename="../../scribus/ui/aligndistribute.ui" line="14"/> |
17184 | craig | 3129 | <source>DockWidget</source> |
3130 | <translation type="unfinished"></translation> |
||
3131 | </message> |
||
3132 | <message> |
||
18553 | craig | 3133 | <location filename="../../scribus/ui/aligndistribute.ui" line="25"/> |
6530 | cbradney | 3134 | <source>Align</source> |
3135 | <translation type="unfinished">Justera</translation> |
||
3136 | </message> |
||
3137 | <message> |
||
18553 | craig | 3138 | <location filename="../../scribus/ui/aligndistribute.ui" line="54"/> |
6530 | cbradney | 3139 | <source>&Selected Guide:</source> |
3140 | <translation type="unfinished">Vald hjälp&linje:</translation> |
||
3141 | </message> |
||
3142 | <message> |
||
18553 | craig | 3143 | <location filename="../../scribus/ui/aligndistribute.ui" line="67"/> |
6530 | cbradney | 3144 | <source>&Relative To:</source> |
3145 | <translation type="unfinished"></translation> |
||
3146 | </message> |
||
3147 | <message> |
||
18553 | craig | 3148 | <location filename="../../scribus/ui/aligndistribute.ui" line="86"/> |
15243 | cbradney | 3149 | <source>&Align Sides By:</source> |
3150 | <translation type="unfinished"></translation> |
||
3151 | </message> |
||
3152 | <message> |
||
18553 | craig | 3153 | <location filename="../../scribus/ui/aligndistribute.ui" line="142"/> |
3154 | <location filename="../../scribus/ui/aligndistribute.ui" line="149"/> |
||
3155 | <location filename="../../scribus/ui/aligndistribute.ui" line="156"/> |
||
3156 | <location filename="../../scribus/ui/aligndistribute.ui" line="163"/> |
||
3157 | <location filename="../../scribus/ui/aligndistribute.ui" line="170"/> |
||
3158 | <location filename="../../scribus/ui/aligndistribute.ui" line="177"/> |
||
3159 | <location filename="../../scribus/ui/aligndistribute.ui" line="184"/> |
||
3160 | <location filename="../../scribus/ui/aligndistribute.ui" line="191"/> |
||
3161 | <location filename="../../scribus/ui/aligndistribute.ui" line="198"/> |
||
3162 | <location filename="../../scribus/ui/aligndistribute.ui" line="205"/> |
||
3163 | <location filename="../../scribus/ui/aligndistribute.ui" line="275"/> |
||
3164 | <location filename="../../scribus/ui/aligndistribute.ui" line="282"/> |
||
3165 | <location filename="../../scribus/ui/aligndistribute.ui" line="289"/> |
||
3166 | <location filename="../../scribus/ui/aligndistribute.ui" line="296"/> |
||
3167 | <location filename="../../scribus/ui/aligndistribute.ui" line="303"/> |
||
3168 | <location filename="../../scribus/ui/aligndistribute.ui" line="313"/> |
||
3169 | <location filename="../../scribus/ui/aligndistribute.ui" line="320"/> |
||
3170 | <location filename="../../scribus/ui/aligndistribute.ui" line="330"/> |
||
3171 | <location filename="../../scribus/ui/aligndistribute.ui" line="337"/> |
||
3172 | <location filename="../../scribus/ui/aligndistribute.ui" line="347"/> |
||
3173 | <location filename="../../scribus/ui/aligndistribute.ui" line="354"/> |
||
3174 | <location filename="../../scribus/ui/aligndistribute.ui" line="361"/> |
||
3175 | <location filename="../../scribus/ui/aligndistribute.ui" line="371"/> |
||
3176 | <location filename="../../scribus/ui/aligndistribute.ui" line="378"/> |
||
3177 | <location filename="../../scribus/ui/aligndistribute.ui" line="385"/> |
||
3178 | <location filename="../../scribus/ui/aligndistribute.ui" line="392"/> |
||
3179 | <location filename="../../scribus/ui/aligndistribute.ui" line="566"/> |
||
3180 | <location filename="../../scribus/ui/aligndistribute.ui" line="573"/> |
||
6530 | cbradney | 3181 | <source>...</source> |
3182 | <translation type="unfinished"></translation> |
||
3183 | </message> |
||
3184 | <message> |
||
18553 | craig | 3185 | <location filename="../../scribus/ui/aligndistribute.ui" line="249"/> |
6530 | cbradney | 3186 | <source>Distribute</source> |
3187 | <translation type="unfinished">Fördela</translation> |
||
3188 | </message> |
||
3189 | <message> |
||
18553 | craig | 3190 | <location filename="../../scribus/ui/aligndistribute.ui" line="439"/> |
6530 | cbradney | 3191 | <source>&Distance:</source> |
3192 | <translation type="unfinished">Avstån&d:</translation> |
||
3193 | </message> |
||
14474 | cbradney | 3194 | <message> |
18553 | craig | 3195 | <location filename="../../scribus/ui/aligndistribute.ui" line="503"/> |
15243 | cbradney | 3196 | <source>Reverse Distribution</source> |
3197 | <translation type="unfinished"></translation> |
||
3198 | </message> |
||
3199 | <message> |
||
18553 | craig | 3200 | <location filename="../../scribus/ui/aligndistribute.ui" line="545"/> |
14474 | cbradney | 3201 | <source>Swap</source> |
3202 | <translation type="unfinished"></translation> |
||
3203 | </message> |
||
6530 | cbradney | 3204 | </context> |
3205 | <context> |
||
9729 | cbradney | 3206 | <name>AlignDistributeBase</name> |
3207 | <message> |
||
3208 | <source>Align and Distribute</source> |
||
3209 | <translation type="obsolete">Justera och fördela</translation> |
||
3210 | </message> |
||
3211 | <message> |