FreeCAD

Форк
0
7515 строк · 322.7 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<!DOCTYPE TS>
3
<TS version="1.1" language="no" sourcelanguage="en">
4
  <context>
5
    <name>App::Property</name>
6
    <message>
7
      <location filename="fillet.py" line="47"/>
8
      <source>The start point of this line.</source>
9
      <translation type="unfinished">The start point of this line.</translation>
10
    </message>
11
    <message>
12
      <location filename="fillet.py" line="55"/>
13
      <source>The end point of this line.</source>
14
      <translation type="unfinished">The end point of this line.</translation>
15
    </message>
16
    <message>
17
      <location filename="fillet.py" line="63"/>
18
      <source>The length of this line.</source>
19
      <translation type="unfinished">The length of this line.</translation>
20
    </message>
21
    <message>
22
      <location filename="fillet.py" line="71"/>
23
      <source>Radius to use to fillet the corner.</source>
24
      <translation type="unfinished">Radius to use to fillet the corner.</translation>
25
    </message>
26
    <message>
27
      <location filename="patharray.py" line="169"/>
28
      <source>The base object that will be duplicated</source>
29
      <translation type="unfinished">The base object that will be duplicated</translation>
30
    </message>
31
    <message>
32
      <location filename="array.py" line="98"/>
33
      <source>The type of array to create.
34
- Ortho: places the copies in the direction of the global X, Y, Z axes.
35
- Polar: places the copies along a circular arc, up to a specified angle, and with certain orientation defined by a center and an axis.
36
- Circular: places the copies in concentric circular layers around the base object.</source>
37
      <translation type="unfinished">The type of array to create.
38
- Ortho: places the copies in the direction of the global X, Y, Z axes.
39
- Polar: places the copies along a circular arc, up to a specified angle, and with certain orientation defined by a center and an axis.
40
- Circular: places the copies in concentric circular layers around the base object.</translation>
41
    </message>
42
    <message>
43
      <location filename="array.py" line="109"/>
44
      <source>Specifies if the copies should be fused together if they touch each other (slower)</source>
45
      <translation type="unfinished">Specifies if the copies should be fused together if they touch each other (slower)</translation>
46
    </message>
47
    <message>
48
      <location filename="array.py" line="122"/>
49
      <source>Number of copies in X direction</source>
50
      <translation type="unfinished">Number of copies in X direction</translation>
51
    </message>
52
    <message>
53
      <location filename="array.py" line="131"/>
54
      <source>Number of copies in Y direction</source>
55
      <translation type="unfinished">Number of copies in Y direction</translation>
56
    </message>
57
    <message>
58
      <location filename="array.py" line="140"/>
59
      <source>Number of copies in Z direction</source>
60
      <translation type="unfinished">Number of copies in Z direction</translation>
61
    </message>
62
    <message>
63
      <location filename="array.py" line="150"/>
64
      <source>Distance and orientation of intervals in X direction</source>
65
      <translation type="unfinished">Distance and orientation of intervals in X direction</translation>
66
    </message>
67
    <message>
68
      <location filename="array.py" line="160"/>
69
      <source>Distance and orientation of intervals in Y direction</source>
70
      <translation type="unfinished">Distance and orientation of intervals in Y direction</translation>
71
    </message>
72
    <message>
73
      <location filename="array.py" line="170"/>
74
      <source>Distance and orientation of intervals in Z direction</source>
75
      <translation type="unfinished">Distance and orientation of intervals in Z direction</translation>
76
    </message>
77
    <message>
78
      <location filename="array.py" line="185"/>
79
      <source>The axis direction around which the elements in a polar or a circular array will be created</source>
80
      <translation type="unfinished">The axis direction around which the elements in a polar or a circular array will be created</translation>
81
    </message>
82
    <message>
83
      <location filename="array.py" line="196"/>
84
      <source>Center point for polar and circular arrays.
85
The 'Axis' passes through this point.</source>
86
      <translation type="unfinished">Center point for polar and circular arrays.
87
The 'Axis' passes through this point.</translation>
88
    </message>
89
    <message>
90
      <location filename="array.py" line="215"/>
91
      <source>The axis object that overrides the value of 'Axis' and 'Center', for example, a datum line.
92
Its placement, position and rotation, will be used when creating polar and circular arrays.
93
Leave this property empty to be able to set 'Axis' and 'Center' manually.</source>
94
      <translation type="unfinished">The axis object that overrides the value of 'Axis' and 'Center', for example, a datum line.
95
Its placement, position and rotation, will be used when creating polar and circular arrays.
96
Leave this property empty to be able to set 'Axis' and 'Center' manually.</translation>
97
    </message>
98
    <message>
99
      <location filename="array.py" line="228"/>
100
      <source>Number of copies in the polar direction</source>
101
      <translation type="unfinished">Number of copies in the polar direction</translation>
102
    </message>
103
    <message>
104
      <location filename="array.py" line="238"/>
105
      <source>Distance and orientation of intervals in 'Axis' direction</source>
106
      <translation type="unfinished">Distance and orientation of intervals in 'Axis' direction</translation>
107
    </message>
108
    <message>
109
      <location filename="array.py" line="247"/>
110
      <source>Angle to cover with copies</source>
111
      <translation type="unfinished">Angle to cover with copies</translation>
112
    </message>
113
    <message>
114
      <location filename="array.py" line="260"/>
115
      <source>Distance between circular layers</source>
116
      <translation type="unfinished">Distance between circular layers</translation>
117
    </message>
118
    <message>
119
      <location filename="array.py" line="270"/>
120
      <source>Distance between copies in the same circular layer</source>
121
      <translation type="unfinished">Distance between copies in the same circular layer</translation>
122
    </message>
123
    <message>
124
      <location filename="array.py" line="280"/>
125
      <source>Number of circular layers. The 'Base' object counts as one layer.</source>
126
      <translation type="unfinished">Number of circular layers. The 'Base' object counts as one layer.</translation>
127
    </message>
128
    <message>
129
      <location filename="array.py" line="291"/>
130
      <source>A parameter that determines how many symmetry planes  the circular array will have.</source>
131
      <translation type="unfinished">A parameter that determines how many symmetry planes  the circular array will have.</translation>
132
    </message>
133
    <message>
134
      <location filename="array.py" line="309"/>
135
      <source>Total number of elements in the array.
136
This property is read-only, as the number depends on the parameters of the array.</source>
137
      <translation type="unfinished">Total number of elements in the array.
138
This property is read-only, as the number depends on the parameters of the array.</translation>
139
    </message>
140
    <message>
141
      <location filename="patharray.py" line="208"/>
142
      <source>Show the individual array elements (only for Link arrays)</source>
143
      <translation type="unfinished">Show the individual array elements (only for Link arrays)</translation>
144
    </message>
145
    <message>
146
      <location filename="block.py" line="43"/>
147
      <source>The components of this block</source>
148
      <translation type="unfinished">The components of this block</translation>
149
    </message>
150
    <message>
151
      <location filename="wpproxy.py" line="42"/>
152
      <source>The placement of this object</source>
153
      <translation>Plasseringen av dette objektet</translation>
154
    </message>
155
    <message>
156
      <location filename="rectangle.py" line="46"/>
157
      <source>Length of the rectangle</source>
158
      <translation type="unfinished">Length of the rectangle</translation>
159
    </message>
160
    <message>
161
      <location filename="rectangle.py" line="49"/>
162
      <source>Height of the rectangle</source>
163
      <translation type="unfinished">Height of the rectangle</translation>
164
    </message>
165
    <message>
166
      <location filename="wire.py" line="77"/>
167
      <source>Radius to use to fillet the corners</source>
168
      <translation type="unfinished">Radius to use to fillet the corners</translation>
169
    </message>
170
    <message>
171
      <location filename="wire.py" line="81"/>
172
      <source>Size of the chamfer to give to the corners</source>
173
      <translation type="unfinished">Size of the chamfer to give to the corners</translation>
174
    </message>
175
    <message>
176
      <location filename="ellipse.py" line="58"/>
177
      <source>Create a face</source>
178
      <translation type="unfinished">Create a face</translation>
179
    </message>
180
    <message>
181
      <location filename="rectangle.py" line="61"/>
182
      <source>Horizontal subdivisions of this rectangle</source>
183
      <translation type="unfinished">Horizontal subdivisions of this rectangle</translation>
184
    </message>
185
    <message>
186
      <location filename="rectangle.py" line="64"/>
187
      <source>Vertical subdivisions of this rectangle</source>
188
      <translation type="unfinished">Vertical subdivisions of this rectangle</translation>
189
    </message>
190
    <message>
191
      <location filename="wire.py" line="93"/>
192
      <source>The area of this object</source>
193
      <translation type="unfinished">The area of this object</translation>
194
    </message>
195
    <message>
196
      <location filename="dimension.py" line="137"/>
197
      <source>The normal direction of the text of the dimension</source>
198
      <translation type="unfinished">The normal direction of the text of the dimension</translation>
199
    </message>
200
    <message>
201
      <location filename="dimension.py" line="150"/>
202
      <source>The object measured by this dimension object</source>
203
      <translation type="unfinished">The object measured by this dimension object</translation>
204
    </message>
205
    <message>
206
      <location filename="dimension.py" line="167"/>
207
      <source>The object, and specific subelements of it,
208
that this dimension object is measuring.
209

210
There are various possibilities:
211
- An object, and one of its edges.
212
- An object, and two of its vertices.
213
- An arc object, and its edge.
214
</source>
215
      <translation type="unfinished">The object, and specific subelements of it,
216
that this dimension object is measuring.
217

218
There are various possibilities:
219
- An object, and one of its edges.
220
- An object, and two of its vertices.
221
- An arc object, and its edge.
222
</translation>
223
    </message>
224
    <message>
225
      <location filename="dimension.py" line="190"/>
226
      <source>A point through which the dimension line, or an extrapolation of it, will pass.
227

228
- For linear dimensions, this property controls how close the dimension line
229
is to the measured object.
230
- For radial dimensions, this controls the direction of the dimension line
231
that displays the measured radius or diameter.
232
- For angular dimensions, this controls the radius of the dimension arc
233
that displays the measured angle.</source>
234
      <translation type="unfinished">A point through which the dimension line, or an extrapolation of it, will pass.
235

236
- For linear dimensions, this property controls how close the dimension line
237
is to the measured object.
238
- For radial dimensions, this controls the direction of the dimension line
239
that displays the measured radius or diameter.
240
- For angular dimensions, this controls the radius of the dimension arc
241
that displays the measured angle.</translation>
242
    </message>
243
    <message>
244
      <location filename="dimension.py" line="233"/>
245
      <source>Starting point of the dimension line.
246

247
If it is a radius dimension it will be the center of the arc.
248
If it is a diameter dimension it will be a point that lies on the arc.</source>
249
      <translation type="unfinished">Starting point of the dimension line.
250

251
If it is a radius dimension it will be the center of the arc.
252
If it is a diameter dimension it will be a point that lies on the arc.</translation>
253
    </message>
254
    <message>
255
      <location filename="dimension.py" line="247"/>
256
      <source>Ending point of the dimension line.
257

258
If it is a radius or diameter dimension
259
it will be a point that lies on the arc.</source>
260
      <translation type="unfinished">Ending point of the dimension line.
261

262
If it is a radius or diameter dimension
263
it will be a point that lies on the arc.</translation>
264
    </message>
265
    <message>
266
      <location filename="dimension.py" line="259"/>
267
      <source>The direction of the dimension line.
268
If this remains '(0,0,0)', the direction will be calculated automatically.</source>
269
      <translation type="unfinished">The direction of the dimension line.
270
If this remains '(0,0,0)', the direction will be calculated automatically.</translation>
271
    </message>
272
    <message>
273
      <location filename="dimension.py" line="276"/>
274
      <source>The value of the measurement.
275

276
This property is read-only because the value is calculated
277
from the 'Start' and 'End' properties.
278

279
If the 'Linked Geometry' is an arc or circle, this 'Distance'
280
is the radius or diameter, depending on the 'Diameter' property.</source>
281
      <translation type="unfinished">The value of the measurement.
282

283
This property is read-only because the value is calculated
284
from the 'Start' and 'End' properties.
285

286
If the 'Linked Geometry' is an arc or circle, this 'Distance'
287
is the radius or diameter, depending on the 'Diameter' property.</translation>
288
    </message>
289
    <message>
290
      <location filename="dimension.py" line="287"/>
291
      <source>When measuring circular arcs, it determines whether to display
292
the radius or the diameter value</source>
293
      <translation type="unfinished">When measuring circular arcs, it determines whether to display
294
the radius or the diameter value</translation>
295
    </message>
296
    <message>
297
      <location filename="dimension.py" line="507"/>
298
      <source>Starting angle of the dimension line (circular arc).
299
The arc is drawn counter-clockwise.</source>
300
      <translation type="unfinished">Starting angle of the dimension line (circular arc).
301
The arc is drawn counter-clockwise.</translation>
302
    </message>
303
    <message>
304
      <location filename="dimension.py" line="518"/>
305
      <source>Ending angle of the dimension line (circular arc).
306
The arc is drawn counter-clockwise.</source>
307
      <translation type="unfinished">Ending angle of the dimension line (circular arc).
308
The arc is drawn counter-clockwise.</translation>
309
    </message>
310
    <message>
311
      <location filename="dimension.py" line="533"/>
312
      <source>The center point of the dimension line, which is a circular arc.
313

314
This is normally the point where two line segments, or their extensions
315
intersect, resulting in the measured 'Angle' between them.</source>
316
      <translation type="unfinished">The center point of the dimension line, which is a circular arc.
317

318
This is normally the point where two line segments, or their extensions
319
intersect, resulting in the measured 'Angle' between them.</translation>
320
    </message>
321
    <message>
322
      <location filename="dimension.py" line="547"/>
323
      <source>The value of the measurement.
324

325
This property is read-only because the value is calculated from
326
the 'First Angle' and 'Last Angle' properties.</source>
327
      <translation type="unfinished">The value of the measurement.
328

329
This property is read-only because the value is calculated from
330
the 'First Angle' and 'Last Angle' properties.</translation>
331
    </message>
332
    <message>
333
      <location filename="text.py" line="54"/>
334
      <source>The placement of the base point of the first line</source>
335
      <translation type="unfinished">The placement of the base point of the first line</translation>
336
    </message>
337
    <message>
338
      <location filename="text.py" line="66"/>
339
      <source>The text displayed by this object.
340
It is a list of strings; each element in the list will be displayed in its own line.</source>
341
      <translation type="unfinished">The text displayed by this object.
342
It is a list of strings; each element in the list will be displayed in its own line.</translation>
343
    </message>
344
    <message>
345
      <location filename="circle.py" line="45"/>
346
      <source>Start angle of the arc</source>
347
      <translation type="unfinished">Start angle of the arc</translation>
348
    </message>
349
    <message>
350
      <location filename="circle.py" line="50"/>
351
      <source>End angle of the arc (for a full circle, 
352
                give it same value as First Angle)</source>
353
      <translation type="unfinished">End angle of the arc (for a full circle, 
354
                give it same value as First Angle)</translation>
355
    </message>
356
    <message>
357
      <location filename="circle.py" line="54"/>
358
      <source>Radius of the circle</source>
359
      <translation type="unfinished">Radius of the circle</translation>
360
    </message>
361
    <message>
362
      <location filename="polygon.py" line="48"/>
363
      <source>Number of faces</source>
364
      <translation type="unfinished">Number of faces</translation>
365
    </message>
366
    <message>
367
      <location filename="polygon.py" line="52"/>
368
      <source>Radius of the control circle</source>
369
      <translation type="unfinished">Radius of the control circle</translation>
370
    </message>
371
    <message>
372
      <location filename="polygon.py" line="56"/>
373
      <source>How the polygon must be drawn from the control circle</source>
374
      <translation type="unfinished">How the polygon must be drawn from the control circle</translation>
375
    </message>
376
    <message>
377
      <location filename="point.py" line="45"/>
378
      <source>X Location</source>
379
      <translation type="unfinished">X Location</translation>
380
    </message>
381
    <message>
382
      <location filename="point.py" line="48"/>
383
      <source>Y Location</source>
384
      <translation type="unfinished">Y Location</translation>
385
    </message>
386
    <message>
387
      <location filename="point.py" line="51"/>
388
      <source>Z Location</source>
389
      <translation type="unfinished">Z Location</translation>
390
    </message>
391
    <message>
392
      <location filename="layer.py" line="59"/>
393
      <source>The objects that are part of this layer</source>
394
      <translation type="unfinished">The objects that are part of this layer</translation>
395
    </message>
396
    <message>
397
      <location filename="label.py" line="65"/>
398
      <source>The position of the tip of the leader line.
399
This point can be decorated with an arrow or another symbol.</source>
400
      <translation type="unfinished">The position of the tip of the leader line.
401
This point can be decorated with an arrow or another symbol.</translation>
402
    </message>
403
    <message>
404
      <location filename="label.py" line="79"/>
405
      <source>Object, and optionally subelement, whose properties will be displayed
406
as 'Text', depending on 'Label Type'.
407

408
'Target' won't be used if 'Label Type' is set to 'Custom'.</source>
409
      <translation type="unfinished">Object, and optionally subelement, whose properties will be displayed
410
as 'Text', depending on 'Label Type'.
411

412
'Target' won't be used if 'Label Type' is set to 'Custom'.</translation>
413
    </message>
414
    <message>
415
      <location filename="label.py" line="109"/>
416
      <source>The list of points defining the leader line; normally a list of three points.
417

418
The first point should be the position of the text, that is, the 'Placement',
419
and the last point should be the tip of the line, that is, the 'Target Point'.
420
The middle point is calculated automatically depending on the chosen
421
'Straight Direction' and the 'Straight Distance' value and sign.
422

423
If 'Straight Direction' is set to 'Custom', the 'Points' property
424
can be set as a list of arbitrary points.</source>
425
      <translation type="unfinished">The list of points defining the leader line; normally a list of three points.
426

427
The first point should be the position of the text, that is, the 'Placement',
428
and the last point should be the tip of the line, that is, the 'Target Point'.
429
The middle point is calculated automatically depending on the chosen
430
'Straight Direction' and the 'Straight Distance' value and sign.
431

432
If 'Straight Direction' is set to 'Custom', the 'Points' property
433
can be set as a list of arbitrary points.</translation>
434
    </message>
435
    <message>
436
      <location filename="label.py" line="124"/>
437
      <source>The direction of the straight segment of the leader line.
438

439
If 'Custom' is chosen, the points of the leader can be specified by
440
assigning a custom list to the 'Points' attribute.</source>
441
      <translation type="unfinished">The direction of the straight segment of the leader line.
442

443
If 'Custom' is chosen, the points of the leader can be specified by
444
assigning a custom list to the 'Points' attribute.</translation>
445
    </message>
446
    <message>
447
      <location filename="label.py" line="142"/>
448
      <source>The length of the straight segment of the leader line.
449

450
This is an oriented distance; if it is negative, the line will be drawn
451
to the left or below the 'Text', otherwise to the right or above it,
452
depending on the value of 'Straight Direction'.</source>
453
      <translation type="unfinished">The length of the straight segment of the leader line.
454

455
This is an oriented distance; if it is negative, the line will be drawn
456
to the left or below the 'Text', otherwise to the right or above it,
457
depending on the value of 'Straight Direction'.</translation>
458
    </message>
459
    <message>
460
      <location filename="label.py" line="156"/>
461
      <source>The placement of the 'Text' element in 3D space</source>
462
      <translation type="unfinished">The placement of the 'Text' element in 3D space</translation>
463
    </message>
464
    <message>
465
      <location filename="label.py" line="166"/>
466
      <source>The text to display when 'Label Type' is set to 'Custom'</source>
467
      <translation type="unfinished">The text to display when 'Label Type' is set to 'Custom'</translation>
468
    </message>
469
    <message>
470
      <location filename="label.py" line="181"/>
471
      <source>The text displayed by this label.
472

473
This property is read-only, as the final text depends on 'Label Type',
474
and the object defined in 'Target'.
475
The 'Custom Text' is displayed only if 'Label Type' is set to 'Custom'.</source>
476
      <translation type="unfinished">The text displayed by this label.
477

478
This property is read-only, as the final text depends on 'Label Type',
479
and the object defined in 'Target'.
480
The 'Custom Text' is displayed only if 'Label Type' is set to 'Custom'.</translation>
481
    </message>
482
    <message>
483
      <location filename="label.py" line="216"/>
484
      <source>The type of information displayed by this label.
485

486
If 'Custom' is chosen, the contents of 'Custom Text' will be used.
487
For other types, the string will be calculated automatically from the object defined in 'Target'.
488
'Tag' and 'Material' only work for objects that have these properties, like Arch objects.
489

490
For 'Position', 'Length', and 'Area' these properties will be extracted from the main object in 'Target',
491
or from the subelement 'VertexN', 'EdgeN', or 'FaceN', respectively, if it is specified.</source>
492
      <translation type="unfinished">The type of information displayed by this label.
493

494
If 'Custom' is chosen, the contents of 'Custom Text' will be used.
495
For other types, the string will be calculated automatically from the object defined in 'Target'.
496
'Tag' and 'Material' only work for objects that have these properties, like Arch objects.
497

498
For 'Position', 'Length', and 'Area' these properties will be extracted from the main object in 'Target',
499
or from the subelement 'VertexN', 'EdgeN', or 'FaceN', respectively, if it is specified.</translation>
500
    </message>
501
    <message>
502
      <location filename="shapestring.py" line="47"/>
503
      <source>Text string</source>
504
      <translation type="unfinished">Text string</translation>
505
    </message>
506
    <message>
507
      <location filename="shapestring.py" line="50"/>
508
      <source>Font file name</source>
509
      <translation type="unfinished">Font file name</translation>
510
    </message>
511
    <message>
512
      <location filename="shapestring.py" line="53"/>
513
      <source>Height of text</source>
514
      <translation>Høyde på tekst</translation>
515
    </message>
516
    <message>
517
      <location filename="shapestring.py" line="56"/>
518
      <source>Inter-character spacing</source>
519
      <translation type="unfinished">Inter-character spacing</translation>
520
    </message>
521
    <message>
522
      <location filename="draftlink.py" line="104"/>
523
      <source>Show the individual array elements</source>
524
      <translation type="unfinished">Show the individual array elements</translation>
525
    </message>
526
    <message>
527
      <location filename="pointarray.py" line="79"/>
528
      <source>Base object that will be duplicated</source>
529
      <translation type="unfinished">Base object that will be duplicated</translation>
530
    </message>
531
    <message>
532
      <location filename="pointarray.py" line="87"/>
533
      <source>Object containing points used to distribute the base object, for example, a sketch or a Part compound.
534
The sketch or compound must contain at least one explicit point or vertex object.</source>
535
      <translation type="unfinished">Object containing points used to distribute the base object, for example, a sketch or a Part compound.
536
The sketch or compound must contain at least one explicit point or vertex object.</translation>
537
    </message>
538
    <message>
539
      <location filename="pointarray.py" line="95"/>
540
      <source>Total number of elements in the array.
541
This property is read-only, as the number depends on the points contained within 'Point Object'.</source>
542
      <translation type="unfinished">Total number of elements in the array.
543
This property is read-only, as the number depends on the points contained within 'Point Object'.</translation>
544
    </message>
545
    <message>
546
      <location filename="pointarray.py" line="139"/>
547
      <source>Additional placement, shift and rotation, that will be applied to each copy</source>
548
      <translation type="unfinished">Additional placement, shift and rotation, that will be applied to each copy</translation>
549
    </message>
550
    <message>
551
      <location filename="bspline.py" line="46"/>
552
      <source>The points of the B-spline</source>
553
      <translation type="unfinished">The points of the B-spline</translation>
554
    </message>
555
    <message>
556
      <location filename="bspline.py" line="50"/>
557
      <source>If the B-spline is closed or not</source>
558
      <translation type="unfinished">If the B-spline is closed or not</translation>
559
    </message>
560
    <message>
561
      <location filename="bspline.py" line="54"/>
562
      <source>Create a face if this spline is closed</source>
563
      <translation type="unfinished">Create a face if this spline is closed</translation>
564
    </message>
565
    <message>
566
      <location filename="bspline.py" line="67"/>
567
      <source>Parameterization factor</source>
568
      <translation type="unfinished">Parameterization factor</translation>
569
    </message>
570
    <message>
571
      <location filename="shape2dview.py" line="57"/>
572
      <source>The base object this 2D view must represent</source>
573
      <translation type="unfinished">The base object this 2D view must represent</translation>
574
    </message>
575
    <message>
576
      <location filename="shape2dview.py" line="62"/>
577
      <source>The projection vector of this object</source>
578
      <translation type="unfinished">The projection vector of this object</translation>
579
    </message>
580
    <message>
581
      <location filename="shape2dview.py" line="68"/>
582
      <source>The way the viewed object must be projected</source>
583
      <translation type="unfinished">The way the viewed object must be projected</translation>
584
    </message>
585
    <message>
586
      <location filename="shape2dview.py" line="75"/>
587
      <source>The indices of the faces to be projected in Individual Faces mode</source>
588
      <translation type="unfinished">The indices of the faces to be projected in Individual Faces mode</translation>
589
    </message>
590
    <message>
591
      <location filename="shape2dview.py" line="80"/>
592
      <source>Show hidden lines</source>
593
      <translation>Vis skjulte linjer</translation>
594
    </message>
595
    <message>
596
      <location filename="shape2dview.py" line="86"/>
597
      <source>Fuse wall and structure objects of same type and material</source>
598
      <translation type="unfinished">Fuse wall and structure objects of same type and material</translation>
599
    </message>
600
    <message>
601
      <location filename="shape2dview.py" line="91"/>
602
      <source>Tessellate Ellipses and B-splines into line segments</source>
603
      <translation type="unfinished">Tessellate Ellipses and B-splines into line segments</translation>
604
    </message>
605
    <message>
606
      <location filename="ellipse.py" line="45"/>
607
      <source>Start angle of the elliptical arc</source>
608
      <translation type="unfinished">Start angle of the elliptical arc</translation>
609
    </message>
610
    <message>
611
      <location filename="ellipse.py" line="49"/>
612
      <source>End angle of the elliptical arc 
613

614
                (for a full circle, give it same value as First Angle)</source>
615
      <translation type="unfinished">End angle of the elliptical arc 
616

617
                (for a full circle, give it same value as First Angle)</translation>
618
    </message>
619
    <message>
620
      <location filename="ellipse.py" line="52"/>
621
      <source>Minor radius of the ellipse</source>
622
      <translation type="unfinished">Minor radius of the ellipse</translation>
623
    </message>
624
    <message>
625
      <location filename="ellipse.py" line="55"/>
626
      <source>Major radius of the ellipse</source>
627
      <translation type="unfinished">Major radius of the ellipse</translation>
628
    </message>
629
    <message>
630
      <location filename="ellipse.py" line="61"/>
631
      <source>Area of this object</source>
632
      <translation type="unfinished">Area of this object</translation>
633
    </message>
634
    <message>
635
      <location filename="bezcurve.py" line="46"/>
636
      <source>The points of the Bezier curve</source>
637
      <translation type="unfinished">The points of the Bezier curve</translation>
638
    </message>
639
    <message>
640
      <location filename="bezcurve.py" line="50"/>
641
      <source>The degree of the Bezier function</source>
642
      <translation type="unfinished">The degree of the Bezier function</translation>
643
    </message>
644
    <message>
645
      <location filename="bezcurve.py" line="54"/>
646
      <source>Continuity</source>
647
      <translation type="unfinished">Continuity</translation>
648
    </message>
649
    <message>
650
      <location filename="bezcurve.py" line="58"/>
651
      <source>If the Bezier curve should be closed or not</source>
652
      <translation type="unfinished">If the Bezier curve should be closed or not</translation>
653
    </message>
654
    <message>
655
      <location filename="bezcurve.py" line="62"/>
656
      <source>Create a face if this curve is closed</source>
657
      <translation type="unfinished">Create a face if this curve is closed</translation>
658
    </message>
659
    <message>
660
      <location filename="bezcurve.py" line="66"/>
661
      <source>The length of this object</source>
662
      <translation type="unfinished">The length of this object</translation>
663
    </message>
664
    <message>
665
      <location filename="patharray.py" line="177"/>
666
      <source>The object along which the copies will be distributed. It must contain 'Edges'.</source>
667
      <translation type="unfinished">The object along which the copies will be distributed. It must contain 'Edges'.</translation>
668
    </message>
669
    <message>
670
      <location filename="patharray.py" line="192"/>
671
      <source>List of connected edges in the 'Path Object'.
672
If these are present, the copies will be created along these subelements only.
673
Leave this property empty to create copies along the entire 'Path Object'.</source>
674
      <translation type="unfinished">List of connected edges in the 'Path Object'.
675
If these are present, the copies will be created along these subelements only.
676
Leave this property empty to create copies along the entire 'Path Object'.</translation>
677
    </message>
678
    <message>
679
      <location filename="patharray.py" line="200"/>
680
      <source>Number of copies to create</source>
681
      <translation type="unfinished">Number of copies to create</translation>
682
    </message>
683
    <message>
684
      <location filename="patharray.py" line="219"/>
685
      <source>Additional translation that will be applied to each copy.
686
This is useful to adjust for the difference between shape centre and shape reference point.</source>
687
      <translation type="unfinished">Additional translation that will be applied to each copy.
688
This is useful to adjust for the difference between shape centre and shape reference point.</translation>
689
    </message>
690
    <message>
691
      <location filename="patharray.py" line="227"/>
692
      <source>Alignment vector for 'Tangent' mode</source>
693
      <translation type="unfinished">Alignment vector for 'Tangent' mode</translation>
694
    </message>
695
    <message>
696
      <location filename="patharray.py" line="235"/>
697
      <source>Force use of 'Vertical Vector' as local Z direction when using 'Original' or 'Tangent' alignment mode</source>
698
      <translation type="unfinished">Force use of 'Vertical Vector' as local Z direction when using 'Original' or 'Tangent' alignment mode</translation>
699
    </message>
700
    <message>
701
      <location filename="patharray.py" line="243"/>
702
      <source>Direction of the local Z axis when 'Force Vertical' is true</source>
703
      <translation type="unfinished">Direction of the local Z axis when 'Force Vertical' is true</translation>
704
    </message>
705
    <message>
706
      <location filename="patharray.py" line="251"/>
707
      <source>Method to orient the copies along the path.
708
- Original: X is curve tangent, Y is normal, and Z is the cross product.
709
- Frenet: aligns the object following the local coordinate system along the path.
710
- Tangent: similar to 'Original' but the local X axis is pre-aligned to 'Tangent Vector'.
711

712
To get better results with 'Original' or 'Tangent' you may have to set 'Force Vertical' to true.</source>
713
      <translation type="unfinished">Method to orient the copies along the path.
714
- Original: X is curve tangent, Y is normal, and Z is the cross product.
715
- Frenet: aligns the object following the local coordinate system along the path.
716
- Tangent: similar to 'Original' but the local X axis is pre-aligned to 'Tangent Vector'.
717

718
To get better results with 'Original' or 'Tangent' you may have to set 'Force Vertical' to true.</translation>
719
    </message>
720
    <message>
721
      <location filename="patharray.py" line="262"/>
722
      <source>Orient the copies along the path depending on the 'Align Mode'.
723
Otherwise the copies will have the same orientation as the original Base object.</source>
724
      <translation type="unfinished">Orient the copies along the path depending on the 'Align Mode'.
725
Otherwise the copies will have the same orientation as the original Base object.</translation>
726
    </message>
727
    <message>
728
      <location filename="drawingview.py" line="66"/>
729
      <source>The linked object</source>
730
      <translation>Det koblede objektet</translation>
731
    </message>
732
    <message>
733
      <location filename="drawingview.py" line="73"/>
734
      <source>Projection direction</source>
735
      <translation type="unfinished">Projection direction</translation>
736
    </message>
737
    <message>
738
      <location filename="drawingview.py" line="80"/>
739
      <source>The width of the lines inside this object</source>
740
      <translation type="unfinished">The width of the lines inside this object</translation>
741
    </message>
742
    <message>
743
      <location filename="drawingview.py" line="88"/>
744
      <source>The size of the texts inside this object</source>
745
      <translation type="unfinished">The size of the texts inside this object</translation>
746
    </message>
747
    <message>
748
      <location filename="drawingview.py" line="96"/>
749
      <source>The spacing between lines of text</source>
750
      <translation type="unfinished">The spacing between lines of text</translation>
751
    </message>
752
    <message>
753
      <location filename="drawingview.py" line="103"/>
754
      <source>The color of the projected objects</source>
755
      <translation type="unfinished">The color of the projected objects</translation>
756
    </message>
757
    <message>
758
      <location filename="drawingview.py" line="110"/>
759
      <source>Shape Fill Style</source>
760
      <translation type="unfinished">Shape Fill Style</translation>
761
    </message>
762
    <message>
763
      <location filename="drawingview.py" line="118"/>
764
      <source>Line Style</source>
765
      <translation type="unfinished">Line Style</translation>
766
    </message>
767
    <message>
768
      <location filename="drawingview.py" line="127"/>
769
      <source>If checked, source objects are displayed regardless of being visible in the 3D model</source>
770
      <translation type="unfinished">If checked, source objects are displayed regardless of being visible in the 3D model</translation>
771
    </message>
772
    <message>
773
      <location filename="facebinder.py" line="43"/>
774
      <source>Linked faces</source>
775
      <translation type="unfinished">Linked faces</translation>
776
    </message>
777
    <message>
778
      <location filename="facebinder.py" line="46"/>
779
      <source>Specifies if splitter lines must be removed</source>
780
      <translation type="unfinished">Specifies if splitter lines must be removed</translation>
781
    </message>
782
    <message>
783
      <location filename="facebinder.py" line="49"/>
784
      <source>An optional extrusion value to be applied to all faces</source>
785
      <translation type="unfinished">An optional extrusion value to be applied to all faces</translation>
786
    </message>
787
    <message>
788
      <location filename="facebinder.py" line="52"/>
789
      <source>An optional offset value to be applied to all faces</source>
790
      <translation type="unfinished">An optional offset value to be applied to all faces</translation>
791
    </message>
792
    <message>
793
      <location filename="facebinder.py" line="55"/>
794
      <source>This specifies if the shapes sew</source>
795
      <translation type="unfinished">This specifies if the shapes sew</translation>
796
    </message>
797
    <message>
798
      <location filename="facebinder.py" line="58"/>
799
      <source>The area of the faces of this Facebinder</source>
800
      <translation type="unfinished">The area of the faces of this Facebinder</translation>
801
    </message>
802
    <message>
803
      <location filename="clone.py" line="46"/>
804
      <source>The objects included in this clone</source>
805
      <translation type="unfinished">The objects included in this clone</translation>
806
    </message>
807
    <message>
808
      <location filename="clone.py" line="51"/>
809
      <source>The scale factor of this clone</source>
810
      <translation type="unfinished">The scale factor of this clone</translation>
811
    </message>
812
    <message>
813
      <location filename="clone.py" line="57"/>
814
      <source>If Clones includes several objects,
815
set True for fusion or False for compound</source>
816
      <translation type="unfinished">If Clones includes several objects,
817
set True for fusion or False for compound</translation>
818
    </message>
819
    <message>
820
      <location filename="view_draft_annotation.py" line="82"/>
821
      <source>General scaling factor that affects the annotation consistently
822
because it scales the text, and the line decorations, if any,
823
in the same proportion.</source>
824
      <translation type="unfinished">General scaling factor that affects the annotation consistently
825
because it scales the text, and the line decorations, if any,
826
in the same proportion.</translation>
827
    </message>
828
    <message>
829
      <location filename="view_draft_annotation.py" line="100"/>
830
      <source>Annotation style to apply to this object.
831
When using a saved style some of the view properties will become read-only;
832
they will only be editable by changing the style through the 'Annotation style editor' tool.</source>
833
      <translation type="unfinished">Annotation style to apply to this object.
834
When using a saved style some of the view properties will become read-only;
835
they will only be editable by changing the style through the 'Annotation style editor' tool.</translation>
836
    </message>
837
    <message>
838
      <location filename="wire.py" line="49"/>
839
      <source>The vertices of the wire</source>
840
      <translation type="unfinished">The vertices of the wire</translation>
841
    </message>
842
    <message>
843
      <location filename="wire.py" line="53"/>
844
      <source>If the wire is closed or not</source>
845
      <translation type="unfinished">If the wire is closed or not</translation>
846
    </message>
847
    <message>
848
      <location filename="wire.py" line="57"/>
849
      <source>The base object is the wire, it's formed from 2 objects</source>
850
      <translation type="unfinished">The base object is the wire, it's formed from 2 objects</translation>
851
    </message>
852
    <message>
853
      <location filename="wire.py" line="61"/>
854
      <source>The tool object is the wire, it's formed from 2 objects</source>
855
      <translation type="unfinished">The tool object is the wire, it's formed from 2 objects</translation>
856
    </message>
857
    <message>
858
      <location filename="wire.py" line="65"/>
859
      <source>The start point of this line</source>
860
      <translation type="unfinished">The start point of this line</translation>
861
    </message>
862
    <message>
863
      <location filename="wire.py" line="69"/>
864
      <source>The end point of this line</source>
865
      <translation type="unfinished">The end point of this line</translation>
866
    </message>
867
    <message>
868
      <location filename="wire.py" line="73"/>
869
      <source>The length of this line</source>
870
      <translation type="unfinished">The length of this line</translation>
871
    </message>
872
    <message>
873
      <location filename="wire.py" line="85"/>
874
      <source>Create a face if this object is closed</source>
875
      <translation type="unfinished">Create a face if this object is closed</translation>
876
    </message>
877
    <message>
878
      <location filename="wire.py" line="89"/>
879
      <source>The number of subdivisions of each edge</source>
880
      <translation type="unfinished">The number of subdivisions of each edge</translation>
881
    </message>
882
    <message>
883
      <location filename="view_dimension.py" line="137"/>
884
      <source>Font name</source>
885
      <translation>Skriftnavn</translation>
886
    </message>
887
    <message>
888
      <location filename="view_dimension.py" line="146"/>
889
      <source>Font size</source>
890
      <translation type="unfinished">Font size</translation>
891
    </message>
892
    <message>
893
      <location filename="view_dimension.py" line="155"/>
894
      <source>Spacing between text and dimension line</source>
895
      <translation type="unfinished">Spacing between text and dimension line</translation>
896
    </message>
897
    <message>
898
      <location filename="view_dimension.py" line="164"/>
899
      <source>Rotate the dimension text 180 degrees</source>
900
      <translation type="unfinished">Rotate the dimension text 180 degrees</translation>
901
    </message>
902
    <message>
903
      <location filename="view_dimension.py" line="174"/>
904
      <source>Text Position.
905
Leave '(0,0,0)' for automatic position</source>
906
      <translation type="unfinished">Text Position.
907
Leave '(0,0,0)' for automatic position</translation>
908
    </message>
909
    <message>
910
      <location filename="view_dimension.py" line="185"/>
911
      <source>Text override.
912
Write '$dim' so that it is replaced by the dimension length.</source>
913
      <translation type="unfinished">Text override.
914
Write '$dim' so that it is replaced by the dimension length.</translation>
915
    </message>
916
    <message>
917
      <location filename="view_dimension.py" line="196"/>
918
      <source>The number of decimals to show</source>
919
      <translation type="unfinished">The number of decimals to show</translation>
920
    </message>
921
    <message>
922
      <location filename="view_dimension.py" line="205"/>
923
      <source>Show the unit suffix</source>
924
      <translation type="unfinished">Show the unit suffix</translation>
925
    </message>
926
    <message>
927
      <location filename="view_dimension.py" line="230"/>
928
      <source>Arrow size</source>
929
      <translation>Pilstørrelse</translation>
930
    </message>
931
    <message>
932
      <location filename="view_dimension.py" line="239"/>
933
      <source>Arrow type</source>
934
      <translation>Piltype</translation>
935
    </message>
936
    <message>
937
      <location filename="view_dimension.py" line="249"/>
938
      <source>Rotate the dimension arrows 180 degrees</source>
939
      <translation type="unfinished">Rotate the dimension arrows 180 degrees</translation>
940
    </message>
941
    <message>
942
      <location filename="view_dimension.py" line="260"/>
943
      <source>The distance the dimension line is extended
944
past the extension lines</source>
945
      <translation type="unfinished">The distance the dimension line is extended
946
past the extension lines</translation>
947
    </message>
948
    <message>
949
      <location filename="view_dimension.py" line="269"/>
950
      <source>Length of the extension lines</source>
951
      <translation type="unfinished">Length of the extension lines</translation>
952
    </message>
953
    <message>
954
      <location filename="view_dimension.py" line="279"/>
955
      <source>Length of the extension line
956
beyond the dimension line</source>
957
      <translation type="unfinished">Length of the extension line
958
beyond the dimension line</translation>
959
    </message>
960
    <message>
961
      <location filename="view_dimension.py" line="288"/>
962
      <source>Shows the dimension line and arrows</source>
963
      <translation type="unfinished">Shows the dimension line and arrows</translation>
964
    </message>
965
    <message>
966
      <location filename="view_layer.py" line="77"/>
967
      <source>If it is true, the objects contained within this layer will adopt the line color of the layer</source>
968
      <translation type="unfinished">If it is true, the objects contained within this layer will adopt the line color of the layer</translation>
969
    </message>
970
    <message>
971
      <location filename="view_layer.py" line="88"/>
972
      <source>If it is true, the print color will be used when objects in this layer are placed on a TechDraw page</source>
973
      <translation type="unfinished">If it is true, the print color will be used when objects in this layer are placed on a TechDraw page</translation>
974
    </message>
975
    <message>
976
      <location filename="view_layer.py" line="102"/>
977
      <source>The line color of the objects contained within this layer</source>
978
      <translation type="unfinished">The line color of the objects contained within this layer</translation>
979
    </message>
980
    <message>
981
      <location filename="view_layer.py" line="116"/>
982
      <source>The shape color of the objects contained within this layer</source>
983
      <translation type="unfinished">The shape color of the objects contained within this layer</translation>
984
    </message>
985
    <message>
986
      <location filename="view_layer.py" line="130"/>
987
      <source>The line width of the objects contained within this layer</source>
988
      <translation type="unfinished">The line width of the objects contained within this layer</translation>
989
    </message>
990
    <message>
991
      <location filename="view_layer.py" line="142"/>
992
      <source>The draw style of the objects contained within this layer</source>
993
      <translation type="unfinished">The draw style of the objects contained within this layer</translation>
994
    </message>
995
    <message>
996
      <location filename="view_layer.py" line="153"/>
997
      <source>The transparency of the objects contained within this layer</source>
998
      <translation type="unfinished">The transparency of the objects contained within this layer</translation>
999
    </message>
1000
    <message>
1001
      <location filename="view_layer.py" line="164"/>
1002
      <source>The line color of the objects contained within this layer, when used on a TechDraw page</source>
1003
      <translation type="unfinished">The line color of the objects contained within this layer, when used on a TechDraw page</translation>
1004
    </message>
1005
    <message>
1006
      <location filename="view_label.py" line="176"/>
1007
      <source>Line width</source>
1008
      <translation type="unfinished">Line width</translation>
1009
    </message>
1010
    <message>
1011
      <location filename="view_label.py" line="185"/>
1012
      <source>Line color</source>
1013
      <translation>Linjefarge</translation>
1014
    </message>
1015
    <message>
1016
      <location filename="view_label.py" line="73"/>
1017
      <source>The size of the text</source>
1018
      <translation type="unfinished">The size of the text</translation>
1019
    </message>
1020
    <message>
1021
      <location filename="view_label.py" line="82"/>
1022
      <source>The font of the text</source>
1023
      <translation type="unfinished">The font of the text</translation>
1024
    </message>
1025
    <message>
1026
      <location filename="view_label.py" line="118"/>
1027
      <source>The vertical alignment of the text</source>
1028
      <translation type="unfinished">The vertical alignment of the text</translation>
1029
    </message>
1030
    <message>
1031
      <location filename="view_label.py" line="101"/>
1032
      <source>Text color</source>
1033
      <translation type="unfinished">Text color</translation>
1034
    </message>
1035
    <message>
1036
      <location filename="view_label.py" line="127"/>
1037
      <source>Line spacing (relative to font size)</source>
1038
      <translation type="unfinished">Line spacing (relative to font size)</translation>
1039
    </message>
1040
    <message>
1041
      <location filename="view_label.py" line="110"/>
1042
      <source>The maximum number of characters on each line of the text box</source>
1043
      <translation type="unfinished">The maximum number of characters on each line of the text box</translation>
1044
    </message>
1045
    <message>
1046
      <location filename="view_label.py" line="138"/>
1047
      <source>The size of the arrow</source>
1048
      <translation type="unfinished">The size of the arrow</translation>
1049
    </message>
1050
    <message>
1051
      <location filename="view_label.py" line="147"/>
1052
      <source>The type of arrow of this label</source>
1053
      <translation type="unfinished">The type of arrow of this label</translation>
1054
    </message>
1055
    <message>
1056
      <location filename="view_label.py" line="158"/>
1057
      <source>The type of frame around the text of this object</source>
1058
      <translation type="unfinished">The type of frame around the text of this object</translation>
1059
    </message>
1060
    <message>
1061
      <location filename="view_label.py" line="167"/>
1062
      <source>Display a leader line or not</source>
1063
      <translation type="unfinished">Display a leader line or not</translation>
1064
    </message>
1065
    <message>
1066
      <location filename="pathtwistedarray.py" line="86"/>
1067
      <source>The base object that will be duplicated.</source>
1068
      <translation type="unfinished">The base object that will be duplicated.</translation>
1069
    </message>
1070
    <message>
1071
      <location filename="pathtwistedarray.py" line="100"/>
1072
      <source>Number of copies to create.</source>
1073
      <translation type="unfinished">Number of copies to create.</translation>
1074
    </message>
1075
    <message>
1076
      <location filename="pathtwistedarray.py" line="107"/>
1077
      <source>Rotation factor of the twisted array.</source>
1078
      <translation type="unfinished">Rotation factor of the twisted array.</translation>
1079
    </message>
1080
    <message>
1081
      <location filename="shapestring.py" line="59"/>
1082
      <source>Fill letters with faces</source>
1083
      <translation type="unfinished">Fill letters with faces</translation>
1084
    </message>
1085
    <message>
1086
      <location filename="view_dimension.py" line="216"/>
1087
      <source>A unit to express the measurement.
1088
Leave blank for system default.
1089
Use 'arch' to force US arch notation</source>
1090
      <translation type="unfinished">A unit to express the measurement.
1091
Leave blank for system default.
1092
Use 'arch' to force US arch notation</translation>
1093
    </message>
1094
    <message>
1095
      <location filename="shape2dview.py" line="117"/>
1096
      <source>A list of exclusion points. Any edge touching any of those points will not be drawn.</source>
1097
      <translation type="unfinished">A list of exclusion points. Any edge touching any of those points will not be drawn.</translation>
1098
    </message>
1099
    <message>
1100
      <location filename="shape2dview.py" line="98"/>
1101
      <source>For Cutlines and Cutfaces modes, 
1102
                    this leaves the faces at the cut location</source>
1103
      <translation type="unfinished">For Cutlines and Cutfaces modes, 
1104
                    this leaves the faces at the cut location</translation>
1105
    </message>
1106
    <message>
1107
      <location filename="shape2dview.py" line="105"/>
1108
      <source>Length of line segments if tessellating Ellipses or B-splines 
1109
                    into line segments</source>
1110
      <translation type="unfinished">Length of line segments if tessellating Ellipses or B-splines 
1111
                    into line segments</translation>
1112
    </message>
1113
    <message>
1114
      <location filename="shape2dview.py" line="122"/>
1115
      <source>If this is True, only solid geometry is handled. This overrides the base object's Only Solids property</source>
1116
      <translation type="unfinished">If this is True, only solid geometry is handled. This overrides the base object's Only Solids property</translation>
1117
    </message>
1118
    <message>
1119
      <location filename="shape2dview.py" line="127"/>
1120
      <source>If this is True, the contents are clipped to the borders of the section plane, if applicable. This overrides the base object's Clip property</source>
1121
      <translation type="unfinished">If this is True, the contents are clipped to the borders of the section plane, if applicable. This overrides the base object's Clip property</translation>
1122
    </message>
1123
    <message>
1124
      <location filename="shape2dview.py" line="111"/>
1125
      <source>If this is True, this object will include only visible objects</source>
1126
      <translation type="unfinished">If this is True, this object will include only visible objects</translation>
1127
    </message>
1128
    <message>
1129
      <location filename="shape2dview.py" line="132"/>
1130
      <source>This object will be recomputed only if this is True.</source>
1131
      <translation type="unfinished">This object will be recomputed only if this is True.</translation>
1132
    </message>
1133
  </context>
1134
  <context>
1135
    <name>Dialog</name>
1136
    <message>
1137
      <location filename="dialog_AnnotationStyleEditor.ui" line="14"/>
1138
      <source>Annotation Styles Editor</source>
1139
      <translation type="unfinished">Annotation Styles Editor</translation>
1140
    </message>
1141
    <message>
1142
      <location filename="dialog_AnnotationStyleEditor.ui" line="20"/>
1143
      <source>Style name</source>
1144
      <translation>Stilnavn</translation>
1145
    </message>
1146
    <message>
1147
      <location filename="dialog_AnnotationStyleEditor.ui" line="50"/>
1148
      <source>Add new...</source>
1149
      <translation>Legg til ny...</translation>
1150
    </message>
1151
    <message>
1152
      <location filename="dialog_AnnotationStyleEditor.ui" line="79"/>
1153
      <source>Renames the selected style</source>
1154
      <translation>Endrer navn på valgt stil</translation>
1155
    </message>
1156
    <message>
1157
      <location filename="dialog_AnnotationStyleEditor.ui" line="82"/>
1158
      <source>Rename</source>
1159
      <translation>Omdøp</translation>
1160
    </message>
1161
    <message>
1162
      <location filename="dialog_AnnotationStyleEditor.ui" line="110"/>
1163
      <source>Deletes the selected style</source>
1164
      <translation>Sletter valgt stil</translation>
1165
    </message>
1166
    <message>
1167
      <location filename="dialog_AnnotationStyleEditor.ui" line="113"/>
1168
      <source>Delete</source>
1169
      <translation>Slett</translation>
1170
    </message>
1171
    <message>
1172
      <location filename="dialog_AnnotationStyleEditor.ui" line="164"/>
1173
      <source>Text</source>
1174
      <translation>Tekst</translation>
1175
    </message>
1176
    <message>
1177
      <location filename="dialog_AnnotationStyleEditor.ui" line="173"/>
1178
      <source>Font size</source>
1179
      <translation type="unfinished">Font size</translation>
1180
    </message>
1181
    <message>
1182
      <location filename="dialog_AnnotationStyleEditor.ui" line="183"/>
1183
      <source>Line spacing</source>
1184
      <translation>Linjeavstand</translation>
1185
    </message>
1186
    <message>
1187
      <location filename="dialog_AnnotationStyleEditor.ui" line="193"/>
1188
      <source>Font name</source>
1189
      <translation>Skriftnavn</translation>
1190
    </message>
1191
    <message>
1192
      <location filename="dialog_AnnotationStyleEditor.ui" line="212"/>
1193
      <source>The font to use for texts and dimensions</source>
1194
      <translation>Skriften som skal brukes for tekst og dimensjoner</translation>
1195
    </message>
1196
    <message>
1197
      <location filename="dialog_AnnotationStyleEditor.ui" line="239"/>
1198
      <source>Units</source>
1199
      <translation>Enheter</translation>
1200
    </message>
1201
    <message>
1202
      <location filename="dialog_AnnotationStyleEditor.ui" line="248"/>
1203
      <source>Scale multiplier</source>
1204
      <translation>Skala multiplikator</translation>
1205
    </message>
1206
    <message>
1207
      <location filename="dialog_AnnotationStyleEditor.ui" line="258"/>
1208
      <source>Decimals</source>
1209
      <translation>Desimaler</translation>
1210
    </message>
1211
    <message>
1212
      <location filename="dialog_AnnotationStyleEditor.ui" line="268"/>
1213
      <source>Unit override</source>
1214
      <translation>Overstyr enheter</translation>
1215
    </message>
1216
    <message>
1217
      <location filename="dialog_AnnotationStyleEditor.ui" line="278"/>
1218
      <source>Show unit</source>
1219
      <translation>Vis enhet</translation>
1220
    </message>
1221
    <message>
1222
      <location filename="dialog_AnnotationStyleEditor.ui" line="331"/>
1223
      <source>Line and arrows</source>
1224
      <translation>Linje og piler</translation>
1225
    </message>
1226
    <message>
1227
      <location filename="dialog_AnnotationStyleEditor.ui" line="340"/>
1228
      <source>Line width</source>
1229
      <translation type="unfinished">Line width</translation>
1230
    </message>
1231
    <message>
1232
      <location filename="dialog_AnnotationStyleEditor.ui" line="350"/>
1233
      <source>Extension overshoot</source>
1234
      <translation type="unfinished">Extension overshoot</translation>
1235
    </message>
1236
    <message>
1237
      <location filename="dialog_AnnotationStyleEditor.ui" line="360"/>
1238
      <source>Arrow size</source>
1239
      <translation>Pilstørrelse</translation>
1240
    </message>
1241
    <message>
1242
      <location filename="dialog_AnnotationStyleEditor.ui" line="370"/>
1243
      <source>Show lines</source>
1244
      <translation>Vis linjer</translation>
1245
    </message>
1246
    <message>
1247
      <location filename="dialog_AnnotationStyleEditor.ui" line="380"/>
1248
      <source>Dimension overshoot</source>
1249
      <translation type="unfinished">Dimension overshoot</translation>
1250
    </message>
1251
    <message>
1252
      <location filename="dialog_AnnotationStyleEditor.ui" line="390"/>
1253
      <source>Extension lines</source>
1254
      <translation type="unfinished">Extension lines</translation>
1255
    </message>
1256
    <message>
1257
      <location filename="dialog_AnnotationStyleEditor.ui" line="400"/>
1258
      <source>Arrow type</source>
1259
      <translation>Piltype</translation>
1260
    </message>
1261
    <message>
1262
      <location filename="dialog_AnnotationStyleEditor.ui" line="410"/>
1263
      <source>Line / text color</source>
1264
      <translation>Linje / tekstfarge</translation>
1265
    </message>
1266
    <message>
1267
      <location filename="dialog_AnnotationStyleEditor.ui" line="433"/>
1268
      <source>The width of the dimension lines</source>
1269
      <translation>Bredden på linjene for dimensjonering</translation>
1270
    </message>
1271
    <message>
1272
      <location filename="dialog_AnnotationStyleEditor.ui" line="436"/>
1273
      <source>px</source>
1274
      <translation type="unfinished">px</translation>
1275
    </message>
1276
    <message>
1277
      <location filename="dialog_AnnotationStyleEditor.ui" line="446"/>
1278
      <source>The color of dimension lines, arrows and texts</source>
1279
      <translation>Fargen på dimensjonslinjer, piler og tekst</translation>
1280
    </message>
1281
    <message>
1282
      <location filename="dialog_AnnotationStyleEditor.ui" line="476"/>
1283
      <source>Dot</source>
1284
      <translation>Prikk</translation>
1285
    </message>
1286
    <message>
1287
      <location filename="dialog_AnnotationStyleEditor.ui" line="486"/>
1288
      <source>Arrow</source>
1289
      <translation>Pil</translation>
1290
    </message>
1291
    <message>
1292
      <location filename="dialog_AnnotationStyleEditor.ui" line="491"/>
1293
      <source>Tick</source>
1294
      <translation>Avmerking</translation>
1295
    </message>
1296
    <message>
1297
      <location filename="dialog_AnnotationStyleEditor.ui" line="38"/>
1298
      <source>The name of your style. Existing style names can be edited.</source>
1299
      <translation>Navnet på stilen din. Eksisterende stilnavn kan endres.</translation>
1300
    </message>
1301
    <message>
1302
      <location filename="dialog_AnnotationStyleEditor.ui" line="219"/>
1303
      <source>Font size in the system units</source>
1304
      <translation>Størrelse på skrift i systemenhetene</translation>
1305
    </message>
1306
    <message>
1307
      <location filename="dialog_AnnotationStyleEditor.ui" line="180"/>
1308
      <source>Line spacing in system units</source>
1309
      <translation>Linjeavstand i systemenheter</translation>
1310
    </message>
1311
    <message>
1312
      <location filename="dialog_AnnotationStyleEditor.ui" line="285"/>
1313
      <source>A multiplier factor that affects the size of texts and markers</source>
1314
      <translation>En multiplikatorfaktor som påvirker størrelsen på tekster og markører</translation>
1315
    </message>
1316
    <message>
1317
      <location filename="dialog_AnnotationStyleEditor.ui" line="305"/>
1318
      <source>The number of decimals to show for dimension values</source>
1319
      <translation>Antall desimaler som skal vises for dimensjoneringsverdier</translation>
1320
    </message>
1321
    <message>
1322
      <location filename="dialog_AnnotationStyleEditor.ui" line="298"/>
1323
      <source>Specify a valid length unit like mm, m, in, ft, to force displaying the dimension value in this unit</source>
1324
      <translation>Angi en gyldig lengdeenhet som mm, m, mot venstre, for å tvinge visning av dimensjonsverdien i denne enheten</translation>
1325
    </message>
1326
    <message>
1327
      <location filename="dialog_AnnotationStyleEditor.ui" line="315"/>
1328
      <source>If it is checked it will show the unit next to the dimension value</source>
1329
      <translation>Dersom den er avhuket vil den vise enheten ved dimensjons-verdien</translation>
1330
    </message>
1331
    <message>
1332
      <location filename="dialog_AnnotationStyleEditor.ui" line="534"/>
1333
      <source>The distance that the extension lines are additionally extended beyond the dimension line</source>
1334
      <translation type="unfinished">The distance that the extension lines are additionally extended beyond the dimension line</translation>
1335
    </message>
1336
    <message>
1337
      <location filename="dialog_AnnotationStyleEditor.ui" line="504"/>
1338
      <source>The size of the dimension arrows or markers in system units</source>
1339
      <translation type="unfinished">The size of the dimension arrows or markers in system units</translation>
1340
    </message>
1341
    <message>
1342
      <location filename="dialog_AnnotationStyleEditor.ui" line="417"/>
1343
      <source>If it is checked it will display the dimension line</source>
1344
      <translation>Hvis den er merket vil den vise dimensjonslinjen</translation>
1345
    </message>
1346
    <message>
1347
      <location filename="dialog_AnnotationStyleEditor.ui" line="514"/>
1348
      <source>The distance that the dimension line is additionally extended</source>
1349
      <translation type="unfinished">The distance that the dimension line is additionally extended</translation>
1350
    </message>
1351
    <message>
1352
      <location filename="dialog_AnnotationStyleEditor.ui" line="524"/>
1353
      <source>The length of the extension lines</source>
1354
      <translation type="unfinished">The length of the extension lines</translation>
1355
    </message>
1356
    <message>
1357
      <location filename="dialog_AnnotationStyleEditor.ui" line="472"/>
1358
      <source>The type of arrows or markers to use at the end of dimension lines</source>
1359
      <translation type="unfinished">The type of arrows or markers to use at the end of dimension lines</translation>
1360
    </message>
1361
    <message>
1362
      <location filename="dialog_AnnotationStyleEditor.ui" line="481"/>
1363
      <source>Circle</source>
1364
      <translation>Sirkel</translation>
1365
    </message>
1366
    <message>
1367
      <location filename="dialog_AnnotationStyleEditor.ui" line="496"/>
1368
      <source>Tick-2</source>
1369
      <translation type="unfinished">Tick-2</translation>
1370
    </message>
1371
    <message>
1372
      <location filename="dialog_AnnotationStyleEditor.ui" line="120"/>
1373
      <source>Import styles from json file</source>
1374
      <translation type="unfinished">Import styles from json file</translation>
1375
    </message>
1376
    <message>
1377
      <location filename="dialog_AnnotationStyleEditor.ui" line="130"/>
1378
      <source>Export styles to json file</source>
1379
      <translation type="unfinished">Export styles to json file</translation>
1380
    </message>
1381
  </context>
1382
  <context>
1383
    <name>Draft</name>
1384
    <message>
1385
      <location filename="importDXF.py" line="129"/>
1386
      <source>Download of dxf libraries failed.
1387
Please install the dxf Library addon manually
1388
from menu Tools -&gt; Addon Manager</source>
1389
      <translation type="unfinished">Download of dxf libraries failed.
1390
Please install the dxf Library addon manually
1391
from menu Tools -&gt; Addon Manager</translation>
1392
    </message>
1393
    <message>
1394
      <location filename="init_tools.py" line="145"/>
1395
      <source>Draft creation tools</source>
1396
      <translation type="unfinished">Draft creation tools</translation>
1397
    </message>
1398
    <message>
1399
      <location filename="init_tools.py" line="148"/>
1400
      <source>Draft annotation tools</source>
1401
      <translation type="unfinished">Draft annotation tools</translation>
1402
    </message>
1403
    <message>
1404
      <location filename="init_tools.py" line="151"/>
1405
      <source>Draft modification tools</source>
1406
      <translation type="unfinished">Draft modification tools</translation>
1407
    </message>
1408
    <message>
1409
      <location filename="InitGui.py" line="107"/>
1410
      <source>Draft utility tools</source>
1411
      <translation type="unfinished">Draft utility tools</translation>
1412
    </message>
1413
    <message>
1414
      <location filename="init_tools.py" line="166"/>
1415
      <source>&amp;Drafting</source>
1416
      <translation>&amp;Skissering</translation>
1417
    </message>
1418
    <message>
1419
      <location filename="init_tools.py" line="168"/>
1420
      <source>&amp;Annotation</source>
1421
      <translation>&amp;Merknad</translation>
1422
    </message>
1423
    <message>
1424
      <location filename="init_tools.py" line="170"/>
1425
      <source>&amp;Modification</source>
1426
      <translation type="unfinished">&amp;Modification</translation>
1427
    </message>
1428
    <message>
1429
      <location filename="init_tools.py" line="172"/>
1430
      <source>&amp;Utilities</source>
1431
      <translation>&amp;Verktøy</translation>
1432
    </message>
1433
    <message>
1434
      <location filename="InitGui.py" line="122"/>
1435
      <source>Draft</source>
1436
      <translation type="unfinished">Draft</translation>
1437
    </message>
1438
    <message>
1439
      <location filename="InitGui.py" line="183"/>
1440
      <source>Import-Export</source>
1441
      <translation type="unfinished">Import-Export</translation>
1442
    </message>
1443
    <message>
1444
      <location filename="pointarray.py" line="305"/>
1445
      <source>Point object doesn't have a discrete point, it cannot be used for an array.</source>
1446
      <translation type="unfinished">Point object doesn't have a discrete point, it cannot be used for an array.</translation>
1447
    </message>
1448
    <message>
1449
      <location filename="bspline.py" line="106"/>
1450
      <source>_BSpline.createGeometry: Closed with same first/last Point. Geometry not updated.</source>
1451
      <translation type="unfinished">_BSpline.createGeometry: Closed with same first/last Point. Geometry not updated.</translation>
1452
    </message>
1453
    <message>
1454
      <location filename="view_wpproxy.py" line="102"/>
1455
      <source>Writing camera position</source>
1456
      <translation type="unfinished">Writing camera position</translation>
1457
    </message>
1458
    <message>
1459
      <location filename="view_wpproxy.py" line="119"/>
1460
      <source>Writing objects shown/hidden state</source>
1461
      <translation type="unfinished">Writing objects shown/hidden state</translation>
1462
    </message>
1463
    <message>
1464
      <location filename="view_layer.py" line="402"/>
1465
      <source>Merge layer duplicates</source>
1466
      <translation type="unfinished">Merge layer duplicates</translation>
1467
    </message>
1468
    <message>
1469
      <location filename="view_layer.py" line="407"/>
1470
      <source>Add new layer</source>
1471
      <translation type="unfinished">Add new layer</translation>
1472
    </message>
1473
    <message>
1474
      <location filename="init_draft_statusbar.py" line="244"/>
1475
      <source>Toggles Grid On/Off</source>
1476
      <translation type="unfinished">Toggles Grid On/Off</translation>
1477
    </message>
1478
    <message>
1479
      <location filename="init_draft_statusbar.py" line="262"/>
1480
      <source>Object snapping</source>
1481
      <translation type="unfinished">Object snapping</translation>
1482
    </message>
1483
    <message>
1484
      <location filename="init_draft_statusbar.py" line="294"/>
1485
      <source>Toggles Visual Aid Dimensions On/Off</source>
1486
      <translation type="unfinished">Toggles Visual Aid Dimensions On/Off</translation>
1487
    </message>
1488
    <message>
1489
      <location filename="init_draft_statusbar.py" line="314"/>
1490
      <source>Toggles Ortho On/Off</source>
1491
      <translation type="unfinished">Toggles Ortho On/Off</translation>
1492
    </message>
1493
    <message>
1494
      <location filename="init_draft_statusbar.py" line="332"/>
1495
      <source>Toggles Constrain to Working Plane On/Off</source>
1496
      <translation type="unfinished">Toggles Constrain to Working Plane On/Off</translation>
1497
    </message>
1498
    <message>
1499
      <location filename="gui_utils.py" line="154"/>
1500
      <source>Unable to insert new object into a scaled part</source>
1501
      <translation type="unfinished">Unable to insert new object into a scaled part</translation>
1502
    </message>
1503
    <message>
1504
      <location filename="task_orthoarray.py" line="157"/>
1505
      <source>True</source>
1506
      <translation>Sant</translation>
1507
    </message>
1508
    <message>
1509
      <location filename="task_orthoarray.py" line="159"/>
1510
      <source>False</source>
1511
      <translation>Usant</translation>
1512
    </message>
1513
    <message>
1514
      <location filename="task_scale.py" line="133"/>
1515
      <source>Scale</source>
1516
      <translation>Skaler</translation>
1517
    </message>
1518
    <message>
1519
      <location filename="task_scale.py" line="134"/>
1520
      <source>X factor</source>
1521
      <translation type="unfinished">X factor</translation>
1522
    </message>
1523
    <message>
1524
      <location filename="task_scale.py" line="135"/>
1525
      <source>Y factor</source>
1526
      <translation type="unfinished">Y factor</translation>
1527
    </message>
1528
    <message>
1529
      <location filename="task_scale.py" line="136"/>
1530
      <source>Z factor</source>
1531
      <translation type="unfinished">Z factor</translation>
1532
    </message>
1533
    <message>
1534
      <location filename="task_scale.py" line="137"/>
1535
      <source>Uniform scaling</source>
1536
      <translation type="unfinished">Uniform scaling</translation>
1537
    </message>
1538
    <message>
1539
      <location filename="task_scale.py" line="138"/>
1540
      <source>Working plane orientation</source>
1541
      <translation type="unfinished">Working plane orientation</translation>
1542
    </message>
1543
    <message>
1544
      <location filename="task_scale.py" line="139"/>
1545
      <source>Copy</source>
1546
      <translation>Kopier</translation>
1547
    </message>
1548
    <message>
1549
      <location filename="task_scale.py" line="140"/>
1550
      <source>Modify subelements</source>
1551
      <translation type="unfinished">Modify subelements</translation>
1552
    </message>
1553
    <message>
1554
      <location filename="task_scale.py" line="141"/>
1555
      <source>Pick from/to points</source>
1556
      <translation type="unfinished">Pick from/to points</translation>
1557
    </message>
1558
    <message>
1559
      <location filename="task_scale.py" line="142"/>
1560
      <source>Create a clone</source>
1561
      <translation>Lag en klone</translation>
1562
    </message>
1563
    <message>
1564
      <location filename="gui_clone.py" line="91"/>
1565
      <source>Clone</source>
1566
      <translation>Klone</translation>
1567
    </message>
1568
    <message>
1569
      <location filename="gui_lineslope.py" line="91"/>
1570
      <source>Slope</source>
1571
      <translation type="unfinished">Slope</translation>
1572
    </message>
1573
    <message>
1574
      <location filename="gui_circulararray.py" line="66"/>
1575
      <source>Circular array</source>
1576
      <translation type="unfinished">Circular array</translation>
1577
    </message>
1578
    <message>
1579
      <location filename="gui_circulararray.py" line="68"/>
1580
      <source>Creates copies of the selected object, and places the copies in a radial pattern
1581
creating various circular layers.
1582

1583
The array can be turned into an orthogonal or a polar array by changing its type.</source>
1584
      <translation type="unfinished">Creates copies of the selected object, and places the copies in a radial pattern
1585
creating various circular layers.
1586

1587
The array can be turned into an orthogonal or a polar array by changing its type.</translation>
1588
    </message>
1589
    <message>
1590
      <location filename="gui_polararray.py" line="66"/>
1591
      <source>Polar array</source>
1592
      <translation type="unfinished">Polar array</translation>
1593
    </message>
1594
    <message>
1595
      <location filename="gui_polararray.py" line="68"/>
1596
      <source>Creates copies of the selected object, and places the copies in a polar pattern
1597
defined by a center of rotation and its angle.
1598

1599
The array can be turned into an orthogonal or a circular array by changing its type.</source>
1600
      <translation type="unfinished">Creates copies of the selected object, and places the copies in a polar pattern
1601
defined by a center of rotation and its angle.
1602

1603
The array can be turned into an orthogonal or a circular array by changing its type.</translation>
1604
    </message>
1605
    <message>
1606
      <location filename="gui_arrays.py" line="65"/>
1607
      <source>Array tools</source>
1608
      <translation type="unfinished">Array tools</translation>
1609
    </message>
1610
    <message>
1611
      <location filename="gui_arrays.py" line="68"/>
1612
      <source>Create various types of arrays, including rectangular, polar, circular, path, and point</source>
1613
      <translation type="unfinished">Create various types of arrays, including rectangular, polar, circular, path, and point</translation>
1614
    </message>
1615
    <message>
1616
      <location filename="gui_orthoarray.py" line="66"/>
1617
      <source>Array</source>
1618
      <translation>Matrise</translation>
1619
    </message>
1620
    <message>
1621
      <location filename="gui_orthoarray.py" line="68"/>
1622
      <source>Creates copies of the selected object, and places the copies in an orthogonal pattern,
1623
meaning the copies follow the specified direction in the X, Y, Z axes.
1624

1625
The array can be turned into a polar or a circular array by changing its type.</source>
1626
      <translation type="unfinished">Creates copies of the selected object, and places the copies in an orthogonal pattern,
1627
meaning the copies follow the specified direction in the X, Y, Z axes.
1628

1629
The array can be turned into a polar or a circular array by changing its type.</translation>
1630
    </message>
1631
    <message>
1632
      <location filename="gui_fillets.py" line="65"/>
1633
      <source>Fillet</source>
1634
      <translation>Avrunding</translation>
1635
    </message>
1636
    <message>
1637
      <location filename="gui_fillets.py" line="68"/>
1638
      <source>Creates a fillet between two selected wires or edges.</source>
1639
      <translation type="unfinished">Creates a fillet between two selected wires or edges.</translation>
1640
    </message>
1641
    <message>
1642
      <location filename="gui_fillets.py" line="90"/>
1643
      <source>Delete original objects</source>
1644
      <translation type="unfinished">Delete original objects</translation>
1645
    </message>
1646
    <message>
1647
      <location filename="gui_fillets.py" line="96"/>
1648
      <source>Create chamfer</source>
1649
      <translation type="unfinished">Create chamfer</translation>
1650
    </message>
1651
    <message>
1652
      <location filename="gui_offset.py" line="329"/>
1653
      <source>Offset direction is not defined. Please move the mouse on either side of the object first to indicate a direction</source>
1654
      <translation type="unfinished">Offset direction is not defined. Please move the mouse on either side of the object first to indicate a direction</translation>
1655
    </message>
1656
    <message>
1657
      <location filename="gui_setstyle.py" line="273"/>
1658
      <source>Save style</source>
1659
      <translation type="unfinished">Save style</translation>
1660
    </message>
1661
    <message>
1662
      <location filename="gui_setstyle.py" line="274"/>
1663
      <source>Name of this new style:</source>
1664
      <translation type="unfinished">Name of this new style:</translation>
1665
    </message>
1666
    <message>
1667
      <location filename="gui_setstyle.py" line="282"/>
1668
      <source>Name exists. Overwrite?</source>
1669
      <translation type="unfinished">Name exists. Overwrite?</translation>
1670
    </message>
1671
    <message>
1672
      <location filename="gui_setstyle.py" line="317"/>
1673
      <source>Error: json module not found. Unable to save style</source>
1674
      <translation type="unfinished">Error: json module not found. Unable to save style</translation>
1675
    </message>
1676
    <message>
1677
      <location filename="gui_setstyle.py" line="281"/>
1678
      <source>Warning</source>
1679
      <translation type="unfinished">Warning</translation>
1680
    </message>
1681
  </context>
1682
  <context>
1683
    <name>DraftCircularArrayTaskPanel</name>
1684
    <message>
1685
      <location filename="TaskPanel_CircularArray.ui" line="26"/>
1686
      <source>Circular array</source>
1687
      <translation type="unfinished">Circular array</translation>
1688
    </message>
1689
    <message>
1690
      <location filename="TaskPanel_CircularArray.ui" line="57"/>
1691
      <source>The coordinates of the point through which the axis of rotation passes.
1692
Change the direction of the axis itself in the property editor.</source>
1693
      <translation type="unfinished">The coordinates of the point through which the axis of rotation passes.
1694
Change the direction of the axis itself in the property editor.</translation>
1695
    </message>
1696
    <message>
1697
      <location filename="TaskPanel_CircularArray.ui" line="61"/>
1698
      <source>Center of rotation</source>
1699
      <translation>Rotasjonssenter</translation>
1700
    </message>
1701
    <message>
1702
      <location filename="TaskPanel_CircularArray.ui" line="69"/>
1703
      <source>Z</source>
1704
      <translation>Z</translation>
1705
    </message>
1706
    <message>
1707
      <location filename="TaskPanel_CircularArray.ui" line="76"/>
1708
      <source>X</source>
1709
      <translation>X</translation>
1710
    </message>
1711
    <message>
1712
      <location filename="TaskPanel_CircularArray.ui" line="83"/>
1713
      <source>Y</source>
1714
      <translation>Y</translation>
1715
    </message>
1716
    <message>
1717
      <location filename="TaskPanel_CircularArray.ui" line="131"/>
1718
      <source>Reset the coordinates of the center of rotation.</source>
1719
      <translation type="unfinished">Reset the coordinates of the center of rotation.</translation>
1720
    </message>
1721
    <message>
1722
      <location filename="TaskPanel_CircularArray.ui" line="134"/>
1723
      <source>Reset point</source>
1724
      <translation type="unfinished">Reset point</translation>
1725
    </message>
1726
    <message>
1727
      <location filename="TaskPanel_CircularArray.ui" line="146"/>
1728
      <source>If checked, the resulting objects in the array will be fused if they touch each other.
1729
This only works if "Link array" is off.</source>
1730
      <translation type="unfinished">If checked, the resulting objects in the array will be fused if they touch each other.
1731
This only works if "Link array" is off.</translation>
1732
    </message>
1733
    <message>
1734
      <location filename="TaskPanel_CircularArray.ui" line="150"/>
1735
      <source>Fuse</source>
1736
      <translation>Fusjoner</translation>
1737
    </message>
1738
    <message>
1739
      <location filename="TaskPanel_CircularArray.ui" line="157"/>
1740
      <source>If checked, the resulting object will be a "Link array" instead of a regular array.
1741
A Link array is more efficient when creating multiple copies, but it cannot be fused together.</source>
1742
      <translation type="unfinished">If checked, the resulting object will be a "Link array" instead of a regular array.
1743
A Link array is more efficient when creating multiple copies, but it cannot be fused together.</translation>
1744
    </message>
1745
    <message>
1746
      <location filename="TaskPanel_CircularArray.ui" line="161"/>
1747
      <source>Link array</source>
1748
      <translation type="unfinished">Link array</translation>
1749
    </message>
1750
    <message>
1751
      <location filename="TaskPanel_CircularArray.ui" line="186"/>
1752
      <source>Distance from one element in one ring of the array to the next element in the same ring.
1753
It cannot be zero.</source>
1754
      <translation type="unfinished">Distance from one element in one ring of the array to the next element in the same ring.
1755
It cannot be zero.</translation>
1756
    </message>
1757
    <message>
1758
      <location filename="TaskPanel_CircularArray.ui" line="179"/>
1759
      <source>Tangential distance</source>
1760
      <translation type="unfinished">Tangential distance</translation>
1761
    </message>
1762
    <message>
1763
      <location filename="TaskPanel_CircularArray.ui" line="210"/>
1764
      <source>Distance from one layer of objects to the next layer of objects.</source>
1765
      <translation type="unfinished">Distance from one layer of objects to the next layer of objects.</translation>
1766
    </message>
1767
    <message>
1768
      <location filename="TaskPanel_CircularArray.ui" line="203"/>
1769
      <source>Radial distance</source>
1770
      <translation>Radial avstand</translation>
1771
    </message>
1772
    <message>
1773
      <location filename="TaskPanel_CircularArray.ui" line="261"/>
1774
      <source>The number of symmetry lines in the circular array.</source>
1775
      <translation>Antall symmetrilinjer i den sirkulære listen.</translation>
1776
    </message>
1777
    <message>
1778
      <location filename="TaskPanel_CircularArray.ui" line="250"/>
1779
      <source>Number of circular layers or rings to create, including a copy of the original object.
1780
It must be at least 2.</source>
1781
      <translation type="unfinished">Number of circular layers or rings to create, including a copy of the original object.
1782
It must be at least 2.</translation>
1783
    </message>
1784
    <message>
1785
      <location filename="TaskPanel_CircularArray.ui" line="254"/>
1786
      <source>Number of circular layers</source>
1787
      <translation type="unfinished">Number of circular layers</translation>
1788
    </message>
1789
    <message>
1790
      <location filename="TaskPanel_CircularArray.ui" line="264"/>
1791
      <source>Symmetry</source>
1792
      <translation type="unfinished">Symmetry</translation>
1793
    </message>
1794
    <message>
1795
      <location filename="TaskPanel_CircularArray.ui" line="273"/>
1796
      <source>(Placeholder for the icon)</source>
1797
      <translation type="unfinished">(Placeholder for the icon)</translation>
1798
    </message>
1799
  </context>
1800
  <context>
1801
    <name>DraftOrthoArrayTaskPanel</name>
1802
    <message>
1803
      <location filename="TaskPanel_OrthoArray.ui" line="26"/>
1804
      <source>Orthogonal array</source>
1805
      <translation>Ortogonal matrise</translation>
1806
    </message>
1807
    <message>
1808
      <location filename="TaskPanel_OrthoArray.ui" line="44"/>
1809
      <source>Distance between the elements in the Z direction.
1810
Normally, only the Z value is necessary; the other two values can give an additional shift in their respective directions.
1811
Negative values will result in copies produced in the negative direction.</source>
1812
      <translation>Avstand mellom elementene i Z-retningen
1813
Normalt er det bare behov for Z-verdien. De to andre verdiene kan gi en ekstra skift i de respektive retningene.
1814
Negative verdier vil resultere i kopier som er produsert i negativ retning.</translation>
1815
    </message>
1816
    <message>
1817
      <location filename="TaskPanel_OrthoArray.ui" line="49"/>
1818
      <source>Z intervals</source>
1819
      <translation>Z-intervaller</translation>
1820
    </message>
1821
    <message>
1822
      <location filename="TaskPanel_OrthoArray.ui" line="385"/>
1823
      <source>Z</source>
1824
      <translation>Z</translation>
1825
    </message>
1826
    <message>
1827
      <location filename="TaskPanel_OrthoArray.ui" line="392"/>
1828
      <source>Y</source>
1829
      <translation>Y</translation>
1830
    </message>
1831
    <message>
1832
      <location filename="TaskPanel_OrthoArray.ui" line="378"/>
1833
      <source>X</source>
1834
      <translation>X</translation>
1835
    </message>
1836
    <message>
1837
      <location filename="TaskPanel_OrthoArray.ui" line="353"/>
1838
      <source>Reset the distances.</source>
1839
      <translation>Tilbakestill avstandene.</translation>
1840
    </message>
1841
    <message>
1842
      <location filename="TaskPanel_OrthoArray.ui" line="125"/>
1843
      <source>Reset Z</source>
1844
      <translation>Tilbakestille Z</translation>
1845
    </message>
1846
    <message>
1847
      <location filename="TaskPanel_OrthoArray.ui" line="137"/>
1848
      <source>If checked, the resulting objects in the array will be fused if they touch each other.
1849
This only works if "Link array" is off.</source>
1850
      <translation type="unfinished">If checked, the resulting objects in the array will be fused if they touch each other.
1851
This only works if "Link array" is off.</translation>
1852
    </message>
1853
    <message>
1854
      <location filename="TaskPanel_OrthoArray.ui" line="141"/>
1855
      <source>Fuse</source>
1856
      <translation>Fusjoner</translation>
1857
    </message>
1858
    <message>
1859
      <location filename="TaskPanel_OrthoArray.ui" line="148"/>
1860
      <source>If checked, the resulting object will be a "Link array" instead of a regular array.
1861
A Link array is more efficient when creating multiple copies, but it cannot be fused together.</source>
1862
      <translation type="unfinished">If checked, the resulting object will be a "Link array" instead of a regular array.
1863
A Link array is more efficient when creating multiple copies, but it cannot be fused together.</translation>
1864
    </message>
1865
    <message>
1866
      <location filename="TaskPanel_OrthoArray.ui" line="152"/>
1867
      <source>Link array</source>
1868
      <translation type="unfinished">Link array</translation>
1869
    </message>
1870
    <message>
1871
      <location filename="TaskPanel_OrthoArray.ui" line="177"/>
1872
      <source>(Placeholder for the icon)</source>
1873
      <translation type="unfinished">(Placeholder for the icon)</translation>
1874
    </message>
1875
    <message>
1876
      <location filename="TaskPanel_OrthoArray.ui" line="184"/>
1877
      <source>Distance between the elements in the X direction.
1878
Normally, only the X value is necessary; the other two values can give an additional shift in their respective directions.
1879
Negative values will result in copies produced in the negative direction.</source>
1880
      <translation type="unfinished">Distance between the elements in the X direction.
1881
Normally, only the X value is necessary; the other two values can give an additional shift in their respective directions.
1882
Negative values will result in copies produced in the negative direction.</translation>
1883
    </message>
1884
    <message>
1885
      <location filename="TaskPanel_OrthoArray.ui" line="189"/>
1886
      <source>X intervals</source>
1887
      <translation>X-intervaller</translation>
1888
    </message>
1889
    <message>
1890
      <location filename="TaskPanel_OrthoArray.ui" line="265"/>
1891
      <source>Reset X</source>
1892
      <translation>Tilbakestille X</translation>
1893
    </message>
1894
    <message>
1895
      <location filename="TaskPanel_OrthoArray.ui" line="275"/>
1896
      <source>Distance between the elements in the Y direction.
1897
Normally, only the Y value is necessary; the other two values can give an additional shift in their respective directions.
1898
Negative values will result in copies produced in the negative direction.</source>
1899
      <translation>Avstand mellom elementene i Y-retningen
1900
Normalt er det bare nødvendig med Y-verdien. De to andre verdiene kan gi en ekstra skift i de respektive retningene.
1901
Negative verdier vil resultere i kopier som er produsert i negativ retning.</translation>
1902
    </message>
1903
    <message>
1904
      <location filename="TaskPanel_OrthoArray.ui" line="280"/>
1905
      <source>Y intervals</source>
1906
      <translation>Y-intervaller</translation>
1907
    </message>
1908
    <message>
1909
      <location filename="TaskPanel_OrthoArray.ui" line="356"/>
1910
      <source>Reset Y</source>
1911
      <translation>Tilbakestille Y</translation>
1912
    </message>
1913
    <message>
1914
      <location filename="TaskPanel_OrthoArray.ui" line="366"/>
1915
      <source>Number of elements in the array in the specified direction, including a copy of the original object.
1916
The number must be at least 1 in each direction.</source>
1917
      <translation>Antall elementer i listen i den angitte retningen, inkludert en kopi av det opprinnelige objektet.
1918
Tallet må være minst 1 i hver retning.</translation>
1919
    </message>
1920
    <message>
1921
      <location filename="TaskPanel_OrthoArray.ui" line="370"/>
1922
      <source>Number of elements</source>
1923
      <translation>Antall elementer</translation>
1924
    </message>
1925
  </context>
1926
  <context>
1927
    <name>DraftPolarArrayTaskPanel</name>
1928
    <message>
1929
      <location filename="TaskPanel_PolarArray.ui" line="26"/>
1930
      <source>Polar array</source>
1931
      <translation type="unfinished">Polar array</translation>
1932
    </message>
1933
    <message>
1934
      <location filename="TaskPanel_PolarArray.ui" line="57"/>
1935
      <source>The coordinates of the point through which the axis of rotation passes.
1936
Change the direction of the axis itself in the property editor.</source>
1937
      <translation type="unfinished">The coordinates of the point through which the axis of rotation passes.
1938
Change the direction of the axis itself in the property editor.</translation>
1939
    </message>
1940
    <message>
1941
      <location filename="TaskPanel_PolarArray.ui" line="61"/>
1942
      <source>Center of rotation</source>
1943
      <translation>Rotasjonssenter</translation>
1944
    </message>
1945
    <message>
1946
      <location filename="TaskPanel_PolarArray.ui" line="69"/>
1947
      <source>Z</source>
1948
      <translation>Z</translation>
1949
    </message>
1950
    <message>
1951
      <location filename="TaskPanel_PolarArray.ui" line="115"/>
1952
      <source>X</source>
1953
      <translation>X</translation>
1954
    </message>
1955
    <message>
1956
      <location filename="TaskPanel_PolarArray.ui" line="122"/>
1957
      <source>Y</source>
1958
      <translation>Y</translation>
1959
    </message>
1960
    <message>
1961
      <location filename="TaskPanel_PolarArray.ui" line="131"/>
1962
      <source>Reset the coordinates of the center of rotation.</source>
1963
      <translation type="unfinished">Reset the coordinates of the center of rotation.</translation>
1964
    </message>
1965
    <message>
1966
      <location filename="TaskPanel_PolarArray.ui" line="134"/>
1967
      <source>Reset point</source>
1968
      <translation type="unfinished">Reset point</translation>
1969
    </message>
1970
    <message>
1971
      <location filename="TaskPanel_PolarArray.ui" line="146"/>
1972
      <source>If checked, the resulting objects in the array will be fused if they touch each other.
1973
This only works if "Link array" is off.</source>
1974
      <translation type="unfinished">If checked, the resulting objects in the array will be fused if they touch each other.
1975
This only works if "Link array" is off.</translation>
1976
    </message>
1977
    <message>
1978
      <location filename="TaskPanel_PolarArray.ui" line="150"/>
1979
      <source>Fuse</source>
1980
      <translation>Fusjoner</translation>
1981
    </message>
1982
    <message>
1983
      <location filename="TaskPanel_PolarArray.ui" line="157"/>
1984
      <source>If checked, the resulting object will be a "Link array" instead of a regular array.
1985
A Link array is more efficient when creating multiple copies, but it cannot be fused together.</source>
1986
      <translation type="unfinished">If checked, the resulting object will be a "Link array" instead of a regular array.
1987
A Link array is more efficient when creating multiple copies, but it cannot be fused together.</translation>
1988
    </message>
1989
    <message>
1990
      <location filename="TaskPanel_PolarArray.ui" line="161"/>
1991
      <source>Link array</source>
1992
      <translation type="unfinished">Link array</translation>
1993
    </message>
1994
    <message>
1995
      <location filename="TaskPanel_PolarArray.ui" line="187"/>
1996
      <source>Sweeping angle of the polar distribution.
1997
A negative angle produces a polar pattern in the opposite direction.
1998
The maximum absolute value is 360 degrees.</source>
1999
      <translation type="unfinished">Sweeping angle of the polar distribution.
2000
A negative angle produces a polar pattern in the opposite direction.
2001
The maximum absolute value is 360 degrees.</translation>
2002
    </message>
2003
    <message>
2004
      <location filename="TaskPanel_PolarArray.ui" line="180"/>
2005
      <source>Polar angle</source>
2006
      <translation type="unfinished">Polar angle</translation>
2007
    </message>
2008
    <message>
2009
      <location filename="TaskPanel_PolarArray.ui" line="219"/>
2010
      <source>Number of elements in the array, including a copy of the original object.
2011
It must be at least 2.</source>
2012
      <translation type="unfinished">Number of elements in the array, including a copy of the original object.
2013
It must be at least 2.</translation>
2014
    </message>
2015
    <message>
2016
      <location filename="TaskPanel_PolarArray.ui" line="212"/>
2017
      <source>Number of elements</source>
2018
      <translation>Antall elementer</translation>
2019
    </message>
2020
    <message>
2021
      <location filename="TaskPanel_PolarArray.ui" line="235"/>
2022
      <source>(Placeholder for the icon)</source>
2023
      <translation type="unfinished">(Placeholder for the icon)</translation>
2024
    </message>
2025
  </context>
2026
  <context>
2027
    <name>DraftShapeStringGui</name>
2028
    <message>
2029
      <location filename="TaskShapeString.ui" line="26"/>
2030
      <source>ShapeString</source>
2031
      <translation type="unfinished">ShapeString</translation>
2032
    </message>
2033
    <message>
2034
      <location filename="TaskShapeString.ui" line="115"/>
2035
      <source>Text to be made into ShapeString</source>
2036
      <translation type="unfinished">Text to be made into ShapeString</translation>
2037
    </message>
2038
    <message>
2039
      <location filename="TaskShapeString.ui" line="122"/>
2040
      <source>String</source>
2041
      <translation>Streng</translation>
2042
    </message>
2043
    <message>
2044
      <location filename="TaskShapeString.ui" line="133"/>
2045
      <source>Height</source>
2046
      <translation>Høyde</translation>
2047
    </message>
2048
    <message>
2049
      <location filename="TaskShapeString.ui" line="140"/>
2050
      <source>Height of the result</source>
2051
      <translation type="unfinished">Height of the result</translation>
2052
    </message>
2053
    <message>
2054
      <location filename="TaskShapeString.ui" line="66"/>
2055
      <source>X</source>
2056
      <translation>X</translation>
2057
    </message>
2058
    <message>
2059
      <location filename="TaskShapeString.ui" line="83"/>
2060
      <source>Y</source>
2061
      <translation>Y</translation>
2062
    </message>
2063
    <message>
2064
      <location filename="TaskShapeString.ui" line="90"/>
2065
      <source>Z</source>
2066
      <translation>Z</translation>
2067
    </message>
2068
    <message>
2069
      <location filename="TaskShapeString.ui" line="101"/>
2070
      <source>Font file</source>
2071
      <translation>Skrift fil</translation>
2072
    </message>
2073
    <message>
2074
      <location filename="TaskShapeString.ui" line="73"/>
2075
      <source>Enter coordinates or select point with mouse.</source>
2076
      <translation>Angi koordinater eller velg punkt med musen.</translation>
2077
    </message>
2078
    <message>
2079
      <location filename="TaskShapeString.ui" line="186"/>
2080
      <source>Reset 3d point selection</source>
2081
      <translation type="unfinished">Reset 3d point selection</translation>
2082
    </message>
2083
    <message>
2084
      <location filename="TaskShapeString.ui" line="192"/>
2085
      <source>Reset Point</source>
2086
      <translation>Tilbakestill punkt</translation>
2087
    </message>
2088
  </context>
2089
  <context>
2090
    <name>Draft_AddConstruction</name>
2091
    <message>
2092
      <location filename="gui_groups.py" line="341"/>
2093
      <source>Add to Construction group</source>
2094
      <translation type="unfinished">Add to Construction group</translation>
2095
    </message>
2096
    <message>
2097
      <location filename="gui_groups.py" line="343"/>
2098
      <source>Adds the selected objects to the construction group,
2099
and changes their appearance to the construction style.
2100
It creates a construction group if it doesn't exist.</source>
2101
      <translation type="unfinished">Adds the selected objects to the construction group,
2102
and changes their appearance to the construction style.
2103
It creates a construction group if it doesn't exist.</translation>
2104
    </message>
2105
  </context>
2106
  <context>
2107
    <name>Draft_AddPoint</name>
2108
    <message>
2109
      <location filename="gui_line_add_delete.py" line="57"/>
2110
      <source>Add point</source>
2111
      <translation type="unfinished">Add point</translation>
2112
    </message>
2113
    <message>
2114
      <location filename="gui_line_add_delete.py" line="60"/>
2115
      <source>Adds a point to an existing Wire or B-spline.</source>
2116
      <translation type="unfinished">Adds a point to an existing Wire or B-spline.</translation>
2117
    </message>
2118
  </context>
2119
  <context>
2120
    <name>Draft_AddToGroup</name>
2121
    <message>
2122
      <location filename="gui_groups.py" line="67"/>
2123
      <source>Ungroup</source>
2124
      <translation type="unfinished">Ungroup</translation>
2125
    </message>
2126
    <message>
2127
      <location filename="gui_groups.py" line="72"/>
2128
      <source>Move to group</source>
2129
      <translation type="unfinished">Move to group</translation>
2130
    </message>
2131
    <message>
2132
      <location filename="gui_groups.py" line="74"/>
2133
      <source>Moves the selected objects to an existing group, or removes them from any group.
2134
Create a group first to use this tool.</source>
2135
      <translation type="unfinished">Moves the selected objects to an existing group, or removes them from any group.
2136
Create a group first to use this tool.</translation>
2137
    </message>
2138
  </context>
2139
  <context>
2140
    <name>Draft_AnnotationStyleEditor</name>
2141
    <message>
2142
      <location filename="gui_annotationstyleeditor.py" line="80"/>
2143
      <source>Annotation styles...</source>
2144
      <translation type="unfinished">Annotation styles...</translation>
2145
    </message>
2146
  </context>
2147
  <context>
2148
    <name>Draft_ApplyStyle</name>
2149
    <message>
2150
      <location filename="gui_styles.py" line="47"/>
2151
      <source>Apply current style</source>
2152
      <translation type="unfinished">Apply current style</translation>
2153
    </message>
2154
    <message>
2155
      <location filename="gui_styles.py" line="50"/>
2156
      <source>Applies the current style defined in the toolbar (line width and colors) to the selected objects and groups.</source>
2157
      <translation type="unfinished">Applies the current style defined in the toolbar (line width and colors) to the selected objects and groups.</translation>
2158
    </message>
2159
  </context>
2160
  <context>
2161
    <name>Draft_Arc</name>
2162
    <message>
2163
      <location filename="gui_arcs.py" line="67"/>
2164
      <source>Arc</source>
2165
      <translation>Bue</translation>
2166
    </message>
2167
    <message>
2168
      <location filename="gui_arcs.py" line="70"/>
2169
      <source>Creates a circular arc by a center point and a radius.
2170
CTRL to snap, SHIFT to constrain.</source>
2171
      <translation type="unfinished">Creates a circular arc by a center point and a radius.
2172
CTRL to snap, SHIFT to constrain.</translation>
2173
    </message>
2174
  </context>
2175
  <context>
2176
    <name>Draft_ArcTools</name>
2177
    <message>
2178
      <location filename="gui_arcs.py" line="600"/>
2179
      <source>Arc tools</source>
2180
      <translation type="unfinished">Arc tools</translation>
2181
    </message>
2182
    <message>
2183
      <location filename="gui_arcs.py" line="603"/>
2184
      <source>Create various types of circular arcs.</source>
2185
      <translation type="unfinished">Create various types of circular arcs.</translation>
2186
    </message>
2187
  </context>
2188
  <context>
2189
    <name>Draft_Array</name>
2190
    <message>
2191
      <location filename="gui_array_simple.py" line="68"/>
2192
      <source>Array</source>
2193
      <translation>Matrise</translation>
2194
    </message>
2195
    <message>
2196
      <location filename="gui_array_simple.py" line="71"/>
2197
      <source>Creates an array from a selected object.
2198
By default, it is a 2x2 orthogonal array.
2199
Once the array is created its type can be changed
2200
to polar or circular, and its properties can be modified.</source>
2201
      <translation type="unfinished">Creates an array from a selected object.
2202
By default, it is a 2x2 orthogonal array.
2203
Once the array is created its type can be changed
2204
to polar or circular, and its properties can be modified.</translation>
2205
    </message>
2206
  </context>
2207
  <context>
2208
    <name>Draft_AutoGroup</name>
2209
    <message>
2210
      <location filename="gui_groups.py" line="239"/>
2211
      <source>Autogroup</source>
2212
      <translation type="unfinished">Autogroup</translation>
2213
    </message>
2214
    <message>
2215
      <location filename="gui_groups.py" line="242"/>
2216
      <source>Select a group to add all Draft and Arch objects to.</source>
2217
      <translation type="unfinished">Select a group to add all Draft and Arch objects to.</translation>
2218
    </message>
2219
  </context>
2220
  <context>
2221
    <name>Draft_BSpline</name>
2222
    <message>
2223
      <location filename="gui_splines.py" line="60"/>
2224
      <source>B-spline</source>
2225
      <translation type="unfinished">B-spline</translation>
2226
    </message>
2227
    <message>
2228
      <location filename="gui_splines.py" line="63"/>
2229
      <source>Creates a multiple-point B-spline. CTRL to snap, SHIFT to constrain.</source>
2230
      <translation type="unfinished">Creates a multiple-point B-spline. CTRL to snap, SHIFT to constrain.</translation>
2231
    </message>
2232
  </context>
2233
  <context>
2234
    <name>Draft_BezCurve</name>
2235
    <message>
2236
      <location filename="gui_beziers.py" line="64"/>
2237
      <source>Bezier curve</source>
2238
      <translation type="unfinished">Bezier curve</translation>
2239
    </message>
2240
    <message>
2241
      <location filename="gui_beziers.py" line="67"/>
2242
      <source>Creates an N-degree Bezier curve. The more points you pick, the higher the degree.
2243
CTRL to snap, SHIFT to constrain.</source>
2244
      <translation type="unfinished">Creates an N-degree Bezier curve. The more points you pick, the higher the degree.
2245
CTRL to snap, SHIFT to constrain.</translation>
2246
    </message>
2247
  </context>
2248
  <context>
2249
    <name>Draft_BezierTools</name>
2250
    <message>
2251
      <location filename="gui_beziers.py" line="475"/>
2252
      <source>Bezier tools</source>
2253
      <translation type="unfinished">Bezier tools</translation>
2254
    </message>
2255
    <message>
2256
      <location filename="gui_beziers.py" line="478"/>
2257
      <source>Create various types of Bezier curves.</source>
2258
      <translation type="unfinished">Create various types of Bezier curves.</translation>
2259
    </message>
2260
  </context>
2261
  <context>
2262
    <name>Draft_Circle</name>
2263
    <message>
2264
      <location filename="gui_circles.py" line="80"/>
2265
      <source>Circle</source>
2266
      <translation>Sirkel</translation>
2267
    </message>
2268
    <message>
2269
      <location filename="gui_circles.py" line="84"/>
2270
      <source>Creates a circle (full circular arc).
2271
CTRL to snap, ALT to select tangent objects.</source>
2272
      <translation type="unfinished">Creates a circle (full circular arc).
2273
CTRL to snap, ALT to select tangent objects.</translation>
2274
    </message>
2275
  </context>
2276
  <context>
2277
    <name>Draft_Clone</name>
2278
    <message>
2279
      <location filename="gui_clone.py" line="70"/>
2280
      <source>Clone</source>
2281
      <translation>Klone</translation>
2282
    </message>
2283
    <message>
2284
      <location filename="gui_clone.py" line="73"/>
2285
      <source>Creates a clone of the selected objects.
2286
The resulting clone can be scaled in each of its three directions.</source>
2287
      <translation type="unfinished">Creates a clone of the selected objects.
2288
The resulting clone can be scaled in each of its three directions.</translation>
2289
    </message>
2290
  </context>
2291
  <context>
2292
    <name>Draft_CloseLine</name>
2293
    <message>
2294
      <location filename="gui_lineops.py" line="124"/>
2295
      <source>Close Line</source>
2296
      <translation type="unfinished">Close Line</translation>
2297
    </message>
2298
    <message>
2299
      <location filename="gui_lineops.py" line="125"/>
2300
      <source>Closes the line being drawn, and finishes the operation.</source>
2301
      <translation type="unfinished">Closes the line being drawn, and finishes the operation.</translation>
2302
    </message>
2303
  </context>
2304
  <context>
2305
    <name>Draft_CubicBezCurve</name>
2306
    <message>
2307
      <location filename="gui_beziers.py" line="242"/>
2308
      <source>Cubic bezier curve</source>
2309
      <translation type="unfinished">Cubic bezier curve</translation>
2310
    </message>
2311
    <message>
2312
      <location filename="gui_beziers.py" line="245"/>
2313
      <source>Creates a Bezier curve made of 2nd degree (quadratic) and 3rd degree (cubic) segments. Click and drag to define each segment.
2314
After the curve is created you can go back to edit each control point and set the properties of each knot.
2315
CTRL to snap, SHIFT to constrain.</source>
2316
      <translation type="unfinished">Creates a Bezier curve made of 2nd degree (quadratic) and 3rd degree (cubic) segments. Click and drag to define each segment.
2317
After the curve is created you can go back to edit each control point and set the properties of each knot.
2318
CTRL to snap, SHIFT to constrain.</translation>
2319
    </message>
2320
  </context>
2321
  <context>
2322
    <name>Draft_DelPoint</name>
2323
    <message>
2324
      <location filename="gui_line_add_delete.py" line="89"/>
2325
      <source>Remove point</source>
2326
      <translation type="unfinished">Remove point</translation>
2327
    </message>
2328
    <message>
2329
      <location filename="gui_line_add_delete.py" line="92"/>
2330
      <source>Removes a point from an existing Wire or B-spline.</source>
2331
      <translation type="unfinished">Removes a point from an existing Wire or B-spline.</translation>
2332
    </message>
2333
  </context>
2334
  <context>
2335
    <name>Draft_Dimension</name>
2336
    <message>
2337
      <location filename="gui_dimensions.py" line="84"/>
2338
      <source>Dimension</source>
2339
      <translation>Dimensjon</translation>
2340
    </message>
2341
    <message>
2342
      <location filename="gui_dimensions.py" line="87"/>
2343
      <source>Creates a dimension.
2344

2345
- Pick three points to create a simple linear dimension.
2346
- Select a straight line to create a linear dimension linked to that line.
2347
- Select an arc or circle to create a radius or diameter dimension linked to that arc.
2348
- Select two straight lines to create an angular dimension between them.
2349
CTRL to snap, SHIFT to constrain, ALT to select an edge or arc.
2350

2351
You may select a single line or single circular arc before launching this command
2352
to create the corresponding linked dimension.
2353
You may also select an 'App::MeasureDistance' object before launching this command
2354
to turn it into a 'Draft Dimension' object.</source>
2355
      <translation type="unfinished">Creates a dimension.
2356

2357
- Pick three points to create a simple linear dimension.
2358
- Select a straight line to create a linear dimension linked to that line.
2359
- Select an arc or circle to create a radius or diameter dimension linked to that arc.
2360
- Select two straight lines to create an angular dimension between them.
2361
CTRL to snap, SHIFT to constrain, ALT to select an edge or arc.
2362

2363
You may select a single line or single circular arc before launching this command
2364
to create the corresponding linked dimension.
2365
You may also select an 'App::MeasureDistance' object before launching this command
2366
to turn it into a 'Draft Dimension' object.</translation>
2367
    </message>
2368
  </context>
2369
  <context>
2370
    <name>Draft_Downgrade</name>
2371
    <message>
2372
      <location filename="gui_downgrade.py" line="58"/>
2373
      <source>Downgrade</source>
2374
      <translation type="unfinished">Downgrade</translation>
2375
    </message>
2376
    <message>
2377
      <location filename="gui_downgrade.py" line="61"/>
2378
      <source>Downgrades the selected objects into simpler shapes.
2379
The result of the operation depends on the types of objects, which may be able to be downgraded several times in a row.
2380
For example, it explodes the selected polylines into simpler faces, wires, and then edges. It can also subtract faces.</source>
2381
      <translation type="unfinished">Downgrades the selected objects into simpler shapes.
2382
The result of the operation depends on the types of objects, which may be able to be downgraded several times in a row.
2383
For example, it explodes the selected polylines into simpler faces, wires, and then edges. It can also subtract faces.</translation>
2384
    </message>
2385
  </context>
2386
  <context>
2387
    <name>Draft_Draft2Sketch</name>
2388
    <message>
2389
      <location filename="gui_draft2sketch.py" line="57"/>
2390
      <source>Draft to Sketch</source>
2391
      <translation type="unfinished">Draft to Sketch</translation>
2392
    </message>
2393
    <message>
2394
      <location filename="gui_draft2sketch.py" line="60"/>
2395
      <source>Convert bidirectionally between Draft objects and Sketches.
2396
Many Draft objects will be converted into a single non-constrained Sketch.
2397
However, a single sketch with disconnected traces will be converted into several individual Draft objects.</source>
2398
      <translation type="unfinished">Convert bidirectionally between Draft objects and Sketches.
2399
Many Draft objects will be converted into a single non-constrained Sketch.
2400
However, a single sketch with disconnected traces will be converted into several individual Draft objects.</translation>
2401
    </message>
2402
  </context>
2403
  <context>
2404
    <name>Draft_Drawing</name>
2405
    <message>
2406
      <location filename="gui_drawing.py" line="71"/>
2407
      <source>Drawing</source>
2408
      <translation>Tegning</translation>
2409
    </message>
2410
    <message>
2411
      <location filename="gui_drawing.py" line="74"/>
2412
      <source>Creates a 2D projection on a Drawing Workbench page from the selected objects.
2413
This command is OBSOLETE since the Drawing Workbench became obsolete in 0.17.
2414
Use TechDraw Workbench instead for generating technical drawings.</source>
2415
      <translation type="unfinished">Creates a 2D projection on a Drawing Workbench page from the selected objects.
2416
This command is OBSOLETE since the Drawing Workbench became obsolete in 0.17.
2417
Use TechDraw Workbench instead for generating technical drawings.</translation>
2418
    </message>
2419
  </context>
2420
  <context>
2421
    <name>Draft_Edit</name>
2422
    <message>
2423
      <location filename="gui_edit.py" line="276"/>
2424
      <source>Edit</source>
2425
      <translation>Rediger</translation>
2426
    </message>
2427
    <message>
2428
      <location filename="gui_edit.py" line="285"/>
2429
      <source>Edits the active object.
2430
Press E or ALT+LeftClick to display context menu
2431
on supported nodes and on supported objects.</source>
2432
      <translation type="unfinished">Edits the active object.
2433
Press E or ALT+LeftClick to display context menu
2434
on supported nodes and on supported objects.</translation>
2435
    </message>
2436
  </context>
2437
  <context>
2438
    <name>Draft_Ellipse</name>
2439
    <message>
2440
      <location filename="gui_ellipses.py" line="59"/>
2441
      <source>Ellipse</source>
2442
      <translation>Ellipse</translation>
2443
    </message>
2444
    <message>
2445
      <location filename="gui_ellipses.py" line="62"/>
2446
      <source>Creates an ellipse. CTRL to snap.</source>
2447
      <translation type="unfinished">Creates an ellipse. CTRL to snap.</translation>
2448
    </message>
2449
  </context>
2450
  <context>
2451
    <name>Draft_Facebinder</name>
2452
    <message>
2453
      <location filename="gui_facebinders.py" line="60"/>
2454
      <source>Facebinder</source>
2455
      <translation type="unfinished">Facebinder</translation>
2456
    </message>
2457
    <message>
2458
      <location filename="gui_facebinders.py" line="62"/>
2459
      <source>Creates a facebinder object from selected faces.</source>
2460
      <translation type="unfinished">Creates a facebinder object from selected faces.</translation>
2461
    </message>
2462
  </context>
2463
  <context>
2464
    <name>Draft_FinishLine</name>
2465
    <message>
2466
      <location filename="gui_lineops.py" line="98"/>
2467
      <source>Finish line</source>
2468
      <translation type="unfinished">Finish line</translation>
2469
    </message>
2470
    <message>
2471
      <location filename="gui_lineops.py" line="99"/>
2472
      <source>Finishes a line without closing it.</source>
2473
      <translation type="unfinished">Finishes a line without closing it.</translation>
2474
    </message>
2475
  </context>
2476
  <context>
2477
    <name>Draft_FlipDimension</name>
2478
    <message>
2479
      <location filename="gui_dimension_ops.py" line="62"/>
2480
      <source>Flip dimension</source>
2481
      <translation type="unfinished">Flip dimension</translation>
2482
    </message>
2483
    <message>
2484
      <location filename="gui_dimension_ops.py" line="66"/>
2485
      <source>Flip the normal direction of the selected dimensions (linear, radial, angular).
2486
If other objects are selected they are ignored.</source>
2487
      <translation type="unfinished">Flip the normal direction of the selected dimensions (linear, radial, angular).
2488
If other objects are selected they are ignored.</translation>
2489
    </message>
2490
  </context>
2491
  <context>
2492
    <name>Draft_Heal</name>
2493
    <message>
2494
      <location filename="gui_heal.py" line="58"/>
2495
      <source>Heal</source>
2496
      <translation type="unfinished">Heal</translation>
2497
    </message>
2498
    <message>
2499
      <location filename="gui_heal.py" line="61"/>
2500
      <source>Heal faulty Draft objects saved with an earlier version of the program.
2501
If an object is selected it will try to heal that object in particular,
2502
otherwise it will try to heal all objects in the active document.</source>
2503
      <translation type="unfinished">Heal faulty Draft objects saved with an earlier version of the program.
2504
If an object is selected it will try to heal that object in particular,
2505
otherwise it will try to heal all objects in the active document.</translation>
2506
    </message>
2507
  </context>
2508
  <context>
2509
    <name>Draft_Join</name>
2510
    <message>
2511
      <location filename="gui_join.py" line="66"/>
2512
      <source>Join</source>
2513
      <translation type="unfinished">Join</translation>
2514
    </message>
2515
    <message>
2516
      <location filename="gui_join.py" line="69"/>
2517
      <source>Joins the selected lines or polylines into a single object.
2518
The lines must share a common point at the start or at the end for the operation to succeed.</source>
2519
      <translation type="unfinished">Joins the selected lines or polylines into a single object.
2520
The lines must share a common point at the start or at the end for the operation to succeed.</translation>
2521
    </message>
2522
  </context>
2523
  <context>
2524
    <name>Draft_Label</name>
2525
    <message>
2526
      <location filename="gui_labels.py" line="64"/>
2527
      <source>Label</source>
2528
      <translation type="unfinished">Label</translation>
2529
    </message>
2530
    <message>
2531
      <location filename="gui_labels.py" line="67"/>
2532
      <source>Creates a label, optionally attached to a selected object or subelement.
2533

2534
First select a vertex, an edge, or a face of an object, then call this command,
2535
and then set the position of the leader line and the textual label.
2536
The label will be able to display information about this object, and about the selected subelement,
2537
if any.
2538

2539
If many objects or many subelements are selected, only the first one in each case
2540
will be used to provide information to the label.</source>
2541
      <translation type="unfinished">Creates a label, optionally attached to a selected object or subelement.
2542

2543
First select a vertex, an edge, or a face of an object, then call this command,
2544
and then set the position of the leader line and the textual label.
2545
The label will be able to display information about this object, and about the selected subelement,
2546
if any.
2547

2548
If many objects or many subelements are selected, only the first one in each case
2549
will be used to provide information to the label.</translation>
2550
    </message>
2551
  </context>
2552
  <context>
2553
    <name>Draft_Layer</name>
2554
    <message>
2555
      <location filename="gui_layers.py" line="52"/>
2556
      <source>Layer</source>
2557
      <translation type="unfinished">Layer</translation>
2558
    </message>
2559
    <message>
2560
      <location filename="gui_layers.py" line="55"/>
2561
      <source>Adds a layer to the document.
2562
Objects added to this layer can share the same visual properties such as line color, line width, and shape color.</source>
2563
      <translation type="unfinished">Adds a layer to the document.
2564
Objects added to this layer can share the same visual properties such as line color, line width, and shape color.</translation>
2565
    </message>
2566
  </context>
2567
  <context>
2568
    <name>Draft_Line</name>
2569
    <message>
2570
      <location filename="gui_lines.py" line="64"/>
2571
      <source>Line</source>
2572
      <translation>Linje</translation>
2573
    </message>
2574
    <message>
2575
      <location filename="gui_lines.py" line="67"/>
2576
      <source>Creates a 2-point line. CTRL to snap, SHIFT to constrain.</source>
2577
      <translation type="unfinished">Creates a 2-point line. CTRL to snap, SHIFT to constrain.</translation>
2578
    </message>
2579
  </context>
2580
  <context>
2581
    <name>Draft_LinkArray</name>
2582
    <message>
2583
      <location filename="gui_array_simple.py" line="119"/>
2584
      <source>LinkArray</source>
2585
      <translation type="unfinished">LinkArray</translation>
2586
    </message>
2587
    <message>
2588
      <location filename="gui_array_simple.py" line="122"/>
2589
      <source>Like the Array tool, but creates a 'Link array' instead.
2590
A 'Link array' is more efficient when handling many copies but the 'Fuse' option cannot be used.</source>
2591
      <translation type="unfinished">Like the Array tool, but creates a 'Link array' instead.
2592
A 'Link array' is more efficient when handling many copies but the 'Fuse' option cannot be used.</translation>
2593
    </message>
2594
  </context>
2595
  <context>
2596
    <name>Draft_Mirror</name>
2597
    <message>
2598
      <location filename="gui_mirror.py" line="63"/>
2599
      <source>Mirror</source>
2600
      <translation type="unfinished">Mirror</translation>
2601
    </message>
2602
    <message>
2603
      <location filename="gui_mirror.py" line="66"/>
2604
      <source>Mirrors the selected objects along a line defined by two points.</source>
2605
      <translation type="unfinished">Mirrors the selected objects along a line defined by two points.</translation>
2606
    </message>
2607
  </context>
2608
  <context>
2609
    <name>Draft_Move</name>
2610
    <message>
2611
      <location filename="gui_move.py" line="63"/>
2612
      <source>Move</source>
2613
      <translation>Flytt</translation>
2614
    </message>
2615
    <message>
2616
      <location filename="gui_move.py" line="66"/>
2617
      <source>Moves the selected objects from one base point to another point.
2618
If the "copy" option is active, it will create displaced copies.
2619
CTRL to snap, SHIFT to constrain.</source>
2620
      <translation type="unfinished">Moves the selected objects from one base point to another point.
2621
If the "copy" option is active, it will create displaced copies.
2622
CTRL to snap, SHIFT to constrain.</translation>
2623
    </message>
2624
  </context>
2625
  <context>
2626
    <name>Draft_Offset</name>
2627
    <message>
2628
      <location filename="gui_offset.py" line="63"/>
2629
      <source>Offset</source>
2630
      <translation>Avsetting</translation>
2631
    </message>
2632
    <message>
2633
      <location filename="gui_offset.py" line="66"/>
2634
      <source>Offsets of the selected object.
2635
It can also create an offset copy of the original object.
2636
CTRL to snap, SHIFT to constrain. Hold ALT and click to create a copy with each click.</source>
2637
      <translation type="unfinished">Offsets of the selected object.
2638
It can also create an offset copy of the original object.
2639
CTRL to snap, SHIFT to constrain. Hold ALT and click to create a copy with each click.</translation>
2640
    </message>
2641
  </context>
2642
  <context>
2643
    <name>Draft_PathArray</name>
2644
    <message>
2645
      <location filename="gui_patharray.py" line="73"/>
2646
      <source>Path array</source>
2647
      <translation type="unfinished">Path array</translation>
2648
    </message>
2649
    <message>
2650
      <location filename="gui_patharray.py" line="76"/>
2651
      <source>Creates copies of the selected object along a selected path.
2652
First select the object, and then select the path.
2653
The path can be a polyline, B-spline, Bezier curve, or even edges from other objects.</source>
2654
      <translation type="unfinished">Creates copies of the selected object along a selected path.
2655
First select the object, and then select the path.
2656
The path can be a polyline, B-spline, Bezier curve, or even edges from other objects.</translation>
2657
    </message>
2658
  </context>
2659
  <context>
2660
    <name>Draft_PathLinkArray</name>
2661
    <message>
2662
      <location filename="gui_patharray.py" line="163"/>
2663
      <source>Path Link array</source>
2664
      <translation type="unfinished">Path Link array</translation>
2665
    </message>
2666
    <message>
2667
      <location filename="gui_patharray.py" line="166"/>
2668
      <source>Like the PathArray tool, but creates a 'Link array' instead.
2669
A 'Link array' is more efficient when handling many copies but the 'Fuse' option cannot be used.</source>
2670
      <translation type="unfinished">Like the PathArray tool, but creates a 'Link array' instead.
2671
A 'Link array' is more efficient when handling many copies but the 'Fuse' option cannot be used.</translation>
2672
    </message>
2673
  </context>
2674
  <context>
2675
    <name>Draft_PathTwistedArray</name>
2676
    <message>
2677
      <location filename="gui_pathtwistedarray.py" line="66"/>
2678
      <source>Path twisted array</source>
2679
      <translation type="unfinished">Path twisted array</translation>
2680
    </message>
2681
    <message>
2682
      <location filename="gui_pathtwistedarray.py" line="69"/>
2683
      <source>Creates copies of the selected object along a selected path, and twists the copies.
2684
First select the object, and then select the path.
2685
The path can be a polyline, B-spline, Bezier curve, or even edges from other objects.</source>
2686
      <translation type="unfinished">Creates copies of the selected object along a selected path, and twists the copies.
2687
First select the object, and then select the path.
2688
The path can be a polyline, B-spline, Bezier curve, or even edges from other objects.</translation>
2689
    </message>
2690
  </context>
2691
  <context>
2692
    <name>Draft_PathTwistedLinkArray</name>
2693
    <message>
2694
      <location filename="gui_pathtwistedarray.py" line="121"/>
2695
      <source>Path twisted Link array</source>
2696
      <translation type="unfinished">Path twisted Link array</translation>
2697
    </message>
2698
    <message>
2699
      <location filename="gui_pathtwistedarray.py" line="124"/>
2700
      <source>Like the PathTwistedArray tool, but creates a 'Link array' instead.
2701
A 'Link array' is more efficient when handling many copies but the 'Fuse' option cannot be used.</source>
2702
      <translation type="unfinished">Like the PathTwistedArray tool, but creates a 'Link array' instead.
2703
A 'Link array' is more efficient when handling many copies but the 'Fuse' option cannot be used.</translation>
2704
    </message>
2705
  </context>
2706
  <context>
2707
    <name>Draft_Point</name>
2708
    <message>
2709
      <location filename="gui_points.py" line="62"/>
2710
      <source>Point</source>
2711
      <translation>Punkt</translation>
2712
    </message>
2713
    <message>
2714
      <location filename="gui_points.py" line="65"/>
2715
      <source>Creates a point object. Click anywhere on the 3D view.</source>
2716
      <translation type="unfinished">Creates a point object. Click anywhere on the 3D view.</translation>
2717
    </message>
2718
  </context>
2719
  <context>
2720
    <name>Draft_PointArray</name>
2721
    <message>
2722
      <location filename="gui_pointarray.py" line="76"/>
2723
      <source>Point array</source>
2724
      <translation type="unfinished">Point array</translation>
2725
    </message>
2726
    <message>
2727
      <location filename="gui_pointarray.py" line="79"/>
2728
      <source>Creates copies of the selected object, and places the copies at the position of various points.
2729

2730
The points need to be grouped under a compound of points before using this tool.
2731
To create this compound, select various points and then use the Part Compound tool,
2732
or use the Draft Upgrade tool to create a 'Block', or create a Sketch and add simple points to it.
2733

2734
Select the base object, and then select the compound or the sketch to create the point array.</source>
2735
      <translation type="unfinished">Creates copies of the selected object, and places the copies at the position of various points.
2736

2737
The points need to be grouped under a compound of points before using this tool.
2738
To create this compound, select various points and then use the Part Compound tool,
2739
or use the Draft Upgrade tool to create a 'Block', or create a Sketch and add simple points to it.
2740

2741
Select the base object, and then select the compound or the sketch to create the point array.</translation>
2742
    </message>
2743
  </context>
2744
  <context>
2745
    <name>Draft_PointLinkArray</name>
2746
    <message>
2747
      <location filename="gui_pointarray.py" line="141"/>
2748
      <source>PointLinkArray</source>
2749
      <translation type="unfinished">PointLinkArray</translation>
2750
    </message>
2751
    <message>
2752
      <location filename="gui_pointarray.py" line="144"/>
2753
      <source>Like the PointArray tool, but creates a 'Point link array' instead.
2754
A 'Point link array' is more efficient when handling many copies.</source>
2755
      <translation type="unfinished">Like the PointArray tool, but creates a 'Point link array' instead.
2756
A 'Point link array' is more efficient when handling many copies.</translation>
2757
    </message>
2758
  </context>
2759
  <context>
2760
    <name>Draft_Polygon</name>
2761
    <message>
2762
      <location filename="gui_polygons.py" line="57"/>
2763
      <source>Polygon</source>
2764
      <translation type="unfinished">Polygon</translation>
2765
    </message>
2766
    <message>
2767
      <location filename="gui_polygons.py" line="60"/>
2768
      <source>Creates a regular polygon (triangle, square, pentagon, ...), by defining the number of sides and the circumscribed radius.
2769
CTRL to snap, SHIFT to constrain</source>
2770
      <translation type="unfinished">Creates a regular polygon (triangle, square, pentagon, ...), by defining the number of sides and the circumscribed radius.
2771
CTRL to snap, SHIFT to constrain</translation>
2772
    </message>
2773
  </context>
2774
  <context>
2775
    <name>Draft_Rectangle</name>
2776
    <message>
2777
      <location filename="gui_rectangles.py" line="54"/>
2778
      <source>Rectangle</source>
2779
      <translation>Rektangel</translation>
2780
    </message>
2781
    <message>
2782
      <location filename="gui_rectangles.py" line="57"/>
2783
      <source>Creates a 2-point rectangle. CTRL to snap.</source>
2784
      <translation type="unfinished">Creates a 2-point rectangle. CTRL to snap.</translation>
2785
    </message>
2786
  </context>
2787
  <context>
2788
    <name>Draft_Rotate</name>
2789
    <message>
2790
      <location filename="gui_rotate.py" line="62"/>
2791
      <source>Rotate</source>
2792
      <translation>Roter</translation>
2793
    </message>
2794
    <message>
2795
      <location filename="gui_rotate.py" line="65"/>
2796
      <source>Rotates the selected objects. Choose the center of rotation, then the initial angle, and then the final angle.
2797
If the "copy" option is active, it will create rotated copies.
2798
CTRL to snap, SHIFT to constrain. Hold ALT and click to create a copy with each click.</source>
2799
      <translation type="unfinished">Rotates the selected objects. Choose the center of rotation, then the initial angle, and then the final angle.
2800
If the "copy" option is active, it will create rotated copies.
2801
CTRL to snap, SHIFT to constrain. Hold ALT and click to create a copy with each click.</translation>
2802
    </message>
2803
  </context>
2804
  <context>
2805
    <name>Draft_Scale</name>
2806
    <message>
2807
      <location filename="gui_scale.py" line="71"/>
2808
      <source>Scale</source>
2809
      <translation>Skaler</translation>
2810
    </message>
2811
    <message>
2812
      <location filename="gui_scale.py" line="74"/>
2813
      <source>Scales the selected objects from a base point.
2814
CTRL to snap, SHIFT to constrain, ALT to copy.</source>
2815
      <translation type="unfinished">Scales the selected objects from a base point.
2816
CTRL to snap, SHIFT to constrain, ALT to copy.</translation>
2817
    </message>
2818
  </context>
2819
  <context>
2820
    <name>Draft_SelectGroup</name>
2821
    <message>
2822
      <location filename="gui_groups.py" line="165"/>
2823
      <source>Select group</source>
2824
      <translation type="unfinished">Select group</translation>
2825
    </message>
2826
    <message>
2827
      <location filename="gui_groups.py" line="168"/>
2828
      <source>If the selection is a group, it selects all objects that are inside this group, including those in nested sub-groups.
2829

2830
If the selection is a simple object inside a group, it will select the "brother" objects, that is,
2831
those that are at the same level as this object, including the upper group that contains them all.</source>
2832
      <translation type="unfinished">If the selection is a group, it selects all objects that are inside this group, including those in nested sub-groups.
2833

2834
If the selection is a simple object inside a group, it will select the "brother" objects, that is,
2835
those that are at the same level as this object, including the upper group that contains them all.</translation>
2836
    </message>
2837
  </context>
2838
  <context>
2839
    <name>Draft_SelectPlane</name>
2840
    <message>
2841
      <location filename="gui_selectplane.py" line="65"/>
2842
      <source>SelectPlane</source>
2843
      <translation type="unfinished">SelectPlane</translation>
2844
    </message>
2845
    <message>
2846
      <location filename="gui_selectplane.py" line="67"/>
2847
      <source>Select the face of solid body to create a working plane on which to sketch Draft objects.
2848
You may also select a three vertices or a Working Plane Proxy.</source>
2849
      <translation type="unfinished">Select the face of solid body to create a working plane on which to sketch Draft objects.
2850
You may also select a three vertices or a Working Plane Proxy.</translation>
2851
    </message>
2852
  </context>
2853
  <context>
2854
    <name>Draft_SetStyle</name>
2855
    <message>
2856
      <location filename="gui_setstyle.py" line="55"/>
2857
      <source>Set style</source>
2858
      <translation type="unfinished">Set style</translation>
2859
    </message>
2860
    <message>
2861
      <location filename="gui_setstyle.py" line="57"/>
2862
      <source>Sets default styles</source>
2863
      <translation type="unfinished">Sets default styles</translation>
2864
    </message>
2865
  </context>
2866
  <context>
2867
    <name>Draft_SetWorkingPlaneProxy</name>
2868
  </context>
2869
  <context>
2870
    <name>Draft_Shape2DView</name>
2871
    <message>
2872
      <location filename="gui_shape2dview.py" line="59"/>
2873
      <source>Shape 2D view</source>
2874
      <translation type="unfinished">Shape 2D view</translation>
2875
    </message>
2876
    <message>
2877
      <location filename="gui_shape2dview.py" line="62"/>
2878
      <source>Creates a 2D projection of the selected objects on the XY plane.
2879
The initial projection direction is the negative of the current active view direction.
2880
You can select individual faces to project, or the entire solid, and also include hidden lines.
2881
These projections can be used to create technical drawings with the TechDraw Workbench.</source>
2882
      <translation type="unfinished">Creates a 2D projection of the selected objects on the XY plane.
2883
The initial projection direction is the negative of the current active view direction.
2884
You can select individual faces to project, or the entire solid, and also include hidden lines.
2885
These projections can be used to create technical drawings with the TechDraw Workbench.</translation>
2886
    </message>
2887
  </context>
2888
  <context>
2889
    <name>Draft_ShapeString</name>
2890
    <message>
2891
      <location filename="gui_shapestrings.py" line="68"/>
2892
      <source>Shape from text</source>
2893
      <translation type="unfinished">Shape from text</translation>
2894
    </message>
2895
    <message>
2896
      <location filename="gui_shapestrings.py" line="70"/>
2897
      <source>Creates a shape from a text string by choosing a specific font and a placement.
2898
The closed shapes can be used for extrusions and boolean operations.</source>
2899
      <translation type="unfinished">Creates a shape from a text string by choosing a specific font and a placement.
2900
The closed shapes can be used for extrusions and boolean operations.</translation>
2901
    </message>
2902
  </context>
2903
  <context>
2904
    <name>Draft_ShowSnapBar</name>
2905
    <message>
2906
      <location filename="gui_snaps.py" line="576"/>
2907
      <source>Show snap toolbar</source>
2908
      <translation type="unfinished">Show snap toolbar</translation>
2909
    </message>
2910
    <message>
2911
      <location filename="gui_snaps.py" line="579"/>
2912
      <source>Show the snap toolbar if it is hidden.</source>
2913
      <translation type="unfinished">Show the snap toolbar if it is hidden.</translation>
2914
    </message>
2915
  </context>
2916
  <context>
2917
    <name>Draft_Slope</name>
2918
    <message>
2919
      <location filename="gui_lineslope.py" line="70"/>
2920
      <source>Set slope</source>
2921
      <translation type="unfinished">Set slope</translation>
2922
    </message>
2923
    <message>
2924
      <location filename="gui_lineslope.py" line="73"/>
2925
      <source>Sets the slope of the selected line by changing the value of the Z value of one of its points.
2926
If a polyline is selected, it will apply the slope transformation to each of its segments.
2927

2928
The slope will always change the Z value, therefore this command only works well for
2929
straight Draft lines that are drawn in the XY plane. Selected objects that aren't single lines will be ignored.</source>
2930
      <translation type="unfinished">Sets the slope of the selected line by changing the value of the Z value of one of its points.
2931
If a polyline is selected, it will apply the slope transformation to each of its segments.
2932

2933
The slope will always change the Z value, therefore this command only works well for
2934
straight Draft lines that are drawn in the XY plane. Selected objects that aren't single lines will be ignored.</translation>
2935
    </message>
2936
  </context>
2937
  <context>
2938
    <name>Draft_Snap</name>
2939
    <message>
2940
      <location filename="gui_snapper.py" line="1535"/>
2941
      <source>Toggles Grid On/Off</source>
2942
      <translation type="unfinished">Toggles Grid On/Off</translation>
2943
    </message>
2944
    <message>
2945
      <location filename="gui_snapper.py" line="1536"/>
2946
      <source>Toggle Draft Grid</source>
2947
      <translation type="unfinished">Toggle Draft Grid</translation>
2948
    </message>
2949
  </context>
2950
  <context>
2951
    <name>Draft_Snap_Angle</name>
2952
    <message>
2953
      <location filename="gui_snaps.py" line="331"/>
2954
      <source>Angle</source>
2955
      <translation>Vinkel</translation>
2956
    </message>
2957
    <message>
2958
      <location filename="gui_snaps.py" line="334"/>
2959
      <source>Set snapping to points in a circular arc located at multiples of 30 and 45 degree angles.</source>
2960
      <translation type="unfinished">Set snapping to points in a circular arc located at multiples of 30 and 45 degree angles.</translation>
2961
    </message>
2962
  </context>
2963
  <context>
2964
    <name>Draft_Snap_Center</name>
2965
    <message>
2966
      <location filename="gui_snaps.py" line="361"/>
2967
      <source>Center</source>
2968
      <translation>Midtstill</translation>
2969
    </message>
2970
    <message>
2971
      <location filename="gui_snaps.py" line="364"/>
2972
      <source>Set snapping to the center of a circular arc.</source>
2973
      <translation type="unfinished">Set snapping to the center of a circular arc.</translation>
2974
    </message>
2975
  </context>
2976
  <context>
2977
    <name>Draft_Snap_Dimensions</name>
2978
    <message>
2979
      <location filename="gui_snaps.py" line="513"/>
2980
      <source>Show dimensions</source>
2981
      <translation type="unfinished">Show dimensions</translation>
2982
    </message>
2983
    <message>
2984
      <location filename="gui_snaps.py" line="516"/>
2985
      <source>Show temporary linear dimensions when editing an object and using other snapping methods.</source>
2986
      <translation type="unfinished">Show temporary linear dimensions when editing an object and using other snapping methods.</translation>
2987
    </message>
2988
  </context>
2989
  <context>
2990
    <name>Draft_Snap_Endpoint</name>
2991
    <message>
2992
      <location filename="gui_snaps.py" line="300"/>
2993
      <source>Endpoint</source>
2994
      <translation type="unfinished">Endpoint</translation>
2995
    </message>
2996
    <message>
2997
      <location filename="gui_snaps.py" line="303"/>
2998
      <source>Set snapping to endpoints of an edge.</source>
2999
      <translation type="unfinished">Set snapping to endpoints of an edge.</translation>
3000
    </message>
3001
  </context>
3002
  <context>
3003
    <name>Draft_Snap_Extension</name>
3004
    <message>
3005
      <location filename="gui_snaps.py" line="391"/>
3006
      <source>Extension</source>
3007
      <translation type="unfinished">Extension</translation>
3008
    </message>
3009
    <message>
3010
      <location filename="gui_snaps.py" line="394"/>
3011
      <source>Set snapping to the extension of an edge.</source>
3012
      <translation type="unfinished">Set snapping to the extension of an edge.</translation>
3013
    </message>
3014
  </context>
3015
  <context>
3016
    <name>Draft_Snap_Grid</name>
3017
    <message>
3018
      <location filename="gui_snaps.py" line="210"/>
3019
      <source>Grid</source>
3020
      <translation>Rutenett</translation>
3021
    </message>
3022
    <message>
3023
      <location filename="gui_snaps.py" line="213"/>
3024
      <source>Set snapping to the intersection of grid lines.</source>
3025
      <translation type="unfinished">Set snapping to the intersection of grid lines.</translation>
3026
    </message>
3027
  </context>
3028
  <context>
3029
    <name>Draft_Snap_Intersection</name>
3030
    <message>
3031
      <location filename="gui_snaps.py" line="240"/>
3032
      <source>Intersection</source>
3033
      <translation>Kryssningspunkt</translation>
3034
    </message>
3035
    <message>
3036
      <location filename="gui_snaps.py" line="243"/>
3037
      <source>Set snapping to the intersection of edges.</source>
3038
      <translation type="unfinished">Set snapping to the intersection of edges.</translation>
3039
    </message>
3040
  </context>
3041
  <context>
3042
    <name>Draft_Snap_Lock</name>
3043
    <message>
3044
      <location filename="gui_snaps.py" line="120"/>
3045
      <source>Main snapping toggle On/Off</source>
3046
      <translation type="unfinished">Main snapping toggle On/Off</translation>
3047
    </message>
3048
    <message>
3049
      <location filename="gui_snaps.py" line="123"/>
3050
      <source>Activates or deactivates all snap methods at once.</source>
3051
      <translation type="unfinished">Activates or deactivates all snap methods at once.</translation>
3052
    </message>
3053
  </context>
3054
  <context>
3055
    <name>Draft_Snap_Midpoint</name>
3056
    <message>
3057
      <location filename="gui_snaps.py" line="150"/>
3058
      <source>Midpoint</source>
3059
      <translation type="unfinished">Midpoint</translation>
3060
    </message>
3061
    <message>
3062
      <location filename="gui_snaps.py" line="153"/>
3063
      <source>Set snapping to the midpoint of an edge.</source>
3064
      <translation type="unfinished">Set snapping to the midpoint of an edge.</translation>
3065
    </message>
3066
  </context>
3067
  <context>
3068
    <name>Draft_Snap_Near</name>
3069
    <message>
3070
      <location filename="gui_snaps.py" line="421"/>
3071
      <source>Nearest</source>
3072
      <translation type="unfinished">Nearest</translation>
3073
    </message>
3074
    <message>
3075
      <location filename="gui_snaps.py" line="424"/>
3076
      <source>Set snapping to the nearest point of an edge.</source>
3077
      <translation type="unfinished">Set snapping to the nearest point of an edge.</translation>
3078
    </message>
3079
  </context>
3080
  <context>
3081
    <name>Draft_Snap_Ortho</name>
3082
    <message>
3083
      <location filename="gui_snaps.py" line="452"/>
3084
      <source>Orthogonal</source>
3085
      <translation type="unfinished">Orthogonal</translation>
3086
    </message>
3087
    <message>
3088
      <location filename="gui_snaps.py" line="455"/>
3089
      <source>Set snapping to a direction that is a multiple of 45 degrees from a point.</source>
3090
      <translation type="unfinished">Set snapping to a direction that is a multiple of 45 degrees from a point.</translation>
3091
    </message>
3092
  </context>
3093
  <context>
3094
    <name>Draft_Snap_Parallel</name>
3095
    <message>
3096
      <location filename="gui_snaps.py" line="270"/>
3097
      <source>Parallel</source>
3098
      <translation type="unfinished">Parallel</translation>
3099
    </message>
3100
    <message>
3101
      <location filename="gui_snaps.py" line="273"/>
3102
      <source>Set snapping to a direction that is parallel to an edge.</source>
3103
      <translation type="unfinished">Set snapping to a direction that is parallel to an edge.</translation>
3104
    </message>
3105
  </context>
3106
  <context>
3107
    <name>Draft_Snap_Perpendicular</name>
3108
    <message>
3109
      <location filename="gui_snaps.py" line="180"/>
3110
      <source>Perpendicular</source>
3111
      <translation type="unfinished">Perpendicular</translation>
3112
    </message>
3113
    <message>
3114
      <location filename="gui_snaps.py" line="183"/>
3115
      <source>Set snapping to a direction that is perpendicular to an edge.</source>
3116
      <translation type="unfinished">Set snapping to a direction that is perpendicular to an edge.</translation>
3117
    </message>
3118
  </context>
3119
  <context>
3120
    <name>Draft_Snap_Special</name>
3121
    <message>
3122
      <location filename="gui_snaps.py" line="482"/>
3123
      <source>Special</source>
3124
      <translation type="unfinished">Special</translation>
3125
    </message>
3126
    <message>
3127
      <location filename="gui_snaps.py" line="485"/>
3128
      <source>Set snapping to the special points defined inside an object.</source>
3129
      <translation type="unfinished">Set snapping to the special points defined inside an object.</translation>
3130
    </message>
3131
  </context>
3132
  <context>
3133
    <name>Draft_Snap_WorkingPlane</name>
3134
    <message>
3135
      <location filename="gui_snaps.py" line="546"/>
3136
      <source>Working plane</source>
3137
      <translation type="unfinished">Working plane</translation>
3138
    </message>
3139
    <message>
3140
      <location filename="gui_snaps.py" line="549"/>
3141
      <source>Restricts snapping to a point in the current working plane.
3142
If you select a point outside the working plane, for example, by using other snapping methods,
3143
it will snap to that point's projection in the current working plane.</source>
3144
      <translation type="unfinished">Restricts snapping to a point in the current working plane.
3145
If you select a point outside the working plane, for example, by using other snapping methods,
3146
it will snap to that point's projection in the current working plane.</translation>
3147
    </message>
3148
  </context>
3149
  <context>
3150
    <name>Draft_Split</name>
3151
    <message>
3152
      <location filename="gui_split.py" line="56"/>
3153
      <source>Split</source>
3154
      <translation type="unfinished">Split</translation>
3155
    </message>
3156
    <message>
3157
      <location filename="gui_split.py" line="59"/>
3158
      <source>Splits the selected line or polyline into two independent lines
3159
or polylines by clicking anywhere along the original object.
3160
It works best when choosing a point on a straight segment and not a corner vertex.</source>
3161
      <translation type="unfinished">Splits the selected line or polyline into two independent lines
3162
or polylines by clicking anywhere along the original object.
3163
It works best when choosing a point on a straight segment and not a corner vertex.</translation>
3164
    </message>
3165
  </context>
3166
  <context>
3167
    <name>Draft_Stretch</name>
3168
    <message>
3169
      <location filename="gui_stretch.py" line="64"/>
3170
      <source>Stretch</source>
3171
      <translation type="unfinished">Stretch</translation>
3172
    </message>
3173
    <message>
3174
      <location filename="gui_stretch.py" line="67"/>
3175
      <source>Stretches the selected objects.
3176
Select an object, then draw a rectangle to pick the vertices that will be stretched,
3177
then draw a line to specify the distance and direction of stretching.</source>
3178
      <translation type="unfinished">Stretches the selected objects.
3179
Select an object, then draw a rectangle to pick the vertices that will be stretched,
3180
then draw a line to specify the distance and direction of stretching.</translation>
3181
    </message>
3182
  </context>
3183
  <context>
3184
    <name>Draft_SubelementHighlight</name>
3185
    <message>
3186
      <location filename="gui_subelements.py" line="61"/>
3187
      <source>Subelement highlight</source>
3188
      <translation type="unfinished">Subelement highlight</translation>
3189
    </message>
3190
    <message>
3191
      <location filename="gui_subelements.py" line="64"/>
3192
      <source>Highlight the subelements of the selected objects, so that they can then be edited with the move, rotate, and scale tools.</source>
3193
      <translation type="unfinished">Highlight the subelements of the selected objects, so that they can then be edited with the move, rotate, and scale tools.</translation>
3194
    </message>
3195
  </context>
3196
  <context>
3197
    <name>Draft_Text</name>
3198
    <message>
3199
      <location filename="gui_texts.py" line="60"/>
3200
      <source>Text</source>
3201
      <translation>Tekst</translation>
3202
    </message>
3203
    <message>
3204
      <location filename="gui_texts.py" line="63"/>
3205
      <source>Creates a multi-line annotation. CTRL to snap.</source>
3206
      <translation type="unfinished">Creates a multi-line annotation. CTRL to snap.</translation>
3207
    </message>
3208
  </context>
3209
  <context>
3210
    <name>Draft_ToggleConstructionMode</name>
3211
    <message>
3212
      <location filename="gui_togglemodes.py" line="99"/>
3213
      <source>Toggle construction mode</source>
3214
      <translation>Veksle byggemodus</translation>
3215
    </message>
3216
    <message>
3217
      <location filename="gui_togglemodes.py" line="102"/>
3218
      <source>Toggles the Construction mode.
3219
When this is active, the following objects created will be included in the construction group, and will be drawn with the specified color and properties.</source>
3220
      <translation type="unfinished">Toggles the Construction mode.
3221
When this is active, the following objects created will be included in the construction group, and will be drawn with the specified color and properties.</translation>
3222
    </message>
3223
  </context>
3224
  <context>
3225
    <name>Draft_ToggleContinueMode</name>
3226
    <message>
3227
      <location filename="gui_togglemodes.py" line="131"/>
3228
      <source>Toggle continue mode</source>
3229
      <translation type="unfinished">Toggle continue mode</translation>
3230
    </message>
3231
    <message>
3232
      <location filename="gui_togglemodes.py" line="133"/>
3233
      <source>Toggles the Continue mode.
3234
When this is active, any drawing tool that is terminated will automatically start again.
3235
This can be used to draw several objects one after the other in succession.</source>
3236
      <translation type="unfinished">Toggles the Continue mode.
3237
When this is active, any drawing tool that is terminated will automatically start again.
3238
This can be used to draw several objects one after the other in succession.</translation>
3239
    </message>
3240
  </context>
3241
  <context>
3242
    <name>Draft_ToggleDisplayMode</name>
3243
    <message>
3244
      <location filename="gui_togglemodes.py" line="166"/>
3245
      <source>Toggle normal/wireframe display</source>
3246
      <translation type="unfinished">Toggle normal/wireframe display</translation>
3247
    </message>
3248
    <message>
3249
      <location filename="gui_togglemodes.py" line="168"/>
3250
      <source>Switches the display mode of selected objects from flatlines to wireframe and back.
3251
This is helpful to quickly visualize objects that are hidden by other objects.
3252
This is intended to be used with closed shapes and solids, and doesn't affect open wires.</source>
3253
      <translation type="unfinished">Switches the display mode of selected objects from flatlines to wireframe and back.
3254
This is helpful to quickly visualize objects that are hidden by other objects.
3255
This is intended to be used with closed shapes and solids, and doesn't affect open wires.</translation>
3256
    </message>
3257
  </context>
3258
  <context>
3259
    <name>Draft_ToggleGrid</name>
3260
    <message>
3261
      <location filename="gui_grid.py" line="58"/>
3262
      <source>Toggle grid</source>
3263
      <translation type="unfinished">Toggle grid</translation>
3264
    </message>
3265
    <message>
3266
      <location filename="gui_grid.py" line="59"/>
3267
      <source>Toggles the Draft grid on and off.</source>
3268
      <translation type="unfinished">Toggles the Draft grid on and off.</translation>
3269
    </message>
3270
  </context>
3271
  <context>
3272
    <name>Draft_Trimex</name>
3273
    <message>
3274
      <location filename="gui_trimex.py" line="76"/>
3275
      <source>Trimex</source>
3276
      <translation type="unfinished">Trimex</translation>
3277
    </message>
3278
    <message>
3279
      <location filename="gui_trimex.py" line="79"/>
3280
      <source>Trims or extends the selected object, or extrudes single faces.
3281
CTRL snaps, SHIFT constrains to current segment or to normal, ALT inverts.</source>
3282
      <translation type="unfinished">Trims or extends the selected object, or extrudes single faces.
3283
CTRL snaps, SHIFT constrains to current segment or to normal, ALT inverts.</translation>
3284
    </message>
3285
  </context>
3286
  <context>
3287
    <name>Draft_UndoLine</name>
3288
    <message>
3289
      <location filename="gui_lineops.py" line="151"/>
3290
      <source>Undo last segment</source>
3291
      <translation type="unfinished">Undo last segment</translation>
3292
    </message>
3293
    <message>
3294
      <location filename="gui_lineops.py" line="152"/>
3295
      <source>Undoes the last drawn segment of the line being drawn.</source>
3296
      <translation type="unfinished">Undoes the last drawn segment of the line being drawn.</translation>
3297
    </message>
3298
  </context>
3299
  <context>
3300
    <name>Draft_Upgrade</name>
3301
    <message>
3302
      <location filename="gui_upgrade.py" line="58"/>
3303
      <source>Upgrade</source>
3304
      <translation type="unfinished">Upgrade</translation>
3305
    </message>
3306
    <message>
3307
      <location filename="gui_upgrade.py" line="61"/>
3308
      <source>Upgrades the selected objects into more complex shapes.
3309
The result of the operation depends on the types of objects, which may be able to be upgraded several times in a row.
3310
For example, it can join the selected objects into one, convert simple edges into parametric polylines,
3311
convert closed edges into filled faces and parametric polygons, and merge faces into a single face.</source>
3312
      <translation type="unfinished">Upgrades the selected objects into more complex shapes.
3313
The result of the operation depends on the types of objects, which may be able to be upgraded several times in a row.
3314
For example, it can join the selected objects into one, convert simple edges into parametric polylines,
3315
convert closed edges into filled faces and parametric polygons, and merge faces into a single face.</translation>
3316
    </message>
3317
  </context>
3318
  <context>
3319
    <name>Draft_Wire</name>
3320
    <message>
3321
      <location filename="gui_lines.py" line="310"/>
3322
      <source>Polyline</source>
3323
      <translation type="unfinished">Polyline</translation>
3324
    </message>
3325
    <message>
3326
      <location filename="gui_lines.py" line="313"/>
3327
      <source>Creates a multiple-points line (polyline). CTRL to snap, SHIFT to constrain.</source>
3328
      <translation type="unfinished">Creates a multiple-points line (polyline). CTRL to snap, SHIFT to constrain.</translation>
3329
    </message>
3330
  </context>
3331
  <context>
3332
    <name>Draft_WireToBSpline</name>
3333
    <message>
3334
      <location filename="gui_wire2spline.py" line="64"/>
3335
      <source>Wire to B-spline</source>
3336
      <translation type="unfinished">Wire to B-spline</translation>
3337
    </message>
3338
    <message>
3339
      <location filename="gui_wire2spline.py" line="67"/>
3340
      <source>Converts a selected polyline to a B-spline, or a B-spline to a polyline.</source>
3341
      <translation type="unfinished">Converts a selected polyline to a B-spline, or a B-spline to a polyline.</translation>
3342
    </message>
3343
  </context>
3344
  <context>
3345
    <name>Draft_WorkingPlaneProxy</name>
3346
    <message>
3347
      <location filename="gui_planeproxy.py" line="50"/>
3348
      <source>Create working plane proxy</source>
3349
      <translation type="unfinished">Create working plane proxy</translation>
3350
    </message>
3351
    <message>
3352
      <location filename="gui_planeproxy.py" line="52"/>
3353
      <source>Creates a proxy object from the current working plane.
3354
Once the object is created double click it in the tree view to restore the camera position and objects' visibilities.
3355
Then you can use it to save a different camera position and objects' states any time you need.</source>
3356
      <translation type="unfinished">Creates a proxy object from the current working plane.
3357
Once the object is created double click it in the tree view to restore the camera position and objects' visibilities.
3358
Then you can use it to save a different camera position and objects' states any time you need.</translation>
3359
    </message>
3360
  </context>
3361
  <context>
3362
    <name>Form</name>
3363
    <message>
3364
      <location filename="TaskSelectPlane.ui" line="14"/>
3365
      <source>Working plane setup</source>
3366
      <translation type="unfinished">Working plane setup</translation>
3367
    </message>
3368
    <message>
3369
      <location filename="TaskSelectPlane.ui" line="20"/>
3370
      <source>Select a face or working plane proxy or 3 vertices.
3371
Or choose one of the options below</source>
3372
      <translation type="unfinished">Select a face or working plane proxy or 3 vertices.
3373
Or choose one of the options below</translation>
3374
    </message>
3375
    <message>
3376
      <location filename="TaskSelectPlane.ui" line="31"/>
3377
      <source>Sets the working plane to the XY plane (ground plane)</source>
3378
      <translation type="unfinished">Sets the working plane to the XY plane (ground plane)</translation>
3379
    </message>
3380
    <message>
3381
      <location filename="TaskSelectPlane.ui" line="34"/>
3382
      <source>Top (XY)</source>
3383
      <translation>Topp (XY)</translation>
3384
    </message>
3385
    <message>
3386
      <location filename="TaskSelectPlane.ui" line="41"/>
3387
      <source>Sets the working plane to the XZ plane (front plane)</source>
3388
      <translation>Angir arbeidsplan til XZ-planet (frontplan)</translation>
3389
    </message>
3390
    <message>
3391
      <location filename="TaskSelectPlane.ui" line="44"/>
3392
      <source>Front (XZ)</source>
3393
      <translation>Forside (XZ)</translation>
3394
    </message>
3395
    <message>
3396
      <location filename="TaskSelectPlane.ui" line="51"/>
3397
      <source>Sets the working plane to the YZ plane (side plane)</source>
3398
      <translation>Angir arbeidsplan til YZ-planet (sideplan)</translation>
3399
    </message>
3400
    <message>
3401
      <location filename="TaskSelectPlane.ui" line="54"/>
3402
      <source>Side (YZ)</source>
3403
      <translation>Side (YZ)</translation>
3404
    </message>
3405
    <message>
3406
      <location filename="TaskSelectPlane.ui" line="61"/>
3407
      <source>Sets the working plane facing the current view</source>
3408
      <translation>Angir arbeidsplanet som vender mot gjeldende visning</translation>
3409
    </message>
3410
    <message>
3411
      <location filename="TaskSelectPlane.ui" line="64"/>
3412
      <source>Align to view</source>
3413
      <translation type="unfinished">Align to view</translation>
3414
    </message>
3415
    <message>
3416
      <location filename="TaskSelectPlane.ui" line="71"/>
3417
      <source>The working plane will align to the current
3418
view each time a command is started</source>
3419
      <translation type="unfinished">The working plane will align to the current
3420
view each time a command is started</translation>
3421
    </message>
3422
    <message>
3423
      <location filename="TaskSelectPlane.ui" line="78"/>
3424
      <source>Automatic</source>
3425
      <translation type="unfinished">Automatic</translation>
3426
    </message>
3427
    <message>
3428
      <location filename="TaskSelectPlane.ui" line="87"/>
3429
      <source>An optional offset to give to the working plane
3430
above its base position. Use this together with one
3431
of the buttons above</source>
3432
      <translation type="unfinished">An optional offset to give to the working plane
3433
above its base position. Use this together with one
3434
of the buttons above</translation>
3435
    </message>
3436
    <message>
3437
      <location filename="TaskSelectPlane.ui" line="99"/>
3438
      <source>Offset</source>
3439
      <translation>Avsetting</translation>
3440
    </message>
3441
    <message>
3442
      <location filename="TaskSelectPlane.ui" line="118"/>
3443
      <source>If this is selected, the working plane will be
3444
centered on the current view when pressing one
3445
of the buttons above</source>
3446
      <translation type="unfinished">If this is selected, the working plane will be
3447
centered on the current view when pressing one
3448
of the buttons above</translation>
3449
    </message>
3450
    <message>
3451
      <location filename="TaskSelectPlane.ui" line="111"/>
3452
      <source>Center plane on view</source>
3453
      <translation>Midtstilt plan på visning</translation>
3454
    </message>
3455
    <message>
3456
      <location filename="TaskSelectPlane.ui" line="135"/>
3457
      <source>Or select a single vertex to move the current
3458
working plane without changing its orientation.
3459
Then, press the button below</source>
3460
      <translation type="unfinished">Or select a single vertex to move the current
3461
working plane without changing its orientation.
3462
Then, press the button below</translation>
3463
    </message>
3464
    <message>
3465
      <location filename="TaskSelectPlane.ui" line="147"/>
3466
      <source>Moves the working plane without changing its
3467
orientation. If no point is selected, the plane
3468
will be moved to the center of the view</source>
3469
      <translation>Flytter arbeidslaget uten å endre
3470
sin orientering. Hvis ingen punkt er valgt, vil planet
3471
bli flyttet til midten av visningen</translation>
3472
    </message>
3473
    <message>
3474
      <location filename="TaskSelectPlane.ui" line="152"/>
3475
      <source>Move working plane</source>
3476
      <translation>Flytt arbeidsplan</translation>
3477
    </message>
3478
    <message>
3479
      <location filename="TaskSelectPlane.ui" line="171"/>
3480
      <source>The spacing between the smaller grid lines</source>
3481
      <translation>Avstanden mellom de mindre nettlinjene</translation>
3482
    </message>
3483
    <message>
3484
      <location filename="TaskSelectPlane.ui" line="164"/>
3485
      <source>Grid spacing</source>
3486
      <translation>Avstand mellom ruter</translation>
3487
    </message>
3488
    <message>
3489
      <location filename="TaskSelectPlane.ui" line="191"/>
3490
      <source>The number of squares between each main line of the grid</source>
3491
      <translation>Antall ruter mellom hver hovedlinje i nettet</translation>
3492
    </message>
3493
    <message>
3494
      <location filename="TaskSelectPlane.ui" line="184"/>
3495
      <source>Main line every</source>
3496
      <translation>Hoved linjer for hver</translation>
3497
    </message>
3498
    <message>
3499
      <location filename="TaskSelectPlane.ui" line="207"/>
3500
      <source>The distance at which a point can be snapped to
3501
when approaching the mouse. You can also change this
3502
value by using the [ and ] keys while drawing</source>
3503
      <translation type="unfinished">The distance at which a point can be snapped to
3504
when approaching the mouse. You can also change this
3505
value by using the [ and ] keys while drawing</translation>
3506
    </message>
3507
    <message>
3508
      <location filename="TaskSelectPlane.ui" line="212"/>
3509
      <source>Snapping radius</source>
3510
      <translation type="unfinished">Snapping radius</translation>
3511
    </message>
3512
    <message>
3513
      <location filename="TaskSelectPlane.ui" line="241"/>
3514
      <source>Centers the view on the current working plane</source>
3515
      <translation>Sentrer visningen på gjeldende plan</translation>
3516
    </message>
3517
    <message>
3518
      <location filename="TaskSelectPlane.ui" line="244"/>
3519
      <source>Center view</source>
3520
      <translation>Sentrer visning</translation>
3521
    </message>
3522
    <message>
3523
      <location filename="TaskSelectPlane.ui" line="251"/>
3524
      <source>Resets the working plane to its previous position</source>
3525
      <translation>Nullstiller arbeidsplanet til forrige posisjon</translation>
3526
    </message>
3527
    <message>
3528
      <location filename="TaskSelectPlane.ui" line="254"/>
3529
      <source>Previous</source>
3530
      <translation>Forrige</translation>
3531
    </message>
3532
    <message>
3533
      <location filename="TaskSelectPlane.ui" line="219"/>
3534
      <source>Grid extension</source>
3535
      <translation type="unfinished">Grid extension</translation>
3536
    </message>
3537
    <message>
3538
      <location filename="TaskSelectPlane.ui" line="226"/>
3539
      <source> lines</source>
3540
      <translation type="unfinished"> lines</translation>
3541
    </message>
3542
    <message>
3543
      <location filename="TaskPanel_SetStyle.ui" line="14"/>
3544
      <source>Style settings</source>
3545
      <translation type="unfinished">Style settings</translation>
3546
    </message>
3547
    <message>
3548
      <location filename="TaskPanel_SetStyle.ui" line="244"/>
3549
      <source>Text color</source>
3550
      <translation type="unfinished">Text color</translation>
3551
    </message>
3552
    <message>
3553
      <location filename="TaskPanel_SetStyle.ui" line="169"/>
3554
      <source>Shape color</source>
3555
      <translation type="unfinished">Shape color</translation>
3556
    </message>
3557
    <message>
3558
      <location filename="TaskPanel_SetStyle.ui" line="87"/>
3559
      <source>Line width</source>
3560
      <translation type="unfinished">Line width</translation>
3561
    </message>
3562
    <message>
3563
      <location filename="TaskPanel_SetStyle.ui" line="66"/>
3564
      <source>The color of faces</source>
3565
      <translation type="unfinished">The color of faces</translation>
3566
    </message>
3567
    <message>
3568
      <location filename="TaskPanel_SetStyle.ui" line="205"/>
3569
      <source>The type of dimension arrows</source>
3570
      <translation type="unfinished">The type of dimension arrows</translation>
3571
    </message>
3572
    <message>
3573
      <location filename="TaskPanel_SetStyle.ui" line="209"/>
3574
      <source>Dot</source>
3575
      <translation>Prikk</translation>
3576
    </message>
3577
    <message>
3578
      <location filename="TaskPanel_SetStyle.ui" line="214"/>
3579
      <source>Circle</source>
3580
      <translation>Sirkel</translation>
3581
    </message>
3582
    <message>
3583
      <location filename="TaskPanel_SetStyle.ui" line="219"/>
3584
      <source>Arrow</source>
3585
      <translation>Pil</translation>
3586
    </message>
3587
    <message>
3588
      <location filename="TaskPanel_SetStyle.ui" line="224"/>
3589
      <source>Tick</source>
3590
      <translation>Avmerking</translation>
3591
    </message>
3592
    <message>
3593
      <location filename="TaskPanel_SetStyle.ui" line="229"/>
3594
      <source>Tick-2</source>
3595
      <translation type="unfinished">Tick-2</translation>
3596
    </message>
3597
    <message>
3598
      <location filename="TaskPanel_SetStyle.ui" line="271"/>
3599
      <source>The color of texts and dimension texts</source>
3600
      <translation type="unfinished">The color of texts and dimension texts</translation>
3601
    </message>
3602
    <message>
3603
      <location filename="TaskPanel_SetStyle.ui" line="278"/>
3604
      <source>The size of texts and dimension texts</source>
3605
      <translation type="unfinished">The size of texts and dimension texts</translation>
3606
    </message>
3607
    <message>
3608
      <location filename="TaskPanel_SetStyle.ui" line="318"/>
3609
      <source>Show unit</source>
3610
      <translation>Vis enhet</translation>
3611
    </message>
3612
    <message>
3613
      <location filename="TaskPanel_SetStyle.ui" line="80"/>
3614
      <source>Line color</source>
3615
      <translation>Linjefarge</translation>
3616
    </message>
3617
    <message>
3618
      <location filename="TaskPanel_SetStyle.ui" line="308"/>
3619
      <source>The size of dimension arrows</source>
3620
      <translation type="unfinished">The size of dimension arrows</translation>
3621
    </message>
3622
    <message>
3623
      <location filename="TaskPanel_SetStyle.ui" line="257"/>
3624
      <source>The font to use for texts and dimensions</source>
3625
      <translation>Skriften som skal brukes for tekst og dimensjoner</translation>
3626
    </message>
3627
    <message>
3628
      <location filename="TaskPanel_SetStyle.ui" line="101"/>
3629
      <source>The line style</source>
3630
      <translation type="unfinished">The line style</translation>
3631
    </message>
3632
    <message>
3633
      <location filename="TaskPanel_SetStyle.ui" line="105"/>
3634
      <source>Solid</source>
3635
      <translation>Solid</translation>
3636
    </message>
3637
    <message>
3638
      <location filename="TaskPanel_SetStyle.ui" line="110"/>
3639
      <source>Dashed</source>
3640
      <translation type="unfinished">Dashed</translation>
3641
    </message>
3642
    <message>
3643
      <location filename="TaskPanel_SetStyle.ui" line="115"/>
3644
      <source>Dotted</source>
3645
      <translation type="unfinished">Dotted</translation>
3646
    </message>
3647
    <message>
3648
      <location filename="TaskPanel_SetStyle.ui" line="120"/>
3649
      <source>DashDot</source>
3650
      <translation type="unfinished">DashDot</translation>
3651
    </message>
3652
    <message>
3653
      <location filename="TaskPanel_SetStyle.ui" line="264"/>
3654
      <source>Text size</source>
3655
      <translation type="unfinished">Text size</translation>
3656
    </message>
3657
    <message>
3658
      <location filename="TaskPanel_SetStyle.ui" line="332"/>
3659
      <source>Unit override</source>
3660
      <translation>Overstyr enheter</translation>
3661
    </message>
3662
    <message>
3663
      <location filename="TaskPanel_SetStyle.ui" line="339"/>
3664
      <source>The unit to use for dimensions. Leave blank to use current FreeCAD unit</source>
3665
      <translation type="unfinished">The unit to use for dimensions. Leave blank to use current FreeCAD unit</translation>
3666
    </message>
3667
    <message>
3668
      <location filename="TaskPanel_SetStyle.ui" line="183"/>
3669
      <source>The transparency of faces</source>
3670
      <translation type="unfinished">The transparency of faces</translation>
3671
    </message>
3672
    <message>
3673
      <location filename="TaskPanel_SetStyle.ui" line="186"/>
3674
      <source> %</source>
3675
      <translation> %</translation>
3676
    </message>
3677
    <message>
3678
      <location filename="TaskPanel_SetStyle.ui" line="176"/>
3679
      <source>Transparency</source>
3680
      <translation type="unfinished">Transparency</translation>
3681
    </message>
3682
    <message>
3683
      <location filename="TaskPanel_SetStyle.ui" line="135"/>
3684
      <source>Display mode</source>
3685
      <translation>Visningsmodus</translation>
3686
    </message>
3687
    <message>
3688
      <location filename="TaskPanel_SetStyle.ui" line="237"/>
3689
      <source>Text font</source>
3690
      <translation type="unfinished">Text font</translation>
3691
    </message>
3692
    <message>
3693
      <location filename="TaskPanel_SetStyle.ui" line="325"/>
3694
      <source>Arrow size</source>
3695
      <translation>Pilstørrelse</translation>
3696
    </message>
3697
    <message>
3698
      <location filename="TaskPanel_SetStyle.ui" line="142"/>
3699
      <source>The display mode for faces</source>
3700
      <translation type="unfinished">The display mode for faces</translation>
3701
    </message>
3702
    <message>
3703
      <location filename="TaskPanel_SetStyle.ui" line="146"/>
3704
      <source>Flat Lines</source>
3705
      <translation type="unfinished">Flat Lines</translation>
3706
    </message>
3707
    <message>
3708
      <location filename="TaskPanel_SetStyle.ui" line="151"/>
3709
      <source>Wireframe</source>
3710
      <translation type="unfinished">Wireframe</translation>
3711
    </message>
3712
    <message>
3713
      <location filename="TaskPanel_SetStyle.ui" line="156"/>
3714
      <source>Shaded</source>
3715
      <translation type="unfinished">Shaded</translation>
3716
    </message>
3717
    <message>
3718
      <location filename="TaskPanel_SetStyle.ui" line="161"/>
3719
      <source>Points</source>
3720
      <translation>Punkter</translation>
3721
    </message>
3722
    <message>
3723
      <location filename="TaskPanel_SetStyle.ui" line="73"/>
3724
      <source>Draw style</source>
3725
      <translation type="unfinished">Draw style</translation>
3726
    </message>
3727
    <message>
3728
      <location filename="TaskPanel_SetStyle.ui" line="94"/>
3729
      <source>The color of lines</source>
3730
      <translation type="unfinished">The color of lines</translation>
3731
    </message>
3732
    <message>
3733
      <location filename="TaskPanel_SetStyle.ui" line="288"/>
3734
      <source>Arrow style</source>
3735
      <translation type="unfinished">Arrow style</translation>
3736
    </message>
3737
    <message>
3738
      <location filename="TaskPanel_SetStyle.ui" line="128"/>
3739
      <source> px</source>
3740
      <translation type="unfinished"> px</translation>
3741
    </message>
3742
    <message>
3743
      <location filename="TaskPanel_SetStyle.ui" line="57"/>
3744
      <source>Lines and faces</source>
3745
      <translation type="unfinished">Lines and faces</translation>
3746
    </message>
3747
    <message>
3748
      <location filename="TaskPanel_SetStyle.ui" line="199"/>
3749
      <source>Annotations</source>
3750
      <translation type="unfinished">Annotations</translation>
3751
    </message>
3752
    <message>
3753
      <location filename="TaskPanel_SetStyle.ui" line="295"/>
3754
      <source>If the unit suffix is shown on dimension texts or not</source>
3755
      <translation type="unfinished">If the unit suffix is shown on dimension texts or not</translation>
3756
    </message>
3757
    <message>
3758
      <location filename="TaskPanel_SetStyle.ui" line="22"/>
3759
      <source>Fills the values below with a stored style preset</source>
3760
      <translation type="unfinished">Fills the values below with a stored style preset</translation>
3761
    </message>
3762
    <message>
3763
      <location filename="TaskPanel_SetStyle.ui" line="26"/>
3764
      <source>Load preset</source>
3765
      <translation type="unfinished">Load preset</translation>
3766
    </message>
3767
    <message>
3768
      <location filename="TaskPanel_SetStyle.ui" line="40"/>
3769
      <source>Save current style as a preset...</source>
3770
      <translation type="unfinished">Save current style as a preset...</translation>
3771
    </message>
3772
    <message>
3773
      <location filename="TaskPanel_SetStyle.ui" line="382"/>
3774
      <source>Apply above style to selected object(s)</source>
3775
      <translation type="unfinished">Apply above style to selected object(s)</translation>
3776
    </message>
3777
    <message>
3778
      <location filename="TaskPanel_SetStyle.ui" line="385"/>
3779
      <source>Selected</source>
3780
      <translation type="unfinished">Selected</translation>
3781
    </message>
3782
    <message>
3783
      <location filename="TaskPanel_SetStyle.ui" line="397"/>
3784
      <source>Texts/dims</source>
3785
      <translation type="unfinished">Texts/dims</translation>
3786
    </message>
3787
    <message>
3788
      <location filename="TaskPanel_SetStyle.ui" line="346"/>
3789
      <source>Text spacing</source>
3790
      <translation>Tekst mellomrom</translation>
3791
    </message>
3792
    <message>
3793
      <location filename="TaskPanel_SetStyle.ui" line="353"/>
3794
      <source>The space between the text and the dimension line</source>
3795
      <translation type="unfinished">The space between the text and the dimension line</translation>
3796
    </message>
3797
    <message>
3798
      <location filename="TaskPanel_SetStyle.ui" line="363"/>
3799
      <source>Line spacing</source>
3800
      <translation>Linjeavstand</translation>
3801
    </message>
3802
    <message>
3803
      <location filename="TaskPanel_SetStyle.ui" line="370"/>
3804
      <source>The spacing between different lines of text</source>
3805
      <translation type="unfinished">The spacing between different lines of text</translation>
3806
    </message>
3807
  </context>
3808
  <context>
3809
    <name>Gui::Dialog::DlgSettingsDraft</name>
3810
    <message>
3811
      <location filename="preferences-draft.ui" line="32"/>
3812
      <source>General Draft Settings</source>
3813
      <translation>Generelle innstillinger for utkast</translation>
3814
    </message>
3815
    <message>
3816
      <location filename="preferences-draft.ui" line="427"/>
3817
      <source>This is the default color for objects being drawn while in construction mode.</source>
3818
      <translation>Dette er standard farge for objekter tegnet i konstruksjonmodus.</translation>
3819
    </message>
3820
    <message>
3821
      <location filename="preferences-draft.ui" line="387"/>
3822
      <source>This is the default group name for construction geometry</source>
3823
      <translation>Dette er standard gruppenavn for konstruksjongeometri</translation>
3824
    </message>
3825
    <message>
3826
      <location filename="preferences-draft.ui" line="390"/>
3827
      <source>Construction</source>
3828
      <translation>Konstruksjon</translation>
3829
    </message>
3830
    <message>
3831
      <location filename="preferences-draftvisual.ui" line="114"/>
3832
      <source>Save current color and linewidth across sessions</source>
3833
      <translation>Lagre gjeldende farge og linjebredde på tvers av økter</translation>
3834
    </message>
3835
    <message>
3836
      <location filename="preferences-draft.ui" line="304"/>
3837
      <source>Global copy mode</source>
3838
      <translation>Global kopieringsmodus</translation>
3839
    </message>
3840
    <message>
3841
      <location filename="preferences-draft.ui" line="40"/>
3842
      <source>Default working plane</source>
3843
      <translation>Standard arbeidsplan</translation>
3844
    </message>
3845
    <message>
3846
      <location filename="preferences-draft.ui" line="67"/>
3847
      <source>None</source>
3848
      <translation>Ingen</translation>
3849
    </message>
3850
    <message>
3851
      <location filename="preferences-draft.ui" line="72"/>
3852
      <source>XY (Top)</source>
3853
      <translation>XY (Topp)</translation>
3854
    </message>
3855
    <message>
3856
      <location filename="preferences-draft.ui" line="77"/>
3857
      <source>XZ (Front)</source>
3858
      <translation>XZ (Front)</translation>
3859
    </message>
3860
    <message>
3861
      <location filename="preferences-draft.ui" line="82"/>
3862
      <source>YZ (Side)</source>
3863
      <translation>YZ (Side)</translation>
3864
    </message>
3865
    <message>
3866
      <location filename="preferences-drafttexts.ui" line="89"/>
3867
      <source>Default height for texts and dimensions</source>
3868
      <translation>Standardhøyde for tekst og dimensjoner</translation>
3869
    </message>
3870
    <message>
3871
      <location filename="preferences-drafttexts.ui" line="47"/>
3872
      <source>This is the default font name for all Draft texts and dimensions.
3873
It can be a font name such as "Arial", a default style such as "sans", "serif"
3874
or "mono", or a family such as "Arial,Helvetica,sans" or a name with a style
3875
such as "Arial:Bold"</source>
3876
      <translation>Dette er standardskrift for all tekst og alle dimensjoner. Det kan være et skriftnavn som "Arial", en standardstil som "sans", "serif" eller "mono", en skriftfamilie som "Arial, Helvetica, sans" eller et navn med en stil som "Arial:Bold"</translation>
3877
    </message>
3878
    <message>
3879
      <location filename="preferences-draftvisual.ui" line="151"/>
3880
      <source>Default template sheet</source>
3881
      <translation>Standardmal</translation>
3882
    </message>
3883
    <message>
3884
      <location filename="preferences-draftvisual.ui" line="177"/>
3885
      <source>The default template to use when creating a new drawing sheet</source>
3886
      <translation>Standardmal som brukes når du oppretter et nytt tegneark</translation>
3887
    </message>
3888
    <message>
3889
      <location filename="preferences-svg.ui" line="40"/>
3890
      <source>Import style</source>
3891
      <translation>Importer stil</translation>
3892
    </message>
3893
    <message>
3894
      <location filename="preferences-svg.ui" line="60"/>
3895
      <source>None (fastest)</source>
3896
      <translation>Ingen (raskest)</translation>
3897
    </message>
3898
    <message>
3899
      <location filename="preferences-svg.ui" line="65"/>
3900
      <source>Use default color and linewidth</source>
3901
      <translation>Bruk standard farge og linjebredde</translation>
3902
    </message>
3903
    <message>
3904
      <location filename="preferences-svg.ui" line="70"/>
3905
      <source>Original color and linewidth</source>
3906
      <translation>Original farge og linjebredde</translation>
3907
    </message>
3908
    <message>
3909
      <location filename="preferences-oca.ui" line="46"/>
3910
      <source>Check this if you want the areas (3D faces) to be imported too.</source>
3911
      <translation>Merk av her hvis du vil at områdene (3D-flater) også skal importeres.</translation>
3912
    </message>
3913
    <message>
3914
      <location filename="preferences-oca.ui" line="49"/>
3915
      <source>Import OCA areas</source>
3916
      <translation>Importer OCA områder</translation>
3917
    </message>
3918
    <message>
3919
      <location filename="preferences-draft.ui" line="14"/>
3920
      <source>General settings</source>
3921
      <translation>Generelle innstillinger</translation>
3922
    </message>
3923
    <message>
3924
      <location filename="preferences-draft.ui" line="380"/>
3925
      <source>Construction group name</source>
3926
      <translation>Konstruksjonsgruppenavn</translation>
3927
    </message>
3928
    <message>
3929
      <location filename="preferences-draft.ui" line="143"/>
3930
      <source>Tolerance</source>
3931
      <translation>Toleranse</translation>
3932
    </message>
3933
    <message>
3934
      <location filename="preferences-dxf.ui" line="363"/>
3935
      <source>Join geometry</source>
3936
      <translation>Sammenføy geometri</translation>
3937
    </message>
3938
    <message>
3939
      <location filename="preferences-draftvisual.ui" line="194"/>
3940
      <source>Alternate SVG Patterns location</source>
3941
      <translation>Alternativ SVG mønstre plassering</translation>
3942
    </message>
3943
    <message>
3944
      <location filename="preferences-draftvisual.ui" line="220"/>
3945
      <source>Here you can specify a directory containing SVG files containing &lt;pattern&gt; definitions that can be added to the standard Draft hatch patterns</source>
3946
      <translation type="unfinished">Here you can specify a directory containing SVG files containing &lt;pattern&gt; definitions that can be added to the standard Draft hatch patterns</translation>
3947
    </message>
3948
    <message>
3949
      <location filename="preferences-draftsnap.ui" line="57"/>
3950
      <source>Constrain mod</source>
3951
      <translation type="unfinished">Constrain mod</translation>
3952
    </message>
3953
    <message>
3954
      <location filename="preferences-draftsnap.ui" line="77"/>
3955
      <source>The Constraining modifier key</source>
3956
      <translation type="unfinished">The Constraining modifier key</translation>
3957
    </message>
3958
    <message>
3959
      <location filename="preferences-draftsnap.ui" line="109"/>
3960
      <source>Snap mod</source>
3961
      <translation>Snap-modus</translation>
3962
    </message>
3963
    <message>
3964
      <location filename="preferences-draftsnap.ui" line="129"/>
3965
      <source>The snap modifier key</source>
3966
      <translation type="unfinished">The snap modifier key</translation>
3967
    </message>
3968
    <message>
3969
      <location filename="preferences-draftsnap.ui" line="164"/>
3970
      <source>Alt mod</source>
3971
      <translation type="unfinished">Alt mod</translation>
3972
    </message>
3973
    <message>
3974
      <location filename="preferences-draft.ui" line="287"/>
3975
      <source>Select base objects after copying</source>
3976
      <translation>Velg baseobjekter etter kopiering</translation>
3977
    </message>
3978
    <message>
3979
      <location filename="preferences-draftsnap.ui" line="269"/>
3980
      <source>If checked, a grid will appear when drawing</source>
3981
      <translation>Hvis merket av, vil et rutenett vises når tegning vises</translation>
3982
    </message>
3983
    <message>
3984
      <location filename="preferences-draftsnap.ui" line="272"/>
3985
      <source>Use grid</source>
3986
      <translation>Bruk rutenett</translation>
3987
    </message>
3988
    <message>
3989
      <location filename="preferences-draftsnap.ui" line="402"/>
3990
      <source>Grid spacing</source>
3991
      <translation>Avstand mellom ruter</translation>
3992
    </message>
3993
    <message>
3994
      <location filename="preferences-draftsnap.ui" line="425"/>
3995
      <source>The spacing between each grid line</source>
3996
      <translation>Avstanden mellom hver rutenett</translation>
3997
    </message>
3998
    <message>
3999
      <location filename="preferences-draftsnap.ui" line="353"/>
4000
      <source>Main lines every</source>
4001
      <translation>Hoved linjer for hver</translation>
4002
    </message>
4003
    <message>
4004
      <location filename="preferences-draftsnap.ui" line="376"/>
4005
      <source>Mainlines will be drawn thicker. Specify here how many squares between mainlines.</source>
4006
      <translation>Hovedlinjer vil bli trukket raskere. Angi her hvor mange ruter mellom hovedlinjene.</translation>
4007
    </message>
4008
    <message>
4009
      <location filename="preferences-draft.ui" line="94"/>
4010
      <source>Internal precision level</source>
4011
      <translation>Innvendig presisjonsnivå</translation>
4012
    </message>
4013
    <message>
4014
      <location filename="preferences-drafttexts.ui" line="395"/>
4015
      <source>This is the orientation of the dimension texts when those dimensions are vertical. Default is left, which is the ISO standard.</source>
4016
      <translation>Dette er retningen på dimensjonstekstene når disse dimensjonene er vertikale. Standard er venstre, som er ISO-standarden.</translation>
4017
    </message>
4018
    <message>
4019
      <location filename="preferences-drafttexts.ui" line="405"/>
4020
      <source>Left (ISO standard)</source>
4021
      <translation>Venstre (ISO standard)</translation>
4022
    </message>
4023
    <message>
4024
      <location filename="preferences-drafttexts.ui" line="410"/>
4025
      <source>Right</source>
4026
      <translation>Høyre</translation>
4027
    </message>
4028
    <message>
4029
      <location filename="preferences-dxf.ui" line="384"/>
4030
      <source>Group layers into blocks</source>
4031
      <translation type="unfinished">Group layers into blocks</translation>
4032
    </message>
4033
    <message>
4034
      <location filename="preferences-dxf.ui" line="570"/>
4035
      <source>Export 3D objects as polyface meshes</source>
4036
      <translation type="unfinished">Export 3D objects as polyface meshes</translation>
4037
    </message>
4038
    <message>
4039
      <location filename="preferences-draftsnap.ui" line="219"/>
4040
      <source>If checked, the Snap toolbar will be shown whenever you use snapping</source>
4041
      <translation type="unfinished">If checked, the Snap toolbar will be shown whenever you use snapping</translation>
4042
    </message>
4043
    <message>
4044
      <location filename="preferences-draftsnap.ui" line="222"/>
4045
      <source>Show Draft Snap toolbar</source>
4046
      <translation type="unfinished">Show Draft Snap toolbar</translation>
4047
    </message>
4048
    <message>
4049
      <location filename="preferences-draftsnap.ui" line="242"/>
4050
      <source>Hide Draft snap toolbar after use</source>
4051
      <translation type="unfinished">Hide Draft snap toolbar after use</translation>
4052
    </message>
4053
    <message>
4054
      <location filename="preferences-draftvisual.ui" line="134"/>
4055
      <source>Show Working Plane tracker</source>
4056
      <translation type="unfinished">Show Working Plane tracker</translation>
4057
    </message>
4058
    <message>
4059
      <location filename="preferences-draftsnap.ui" line="291"/>
4060
      <source>If checked, the Draft grid will always be visible when the Draft workbench is active. Otherwise only when using a command</source>
4061
      <translation type="unfinished">If checked, the Draft grid will always be visible when the Draft workbench is active. Otherwise only when using a command</translation>
4062
    </message>
4063
    <message>
4064
      <location filename="preferences-dxf.ui" line="405"/>
4065
      <source>Use standard font size for texts</source>
4066
      <translation>Bruk standard skriftstørrelse for tekster</translation>
4067
    </message>
4068
    <message>
4069
      <location filename="preferences-dxf.ui" line="448"/>
4070
      <source>Import hatch boundaries as wires</source>
4071
      <translation type="unfinished">Import hatch boundaries as wires</translation>
4072
    </message>
4073
    <message>
4074
      <location filename="preferences-dxf.ui" line="469"/>
4075
      <source>Render polylines with width</source>
4076
      <translation>Render polyliner med bredde</translation>
4077
    </message>
4078
    <message>
4079
      <location filename="preferences-svg.ui" line="141"/>
4080
      <source>Translated (for print &amp; display)</source>
4081
      <translation>Oversatt (for utskrift og visning)</translation>
4082
    </message>
4083
    <message>
4084
      <location filename="preferences-svg.ui" line="146"/>
4085
      <source>Raw (for CAM)</source>
4086
      <translation type="unfinished">Raw (for CAM)</translation>
4087
    </message>
4088
    <message>
4089
      <location filename="preferences-svg.ui" line="161"/>
4090
      <source>Translate white line color to black</source>
4091
      <translation type="unfinished">Translate white line color to black</translation>
4092
    </message>
4093
    <message>
4094
      <location filename="preferences-draft.ui" line="324"/>
4095
      <source>Use Part Primitives when available</source>
4096
      <translation type="unfinished">Use Part Primitives when available</translation>
4097
    </message>
4098
    <message>
4099
      <location filename="preferences-draftsnap.ui" line="26"/>
4100
      <source>Snapping</source>
4101
      <translation type="unfinished">Snapping</translation>
4102
    </message>
4103
    <message>
4104
      <location filename="preferences-draftsnap.ui" line="34"/>
4105
      <source>If this is checked, snapping is activated without the need to press the snap mod key</source>
4106
      <translation type="unfinished">If this is checked, snapping is activated without the need to press the snap mod key</translation>
4107
    </message>
4108
    <message>
4109
      <location filename="preferences-draftsnap.ui" line="37"/>
4110
      <source>Always snap (disable snap mod)</source>
4111
      <translation type="unfinished">Always snap (disable snap mod)</translation>
4112
    </message>
4113
    <message>
4114
      <location filename="preferences-draft.ui" line="407"/>
4115
      <source>Construction geometry color</source>
4116
      <translation type="unfinished">Construction geometry color</translation>
4117
    </message>
4118
    <message>
4119
      <location filename="preferences-dxf.ui" line="149"/>
4120
      <source>Import</source>
4121
      <translation>Importer</translation>
4122
    </message>
4123
    <message>
4124
      <location filename="preferences-dxf.ui" line="159"/>
4125
      <source>texts and dimensions</source>
4126
      <translation type="unfinished">texts and dimensions</translation>
4127
    </message>
4128
    <message>
4129
      <location filename="preferences-dxf.ui" line="175"/>
4130
      <source>points</source>
4131
      <translation>punkter</translation>
4132
    </message>
4133
    <message>
4134
      <location filename="preferences-dxf.ui" line="191"/>
4135
      <source>layouts</source>
4136
      <translation type="unfinished">layouts</translation>
4137
    </message>
4138
    <message>
4139
      <location filename="preferences-dxf.ui" line="207"/>
4140
      <source>*blocks</source>
4141
      <translation type="unfinished">*blocks</translation>
4142
    </message>
4143
    <message>
4144
      <location filename="preferences-dxf.ui" line="614"/>
4145
      <source>Project exported objects along current view direction</source>
4146
      <translation type="unfinished">Project exported objects along current view direction</translation>
4147
    </message>
4148
    <message>
4149
      <location filename="preferences-draftvisual.ui" line="14"/>
4150
      <source>Visual settings</source>
4151
      <translation>Visuelle innstillinger</translation>
4152
    </message>
4153
    <message>
4154
      <location filename="preferences-draftvisual.ui" line="26"/>
4155
      <source>Visual Settings</source>
4156
      <translation>Visuelle innstillinger</translation>
4157
    </message>
4158
    <message>
4159
      <location filename="preferences-draftvisual.ui" line="34"/>
4160
      <source>Snap symbols style</source>
4161
      <translation type="unfinished">Snap symbols style</translation>
4162
    </message>
4163
    <message>
4164
      <location filename="preferences-draftvisual.ui" line="54"/>
4165
      <source>Draft classic style</source>
4166
      <translation type="unfinished">Draft classic style</translation>
4167
    </message>
4168
    <message>
4169
      <location filename="preferences-draftvisual.ui" line="59"/>
4170
      <source>Bitsnpieces style</source>
4171
      <translation type="unfinished">Bitsnpieces style</translation>
4172
    </message>
4173
    <message>
4174
      <location filename="preferences-draftvisual.ui" line="80"/>
4175
      <source>Color</source>
4176
      <translation>Farge</translation>
4177
    </message>
4178
    <message>
4179
      <location filename="preferences-draftvisual.ui" line="237"/>
4180
      <source>Hatch patterns resolution</source>
4181
      <translation type="unfinished">Hatch patterns resolution</translation>
4182
    </message>
4183
    <message>
4184
      <location filename="preferences-draftsnap.ui" line="263"/>
4185
      <source>Grid</source>
4186
      <translation>Rutenett</translation>
4187
    </message>
4188
    <message>
4189
      <location filename="preferences-draftsnap.ui" line="294"/>
4190
      <source>Always show the grid</source>
4191
      <translation>Alltid vise rutenettet</translation>
4192
    </message>
4193
    <message>
4194
      <location filename="preferences-drafttexts.ui" line="14"/>
4195
      <source>Texts and dimensions</source>
4196
      <translation>Tekster og dimensjoner</translation>
4197
    </message>
4198
    <message>
4199
      <location filename="preferences-drafttexts.ui" line="59"/>
4200
      <source>Internal font</source>
4201
      <translation type="unfinished">Internal font</translation>
4202
    </message>
4203
    <message>
4204
      <location filename="preferences-drafttexts.ui" line="323"/>
4205
      <source>Dot</source>
4206
      <translation>Prikk</translation>
4207
    </message>
4208
    <message>
4209
      <location filename="preferences-drafttexts.ui" line="328"/>
4210
      <source>Circle</source>
4211
      <translation>Sirkel</translation>
4212
    </message>
4213
    <message>
4214
      <location filename="preferences-drafttexts.ui" line="333"/>
4215
      <source>Arrow</source>
4216
      <translation>Pil</translation>
4217
    </message>
4218
    <message>
4219
      <location filename="preferences-drafttexts.ui" line="362"/>
4220
      <source>The default size of arrows</source>
4221
      <translation type="unfinished">The default size of arrows</translation>
4222
    </message>
4223
    <message>
4224
      <location filename="preferences-drafttexts.ui" line="208"/>
4225
      <source>The default size of dimensions extension lines</source>
4226
      <translation type="unfinished">The default size of dimensions extension lines</translation>
4227
    </message>
4228
    <message>
4229
      <location filename="preferences-drafttexts.ui" line="429"/>
4230
      <source>The space between the dimension line and the dimension text</source>
4231
      <translation type="unfinished">The space between the dimension line and the dimension text</translation>
4232
    </message>
4233
    <message>
4234
      <location filename="preferences-drafttexts.ui" line="534"/>
4235
      <source>Select a font file</source>
4236
      <translation>Velg en skriftfil</translation>
4237
    </message>
4238
    <message>
4239
      <location filename="preferences-draft.ui" line="267"/>
4240
      <source>Fill objects with faces whenever possible</source>
4241
      <translation type="unfinished">Fill objects with faces whenever possible</translation>
4242
    </message>
4243
    <message>
4244
      <location filename="preferences-dxf.ui" line="224"/>
4245
      <source>Create</source>
4246
      <translation>Lag</translation>
4247
    </message>
4248
    <message>
4249
      <location filename="preferences-dxf.ui" line="234"/>
4250
      <source>simple Part shapes</source>
4251
      <translation type="unfinished">simple Part shapes</translation>
4252
    </message>
4253
    <message>
4254
      <location filename="preferences-dxf.ui" line="253"/>
4255
      <source>Draft objects</source>
4256
      <translation type="unfinished">Draft objects</translation>
4257
    </message>
4258
    <message>
4259
      <location filename="preferences-dxf.ui" line="269"/>
4260
      <source>Sketches</source>
4261
      <translation>Skisser</translation>
4262
    </message>
4263
    <message>
4264
      <location filename="preferences-dxf.ui" line="342"/>
4265
      <source>Get original colors from the DXF file</source>
4266
      <translation type="unfinished">Get original colors from the DXF file</translation>
4267
    </message>
4268
    <message>
4269
      <location filename="preferences-dxf.ui" line="489"/>
4270
      <source>Treat ellipses and splines as polylines</source>
4271
      <translation type="unfinished">Treat ellipses and splines as polylines</translation>
4272
    </message>
4273
    <message>
4274
      <location filename="preferences-svg.ui" line="121"/>
4275
      <source>Export style</source>
4276
      <translation type="unfinished">Export style</translation>
4277
    </message>
4278
    <message>
4279
      <location filename="preferences-drafttexts.ui" line="455"/>
4280
      <source>Show the unit suffix in dimensions</source>
4281
      <translation type="unfinished">Show the unit suffix in dimensions</translation>
4282
    </message>
4283
    <message>
4284
      <location filename="preferences-dxf.ui" line="101"/>
4285
      <source>Allow FreeCAD to automatically download and update the DXF libraries</source>
4286
      <translation>Tillate FreeCAD å automatisk laste ned og oppdatere DXF bibliotekene</translation>
4287
    </message>
4288
    <message>
4289
      <location filename="preferences-svg.ui" line="209"/>
4290
      <source>mm</source>
4291
      <translation>mm</translation>
4292
    </message>
4293
    <message>
4294
      <location filename="preferences-draftsnap.ui" line="457"/>
4295
      <source>Grid size</source>
4296
      <translation type="unfinished">Grid size</translation>
4297
    </message>
4298
    <message>
4299
      <location filename="preferences-draftsnap.ui" line="483"/>
4300
      <source> lines</source>
4301
      <translation type="unfinished"> lines</translation>
4302
    </message>
4303
    <message>
4304
      <location filename="preferences-drafttexts.ui" line="144"/>
4305
      <source>text above (2D)</source>
4306
      <translation type="unfinished">text above (2D)</translation>
4307
    </message>
4308
    <message>
4309
      <location filename="preferences-drafttexts.ui" line="149"/>
4310
      <source> text inside (3D)</source>
4311
      <translation type="unfinished"> text inside (3D)</translation>
4312
    </message>
4313
    <message>
4314
      <location filename="preferences-draftvisual.ui" line="375"/>
4315
      <source>Dashed line definition</source>
4316
      <translation type="unfinished">Dashed line definition</translation>
4317
    </message>
4318
    <message>
4319
      <location filename="preferences-draftvisual.ui" line="398"/>
4320
      <source>0.09,0.05</source>
4321
      <translation type="unfinished">0.09,0.05</translation>
4322
    </message>
4323
    <message>
4324
      <location filename="preferences-draftvisual.ui" line="418"/>
4325
      <source>Dashdot line definition</source>
4326
      <translation type="unfinished">Dashdot line definition</translation>
4327
    </message>
4328
    <message>
4329
      <location filename="preferences-draftvisual.ui" line="441"/>
4330
      <source>0.09,0.05,0.02,0.05</source>
4331
      <translation type="unfinished">0.09,0.05,0.02,0.05</translation>
4332
    </message>
4333
    <message>
4334
      <location filename="preferences-draftvisual.ui" line="461"/>
4335
      <source>Dotted line definition</source>
4336
      <translation>Prikket linjedefinisjon</translation>
4337
    </message>
4338
    <message>
4339
      <location filename="preferences-draftvisual.ui" line="484"/>
4340
      <source>0.02,0.02</source>
4341
      <translation>0.02,0.02</translation>
4342
    </message>
4343
    <message>
4344
      <location filename="preferences-draftsnap.ui" line="14"/>
4345
      <source>Grid and snapping</source>
4346
      <translation type="unfinished">Grid and snapping</translation>
4347
    </message>
4348
    <message>
4349
      <location filename="preferences-drafttexts.ui" line="26"/>
4350
      <source>Text settings</source>
4351
      <translation>Tekstinnstillinger</translation>
4352
    </message>
4353
    <message>
4354
      <location filename="preferences-drafttexts.ui" line="34"/>
4355
      <source>Font family</source>
4356
      <translation>Skrift familie</translation>
4357
    </message>
4358
    <message>
4359
      <location filename="preferences-drafttexts.ui" line="76"/>
4360
      <source>Font size</source>
4361
      <translation type="unfinished">Font size</translation>
4362
    </message>
4363
    <message>
4364
      <location filename="preferences-drafttexts.ui" line="116"/>
4365
      <source>Dimension settings</source>
4366
      <translation>Dimensjon innstillinger</translation>
4367
    </message>
4368
    <message>
4369
      <location filename="preferences-drafttexts.ui" line="124"/>
4370
      <source>Display mode</source>
4371
      <translation>Visningsmodus</translation>
4372
    </message>
4373
    <message>
4374
      <location filename="preferences-drafttexts.ui" line="309"/>
4375
      <source>Arrows style</source>
4376
      <translation>Piltype</translation>
4377
    </message>
4378
    <message>
4379
      <location filename="preferences-drafttexts.ui" line="355"/>
4380
      <source>Arrows size</source>
4381
      <translation>Pilstørrelse</translation>
4382
    </message>
4383
    <message>
4384
      <location filename="preferences-drafttexts.ui" line="388"/>
4385
      <source>Text orientation</source>
4386
      <translation>Tekst orientering</translation>
4387
    </message>
4388
    <message>
4389
      <location filename="preferences-drafttexts.ui" line="422"/>
4390
      <source>Text spacing</source>
4391
      <translation>Tekst mellomrom</translation>
4392
    </message>
4393
    <message>
4394
      <location filename="preferences-drafttexts.ui" line="513"/>
4395
      <source>ShapeString settings</source>
4396
      <translation type="unfinished">ShapeString settings</translation>
4397
    </message>
4398
    <message>
4399
      <location filename="preferences-drafttexts.ui" line="521"/>
4400
      <source>Default ShapeString font file</source>
4401
      <translation type="unfinished">Default ShapeString font file</translation>
4402
    </message>
4403
    <message>
4404
      <location filename="preferences-draftvisual.ui" line="367"/>
4405
      <source>Drawing view line definitions</source>
4406
      <translation type="unfinished">Drawing view line definitions</translation>
4407
    </message>
4408
    <message>
4409
      <location filename="preferences-dwg.ui" line="14"/>
4410
      <source>DWG</source>
4411
      <translation>DWG</translation>
4412
    </message>
4413
    <message>
4414
      <location filename="preferences-dwg.ui" line="26"/>
4415
      <source>DWG conversion</source>
4416
      <translation>Konvertering til DWG</translation>
4417
    </message>
4418
    <message>
4419
      <location filename="preferences-dwg.ui" line="56"/>
4420
      <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;Note:&lt;/span&gt; DXF options apply to DWG files as well.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
4421
      <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;Merk:&lt;/span&gt; DXF alternativer gjelder også for DWG-filer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
4422
    </message>
4423
    <message>
4424
      <location filename="preferences-dxf.ui" line="14"/>
4425
      <source>DXF</source>
4426
      <translation>DXF</translation>
4427
    </message>
4428
    <message>
4429
      <location filename="preferences-svg.ui" line="26"/>
4430
      <source>Import options</source>
4431
      <translation type="unfinished">Import options</translation>
4432
    </message>
4433
    <message>
4434
      <location filename="preferences-dxf.ui" line="55"/>
4435
      <source>Use legacy python importer</source>
4436
      <translation type="unfinished">Use legacy python importer</translation>
4437
    </message>
4438
    <message>
4439
      <location filename="preferences-svg.ui" line="107"/>
4440
      <source>Export options</source>
4441
      <translation type="unfinished">Export options</translation>
4442
    </message>
4443
    <message>
4444
      <location filename="preferences-oca.ui" line="14"/>
4445
      <source>OCA</source>
4446
      <translation>OCA</translation>
4447
    </message>
4448
    <message>
4449
      <location filename="preferences-svg.ui" line="14"/>
4450
      <source>SVG</source>
4451
      <translation>SVG</translation>
4452
    </message>
4453
    <message>
4454
      <location filename="preferences-svg.ui" line="86"/>
4455
      <source>Disable units scaling</source>
4456
      <translation>Deaktiver skalering av enheter</translation>
4457
    </message>
4458
    <message>
4459
      <location filename="preferences-dxf.ui" line="591"/>
4460
      <source>Export Drawing Views as blocks</source>
4461
      <translation type="unfinished">Export Drawing Views as blocks</translation>
4462
    </message>
4463
    <message>
4464
      <location filename="preferences-dxf.ui" line="140"/>
4465
      <source>Note: Not all the options below are used by the new importer yet</source>
4466
      <translation type="unfinished">Note: Not all the options below are used by the new importer yet</translation>
4467
    </message>
4468
    <message>
4469
      <location filename="preferences-dxf.ui" line="38"/>
4470
      <source>Show this dialog when importing and exporting</source>
4471
      <translation>Vis denne dialogen ved import og eksport</translation>
4472
    </message>
4473
    <message>
4474
      <location filename="preferences-dxf.ui" line="88"/>
4475
      <source>Automatic update (legacy importer only)</source>
4476
      <translation>Automatisk oppdatering (kun legacy importør)</translation>
4477
    </message>
4478
    <message>
4479
      <location filename="preferences-draft.ui" line="341"/>
4480
      <source>Prefix labels of Clones with:</source>
4481
      <translation type="unfinished">Prefix labels of Clones with:</translation>
4482
    </message>
4483
    <message>
4484
      <location filename="preferences-dxf.ui" line="289"/>
4485
      <source>Scale factor to apply to imported files</source>
4486
      <translation type="unfinished">Scale factor to apply to imported files</translation>
4487
    </message>
4488
    <message>
4489
      <location filename="preferences-svg.ui" line="181"/>
4490
      <source>Max segment length for discretized arcs</source>
4491
      <translation type="unfinished">Max segment length for discretized arcs</translation>
4492
    </message>
4493
    <message>
4494
      <location filename="preferences-drafttexts.ui" line="161"/>
4495
      <source>Number of decimals</source>
4496
      <translation>Antall desimaler</translation>
4497
    </message>
4498
    <message>
4499
      <location filename="preferences-draftsnap.ui" line="197"/>
4500
      <source>Shift</source>
4501
      <translation>Skift</translation>
4502
    </message>
4503
    <message>
4504
      <location filename="preferences-draftsnap.ui" line="202"/>
4505
      <source>Ctrl</source>
4506
      <translation>Ctrl</translation>
4507
    </message>
4508
    <message>
4509
      <location filename="preferences-draftsnap.ui" line="207"/>
4510
      <source>Alt</source>
4511
      <translation>Alt</translation>
4512
    </message>
4513
    <message>
4514
      <location filename="preferences-draftsnap.ui" line="184"/>
4515
      <source>The Alt modifier key</source>
4516
      <translation>Alt endringstasten</translation>
4517
    </message>
4518
    <message>
4519
      <location filename="preferences-draftsnap.ui" line="477"/>
4520
      <source>The number of horizontal or vertical lines of the grid</source>
4521
      <translation>Antall horisontale eller vertikale linjer i rutenettet</translation>
4522
    </message>
4523
    <message>
4524
      <location filename="preferences-draftvisual.ui" line="87"/>
4525
      <source>The default color for snap symbols</source>
4526
      <translation type="unfinished">The default color for snap symbols</translation>
4527
    </message>
4528
    <message>
4529
      <location filename="preferences-draftvisual.ui" line="111"/>
4530
      <source>Check this if you want to use the color/linewidth from the toolbar as default</source>
4531
      <translation type="unfinished">Check this if you want to use the color/linewidth from the toolbar as default</translation>
4532
    </message>
4533
    <message>
4534
      <location filename="preferences-draftvisual.ui" line="131"/>
4535
      <source>If checked, a widget indicating the current working plane orientation appears during drawing operations</source>
4536
      <translation type="unfinished">If checked, a widget indicating the current working plane orientation appears during drawing operations</translation>
4537
    </message>
4538
    <message>
4539
      <location filename="preferences-draftvisual.ui" line="481"/>
4540
      <source>An SVG linestyle definition</source>
4541
      <translation type="unfinished">An SVG linestyle definition</translation>
4542
    </message>
4543
    <message>
4544
      <location filename="preferences-drafttexts.ui" line="201"/>
4545
      <source>Extension lines size</source>
4546
      <translation type="unfinished">Extension lines size</translation>
4547
    </message>
4548
    <message>
4549
      <location filename="preferences-drafttexts.ui" line="237"/>
4550
      <source>Extension line overshoot</source>
4551
      <translation type="unfinished">Extension line overshoot</translation>
4552
    </message>
4553
    <message>
4554
      <location filename="preferences-drafttexts.ui" line="244"/>
4555
      <source>The default length of extension line above dimension line</source>
4556
      <translation type="unfinished">The default length of extension line above dimension line</translation>
4557
    </message>
4558
    <message>
4559
      <location filename="preferences-drafttexts.ui" line="273"/>
4560
      <source>Dimension line overshoot</source>
4561
      <translation type="unfinished">Dimension line overshoot</translation>
4562
    </message>
4563
    <message>
4564
      <location filename="preferences-drafttexts.ui" line="280"/>
4565
      <source>The default distance the dimension line is extended past extension lines</source>
4566
      <translation type="unfinished">The default distance the dimension line is extended past extension lines</translation>
4567
    </message>
4568
    <message>
4569
      <location filename="preferences-drafttexts.ui" line="338"/>
4570
      <source>Tick</source>
4571
      <translation>Avmerking</translation>
4572
    </message>
4573
    <message>
4574
      <location filename="preferences-drafttexts.ui" line="343"/>
4575
      <source>Tick-2</source>
4576
      <translation type="unfinished">Tick-2</translation>
4577
    </message>
4578
    <message>
4579
      <location filename="preferences-draftvisual.ui" line="326"/>
4580
      <source>Check this if you want to preserve colors of faces while doing downgrade and upgrade (splitFaces and makeShell only)</source>
4581
      <translation type="unfinished">Check this if you want to preserve colors of faces while doing downgrade and upgrade (splitFaces and makeShell only)</translation>
4582
    </message>
4583
    <message>
4584
      <location filename="preferences-draftvisual.ui" line="329"/>
4585
      <source>Preserve colors of faces during downgrade/upgrade</source>
4586
      <translation>Bevar farger av overflater under nedgradering/oppgradering</translation>
4587
    </message>
4588
    <message>
4589
      <location filename="preferences-draftvisual.ui" line="346"/>
4590
      <source>Check this if you want the face names to derive from the originating object name and vice versa while doing downgrade/upgrade (splitFaces and makeShell only)</source>
4591
      <translation type="unfinished">Check this if you want the face names to derive from the originating object name and vice versa while doing downgrade/upgrade (splitFaces and makeShell only)</translation>
4592
    </message>
4593
    <message>
4594
      <location filename="preferences-draftvisual.ui" line="349"/>
4595
      <source>Preserve names of faces during downgrade/upgrade</source>
4596
      <translation type="unfinished">Preserve names of faces during downgrade/upgrade</translation>
4597
    </message>
4598
    <message>
4599
      <location filename="preferences-dwg.ui" line="41"/>
4600
      <source>The path to your ODA (formerly Teigha) File Converter executable</source>
4601
      <translation type="unfinished">The path to your ODA (formerly Teigha) File Converter executable</translation>
4602
    </message>
4603
    <message>
4604
      <location filename="preferences-dxf.ui" line="486"/>
4605
      <source>Ellipse export is poorly supported. Use this to export them as polylines instead.</source>
4606
      <translation type="unfinished">Ellipse export is poorly supported. Use this to export them as polylines instead.</translation>
4607
    </message>
4608
    <message>
4609
      <location filename="preferences-dxf.ui" line="518"/>
4610
      <source>Max Spline Segment:</source>
4611
      <translation type="unfinished">Max Spline Segment:</translation>
4612
    </message>
4613
    <message>
4614
      <location filename="preferences-draft.ui" line="120"/>
4615
      <source>The number of decimals in internal coordinates operations (for ex. 3 = 0.001). Values between 6 and 8 are usually considered the best trade-off among FreeCAD users.</source>
4616
      <translation type="unfinished">The number of decimals in internal coordinates operations (for ex. 3 = 0.001). Values between 6 and 8 are usually considered the best trade-off among FreeCAD users.</translation>
4617
    </message>
4618
    <message>
4619
      <location filename="preferences-draft.ui" line="169"/>
4620
      <source>This is the value used by functions that use a tolerance.
4621
Values with differences below this value will be treated as same. This value will be obsoleted soon so the precision level above controls both.</source>
4622
      <translation>Dette er verdien som brukes av funksjoner som bruker en toleranse.
4623
Verdier som har differanser under denne verdien vil bli behandlet likt. Denne verdien vil bli foreldet snart slik at presisjonsnivået over kontrollerer begge deler.</translation>
4624
    </message>
4625
    <message>
4626
      <location filename="preferences-dxf.ui" line="75"/>
4627
      <source>Use legacy python exporter</source>
4628
      <translation type="unfinished">Use legacy python exporter</translation>
4629
    </message>
4630
    <message>
4631
      <location filename="preferences-draft.ui" line="247"/>
4632
      <source>If this option is set, when creating Draft objects on top of an existing face of another object, the "Support" property of the Draft object will be set to the base object. This was the standard behaviour before FreeCAD 0.19</source>
4633
      <translation type="unfinished">If this option is set, when creating Draft objects on top of an existing face of another object, the "Support" property of the Draft object will be set to the base object. This was the standard behaviour before FreeCAD 0.19</translation>
4634
    </message>
4635
    <message>
4636
      <location filename="preferences-draft.ui" line="372"/>
4637
      <source>Construction Geometry</source>
4638
      <translation type="unfinished">Construction Geometry</translation>
4639
    </message>
4640
    <message>
4641
      <location filename="preferences-draftinterface.ui" line="26"/>
4642
      <source>In-Command Shortcuts</source>
4643
      <translation type="unfinished">In-Command Shortcuts</translation>
4644
    </message>
4645
    <message>
4646
      <location filename="preferences-draftinterface.ui" line="118"/>
4647
      <source>Relative</source>
4648
      <translation>Relativ</translation>
4649
    </message>
4650
    <message>
4651
      <location filename="preferences-draftinterface.ui" line="140"/>
4652
      <source>R</source>
4653
      <translation>R</translation>
4654
    </message>
4655
    <message>
4656
      <location filename="preferences-draftinterface.ui" line="236"/>
4657
      <source>Continue</source>
4658
      <translation>Fortsett</translation>
4659
    </message>
4660
    <message>
4661
      <location filename="preferences-draftinterface.ui" line="214"/>
4662
      <source>T</source>
4663
      <translation>T</translation>
4664
    </message>
4665
    <message>
4666
      <location filename="preferences-draftinterface.ui" line="111"/>
4667
      <source>Close</source>
4668
      <translation>Lukk</translation>
4669
    </message>
4670
    <message>
4671
      <location filename="preferences-draftinterface.ui" line="177"/>
4672
      <source>O</source>
4673
      <translation>O</translation>
4674
    </message>
4675
    <message>
4676
      <location filename="preferences-draftinterface.ui" line="243"/>
4677
      <source>Copy</source>
4678
      <translation>Kopier</translation>
4679
    </message>
4680
    <message>
4681
      <location filename="preferences-draftinterface.ui" line="469"/>
4682
      <source>P</source>
4683
      <translation>P</translation>
4684
    </message>
4685
    <message>
4686
      <location filename="preferences-draftinterface.ui" line="498"/>
4687
      <source>Subelement Mode</source>
4688
      <translation type="unfinished">Subelement Mode</translation>
4689
    </message>
4690
    <message>
4691
      <location filename="preferences-draftinterface.ui" line="381"/>
4692
      <source>D</source>
4693
      <translation>D</translation>
4694
    </message>
4695
    <message>
4696
      <location filename="preferences-draftinterface.ui" line="491"/>
4697
      <source>Fill</source>
4698
      <translation>Fyll</translation>
4699
    </message>
4700
    <message>
4701
      <location filename="preferences-draftinterface.ui" line="425"/>
4702
      <source>L</source>
4703
      <translation>L</translation>
4704
    </message>
4705
    <message>
4706
      <location filename="preferences-draftinterface.ui" line="447"/>
4707
      <source>Exit</source>
4708
      <translation>Avslutt</translation>
4709
    </message>
4710
    <message>
4711
      <location filename="preferences-draftinterface.ui" line="638"/>
4712
      <source>A</source>
4713
      <translation>A</translation>
4714
    </message>
4715
    <message>
4716
      <location filename="preferences-draftinterface.ui" line="579"/>
4717
      <source>Select Edge</source>
4718
      <translation>Velg kant</translation>
4719
    </message>
4720
    <message>
4721
      <location filename="preferences-draftinterface.ui" line="520"/>
4722
      <source>E</source>
4723
      <translation>E</translation>
4724
    </message>
4725
    <message>
4726
      <location filename="preferences-draftinterface.ui" line="403"/>
4727
      <source>Add Hold</source>
4728
      <translation type="unfinished">Add Hold</translation>
4729
    </message>
4730
    <message>
4731
      <location filename="preferences-draftinterface.ui" line="675"/>
4732
      <source>Q</source>
4733
      <translation>Q</translation>
4734
    </message>
4735
    <message>
4736
      <location filename="preferences-draftinterface.ui" line="352"/>
4737
      <source>Length</source>
4738
      <translation>Lengde</translation>
4739
    </message>
4740
    <message>
4741
      <location filename="preferences-draftinterface.ui" line="557"/>
4742
      <source>H</source>
4743
      <translation>H</translation>
4744
    </message>
4745
    <message>
4746
      <location filename="preferences-draftinterface.ui" line="359"/>
4747
      <source>Wipe</source>
4748
      <translation type="unfinished">Wipe</translation>
4749
    </message>
4750
    <message>
4751
      <location filename="preferences-draftinterface.ui" line="601"/>
4752
      <source>W</source>
4753
      <translation>W</translation>
4754
    </message>
4755
    <message>
4756
      <location filename="preferences-draftinterface.ui" line="697"/>
4757
      <source>Set WP</source>
4758
      <translation>Angi gjeldende plan</translation>
4759
    </message>
4760
    <message>
4761
      <location filename="preferences-draftinterface.ui" line="719"/>
4762
      <source>U</source>
4763
      <translation>U</translation>
4764
    </message>
4765
    <message>
4766
      <location filename="preferences-draftinterface.ui" line="257"/>
4767
      <source>Cycle Snap</source>
4768
      <translation type="unfinished">Cycle Snap</translation>
4769
    </message>
4770
    <message>
4771
      <location filename="preferences-draftinterface.ui" line="52"/>
4772
      <source>`</source>
4773
      <translation>`</translation>
4774
    </message>
4775
    <message>
4776
      <location filename="preferences-draftinterface.ui" line="338"/>
4777
      <source>Snap</source>
4778
      <translation type="unfinished">Snap</translation>
4779
    </message>
4780
    <message>
4781
      <location filename="preferences-draftinterface.ui" line="89"/>
4782
      <source>S</source>
4783
      <translation>S</translation>
4784
    </message>
4785
    <message>
4786
      <location filename="preferences-draftinterface.ui" line="250"/>
4787
      <source>Increase Radius</source>
4788
      <translation>Øk radius</translation>
4789
    </message>
4790
    <message>
4791
      <location filename="preferences-draftinterface.ui" line="279"/>
4792
      <source>[</source>
4793
      <translation>[</translation>
4794
    </message>
4795
    <message>
4796
      <location filename="preferences-draftinterface.ui" line="345"/>
4797
      <source>Decrease Radius</source>
4798
      <translation>Reduser radius</translation>
4799
    </message>
4800
    <message>
4801
      <location filename="preferences-draftinterface.ui" line="316"/>
4802
      <source>]</source>
4803
      <translation>]</translation>
4804
    </message>
4805
    <message>
4806
      <location filename="preferences-draftinterface.ui" line="741"/>
4807
      <source>Restrict X</source>
4808
      <translation>Begrens X</translation>
4809
    </message>
4810
    <message>
4811
      <location filename="preferences-draftinterface.ui" line="763"/>
4812
      <source>X</source>
4813
      <translation>X</translation>
4814
    </message>
4815
    <message>
4816
      <location filename="preferences-draftinterface.ui" line="785"/>
4817
      <source>Restrict Y</source>
4818
      <translation>Begrens Y</translation>
4819
    </message>
4820
    <message>
4821
      <location filename="preferences-draftinterface.ui" line="807"/>
4822
      <source>Y</source>
4823
      <translation>Y</translation>
4824
    </message>
4825
    <message>
4826
      <location filename="preferences-draftinterface.ui" line="829"/>
4827
      <source>Restrict Z</source>
4828
      <translation>Begrens Z</translation>
4829
    </message>
4830
    <message>
4831
      <location filename="preferences-draftinterface.ui" line="851"/>
4832
      <source>Z</source>
4833
      <translation>Z</translation>
4834
    </message>
4835
    <message>
4836
      <location filename="preferences-draft.ui" line="194"/>
4837
      <source>If this option is checked, the layers drop-down list will also show groups, allowing you to automatically add objects to groups too.</source>
4838
      <translation type="unfinished">If this option is checked, the layers drop-down list will also show groups, allowing you to automatically add objects to groups too.</translation>
4839
    </message>
4840
    <message>
4841
      <location filename="preferences-draft.ui" line="197"/>
4842
      <source>Show groups in layers list drop-down button</source>
4843
      <translation type="unfinished">Show groups in layers list drop-down button</translation>
4844
    </message>
4845
    <message>
4846
      <location filename="preferences-draft.ui" line="216"/>
4847
      <source>Draft tools options</source>
4848
      <translation type="unfinished">Draft tools options</translation>
4849
    </message>
4850
    <message>
4851
      <location filename="preferences-draft.ui" line="230"/>
4852
      <source>When drawing lines, set focus on Length instead of X coordinate.
4853
This allows to point the direction and type the distance.</source>
4854
      <translation type="unfinished">When drawing lines, set focus on Length instead of X coordinate.
4855
This allows to point the direction and type the distance.</translation>
4856
    </message>
4857
    <message>
4858
      <location filename="preferences-draft.ui" line="234"/>
4859
      <source>Set focus on Length instead of X coordinate</source>
4860
      <translation type="unfinished">Set focus on Length instead of X coordinate</translation>
4861
    </message>
4862
    <message>
4863
      <location filename="preferences-draft.ui" line="250"/>
4864
      <source>Set the Support property when possible</source>
4865
      <translation type="unfinished">Set the Support property when possible</translation>
4866
    </message>
4867
    <message>
4868
      <location filename="preferences-draft.ui" line="263"/>
4869
      <source>If this is checked, objects will appear as filled by default.
4870
Otherwise, they will appear as wireframe</source>
4871
      <translation type="unfinished">If this is checked, objects will appear as filled by default.
4872
Otherwise, they will appear as wireframe</translation>
4873
    </message>
4874
    <message>
4875
      <location filename="preferences-draft.ui" line="283"/>
4876
      <source>Normally, after copying objects, the copies get selected.
4877
If this option is checked, the base objects will be selected instead.</source>
4878
      <translation type="unfinished">Normally, after copying objects, the copies get selected.
4879
If this option is checked, the base objects will be selected instead.</translation>
4880
    </message>
4881
    <message>
4882
      <location filename="preferences-draft.ui" line="300"/>
4883
      <source>If this is checked, copy mode will be kept across command,
4884
otherwise commands will always start in no-copy mode</source>
4885
      <translation type="unfinished">If this is checked, copy mode will be kept across command,
4886
otherwise commands will always start in no-copy mode</translation>
4887
    </message>
4888
    <message>
4889
      <location filename="preferences-draft.ui" line="320"/>
4890
      <source>Force Draft Tools to create Part primitives instead of Draft objects.
4891
Note that this is not fully supported, and many object will be not editable with Draft Modifiers.</source>
4892
      <translation type="unfinished">Force Draft Tools to create Part primitives instead of Draft objects.
4893
Note that this is not fully supported, and many object will be not editable with Draft Modifiers.</translation>
4894
    </message>
4895
    <message>
4896
      <location filename="preferences-draftinterface.ui" line="14"/>
4897
      <source>User interface settings</source>
4898
      <translation>Innstillinger for brukergrensesnitt</translation>
4899
    </message>
4900
    <message>
4901
      <location filename="preferences-draftinterface.ui" line="928"/>
4902
      <source>Enable draft statusbar customization</source>
4903
      <translation>Aktiver utkast statuslinje tilpasninger</translation>
4904
    </message>
4905
    <message>
4906
      <location filename="preferences-draftinterface.ui" line="931"/>
4907
      <source>Draft Statusbar</source>
4908
      <translation>Utkast Statuslinje</translation>
4909
    </message>
4910
    <message>
4911
      <location filename="preferences-draftinterface.ui" line="951"/>
4912
      <source>Enable snap statusbar widget</source>
4913
      <translation type="unfinished">Enable snap statusbar widget</translation>
4914
    </message>
4915
    <message>
4916
      <location filename="preferences-draftinterface.ui" line="954"/>
4917
      <source>Draft snap widget</source>
4918
      <translation type="unfinished">Draft snap widget</translation>
4919
    </message>
4920
    <message>
4921
      <location filename="preferences-draftinterface.ui" line="970"/>
4922
      <source>Enable draft statusbar annotation scale widget</source>
4923
      <translation type="unfinished">Enable draft statusbar annotation scale widget</translation>
4924
    </message>
4925
    <message>
4926
      <location filename="preferences-draftinterface.ui" line="973"/>
4927
      <source>Annotation scale widget</source>
4928
      <translation type="unfinished">Annotation scale widget</translation>
4929
    </message>
4930
    <message>
4931
      <location filename="preferences-draftsnap.ui" line="567"/>
4932
      <source>Draft Edit preferences</source>
4933
      <translation>Utkast Redigering instillinger</translation>
4934
    </message>
4935
    <message>
4936
      <location filename="preferences-draftsnap.ui" line="570"/>
4937
      <source>Edit</source>
4938
      <translation>Rediger</translation>
4939
    </message>
4940
    <message>
4941
      <location filename="preferences-draftsnap.ui" line="584"/>
4942
      <source>Maximum number of contemporary edited objects</source>
4943
      <translation type="unfinished">Maximum number of contemporary edited objects</translation>
4944
    </message>
4945
    <message>
4946
      <location filename="preferences-draftsnap.ui" line="607"/>
4947
      <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Sets the maximum number of objects Draft Edit&lt;/p&gt;&lt;p&gt;can process at the same time&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
4948
      <translation type="unfinished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Sets the maximum number of objects Draft Edit&lt;/p&gt;&lt;p&gt;can process at the same time&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
4949
    </message>
4950
    <message>
4951
      <location filename="preferences-draftsnap.ui" line="645"/>
4952
      <source>Draft edit pick radius</source>
4953
      <translation>Utkast til redigeringsradius</translation>
4954
    </message>
4955
    <message>
4956
      <location filename="preferences-draftsnap.ui" line="668"/>
4957
      <source>Controls pick radius of edit nodes</source>
4958
      <translation type="unfinished">Controls pick radius of edit nodes</translation>
4959
    </message>
4960
    <message>
4961
      <location filename="preferences-dwg.ui" line="34"/>
4962
      <source>Path to ODA file converter</source>
4963
      <translation type="unfinished">Path to ODA file converter</translation>
4964
    </message>
4965
    <message>
4966
      <location filename="preferences-dxf.ui" line="35"/>
4967
      <source>This preferences dialog will be shown when importing/ exporting DXF files</source>
4968
      <translation type="unfinished">This preferences dialog will be shown when importing/ exporting DXF files</translation>
4969
    </message>
4970
    <message>
4971
      <location filename="preferences-dxf.ui" line="51"/>
4972
      <source>Python importer is used, otherwise the newer C++ is used.
4973
Note: C++ importer is faster, but is not as featureful yet</source>
4974
      <translation type="unfinished">Python importer is used, otherwise the newer C++ is used.
4975
Note: C++ importer is faster, but is not as featureful yet</translation>
4976
    </message>
4977
    <message>
4978
      <location filename="preferences-dxf.ui" line="96"/>
4979
      <source>Allow FreeCAD to download the Python converter for DXF import and export.
4980
You can also do this manually by installing the "dxf_library" workbench
4981
from the Addon Manager.</source>
4982
      <translation type="unfinished">Allow FreeCAD to download the Python converter for DXF import and export.
4983
You can also do this manually by installing the "dxf_library" workbench
4984
from the Addon Manager.</translation>
4985
    </message>
4986
    <message>
4987
      <location filename="preferences-dxf.ui" line="156"/>
4988
      <source>If unchecked, texts and mtexts won't be imported</source>
4989
      <translation>Hvis umerket, tekster og mtekster importeres ikke</translation>
4990
    </message>
4991
    <message>
4992
      <location filename="preferences-dxf.ui" line="172"/>
4993
      <source>If unchecked, points won't be imported</source>
4994
      <translation>Hvis umerket, vil ikke punkter importeres</translation>
4995
    </message>
4996
    <message>
4997
      <location filename="preferences-dxf.ui" line="188"/>
4998
      <source>If checked, paper space objects will be imported too</source>
4999
      <translation type="unfinished">If checked, paper space objects will be imported too</translation>
5000
    </message>
5001
    <message>
5002
      <location filename="preferences-dxf.ui" line="204"/>
5003
      <source>If you want the non-named blocks (beginning with a *) to be imported too</source>
5004
      <translation type="unfinished">If you want the non-named blocks (beginning with a *) to be imported too</translation>
5005
    </message>
5006
    <message>
5007
      <location filename="preferences-dxf.ui" line="231"/>
5008
      <source>Only standard Part objects will be created (fastest)</source>
5009
      <translation type="unfinished">Only standard Part objects will be created (fastest)</translation>
5010
    </message>
5011
    <message>
5012
      <location filename="preferences-dxf.ui" line="250"/>
5013
      <source>Parametric Draft objects will be created whenever possible</source>
5014
      <translation type="unfinished">Parametric Draft objects will be created whenever possible</translation>
5015
    </message>
5016
    <message>
5017
      <location filename="preferences-dxf.ui" line="266"/>
5018
      <source>Sketches will be created whenever possible</source>
5019
      <translation type="unfinished">Sketches will be created whenever possible</translation>
5020
    </message>
5021
    <message>
5022
      <location filename="preferences-dxf.ui" line="309"/>
5023
      <source>Scale factor to apply to DXF files on import.
5024
The factor is the conversion between the unit of your DXF file and millimeters.
5025
Example: for files in millimeters: 1, in centimeters: 10,
5026
                             in meters: 1000, in inches: 25.4, in feet: 304.8</source>
5027
      <translation type="unfinished">Scale factor to apply to DXF files on import.
5028
The factor is the conversion between the unit of your DXF file and millimeters.
5029
Example: for files in millimeters: 1, in centimeters: 10,
5030
                             in meters: 1000, in inches: 25.4, in feet: 304.8</translation>
5031
    </message>
5032
    <message>
5033
      <location filename="preferences-dxf.ui" line="338"/>
5034
      <source>Colors will be retrieved from the DXF objects whenever possible.
5035
Otherwise default colors will be applied. </source>
5036
      <translation type="unfinished">Colors will be retrieved from the DXF objects whenever possible.
5037
Otherwise default colors will be applied. </translation>
5038
    </message>
5039
    <message>
5040
      <location filename="preferences-dxf.ui" line="359"/>
5041
      <source>FreeCAD will try to join coincident objects into wires.
5042
Note that this can take a while!</source>
5043
      <translation type="unfinished">FreeCAD will try to join coincident objects into wires.
5044
Note that this can take a while!</translation>
5045
    </message>
5046
    <message>
5047
      <location filename="preferences-dxf.ui" line="380"/>
5048
      <source>Objects from the same layers will be joined into Draft Blocks,
5049
turning the display faster, but making them less easily editable </source>
5050
      <translation type="unfinished">Objects from the same layers will be joined into Draft Blocks,
5051
turning the display faster, but making them less easily editable </translation>
5052
    </message>
5053
    <message>
5054
      <location filename="preferences-dxf.ui" line="401"/>
5055
      <source>Imported texts will get the standard Draft Text size,
5056
instead of the size they have in the DXF document</source>
5057
      <translation type="unfinished">Imported texts will get the standard Draft Text size,
5058
instead of the size they have in the DXF document</translation>
5059
    </message>
5060
    <message>
5061
      <location filename="preferences-dxf.ui" line="422"/>
5062
      <source>If this is checked, DXF layers will be imported as Draft Layers</source>
5063
      <translation type="unfinished">If this is checked, DXF layers will be imported as Draft Layers</translation>
5064
    </message>
5065
    <message>
5066
      <location filename="preferences-dxf.ui" line="425"/>
5067
      <source>Use Layers</source>
5068
      <translation>Bruk lag</translation>
5069
    </message>
5070
    <message>
5071
      <location filename="preferences-dxf.ui" line="445"/>
5072
      <source>Hatches will be converted into simple wires</source>
5073
      <translation type="unfinished">Hatches will be converted into simple wires</translation>
5074
    </message>
5075
    <message>
5076
      <location filename="preferences-dxf.ui" line="465"/>
5077
      <source>If polylines have a width defined, they will be rendered
5078
as closed wires with correct width</source>
5079
      <translation type="unfinished">If polylines have a width defined, they will be rendered
5080
as closed wires with correct width</translation>
5081
    </message>
5082
    <message>
5083
      <location filename="preferences-dxf.ui" line="528"/>
5084
      <source>Maximum length of each of the polyline segments.
5085
If it is set to '0' the whole spline is treated as a straight segment.</source>
5086
      <translation type="unfinished">Maximum length of each of the polyline segments.
5087
If it is set to '0' the whole spline is treated as a straight segment.</translation>
5088
    </message>
5089
    <message>
5090
      <location filename="preferences-dxf.ui" line="567"/>
5091
      <source>All objects containing faces will be exported as 3D polyfaces</source>
5092
      <translation type="unfinished">All objects containing faces will be exported as 3D polyfaces</translation>
5093
    </message>
5094
    <message>
5095
      <location filename="preferences-dxf.ui" line="587"/>
5096
      <source>Drawing Views will be exported as blocks.
5097
This might fail for post DXF R12 templates.</source>
5098
      <translation type="unfinished">Drawing Views will be exported as blocks.
5099
This might fail for post DXF R12 templates.</translation>
5100
    </message>
5101
    <message>
5102
      <location filename="preferences-dxf.ui" line="611"/>
5103
      <source>Exported objects will be projected to reflect the current view direction</source>
5104
      <translation type="unfinished">Exported objects will be projected to reflect the current view direction</translation>
5105
    </message>
5106
    <message>
5107
      <location filename="preferences-svg.ui" line="47"/>
5108
      <source>Method chosen for importing SVG object color to FreeCAD</source>
5109
      <translation type="unfinished">Method chosen for importing SVG object color to FreeCAD</translation>
5110
    </message>
5111
    <message>
5112
      <location filename="preferences-svg.ui" line="82"/>
5113
      <source>If checked, no units conversion will occur.
5114
One unit in the SVG file will translate as one millimeter. </source>
5115
      <translation type="unfinished">If checked, no units conversion will occur.
5116
One unit in the SVG file will translate as one millimeter. </translation>
5117
    </message>
5118
    <message>
5119
      <location filename="preferences-svg.ui" line="128"/>
5120
      <source>Style of SVG file to write when exporting a sketch</source>
5121
      <translation type="unfinished">Style of SVG file to write when exporting a sketch</translation>
5122
    </message>
5123
    <message>
5124
      <location filename="preferences-svg.ui" line="158"/>
5125
      <source>All white lines will appear in black in the SVG for better readability against white backgrounds</source>
5126
      <translation type="unfinished">All white lines will appear in black in the SVG for better readability against white backgrounds</translation>
5127
    </message>
5128
    <message>
5129
      <location filename="preferences-svg.ui" line="204"/>
5130
      <source>Versions of Open CASCADE older than version 6.8 don't support arc projection.
5131
In this case arcs will be discretized into small line segments.
5132
This value is the maximum segment length. </source>
5133
      <translation type="unfinished">Versions of Open CASCADE older than version 6.8 don't support arc projection.
5134
In this case arcs will be discretized into small line segments.
5135
This value is the maximum segment length. </translation>
5136
    </message>
5137
    <message>
5138
      <location filename="preferences-draftsnap.ui" line="310"/>
5139
      <source>If checked, an additional border is displayed around the grid, showing the main square size in the bottom left border</source>
5140
      <translation type="unfinished">If checked, an additional border is displayed around the grid, showing the main square size in the bottom left border</translation>
5141
    </message>
5142
    <message>
5143
      <location filename="preferences-draftsnap.ui" line="313"/>
5144
      <source>Show grid border</source>
5145
      <translation type="unfinished">Show grid border</translation>
5146
    </message>
5147
    <message>
5148
      <location filename="preferences-drafttexts.ui" line="475"/>
5149
      <source>Override unit</source>
5150
      <translation type="unfinished">Override unit</translation>
5151
    </message>
5152
    <message>
5153
      <location filename="preferences-drafttexts.ui" line="495"/>
5154
      <source>By leaving this field blank, the dimension measurements will be shown in the current unit defined in FreeCAD. By indicating a unit here such as m or cm, you can force new dimensions to be shown in that unit.</source>
5155
      <translation type="unfinished">By leaving this field blank, the dimension measurements will be shown in the current unit defined in FreeCAD. By indicating a unit here such as m or cm, you can force new dimensions to be shown in that unit.</translation>
5156
    </message>
5157
    <message>
5158
      <location filename="preferences-draftvisual.ui" line="257"/>
5159
      <source>The resolution to draw the patterns in. Default value is 128. Higher values give better resolutions, lower values make drawing faster</source>
5160
      <translation type="unfinished">The resolution to draw the patterns in. Default value is 128. Higher values give better resolutions, lower values make drawing faster</translation>
5161
    </message>
5162
    <message>
5163
      <location filename="preferences-draftvisual.ui" line="280"/>
5164
      <source>Hatch Pattern default size</source>
5165
      <translation type="unfinished">Hatch Pattern default size</translation>
5166
    </message>
5167
    <message>
5168
      <location filename="preferences-draftvisual.ui" line="300"/>
5169
      <source>The default size of hatch patterns</source>
5170
      <translation type="unfinished">The default size of hatch patterns</translation>
5171
    </message>
5172
    <message>
5173
      <location filename="preferences-draftsnap.ui" line="329"/>
5174
      <source>If set, the grid will have its two main axes colored in red, green or blue when they match global axes</source>
5175
      <translation type="unfinished">If set, the grid will have its two main axes colored in red, green or blue when they match global axes</translation>
5176
    </message>
5177
    <message>
5178
      <location filename="preferences-draftsnap.ui" line="332"/>
5179
      <source>Use colored axes</source>
5180
      <translation type="unfinished">Use colored axes</translation>
5181
    </message>
5182
    <message>
5183
      <location filename="preferences-draftsnap.ui" line="506"/>
5184
      <source>Grid color and transparency</source>
5185
      <translation type="unfinished">Grid color and transparency</translation>
5186
    </message>
5187
    <message>
5188
      <location filename="preferences-draftsnap.ui" line="526"/>
5189
      <source>The color of the grid</source>
5190
      <translation type="unfinished">The color of the grid</translation>
5191
    </message>
5192
    <message>
5193
      <location filename="preferences-draftsnap.ui" line="546"/>
5194
      <source>The overall transparency of the grid</source>
5195
      <translation type="unfinished">The overall transparency of the grid</translation>
5196
    </message>
5197
    <message>
5198
      <location filename="preferences-draftinterface.ui" line="873"/>
5199
      <source>Global</source>
5200
      <translation>Global</translation>
5201
    </message>
5202
    <message>
5203
      <location filename="preferences-draftinterface.ui" line="895"/>
5204
      <source>G</source>
5205
      <translation type="unfinished">G</translation>
5206
    </message>
5207
    <message>
5208
      <location filename="preferences-dxf.ui" line="71"/>
5209
      <source>Python exporter is used, otherwise the newer C++ is used.
5210
Note: C++ exporter is faster, but is not as featureful yet</source>
5211
      <translation type="unfinished">Python exporter is used, otherwise the newer C++ is used.
5212
Note: C++ exporter is faster, but is not as featureful yet</translation>
5213
    </message>
5214
  </context>
5215
  <context>
5216
    <name>ImportDWG</name>
5217
    <message>
5218
      <location filename="importDWG.py" line="233"/>
5219
      <source>Conversion successful</source>
5220
      <translation type="unfinished">Conversion successful</translation>
5221
    </message>
5222
    <message>
5223
      <location filename="importDWG.py" line="277"/>
5224
      <source>Converting:</source>
5225
      <translation type="unfinished">Converting:</translation>
5226
    </message>
5227
  </context>
5228
  <context>
5229
    <name>ImportSVG</name>
5230
    <message>
5231
      <location filename="importSVG.py" line="1809"/>
5232
      <source>Unknown SVG export style, switching to Translated</source>
5233
      <translation>Ukjent SVG eksportstil, bytte til oversatt</translation>
5234
    </message>
5235
    <message>
5236
      <location filename="importSVG.py" line="1829"/>
5237
      <source>The export list contains no object with a valid bounding box</source>
5238
      <translation type="unfinished">The export list contains no object with a valid bounding box</translation>
5239
    </message>
5240
  </context>
5241
  <context>
5242
    <name>Workbench</name>
5243
    <message>
5244
      <location filename="gui_snapper.py" line="1476"/>
5245
      <source>Draft Snap</source>
5246
      <translation type="unfinished">Draft Snap</translation>
5247
    </message>
5248
  </context>
5249
  <context>
5250
    <name>draft</name>
5251
    <message>
5252
      <location filename="DraftGui.py" line="330"/>
5253
      <source>Draft Command Bar</source>
5254
      <translation>Utkast kommandolinje</translation>
5255
    </message>
5256
    <message>
5257
      <location filename="DraftGui.py" line="832"/>
5258
      <source>Toggle construction mode</source>
5259
      <translation>Veksle byggemodus</translation>
5260
    </message>
5261
    <message>
5262
      <location filename="DraftGui.py" line="2054"/>
5263
      <source>Autogroup off</source>
5264
      <translation type="unfinished">Autogroup off</translation>
5265
    </message>
5266
    <message>
5267
      <location filename="DraftGui.py" line="722"/>
5268
      <source>active command:</source>
5269
      <translation>aktiv kommando:</translation>
5270
    </message>
5271
    <message>
5272
      <location filename="gui_groups.py" line="275"/>
5273
      <source>None</source>
5274
      <translation>Ingen</translation>
5275
    </message>
5276
    <message>
5277
      <location filename="DraftGui.py" line="724"/>
5278
      <source>Active Draft command</source>
5279
      <translation>Aktiv kommando</translation>
5280
    </message>
5281
    <message>
5282
      <location filename="DraftGui.py" line="725"/>
5283
      <source>X coordinate of next point</source>
5284
      <translation>X koordinat for neste punkt</translation>
5285
    </message>
5286
    <message>
5287
      <location filename="DraftGui.py" line="1056"/>
5288
      <source>X</source>
5289
      <translation>X</translation>
5290
    </message>
5291
    <message>
5292
      <location filename="DraftGui.py" line="727"/>
5293
      <source>Y</source>
5294
      <translation>Y</translation>
5295
    </message>
5296
    <message>
5297
      <location filename="DraftGui.py" line="728"/>
5298
      <source>Z</source>
5299
      <translation>Z</translation>
5300
    </message>
5301
    <message>
5302
      <location filename="DraftGui.py" line="729"/>
5303
      <source>Y coordinate of next point</source>
5304
      <translation>Y koordinat for neste punkt</translation>
5305
    </message>
5306
    <message>
5307
      <location filename="DraftGui.py" line="730"/>
5308
      <source>Z coordinate of next point</source>
5309
      <translation>Z koordinat for neste punkt</translation>
5310
    </message>
5311
    <message>
5312
      <location filename="DraftGui.py" line="731"/>
5313
      <source>Enter point</source>
5314
      <translation>Legg til punkt</translation>
5315
    </message>
5316
    <message>
5317
      <location filename="DraftGui.py" line="733"/>
5318
      <source>Enter a new point with the given coordinates</source>
5319
      <translation>Angi et nytt punkt med gitte koordinater</translation>
5320
    </message>
5321
    <message>
5322
      <location filename="DraftGui.py" line="734"/>
5323
      <source>Length</source>
5324
      <translation>Lengde</translation>
5325
    </message>
5326
    <message>
5327
      <location filename="gui_trimex.py" line="217"/>
5328
      <source>Angle</source>
5329
      <translation>Vinkel</translation>
5330
    </message>
5331
    <message>
5332
      <location filename="DraftGui.py" line="736"/>
5333
      <source>Length of current segment</source>
5334
      <translation>Lengde på valgte segment</translation>
5335
    </message>
5336
    <message>
5337
      <location filename="DraftGui.py" line="737"/>
5338
      <source>Angle of current segment</source>
5339
      <translation>Vinkel på valgte segment</translation>
5340
    </message>
5341
    <message>
5342
      <location filename="DraftGui.py" line="1105"/>
5343
      <source>Radius</source>
5344
      <translation>Radius</translation>
5345
    </message>
5346
    <message>
5347
      <location filename="DraftGui.py" line="1106"/>
5348
      <source>Radius of Circle</source>
5349
      <translation>Sirkelradius</translation>
5350
    </message>
5351
    <message>
5352
      <location filename="DraftGui.py" line="766"/>
5353
      <source>If checked, command will not finish until you press the command button again</source>
5354
      <translation>Hvis denne er merket vil kommandoen ikke bli fullført før du trykker kommandoknappen igjen</translation>
5355
    </message>
5356
    <message>
5357
      <location filename="DraftGui.py" line="772"/>
5358
      <source>&amp;OCC-style offset</source>
5359
      <translation>&amp;OCC-stil forskyvning</translation>
5360
    </message>
5361
    <message>
5362
      <location filename="DraftGui.py" line="792"/>
5363
      <source>Sides</source>
5364
      <translation>Sider</translation>
5365
    </message>
5366
    <message>
5367
      <location filename="DraftGui.py" line="793"/>
5368
      <source>Number of sides</source>
5369
      <translation>Antall sider</translation>
5370
    </message>
5371
    <message>
5372
      <location filename="gui_offset.py" line="324"/>
5373
      <source>Offset</source>
5374
      <translation>Avsetting</translation>
5375
    </message>
5376
    <message>
5377
      <location filename="DraftGui.py" line="659"/>
5378
      <source>Auto</source>
5379
      <translation>Automatisk</translation>
5380
    </message>
5381
    <message>
5382
      <location filename="DraftGui.py" line="799"/>
5383
      <source>Text string to draw</source>
5384
      <translation>Tekststreng som skal tegnes</translation>
5385
    </message>
5386
    <message>
5387
      <location filename="DraftGui.py" line="800"/>
5388
      <source>String</source>
5389
      <translation>Streng</translation>
5390
    </message>
5391
    <message>
5392
      <location filename="DraftGui.py" line="801"/>
5393
      <source>Height of text</source>
5394
      <translation>Høyde på tekst</translation>
5395
    </message>
5396
    <message>
5397
      <location filename="DraftGui.py" line="802"/>
5398
      <source>Height</source>
5399
      <translation>Høyde</translation>
5400
    </message>
5401
    <message>
5402
      <location filename="DraftGui.py" line="803"/>
5403
      <source>Intercharacter spacing</source>
5404
      <translation type="unfinished">Intercharacter spacing</translation>
5405
    </message>
5406
    <message>
5407
      <location filename="DraftGui.py" line="804"/>
5408
      <source>Tracking</source>
5409
      <translation>Sporing</translation>
5410
    </message>
5411
    <message>
5412
      <location filename="DraftGui.py" line="805"/>
5413
      <source>Full path to font file:</source>
5414
      <translation>Fullstendig bane til skriftfil:</translation>
5415
    </message>
5416
    <message>
5417
      <location filename="DraftGui.py" line="806"/>
5418
      <source>Open a FileChooser for font file</source>
5419
      <translation type="unfinished">Open a FileChooser for font file</translation>
5420
    </message>
5421
    <message>
5422
      <location filename="DraftGui.py" line="944"/>
5423
      <source>Line</source>
5424
      <translation>Linje</translation>
5425
    </message>
5426
    <message>
5427
      <location filename="DraftGui.py" line="953"/>
5428
      <source>DWire</source>
5429
      <translation type="unfinished">DWire</translation>
5430
    </message>
5431
    <message>
5432
      <location filename="DraftGui.py" line="971"/>
5433
      <source>Circle</source>
5434
      <translation>Sirkel</translation>
5435
    </message>
5436
    <message>
5437
      <location filename="DraftGui.py" line="980"/>
5438
      <source>Arc</source>
5439
      <translation>Bue</translation>
5440
    </message>
5441
    <message>
5442
      <location filename="DraftGui.py" line="987"/>
5443
      <source>Point</source>
5444
      <translation>Punkt</translation>
5445
    </message>
5446
    <message>
5447
      <location filename="DraftGui.py" line="1015"/>
5448
      <source>Label</source>
5449
      <translation type="unfinished">Label</translation>
5450
    </message>
5451
    <message>
5452
      <location filename="gui_trimex.py" line="212"/>
5453
      <source>Distance</source>
5454
      <translation>Avstand</translation>
5455
    </message>
5456
    <message>
5457
      <location filename="DraftGui.py" line="1192"/>
5458
      <source>Pick Object</source>
5459
      <translation>Velg objekt</translation>
5460
    </message>
5461
    <message>
5462
      <location filename="DraftGui.py" line="1198"/>
5463
      <source>Edit</source>
5464
      <translation>Rediger</translation>
5465
    </message>
5466
    <message>
5467
      <location filename="DraftGui.py" line="1261"/>
5468
      <source>Global X</source>
5469
      <translation>Global X</translation>
5470
    </message>
5471
    <message>
5472
      <location filename="DraftGui.py" line="1262"/>
5473
      <source>Global Y</source>
5474
      <translation>Globalt Y</translation>
5475
    </message>
5476
    <message>
5477
      <location filename="DraftGui.py" line="1263"/>
5478
      <source>Global Z</source>
5479
      <translation>Global Z</translation>
5480
    </message>
5481
    <message>
5482
      <location filename="DraftGui.py" line="1253"/>
5483
      <source>Local X</source>
5484
      <translation>Lokal X</translation>
5485
    </message>
5486
    <message>
5487
      <location filename="DraftGui.py" line="1254"/>
5488
      <source>Local Y</source>
5489
      <translation>Lokal Y</translation>
5490
    </message>
5491
    <message>
5492
      <location filename="DraftGui.py" line="1255"/>
5493
      <source>Local Z</source>
5494
      <translation>Lokal Z</translation>
5495
    </message>
5496
    <message>
5497
      <location filename="DraftGui.py" line="1496"/>
5498
      <source>Invalid Size value. Using 200.0.</source>
5499
      <translation>Ugyldig størrelse verdi. Bruker 200.0.</translation>
5500
    </message>
5501
    <message>
5502
      <location filename="DraftGui.py" line="1504"/>
5503
      <source>Invalid Tracking value. Using 0.</source>
5504
      <translation>Ugyldig sporingsverdi. Bruker 0.</translation>
5505
    </message>
5506
    <message>
5507
      <location filename="DraftGui.py" line="1518"/>
5508
      <source>Please enter a text string.</source>
5509
      <translation>Vennligst skriv inn en tekststreng.</translation>
5510
    </message>
5511
    <message>
5512
      <location filename="DraftGui.py" line="1527"/>
5513
      <source>Select a Font file</source>
5514
      <translation>Velg en skriftfil</translation>
5515
    </message>
5516
    <message>
5517
      <location filename="DraftGui.py" line="1560"/>
5518
      <source>Please enter a font file.</source>
5519
      <translation>Vennligst angi en skriftfil.</translation>
5520
    </message>
5521
    <message>
5522
      <location filename="DraftGui.py" line="2374"/>
5523
      <source>Faces</source>
5524
      <translation>Flater</translation>
5525
    </message>
5526
    <message>
5527
      <location filename="DraftGui.py" line="2375"/>
5528
      <source>Remove</source>
5529
      <translation>Fjern</translation>
5530
    </message>
5531
    <message>
5532
      <location filename="DraftGui.py" line="2376"/>
5533
      <source>Add</source>
5534
      <translation>Legg til</translation>
5535
    </message>
5536
    <message>
5537
      <location filename="DraftGui.py" line="2377"/>
5538
      <source>Facebinder elements</source>
5539
      <translation type="unfinished">Facebinder elements</translation>
5540
    </message>
5541
    <message>
5542
      <location filename="gui_rotate.py" line="276"/>
5543
      <source>Copy</source>
5544
      <translation>Kopier</translation>
5545
    </message>
5546
    <message>
5547
      <location filename="importDXF.py" line="146"/>
5548
      <source>The DXF import/export libraries needed by FreeCAD to handle
5549
the DXF format were not found on this system.
5550
Please either enable FreeCAD to download these libraries:
5551
  1 - Load Draft workbench
5552
  2 - Menu Edit &gt; Preferences &gt; Import-Export &gt; DXF &gt; Enable downloads
5553
Or download these libraries manually, as explained on
5554
https://github.com/yorikvanhavre/Draft-dxf-importer
5555
To enabled FreeCAD to download these libraries, answer Yes.</source>
5556
      <translation type="unfinished">The DXF import/export libraries needed by FreeCAD to handle
5557
the DXF format were not found on this system.
5558
Please either enable FreeCAD to download these libraries:
5559
  1 - Load Draft workbench
5560
  2 - Menu Edit &gt; Preferences &gt; Import-Export &gt; DXF &gt; Enable downloads
5561
Or download these libraries manually, as explained on
5562
https://github.com/yorikvanhavre/Draft-dxf-importer
5563
To enabled FreeCAD to download these libraries, answer Yes.</translation>
5564
    </message>
5565
    <message>
5566
      <location filename="DraftGui.py" line="745"/>
5567
      <source>Relative</source>
5568
      <translation>Relativ</translation>
5569
    </message>
5570
    <message>
5571
      <location filename="DraftGui.py" line="768"/>
5572
      <source>Continue</source>
5573
      <translation>Fortsett</translation>
5574
    </message>
5575
    <message>
5576
      <location filename="DraftGui.py" line="784"/>
5577
      <source>Close</source>
5578
      <translation>Lukk</translation>
5579
    </message>
5580
    <message>
5581
      <location filename="DraftGui.py" line="86"/>
5582
      <source>Fill</source>
5583
      <translation>Fyll</translation>
5584
    </message>
5585
    <message>
5586
      <location filename="DraftGui.py" line="91"/>
5587
      <source>Exit</source>
5588
      <translation>Avslutt</translation>
5589
    </message>
5590
    <message>
5591
      <location filename="DraftGui.py" line="96"/>
5592
      <source>Snap On/Off</source>
5593
      <translation type="unfinished">Snap On/Off</translation>
5594
    </message>
5595
    <message>
5596
      <location filename="DraftGui.py" line="101"/>
5597
      <source>Increase snap radius</source>
5598
      <translation type="unfinished">Increase snap radius</translation>
5599
    </message>
5600
    <message>
5601
      <location filename="DraftGui.py" line="106"/>
5602
      <source>Decrease snap radius</source>
5603
      <translation type="unfinished">Decrease snap radius</translation>
5604
    </message>
5605
    <message>
5606
      <location filename="DraftGui.py" line="111"/>
5607
      <source>Restrict X</source>
5608
      <translation>Begrens X</translation>
5609
    </message>
5610
    <message>
5611
      <location filename="DraftGui.py" line="116"/>
5612
      <source>Restrict Y</source>
5613
      <translation>Begrens Y</translation>
5614
    </message>
5615
    <message>
5616
      <location filename="DraftGui.py" line="121"/>
5617
      <source>Restrict Z</source>
5618
      <translation>Begrens Z</translation>
5619
    </message>
5620
    <message>
5621
      <location filename="DraftGui.py" line="790"/>
5622
      <source>Select edge</source>
5623
      <translation>Velg kant</translation>
5624
    </message>
5625
    <message>
5626
      <location filename="DraftGui.py" line="131"/>
5627
      <source>Add custom snap point</source>
5628
      <translation type="unfinished">Add custom snap point</translation>
5629
    </message>
5630
    <message>
5631
      <location filename="DraftGui.py" line="136"/>
5632
      <source>Length mode</source>
5633
      <translation>Lengde modus</translation>
5634
    </message>
5635
    <message>
5636
      <location filename="DraftGui.py" line="786"/>
5637
      <source>Wipe</source>
5638
      <translation type="unfinished">Wipe</translation>
5639
    </message>
5640
    <message>
5641
      <location filename="DraftGui.py" line="146"/>
5642
      <source>Set Working Plane</source>
5643
      <translation>Angi arbeidsplan</translation>
5644
    </message>
5645
    <message>
5646
      <location filename="DraftGui.py" line="151"/>
5647
      <source>Cycle snap object</source>
5648
      <translation type="unfinished">Cycle snap object</translation>
5649
    </message>
5650
    <message>
5651
      <location filename="DraftGui.py" line="741"/>
5652
      <source>Check this to lock the current angle</source>
5653
      <translation type="unfinished">Check this to lock the current angle</translation>
5654
    </message>
5655
    <message>
5656
      <location filename="DraftGui.py" line="755"/>
5657
      <source>Filled</source>
5658
      <translation type="unfinished">Filled</translation>
5659
    </message>
5660
    <message>
5661
      <location filename="DraftGui.py" line="761"/>
5662
      <source>Finish</source>
5663
      <translation>Fullfør</translation>
5664
    </message>
5665
    <message>
5666
      <location filename="DraftGui.py" line="763"/>
5667
      <source>Finishes the current drawing or editing operation</source>
5668
      <translation type="unfinished">Finishes the current drawing or editing operation</translation>
5669
    </message>
5670
    <message>
5671
      <location filename="DraftGui.py" line="782"/>
5672
      <source>&amp;Undo (CTRL+Z)</source>
5673
      <translation type="unfinished">&amp;Undo (CTRL+Z)</translation>
5674
    </message>
5675
    <message>
5676
      <location filename="DraftGui.py" line="783"/>
5677
      <source>Undo the last segment</source>
5678
      <translation type="unfinished">Undo the last segment</translation>
5679
    </message>
5680
    <message>
5681
      <location filename="DraftGui.py" line="785"/>
5682
      <source>Finishes and closes the current line</source>
5683
      <translation type="unfinished">Finishes and closes the current line</translation>
5684
    </message>
5685
    <message>
5686
      <location filename="DraftGui.py" line="787"/>
5687
      <source>Wipes the existing segments of this line and starts again from the last point</source>
5688
      <translation type="unfinished">Wipes the existing segments of this line and starts again from the last point</translation>
5689
    </message>
5690
    <message>
5691
      <location filename="DraftGui.py" line="788"/>
5692
      <source>Set WP</source>
5693
      <translation>Angi gjeldende plan</translation>
5694
    </message>
5695
    <message>
5696
      <location filename="DraftGui.py" line="789"/>
5697
      <source>Reorients the working plane on the last segment</source>
5698
      <translation type="unfinished">Reorients the working plane on the last segment</translation>
5699
    </message>
5700
    <message>
5701
      <location filename="DraftGui.py" line="791"/>
5702
      <source>Selects an existing edge to be measured by this dimension</source>
5703
      <translation type="unfinished">Selects an existing edge to be measured by this dimension</translation>
5704
    </message>
5705
    <message>
5706
      <location filename="DraftGui.py" line="796"/>
5707
      <source>If checked, objects will be copied instead of moved. Preferences -&gt; Draft -&gt; Global copy mode to keep this mode in next commands</source>
5708
      <translation type="unfinished">If checked, objects will be copied instead of moved. Preferences -&gt; Draft -&gt; Global copy mode to keep this mode in next commands</translation>
5709
    </message>
5710
    <message>
5711
      <location filename="DraftGui.py" line="81"/>
5712
      <source>Subelement mode</source>
5713
      <translation type="unfinished">Subelement mode</translation>
5714
    </message>
5715
    <message>
5716
      <location filename="DraftGui.py" line="797"/>
5717
      <source>Modify subelements</source>
5718
      <translation type="unfinished">Modify subelements</translation>
5719
    </message>
5720
    <message>
5721
      <location filename="DraftGui.py" line="798"/>
5722
      <source>If checked, subelements will be modified instead of entire objects</source>
5723
      <translation type="unfinished">If checked, subelements will be modified instead of entire objects</translation>
5724
    </message>
5725
    <message>
5726
      <location filename="gui_selectplane.py" line="369"/>
5727
      <source>Top</source>
5728
      <translation>Topp</translation>
5729
    </message>
5730
    <message>
5731
      <location filename="gui_selectplane.py" line="381"/>
5732
      <source>Front</source>
5733
      <translation>Front</translation>
5734
    </message>
5735
    <message>
5736
      <location filename="gui_selectplane.py" line="393"/>
5737
      <source>Side</source>
5738
      <translation type="unfinished">Side</translation>
5739
    </message>
5740
    <message>
5741
      <location filename="gui_selectplane.py" line="536"/>
5742
      <source>Current working plane</source>
5743
      <translation type="unfinished">Current working plane</translation>
5744
    </message>
5745
    <message>
5746
      <location filename="InitGui.py" line="46"/>
5747
      <source>Draft</source>
5748
      <translation type="unfinished">Draft</translation>
5749
    </message>
5750
    <message>
5751
      <location filename="DraftGui.py" line="156"/>
5752
      <source>Toggle near snap on/off</source>
5753
      <translation type="unfinished">Toggle near snap on/off</translation>
5754
    </message>
5755
    <message>
5756
      <location filename="DraftGui.py" line="807"/>
5757
      <source>Create text</source>
5758
      <translation>Lag tekst</translation>
5759
    </message>
5760
    <message>
5761
      <location filename="DraftGui.py" line="808"/>
5762
      <source>Press this button to create the text object, or finish your text with two blank lines</source>
5763
      <translation type="unfinished">Press this button to create the text object, or finish your text with two blank lines</translation>
5764
    </message>
5765
    <message>
5766
      <location filename="gui_trimex.py" line="214"/>
5767
      <source>Offset distance</source>
5768
      <translation type="unfinished">Offset distance</translation>
5769
    </message>
5770
    <message>
5771
      <location filename="DraftGui.py" line="831"/>
5772
      <source>Change default style for new objects</source>
5773
      <translation type="unfinished">Change default style for new objects</translation>
5774
    </message>
5775
    <message>
5776
      <location filename="make_label.py" line="196"/>
5777
      <source>No active document. Aborting.</source>
5778
      <translation type="unfinished">No active document. Aborting.</translation>
5779
    </message>
5780
    <message>
5781
      <location filename="upgrade.py" line="151"/>
5782
      <source>Object must be a closed shape</source>
5783
      <translation type="unfinished">Object must be a closed shape</translation>
5784
    </message>
5785
    <message>
5786
      <location filename="upgrade.py" line="153"/>
5787
      <source>No solid object created</source>
5788
      <translation type="unfinished">No solid object created</translation>
5789
    </message>
5790
    <message>
5791
      <location filename="upgrade.py" line="276"/>
5792
      <source>Faces must be coplanar to be refined</source>
5793
      <translation type="unfinished">Faces must be coplanar to be refined</translation>
5794
    </message>
5795
    <message>
5796
      <location filename="downgrade.py" line="230"/>
5797
      <source>Upgrade: Unknown force method:</source>
5798
      <translation type="unfinished">Upgrade: Unknown force method:</translation>
5799
    </message>
5800
    <message>
5801
      <location filename="upgrade.py" line="450"/>
5802
      <source>Found groups: closing each open object inside</source>
5803
      <translation type="unfinished">Found groups: closing each open object inside</translation>
5804
    </message>
5805
    <message>
5806
      <location filename="upgrade.py" line="456"/>
5807
      <source>Found meshes: turning into Part shapes</source>
5808
      <translation type="unfinished">Found meshes: turning into Part shapes</translation>
5809
    </message>
5810
    <message>
5811
      <location filename="upgrade.py" line="464"/>
5812
      <source>Found 1 solidifiable object: solidifying it</source>
5813
      <translation type="unfinished">Found 1 solidifiable object: solidifying it</translation>
5814
    </message>
5815
    <message>
5816
      <location filename="upgrade.py" line="469"/>
5817
      <source>Found 2 objects: fusing them</source>
5818
      <translation type="unfinished">Found 2 objects: fusing them</translation>
5819
    </message>
5820
    <message>
5821
      <location filename="upgrade.py" line="480"/>
5822
      <source>Found object with several coplanar faces: refine them</source>
5823
      <translation type="unfinished">Found object with several coplanar faces: refine them</translation>
5824
    </message>
5825
    <message>
5826
      <location filename="upgrade.py" line="486"/>
5827
      <source>Found 1 non-parametric objects: draftifying it</source>
5828
      <translation type="unfinished">Found 1 non-parametric objects: draftifying it</translation>
5829
    </message>
5830
    <message>
5831
      <location filename="upgrade.py" line="497"/>
5832
      <source>Found 1 closed sketch object: creating a face from it</source>
5833
      <translation type="unfinished">Found 1 closed sketch object: creating a face from it</translation>
5834
    </message>
5835
    <message>
5836
      <location filename="upgrade.py" line="502"/>
5837
      <source>Found closed wires: creating faces</source>
5838
      <translation type="unfinished">Found closed wires: creating faces</translation>
5839
    </message>
5840
    <message>
5841
      <location filename="upgrade.py" line="507"/>
5842
      <source>Found several wires or edges: wiring them</source>
5843
      <translation type="unfinished">Found several wires or edges: wiring them</translation>
5844
    </message>
5845
    <message>
5846
      <location filename="upgrade.py" line="512"/>
5847
      <source>trying: closing it</source>
5848
      <translation type="unfinished">trying: closing it</translation>
5849
    </message>
5850
    <message>
5851
      <location filename="upgrade.py" line="514"/>
5852
      <source>Found 1 open wire: closing it</source>
5853
      <translation type="unfinished">Found 1 open wire: closing it</translation>
5854
    </message>
5855
    <message>
5856
      <location filename="upgrade.py" line="531"/>
5857
      <source>Found 1 object: draftifying it</source>
5858
      <translation type="unfinished">Found 1 object: draftifying it</translation>
5859
    </message>
5860
    <message>
5861
      <location filename="upgrade.py" line="536"/>
5862
      <source>Found points: creating compound</source>
5863
      <translation type="unfinished">Found points: creating compound</translation>
5864
    </message>
5865
    <message>
5866
      <location filename="upgrade.py" line="541"/>
5867
      <source>Found several non-treatable objects: creating compound</source>
5868
      <translation type="unfinished">Found several non-treatable objects: creating compound</translation>
5869
    </message>
5870
    <message>
5871
      <location filename="upgrade.py" line="544"/>
5872
      <source>Unable to upgrade these objects.</source>
5873
      <translation type="unfinished">Unable to upgrade these objects.</translation>
5874
    </message>
5875
    <message>
5876
      <location filename="mirror.py" line="90"/>
5877
      <source>No object given</source>
5878
      <translation type="unfinished">No object given</translation>
5879
    </message>
5880
    <message>
5881
      <location filename="mirror.py" line="94"/>
5882
      <source>The two points are coincident</source>
5883
      <translation type="unfinished">The two points are coincident</translation>
5884
    </message>
5885
    <message>
5886
      <location filename="downgrade.py" line="238"/>
5887
      <source>Found 1 block: exploding it</source>
5888
      <translation type="unfinished">Found 1 block: exploding it</translation>
5889
    </message>
5890
    <message>
5891
      <location filename="downgrade.py" line="246"/>
5892
      <source>Found 1 multi-solids compound: exploding it</source>
5893
      <translation type="unfinished">Found 1 multi-solids compound: exploding it</translation>
5894
    </message>
5895
    <message>
5896
      <location filename="downgrade.py" line="253"/>
5897
      <source>Found 1 parametric object: breaking its dependencies</source>
5898
      <translation type="unfinished">Found 1 parametric object: breaking its dependencies</translation>
5899
    </message>
5900
    <message>
5901
      <location filename="downgrade.py" line="261"/>
5902
      <source>Found 2 objects: subtracting them</source>
5903
      <translation type="unfinished">Found 2 objects: subtracting them</translation>
5904
    </message>
5905
    <message>
5906
      <location filename="downgrade.py" line="268"/>
5907
      <source>Found several faces: splitting them</source>
5908
      <translation type="unfinished">Found several faces: splitting them</translation>
5909
    </message>
5910
    <message>
5911
      <location filename="downgrade.py" line="273"/>
5912
      <source>Found several objects: subtracting them from the first one</source>
5913
      <translation type="unfinished">Found several objects: subtracting them from the first one</translation>
5914
    </message>
5915
    <message>
5916
      <location filename="downgrade.py" line="278"/>
5917
      <source>Found 1 face: extracting its wires</source>
5918
      <translation type="unfinished">Found 1 face: extracting its wires</translation>
5919
    </message>
5920
    <message>
5921
      <location filename="downgrade.py" line="284"/>
5922
      <source>Found only wires: extracting their edges</source>
5923
      <translation type="unfinished">Found only wires: extracting their edges</translation>
5924
    </message>
5925
    <message>
5926
      <location filename="downgrade.py" line="288"/>
5927
      <source>No more downgrade possible</source>
5928
      <translation type="unfinished">No more downgrade possible</translation>
5929
    </message>
5930
    <message>
5931
      <location filename="make_label.py" line="237"/>
5932
      <source>Wrong input: object not in document.</source>
5933
      <translation type="unfinished">Wrong input: object not in document.</translation>
5934
    </message>
5935
    <message>
5936
      <location filename="make_pointarray.py" line="135"/>
5937
      <source>Wrong input: point object doesn't have 'Geometry', 'Links', or 'Components'.</source>
5938
      <translation type="unfinished">Wrong input: point object doesn't have 'Geometry', 'Links', or 'Components'.</translation>
5939
    </message>
5940
    <message>
5941
      <location filename="make_label.py" line="216"/>
5942
      <source>Wrong input: must be a placement, a vector, or a rotation.</source>
5943
      <translation type="unfinished">Wrong input: must be a placement, a vector, or a rotation.</translation>
5944
    </message>
5945
    <message>
5946
      <location filename="make_arc_3points.py" line="131"/>
5947
      <source>Wrong input: must be list or tuple of three points exactly.</source>
5948
      <translation type="unfinished">Wrong input: must be list or tuple of three points exactly.</translation>
5949
    </message>
5950
    <message>
5951
      <location filename="make_arc_3points.py" line="139"/>
5952
      <source>Wrong input: incorrect type of placement.</source>
5953
      <translation type="unfinished">Wrong input: incorrect type of placement.</translation>
5954
    </message>
5955
    <message>
5956
      <location filename="make_arc_3points.py" line="153"/>
5957
      <source>Wrong input: incorrect type of points.</source>
5958
      <translation type="unfinished">Wrong input: incorrect type of points.</translation>
5959
    </message>
5960
    <message>
5961
      <location filename="make_arc_3points.py" line="166"/>
5962
      <source>Radius:</source>
5963
      <translation>Radius:</translation>
5964
    </message>
5965
    <message>
5966
      <location filename="make_arc_3points.py" line="167"/>
5967
      <source>Center:</source>
5968
      <translation>Senter:</translation>
5969
    </message>
5970
    <message>
5971
      <location filename="make_arc_3points.py" line="170"/>
5972
      <source>Create primitive object</source>
5973
      <translation type="unfinished">Create primitive object</translation>
5974
    </message>
5975
    <message>
5976
      <location filename="make_arc_3points.py" line="204"/>
5977
      <source>Final placement:</source>
5978
      <translation type="unfinished">Final placement:</translation>
5979
    </message>
5980
    <message>
5981
      <location filename="make_arc_3points.py" line="195"/>
5982
      <source>Face: True</source>
5983
      <translation type="unfinished">Face: True</translation>
5984
    </message>
5985
    <message>
5986
      <location filename="make_arc_3points.py" line="197"/>
5987
      <source>Support:</source>
5988
      <translation type="unfinished">Support:</translation>
5989
    </message>
5990
    <message>
5991
      <location filename="make_arc_3points.py" line="198"/>
5992
      <source>Map mode:</source>
5993
      <translation type="unfinished">Map mode:</translation>
5994
    </message>
5995
    <message>
5996
      <location filename="make_fillet.py" line="145"/>
5997
      <source>length:</source>
5998
      <translation type="unfinished">length:</translation>
5999
    </message>
6000
    <message>
6001
      <location filename="make_fillet.py" line="132"/>
6002
      <source>Two elements are needed.</source>
6003
      <translation type="unfinished">Two elements are needed.</translation>
6004
    </message>
6005
    <message>
6006
      <location filename="make_fillet.py" line="139"/>
6007
      <source>Radius is too large</source>
6008
      <translation type="unfinished">Radius is too large</translation>
6009
    </message>
6010
    <message>
6011
      <location filename="make_fillet.py" line="145"/>
6012
      <source>Segment</source>
6013
      <translation type="unfinished">Segment</translation>
6014
    </message>
6015
    <message>
6016
      <location filename="make_fillet.py" line="165"/>
6017
      <source>Removed original objects.</source>
6018
      <translation type="unfinished">Removed original objects.</translation>
6019
    </message>
6020
    <message>
6021
      <location filename="make_label.py" line="292"/>
6022
      <source>Wrong input: must be a list of strings or a single string.</source>
6023
      <translation type="unfinished">Wrong input: must be a list of strings or a single string.</translation>
6024
    </message>
6025
    <message>
6026
      <location filename="task_circulararray.py" line="491"/>
6027
      <source>Circular array</source>
6028
      <translation type="unfinished">Circular array</translation>
6029
    </message>
6030
    <message>
6031
      <location filename="make_circulararray.py" line="144"/>
6032
      <source>Wrong input: must be a number or quantity.</source>
6033
      <translation type="unfinished">Wrong input: must be a number or quantity.</translation>
6034
    </message>
6035
    <message>
6036
      <location filename="make_orthoarray.py" line="119"/>
6037
      <source>Wrong input: must be an integer number.</source>
6038
      <translation type="unfinished">Wrong input: must be an integer number.</translation>
6039
    </message>
6040
    <message>
6041
      <location filename="make_label.py" line="205"/>
6042
      <source>Wrong input: must be a vector.</source>
6043
      <translation type="unfinished">Wrong input: must be a vector.</translation>
6044
    </message>
6045
    <message>
6046
      <location filename="task_polararray.py" line="438"/>
6047
      <source>Polar array</source>
6048
      <translation type="unfinished">Polar array</translation>
6049
    </message>
6050
    <message>
6051
      <location filename="make_label.py" line="314"/>
6052
      <source>Wrong input: must be a number.</source>
6053
      <translation type="unfinished">Wrong input: must be a number.</translation>
6054
    </message>
6055
    <message>
6056
      <location filename="make_dimension.py" line="173"/>
6057
      <source>This function is deprecated. Do not use this function directly.</source>
6058
      <translation type="unfinished">This function is deprecated. Do not use this function directly.</translation>
6059
    </message>
6060
    <message>
6061
      <location filename="make_dimension.py" line="174"/>
6062
      <source>Use one of 'make_linear_dimension', or 'make_linear_dimension_obj'.</source>
6063
      <translation type="unfinished">Use one of 'make_linear_dimension', or 'make_linear_dimension_obj'.</translation>
6064
    </message>
6065
    <message>
6066
      <location filename="make_label.py" line="231"/>
6067
      <source>Wrong input: object must not be a list.</source>
6068
      <translation type="unfinished">Wrong input: object must not be a list.</translation>
6069
    </message>
6070
    <message>
6071
      <location filename="make_dimension.py" line="452"/>
6072
      <source>Wrong input: object doesn't have a 'Shape' to measure.</source>
6073
      <translation type="unfinished">Wrong input: object doesn't have a 'Shape' to measure.</translation>
6074
    </message>
6075
    <message>
6076
      <location filename="make_dimension.py" line="331"/>
6077
      <source>Wrong input: object doesn't have at least one element in 'Vertexes' to use for measuring.</source>
6078
      <translation type="unfinished">Wrong input: object doesn't have at least one element in 'Vertexes' to use for measuring.</translation>
6079
    </message>
6080
    <message>
6081
      <location filename="make_dimension.py" line="463"/>
6082
      <source>Wrong input: must be an integer.</source>
6083
      <translation type="unfinished">Wrong input: must be an integer.</translation>
6084
    </message>
6085
    <message>
6086
      <location filename="make_dimension.py" line="343"/>
6087
      <source>i1: values below 1 are not allowed; will be set to 1.</source>
6088
      <translation type="unfinished">i1: values below 1 are not allowed; will be set to 1.</translation>
6089
    </message>
6090
    <message>
6091
      <location filename="make_dimension.py" line="363"/>
6092
      <source>Wrong input: vertex not in object.</source>
6093
      <translation type="unfinished">Wrong input: vertex not in object.</translation>
6094
    </message>
6095
    <message>
6096
      <location filename="make_dimension.py" line="359"/>
6097
      <source>i2: values below 1 are not allowed; will be set to the last vertex in the object.</source>
6098
      <translation type="unfinished">i2: values below 1 are not allowed; will be set to the last vertex in the object.</translation>
6099
    </message>
6100
    <message>
6101
      <location filename="make_dimension.py" line="456"/>
6102
      <source>Wrong input: object doesn't have at least one element in 'Edges' to use for measuring.</source>
6103
      <translation type="unfinished">Wrong input: object doesn't have at least one element in 'Edges' to use for measuring.</translation>
6104
    </message>
6105
    <message>
6106
      <location filename="make_dimension.py" line="468"/>
6107
      <source>index: values below 1 are not allowed; will be set to 1.</source>
6108
      <translation type="unfinished">index: values below 1 are not allowed; will be set to 1.</translation>
6109
    </message>
6110
    <message>
6111
      <location filename="make_dimension.py" line="472"/>
6112
      <source>Wrong input: index doesn't correspond to an edge in the object.</source>
6113
      <translation type="unfinished">Wrong input: index doesn't correspond to an edge in the object.</translation>
6114
    </message>
6115
    <message>
6116
      <location filename="make_dimension.py" line="476"/>
6117
      <source>Wrong input: index doesn't correspond to a circular edge.</source>
6118
      <translation type="unfinished">Wrong input: index doesn't correspond to a circular edge.</translation>
6119
    </message>
6120
    <message>
6121
      <location filename="make_dimension.py" line="487"/>
6122
      <source>Wrong input: must be a string, 'radius' or 'diameter'.</source>
6123
      <translation type="unfinished">Wrong input: must be a string, 'radius' or 'diameter'.</translation>
6124
    </message>
6125
    <message>
6126
      <location filename="make_dimension.py" line="582"/>
6127
      <source>Wrong input: must be a list with two angles.</source>
6128
      <translation type="unfinished">Wrong input: must be a list with two angles.</translation>
6129
    </message>
6130
    <message>
6131
      <location filename="make_layer.py" line="69"/>
6132
      <source>Layers</source>
6133
      <translation type="unfinished">Layers</translation>
6134
    </message>
6135
    <message>
6136
      <location filename="gui_layers.py" line="47"/>
6137
      <source>Layer</source>
6138
      <translation type="unfinished">Layer</translation>
6139
    </message>
6140
    <message>
6141
      <location filename="make_layer.py" line="157"/>
6142
      <source>Wrong input: it must be a string.</source>
6143
      <translation type="unfinished">Wrong input: it must be a string.</translation>
6144
    </message>
6145
    <message>
6146
      <location filename="make_layer.py" line="188"/>
6147
      <source>Wrong input: must be a tuple of three floats 0.0 to 1.0.</source>
6148
      <translation type="unfinished">Wrong input: must be a tuple of three floats 0.0 to 1.0.</translation>
6149
    </message>
6150
    <message>
6151
      <location filename="make_layer.py" line="212"/>
6152
      <source>Wrong input: must be 'Solid', 'Dashed', 'Dotted', or 'Dashdot'.</source>
6153
      <translation type="unfinished">Wrong input: must be 'Solid', 'Dashed', 'Dotted', or 'Dashdot'.</translation>
6154
    </message>
6155
    <message>
6156
      <location filename="make_layer.py" line="220"/>
6157
      <source>Wrong input: must be a number between 0 and 100.</source>
6158
      <translation type="unfinished">Wrong input: must be a number between 0 and 100.</translation>
6159
    </message>
6160
    <message>
6161
      <location filename="make_label.py" line="252"/>
6162
      <source>Wrong input: must be a list or tuple of strings, or a single string.</source>
6163
      <translation type="unfinished">Wrong input: must be a list or tuple of strings, or a single string.</translation>
6164
    </message>
6165
    <message>
6166
      <location filename="make_patharray.py" line="246"/>
6167
      <source>Wrong input: must be 'Original', 'Frenet', or 'Tangent'.</source>
6168
      <translation type="unfinished">Wrong input: must be 'Original', 'Frenet', or 'Tangent'.</translation>
6169
    </message>
6170
    <message>
6171
      <location filename="make_sketch.py" line="103"/>
6172
      <source>No shape found
6173
</source>
6174
      <translation type="unfinished">No shape found
6175
</translation>
6176
    </message>
6177
    <message>
6178
      <location filename="make_sketch.py" line="109"/>
6179
      <source>All Shapes must be planar
6180
</source>
6181
      <translation type="unfinished">All Shapes must be planar
6182
</translation>
6183
    </message>
6184
    <message>
6185
      <location filename="make_sketch.py" line="135"/>
6186
      <source>All Shapes must be coplanar
6187
</source>
6188
      <translation type="unfinished">All Shapes must be coplanar
6189
</translation>
6190
    </message>
6191
    <message>
6192
      <location filename="make_orthoarray.py" line="60"/>
6193
      <source>Internal orthogonal array</source>
6194
      <translation type="unfinished">Internal orthogonal array</translation>
6195
    </message>
6196
    <message>
6197
      <location filename="make_orthoarray.py" line="87"/>
6198
      <source>Wrong input: must be a number or vector.</source>
6199
      <translation type="unfinished">Wrong input: must be a number or vector.</translation>
6200
    </message>
6201
    <message>
6202
      <location filename="make_orthoarray.py" line="98"/>
6203
      <source>Input: single value expanded to vector.</source>
6204
      <translation type="unfinished">Input: single value expanded to vector.</translation>
6205
    </message>
6206
    <message>
6207
      <location filename="make_orthoarray.py" line="129"/>
6208
      <source>Input: number of elements must be at least 1. It is set to 1.</source>
6209
      <translation type="unfinished">Input: number of elements must be at least 1. It is set to 1.</translation>
6210
    </message>
6211
    <message>
6212
      <location filename="task_orthoarray.py" line="400"/>
6213
      <source>Orthogonal array</source>
6214
      <translation>Ortogonal matrise</translation>
6215
    </message>
6216
    <message>
6217
      <location filename="make_orthoarray.py" line="350"/>
6218
      <source>Orthogonal array 2D</source>
6219
      <translation type="unfinished">Orthogonal array 2D</translation>
6220
    </message>
6221
    <message>
6222
      <location filename="make_orthoarray.py" line="424"/>
6223
      <source>Rectangular array</source>
6224
      <translation type="unfinished">Rectangular array</translation>
6225
    </message>
6226
    <message>
6227
      <location filename="make_orthoarray.py" line="501"/>
6228
      <source>Rectangular array 2D</source>
6229
      <translation type="unfinished">Rectangular array 2D</translation>
6230
    </message>
6231
    <message>
6232
      <location filename="make_label.py" line="264"/>
6233
      <source>Wrong input: subelement not in object.</source>
6234
      <translation type="unfinished">Wrong input: subelement not in object.</translation>
6235
    </message>
6236
    <message>
6237
      <location filename="make_label.py" line="278"/>
6238
      <source>Wrong input: must be a string, 'Custom', 'Name', 'Label', 'Position', 'Length', 'Area', 'Volume', 'Tag', or 'Material'.</source>
6239
      <translation type="unfinished">Wrong input: must be a string, 'Custom', 'Name', 'Label', 'Position', 'Length', 'Area', 'Volume', 'Tag', or 'Material'.</translation>
6240
    </message>
6241
    <message>
6242
      <location filename="make_label.py" line="305"/>
6243
      <source>Wrong input: must be a string, 'Horizontal', 'Vertical', or 'Custom'.</source>
6244
      <translation type="unfinished">Wrong input: must be a string, 'Horizontal', 'Vertical', or 'Custom'.</translation>
6245
    </message>
6246
    <message>
6247
      <location filename="make_label.py" line="321"/>
6248
      <source>Wrong input: must be a list of at least two vectors.</source>
6249
      <translation type="unfinished">Wrong input: must be a list of at least two vectors.</translation>
6250
    </message>
6251
    <message>
6252
      <location filename="make_label.py" line="354"/>
6253
      <source>Direction is not 'Custom'; points won't be used.</source>
6254
      <translation type="unfinished">Direction is not 'Custom'; points won't be used.</translation>
6255
    </message>
6256
    <message>
6257
      <location filename="make_label.py" line="381"/>
6258
      <source>Wrong input: must be a list of two elements. For example, [object, 'Edge1'].</source>
6259
      <translation type="unfinished">Wrong input: must be a list of two elements. For example, [object, 'Edge1'].</translation>
6260
    </message>
6261
    <message>
6262
      <location filename="shapestring.py" line="76"/>
6263
      <source>ShapeString: string has no wires</source>
6264
      <translation type="unfinished">ShapeString: string has no wires</translation>
6265
    </message>
6266
    <message>
6267
      <location filename="pointarray.py" line="160"/>
6268
      <source>added property 'ExtraPlacement'</source>
6269
      <translation type="unfinished">added property 'ExtraPlacement'</translation>
6270
    </message>
6271
    <message>
6272
      <location filename="patharray.py" line="284"/>
6273
      <source>, path object doesn't have 'Edges'.</source>
6274
      <translation type="unfinished">, path object doesn't have 'Edges'.</translation>
6275
    </message>
6276
    <message>
6277
      <location filename="patharray.py" line="407"/>
6278
      <source>'PathObj' property will be migrated to 'PathObject'</source>
6279
      <translation type="unfinished">'PathObj' property will be migrated to 'PathObject'</translation>
6280
    </message>
6281
    <message>
6282
      <location filename="patharray.py" line="525"/>
6283
      <source>Cannot calculate path tangent. Copy not aligned.</source>
6284
      <translation type="unfinished">Cannot calculate path tangent. Copy not aligned.</translation>
6285
    </message>
6286
    <message>
6287
      <location filename="patharray.py" line="541"/>
6288
      <source>Tangent and normal are parallel. Copy not aligned.</source>
6289
      <translation type="unfinished">Tangent and normal are parallel. Copy not aligned.</translation>
6290
    </message>
6291
    <message>
6292
      <location filename="patharray.py" line="558"/>
6293
      <source>Cannot calculate path normal, using default.</source>
6294
      <translation type="unfinished">Cannot calculate path normal, using default.</translation>
6295
    </message>
6296
    <message>
6297
      <location filename="patharray.py" line="565"/>
6298
      <source>Cannot calculate path binormal. Copy not aligned.</source>
6299
      <translation type="unfinished">Cannot calculate path binormal. Copy not aligned.</translation>
6300
    </message>
6301
    <message>
6302
      <location filename="patharray.py" line="571"/>
6303
      <source>AlignMode {} is not implemented</source>
6304
      <translation type="unfinished">AlignMode {} is not implemented</translation>
6305
    </message>
6306
    <message>
6307
      <location filename="draft_annotation.py" line="105"/>
6308
      <source>added view property 'ScaleMultiplier'</source>
6309
      <translation type="unfinished">added view property 'ScaleMultiplier'</translation>
6310
    </message>
6311
    <message>
6312
      <location filename="draft_annotation.py" line="130"/>
6313
      <source>migrated 'DraftText' type to 'Text'</source>
6314
      <translation type="unfinished">migrated 'DraftText' type to 'Text'</translation>
6315
    </message>
6316
    <message>
6317
      <location filename="view_layer.py" line="358"/>
6318
      <source>Activate this layer</source>
6319
      <translation type="unfinished">Activate this layer</translation>
6320
    </message>
6321
    <message>
6322
      <location filename="view_layer.py" line="364"/>
6323
      <source>Select layer contents</source>
6324
      <translation type="unfinished">Select layer contents</translation>
6325
    </message>
6326
    <message>
6327
      <location filename="init_draft_statusbar.py" line="147"/>
6328
      <source>custom</source>
6329
      <translation type="unfinished">custom</translation>
6330
    </message>
6331
    <message>
6332
      <location filename="init_draft_statusbar.py" line="133"/>
6333
      <source>Unable to convert input into a scale factor</source>
6334
      <translation type="unfinished">Unable to convert input into a scale factor</translation>
6335
    </message>
6336
    <message>
6337
      <location filename="init_draft_statusbar.py" line="151"/>
6338
      <source>Set custom annotation scale in format x:x, x=x</source>
6339
      <translation type="unfinished">Set custom annotation scale in format x:x, x=x</translation>
6340
    </message>
6341
    <message>
6342
      <location filename="task_orthoarray.py" line="83"/>
6343
      <source>Task panel:</source>
6344
      <translation type="unfinished">Task panel:</translation>
6345
    </message>
6346
    <message>
6347
      <location filename="task_orthoarray.py" line="205"/>
6348
      <source>At least one element must be selected.</source>
6349
      <translation type="unfinished">At least one element must be selected.</translation>
6350
    </message>
6351
    <message>
6352
      <location filename="task_orthoarray.py" line="216"/>
6353
      <source>Selection is not suitable for array.</source>
6354
      <translation type="unfinished">Selection is not suitable for array.</translation>
6355
    </message>
6356
    <message>
6357
      <location filename="task_orthoarray.py" line="379"/>
6358
      <source>Object:</source>
6359
      <translation type="unfinished">Object:</translation>
6360
    </message>
6361
    <message>
6362
      <location filename="task_polararray.py" line="203"/>
6363
      <source>Number of elements must be at least 2.</source>
6364
      <translation type="unfinished">Number of elements must be at least 2.</translation>
6365
    </message>
6366
    <message>
6367
      <location filename="task_polararray.py" line="207"/>
6368
      <source>The angle is above 360 degrees. It is set to this value to proceed.</source>
6369
      <translation type="unfinished">The angle is above 360 degrees. It is set to this value to proceed.</translation>
6370
    </message>
6371
    <message>
6372
      <location filename="task_polararray.py" line="210"/>
6373
      <source>The angle is below -360 degrees. It is set to this value to proceed.</source>
6374
      <translation type="unfinished">The angle is below -360 degrees. It is set to this value to proceed.</translation>
6375
    </message>
6376
    <message>
6377
      <location filename="task_circulararray.py" line="341"/>
6378
      <source>Center reset:</source>
6379
      <translation type="unfinished">Center reset:</translation>
6380
    </message>
6381
    <message>
6382
      <location filename="task_orthoarray.py" line="348"/>
6383
      <source>Fuse:</source>
6384
      <translation type="unfinished">Fuse:</translation>
6385
    </message>
6386
    <message>
6387
      <location filename="task_orthoarray.py" line="362"/>
6388
      <source>Create Link array:</source>
6389
      <translation type="unfinished">Create Link array:</translation>
6390
    </message>
6391
    <message>
6392
      <location filename="task_polararray.py" line="332"/>
6393
      <source>Number of elements:</source>
6394
      <translation type="unfinished">Number of elements:</translation>
6395
    </message>
6396
    <message>
6397
      <location filename="task_polararray.py" line="333"/>
6398
      <source>Polar angle:</source>
6399
      <translation type="unfinished">Polar angle:</translation>
6400
    </message>
6401
    <message>
6402
      <location filename="task_circulararray.py" line="388"/>
6403
      <source>Center of rotation:</source>
6404
      <translation type="unfinished">Center of rotation:</translation>
6405
    </message>
6406
    <message>
6407
      <location filename="task_orthoarray.py" line="400"/>
6408
      <source>Aborted:</source>
6409
      <translation type="unfinished">Aborted:</translation>
6410
    </message>
6411
    <message>
6412
      <location filename="task_circulararray.py" line="222"/>
6413
      <source>Number of layers must be at least 2.</source>
6414
      <translation type="unfinished">Number of layers must be at least 2.</translation>
6415
    </message>
6416
    <message>
6417
      <location filename="task_circulararray.py" line="234"/>
6418
      <source>Radial distance is zero. Resulting array may not look correct.</source>
6419
      <translation type="unfinished">Radial distance is zero. Resulting array may not look correct.</translation>
6420
    </message>
6421
    <message>
6422
      <location filename="task_circulararray.py" line="236"/>
6423
      <source>Radial distance is negative. It is made positive to proceed.</source>
6424
      <translation type="unfinished">Radial distance is negative. It is made positive to proceed.</translation>
6425
    </message>
6426
    <message>
6427
      <location filename="task_circulararray.py" line="240"/>
6428
      <source>Tangential distance cannot be zero.</source>
6429
      <translation type="unfinished">Tangential distance cannot be zero.</translation>
6430
    </message>
6431
    <message>
6432
      <location filename="task_circulararray.py" line="243"/>
6433
      <source>Tangential distance is negative. It is made positive to proceed.</source>
6434
      <translation type="unfinished">Tangential distance is negative. It is made positive to proceed.</translation>
6435
    </message>
6436
    <message>
6437
      <location filename="task_circulararray.py" line="383"/>
6438
      <source>Radial distance:</source>
6439
      <translation type="unfinished">Radial distance:</translation>
6440
    </message>
6441
    <message>
6442
      <location filename="task_circulararray.py" line="384"/>
6443
      <source>Tangential distance:</source>
6444
      <translation type="unfinished">Tangential distance:</translation>
6445
    </message>
6446
    <message>
6447
      <location filename="task_circulararray.py" line="385"/>
6448
      <source>Number of circular layers:</source>
6449
      <translation type="unfinished">Number of circular layers:</translation>
6450
    </message>
6451
    <message>
6452
      <location filename="task_circulararray.py" line="386"/>
6453
      <source>Symmetry parameter:</source>
6454
      <translation type="unfinished">Symmetry parameter:</translation>
6455
    </message>
6456
    <message>
6457
      <location filename="task_orthoarray.py" line="209"/>
6458
      <source>Number of elements must be at least 1.</source>
6459
      <translation type="unfinished">Number of elements must be at least 1.</translation>
6460
    </message>
6461
    <message>
6462
      <location filename="task_orthoarray.py" line="320"/>
6463
      <source>Interval X reset:</source>
6464
      <translation type="unfinished">Interval X reset:</translation>
6465
    </message>
6466
    <message>
6467
      <location filename="task_orthoarray.py" line="329"/>
6468
      <source>Interval Y reset:</source>
6469
      <translation type="unfinished">Interval Y reset:</translation>
6470
    </message>
6471
    <message>
6472
      <location filename="task_orthoarray.py" line="338"/>
6473
      <source>Interval Z reset:</source>
6474
      <translation type="unfinished">Interval Z reset:</translation>
6475
    </message>
6476
    <message>
6477
      <location filename="task_orthoarray.py" line="380"/>
6478
      <source>Number of X elements:</source>
6479
      <translation type="unfinished">Number of X elements:</translation>
6480
    </message>
6481
    <message>
6482
      <location filename="task_orthoarray.py" line="382"/>
6483
      <source>Interval X:</source>
6484
      <translation type="unfinished">Interval X:</translation>
6485
    </message>
6486
    <message>
6487
      <location filename="task_orthoarray.py" line="385"/>
6488
      <source>Number of Y elements:</source>
6489
      <translation type="unfinished">Number of Y elements:</translation>
6490
    </message>
6491
    <message>
6492
      <location filename="task_orthoarray.py" line="387"/>
6493
      <source>Interval Y:</source>
6494
      <translation type="unfinished">Interval Y:</translation>
6495
    </message>
6496
    <message>
6497
      <location filename="task_orthoarray.py" line="390"/>
6498
      <source>Number of Z elements:</source>
6499
      <translation type="unfinished">Number of Z elements:</translation>
6500
    </message>
6501
    <message>
6502
      <location filename="task_orthoarray.py" line="392"/>
6503
      <source>Interval Z:</source>
6504
      <translation type="unfinished">Interval Z:</translation>
6505
    </message>
6506
    <message>
6507
      <location filename="task_shapestring.py" line="58"/>
6508
      <source>ShapeString</source>
6509
      <translation type="unfinished">ShapeString</translation>
6510
    </message>
6511
    <message>
6512
      <location filename="task_shapestring.py" line="76"/>
6513
      <source>Default</source>
6514
      <translation>Standard</translation>
6515
    </message>
6516
    <message>
6517
      <location filename="task_shapestring.py" line="88"/>
6518
      <source>Pick ShapeString location point:</source>
6519
      <translation type="unfinished">Pick ShapeString location point:</translation>
6520
    </message>
6521
    <message>
6522
      <location filename="gui_shapestrings.py" line="141"/>
6523
      <source>Create ShapeString</source>
6524
      <translation type="unfinished">Create ShapeString</translation>
6525
    </message>
6526
    <message>
6527
      <location filename="gui_downgrade.py" line="85"/>
6528
      <source>Downgrade</source>
6529
      <translation type="unfinished">Downgrade</translation>
6530
    </message>
6531
    <message>
6532
      <location filename="gui_upgrade.py" line="67"/>
6533
      <source>Select an object to upgrade</source>
6534
      <translation type="unfinished">Select an object to upgrade</translation>
6535
    </message>
6536
    <message>
6537
      <location filename="gui_clone.py" line="79"/>
6538
      <source>Select an object to clone</source>
6539
      <translation type="unfinished">Select an object to clone</translation>
6540
    </message>
6541
    <message>
6542
      <location filename="gui_rectangles.py" line="69"/>
6543
      <source>Pick first point</source>
6544
      <translation type="unfinished">Pick first point</translation>
6545
    </message>
6546
    <message>
6547
      <location filename="gui_ellipses.py" line="138"/>
6548
      <source>Create Ellipse</source>
6549
      <translation type="unfinished">Create Ellipse</translation>
6550
    </message>
6551
    <message>
6552
      <location filename="gui_rectangles.py" line="202"/>
6553
      <source>Pick opposite point</source>
6554
      <translation type="unfinished">Pick opposite point</translation>
6555
    </message>
6556
    <message>
6557
      <location filename="gui_lines.py" line="167"/>
6558
      <source>Create Line</source>
6559
      <translation type="unfinished">Create Line</translation>
6560
    </message>
6561
    <message>
6562
      <location filename="gui_lines.py" line="189"/>
6563
      <source>Create Wire</source>
6564
      <translation type="unfinished">Create Wire</translation>
6565
    </message>
6566
    <message>
6567
      <location filename="gui_splines.py" line="140"/>
6568
      <source>Pick next point</source>
6569
      <translation type="unfinished">Pick next point</translation>
6570
    </message>
6571
    <message>
6572
      <location filename="gui_lines.py" line="334"/>
6573
      <source>Unable to create a Wire from selected objects</source>
6574
      <translation type="unfinished">Unable to create a Wire from selected objects</translation>
6575
    </message>
6576
    <message>
6577
      <location filename="gui_lines.py" line="356"/>
6578
      <source>Convert to Wire</source>
6579
      <translation type="unfinished">Convert to Wire</translation>
6580
    </message>
6581
    <message>
6582
      <location filename="gui_edit_draft_objects.py" line="569"/>
6583
      <source>This object does not support possible coincident points, please try again.</source>
6584
      <translation type="unfinished">This object does not support possible coincident points, please try again.</translation>
6585
    </message>
6586
    <message>
6587
      <location filename="gui_edit_draft_objects.py" line="608"/>
6588
      <source>Active object must have more than two points/nodes</source>
6589
      <translation type="unfinished">Active object must have more than two points/nodes</translation>
6590
    </message>
6591
    <message>
6592
      <location filename="gui_edit_draft_objects.py" line="722"/>
6593
      <source>Selection is not a Knot</source>
6594
      <translation type="unfinished">Selection is not a Knot</translation>
6595
    </message>
6596
    <message>
6597
      <location filename="gui_edit_draft_objects.py" line="749"/>
6598
      <source>Endpoint of BezCurve can't be smoothed</source>
6599
      <translation type="unfinished">Endpoint of BezCurve can't be smoothed</translation>
6600
    </message>
6601
    <message>
6602
      <location filename="gui_edit_sketcher_objects.py" line="60"/>
6603
      <source>Sketch is too complex to edit: it is suggested to use sketcher default editor</source>
6604
      <translation type="unfinished">Sketch is too complex to edit: it is suggested to use sketcher default editor</translation>
6605
    </message>
6606
    <message>
6607
      <location filename="gui_facebinders.py" line="71"/>
6608
      <source>Select faces from existing objects</source>
6609
      <translation type="unfinished">Select faces from existing objects</translation>
6610
    </message>
6611
    <message>
6612
      <location filename="gui_lineslope.py" line="64"/>
6613
      <source>Change slope</source>
6614
      <translation type="unfinished">Change slope</translation>
6615
    </message>
6616
    <message>
6617
      <location filename="gui_subelements.py" line="108"/>
6618
      <source>Select an object to edit</source>
6619
      <translation type="unfinished">Select an object to edit</translation>
6620
    </message>
6621
    <message>
6622
      <location filename="gui_dimensions.py" line="294"/>
6623
      <source>Create Dimension</source>
6624
      <translation type="unfinished">Create Dimension</translation>
6625
    </message>
6626
    <message>
6627
      <location filename="gui_dimensions.py" line="309"/>
6628
      <source>Create Dimension (radial)</source>
6629
      <translation type="unfinished">Create Dimension (radial)</translation>
6630
    </message>
6631
    <message>
6632
      <location filename="gui_dimensions.py" line="511"/>
6633
      <source>Edges don't intersect!</source>
6634
      <translation type="unfinished">Edges don't intersect!</translation>
6635
    </message>
6636
    <message>
6637
      <location filename="gui_drawing.py" line="77"/>
6638
      <source>The Drawing Workbench is obsolete since 0.17, consider using the TechDraw Workbench instead.</source>
6639
      <translation type="unfinished">The Drawing Workbench is obsolete since 0.17, consider using the TechDraw Workbench instead.</translation>
6640
    </message>
6641
    <message>
6642
      <location filename="gui_shape2dview.py" line="68"/>
6643
      <source>Select an object to project</source>
6644
      <translation type="unfinished">Select an object to project</translation>
6645
    </message>
6646
    <message>
6647
      <location filename="gui_annotationstyleeditor.py" line="68"/>
6648
      <source>Annotation style editor</source>
6649
      <translation type="unfinished">Annotation style editor</translation>
6650
    </message>
6651
    <message>
6652
      <location filename="gui_annotationstyleeditor.py" line="292"/>
6653
      <source>Open styles file</source>
6654
      <translation type="unfinished">Open styles file</translation>
6655
    </message>
6656
    <message>
6657
      <location filename="gui_annotationstyleeditor.py" line="316"/>
6658
      <source>JSON file (*.json)</source>
6659
      <translation type="unfinished">JSON file (*.json)</translation>
6660
    </message>
6661
    <message>
6662
      <location filename="gui_annotationstyleeditor.py" line="314"/>
6663
      <source>Save styles file</source>
6664
      <translation type="unfinished">Save styles file</translation>
6665
    </message>
6666
    <message>
6667
      <location filename="gui_upgrade.py" line="85"/>
6668
      <source>Upgrade</source>
6669
      <translation type="unfinished">Upgrade</translation>
6670
    </message>
6671
    <message>
6672
      <location filename="gui_move.py" line="204"/>
6673
      <source>Move</source>
6674
      <translation>Flytt</translation>
6675
    </message>
6676
    <message>
6677
      <location filename="gui_move.py" line="81"/>
6678
      <source>Select an object to move</source>
6679
      <translation type="unfinished">Select an object to move</translation>
6680
    </message>
6681
    <message>
6682
      <location filename="gui_move.py" line="103"/>
6683
      <source>Pick start point</source>
6684
      <translation type="unfinished">Pick start point</translation>
6685
    </message>
6686
    <message>
6687
      <location filename="gui_move.py" line="302"/>
6688
      <source>Pick end point</source>
6689
      <translation type="unfinished">Pick end point</translation>
6690
    </message>
6691
    <message>
6692
      <location filename="gui_rotate.py" line="282"/>
6693
      <source>Some subelements could not be moved.</source>
6694
      <translation type="unfinished">Some subelements could not be moved.</translation>
6695
    </message>
6696
    <message>
6697
      <location filename="gui_pointarray.py" line="122"/>
6698
      <source>Point array</source>
6699
      <translation type="unfinished">Point array</translation>
6700
    </message>
6701
    <message>
6702
      <location filename="gui_pointarray.py" line="104"/>
6703
      <source>Please select exactly two objects, the base object and the point object, before calling this command.</source>
6704
      <translation type="unfinished">Please select exactly two objects, the base object and the point object, before calling this command.</translation>
6705
    </message>
6706
    <message>
6707
      <location filename="gui_togglemodes.py" line="73"/>
6708
      <source>No active Draft Toolbar.</source>
6709
      <translation type="unfinished">No active Draft Toolbar.</translation>
6710
    </message>
6711
    <message>
6712
      <location filename="gui_togglemodes.py" line="93"/>
6713
      <source>Construction mode</source>
6714
      <translation type="unfinished">Construction mode</translation>
6715
    </message>
6716
    <message>
6717
      <location filename="gui_togglemodes.py" line="125"/>
6718
      <source>Continue mode</source>
6719
      <translation type="unfinished">Continue mode</translation>
6720
    </message>
6721
    <message>
6722
      <location filename="gui_togglemodes.py" line="159"/>
6723
      <source>Toggle display mode</source>
6724
      <translation type="unfinished">Toggle display mode</translation>
6725
    </message>
6726
    <message>
6727
      <location filename="gui_snaps.py" line="113"/>
6728
      <source>Main toggle snap</source>
6729
      <translation type="unfinished">Main toggle snap</translation>
6730
    </message>
6731
    <message>
6732
      <location filename="gui_snaps.py" line="144"/>
6733
      <source>Midpoint snap</source>
6734
      <translation type="unfinished">Midpoint snap</translation>
6735
    </message>
6736
    <message>
6737
      <location filename="gui_snaps.py" line="174"/>
6738
      <source>Perpendicular snap</source>
6739
      <translation type="unfinished">Perpendicular snap</translation>
6740
    </message>
6741
    <message>
6742
      <location filename="gui_snaps.py" line="204"/>
6743
      <source>Grid snap</source>
6744
      <translation type="unfinished">Grid snap</translation>
6745
    </message>
6746
    <message>
6747
      <location filename="gui_snaps.py" line="234"/>
6748
      <source>Intersection snap</source>
6749
      <translation type="unfinished">Intersection snap</translation>
6750
    </message>
6751
    <message>
6752
      <location filename="gui_snaps.py" line="264"/>
6753
      <source>Parallel snap</source>
6754
      <translation type="unfinished">Parallel snap</translation>
6755
    </message>
6756
    <message>
6757
      <location filename="gui_snaps.py" line="294"/>
6758
      <source>Endpoint snap</source>
6759
      <translation type="unfinished">Endpoint snap</translation>
6760
    </message>
6761
    <message>
6762
      <location filename="gui_snaps.py" line="325"/>
6763
      <source>Angle snap (30 and 45 degrees)</source>
6764
      <translation type="unfinished">Angle snap (30 and 45 degrees)</translation>
6765
    </message>
6766
    <message>
6767
      <location filename="gui_snaps.py" line="355"/>
6768
      <source>Arc center snap</source>
6769
      <translation type="unfinished">Arc center snap</translation>
6770
    </message>
6771
    <message>
6772
      <location filename="gui_snaps.py" line="385"/>
6773
      <source>Edge extension snap</source>
6774
      <translation type="unfinished">Edge extension snap</translation>
6775
    </message>
6776
    <message>
6777
      <location filename="gui_snaps.py" line="415"/>
6778
      <source>Near snap</source>
6779
      <translation type="unfinished">Near snap</translation>
6780
    </message>
6781
    <message>
6782
      <location filename="gui_snaps.py" line="446"/>
6783
      <source>Orthogonal snap</source>
6784
      <translation type="unfinished">Orthogonal snap</translation>
6785
    </message>
6786
    <message>
6787
      <location filename="gui_snaps.py" line="476"/>
6788
      <source>Special point snap</source>
6789
      <translation type="unfinished">Special point snap</translation>
6790
    </message>
6791
    <message>
6792
      <location filename="gui_snaps.py" line="507"/>
6793
      <source>Dimension display</source>
6794
      <translation type="unfinished">Dimension display</translation>
6795
    </message>
6796
    <message>
6797
      <location filename="gui_snaps.py" line="540"/>
6798
      <source>Working plane snap</source>
6799
      <translation type="unfinished">Working plane snap</translation>
6800
    </message>
6801
    <message>
6802
      <location filename="gui_snaps.py" line="570"/>
6803
      <source>Show snap toolbar</source>
6804
      <translation type="unfinished">Show snap toolbar</translation>
6805
    </message>
6806
    <message>
6807
      <location filename="gui_array_simple.py" line="101"/>
6808
      <source>Array</source>
6809
      <translation>Matrise</translation>
6810
    </message>
6811
    <message>
6812
      <location filename="gui_array_simple.py" line="77"/>
6813
      <source>Select an object to array</source>
6814
      <translation type="unfinished">Select an object to array</translation>
6815
    </message>
6816
    <message>
6817
      <location filename="gui_arcs.py" line="89"/>
6818
      <source>Pick center point</source>
6819
      <translation type="unfinished">Pick center point</translation>
6820
    </message>
6821
    <message>
6822
      <location filename="gui_arcs.py" line="411"/>
6823
      <source>Pick radius</source>
6824
      <translation type="unfinished">Pick radius</translation>
6825
    </message>
6826
    <message>
6827
      <location filename="gui_polygons.py" line="223"/>
6828
      <source>Create Polygon (Part)</source>
6829
      <translation type="unfinished">Create Polygon (Part)</translation>
6830
    </message>
6831
    <message>
6832
      <location filename="gui_polygons.py" line="242"/>
6833
      <source>Create Polygon</source>
6834
      <translation type="unfinished">Create Polygon</translation>
6835
    </message>
6836
    <message>
6837
      <location filename="gui_mirror.py" line="123"/>
6838
      <source>Mirror</source>
6839
      <translation type="unfinished">Mirror</translation>
6840
    </message>
6841
    <message>
6842
      <location filename="gui_mirror.py" line="73"/>
6843
      <source>Select an object to mirror</source>
6844
      <translation type="unfinished">Select an object to mirror</translation>
6845
    </message>
6846
    <message>
6847
      <location filename="gui_mirror.py" line="93"/>
6848
      <source>Pick start point of mirror line</source>
6849
      <translation type="unfinished">Pick start point of mirror line</translation>
6850
    </message>
6851
    <message>
6852
      <location filename="gui_mirror.py" line="204"/>
6853
      <source>Pick end point of mirror line</source>
6854
      <translation type="unfinished">Pick end point of mirror line</translation>
6855
    </message>
6856
    <message>
6857
      <location filename="gui_points.py" line="146"/>
6858
      <source>Create Point</source>
6859
      <translation type="unfinished">Create Point</translation>
6860
    </message>
6861
    <message>
6862
      <location filename="gui_scale.py" line="353"/>
6863
      <source>Scale</source>
6864
      <translation>Skaler</translation>
6865
    </message>
6866
    <message>
6867
      <location filename="gui_scale.py" line="87"/>
6868
      <source>Select an object to scale</source>
6869
      <translation type="unfinished">Select an object to scale</translation>
6870
    </message>
6871
    <message>
6872
      <location filename="gui_scale.py" line="108"/>
6873
      <source>Pick base point</source>
6874
      <translation type="unfinished">Pick base point</translation>
6875
    </message>
6876
    <message>
6877
      <location filename="gui_scale.py" line="130"/>
6878
      <source>Pick reference distance from base point</source>
6879
      <translation type="unfinished">Pick reference distance from base point</translation>
6880
    </message>
6881
    <message>
6882
      <location filename="gui_scale.py" line="203"/>
6883
      <source>Some subelements could not be scaled.</source>
6884
      <translation type="unfinished">Some subelements could not be scaled.</translation>
6885
    </message>
6886
    <message>
6887
      <location filename="gui_scale.py" line="340"/>
6888
      <source>This object type cannot be scaled directly. Please use the clone method.</source>
6889
      <translation type="unfinished">This object type cannot be scaled directly. Please use the clone method.</translation>
6890
    </message>
6891
    <message>
6892
      <location filename="gui_scale.py" line="401"/>
6893
      <source>Pick new distance from base point</source>
6894
      <translation type="unfinished">Pick new distance from base point</translation>
6895
    </message>
6896
    <message>
6897
      <location filename="gui_shape2dview.py" line="109"/>
6898
      <source>Create 2D view</source>
6899
      <translation type="unfinished">Create 2D view</translation>
6900
    </message>
6901
    <message>
6902
      <location filename="gui_beziers.py" line="332"/>
6903
      <source>Bezier curve has been closed</source>
6904
      <translation type="unfinished">Bezier curve has been closed</translation>
6905
    </message>
6906
    <message>
6907
      <location filename="gui_splines.py" line="131"/>
6908
      <source>Last point has been removed</source>
6909
      <translation type="unfinished">Last point has been removed</translation>
6910
    </message>
6911
    <message>
6912
      <location filename="gui_splines.py" line="147"/>
6913
      <source>Pick next point, or finish (A) or close (O)</source>
6914
      <translation type="unfinished">Pick next point, or finish (A) or close (O)</translation>
6915
    </message>
6916
    <message>
6917
      <location filename="gui_beziers.py" line="451"/>
6918
      <source>Create BezCurve</source>
6919
      <translation type="unfinished">Create BezCurve</translation>
6920
    </message>
6921
    <message>
6922
      <location filename="gui_beziers.py" line="376"/>
6923
      <source>Click and drag to define next knot</source>
6924
      <translation type="unfinished">Click and drag to define next knot</translation>
6925
    </message>
6926
    <message>
6927
      <location filename="gui_beziers.py" line="382"/>
6928
      <source>Click and drag to define next knot, or finish (A) or close (O)</source>
6929
      <translation type="unfinished">Click and drag to define next knot, or finish (A) or close (O)</translation>
6930
    </message>
6931
    <message>
6932
      <location filename="gui_dimension_ops.py" line="55"/>
6933
      <source>Flip dimension</source>
6934
      <translation type="unfinished">Flip dimension</translation>
6935
    </message>
6936
    <message>
6937
      <location filename="gui_stretch.py" line="478"/>
6938
      <source>Stretch</source>
6939
      <translation type="unfinished">Stretch</translation>
6940
    </message>
6941
    <message>
6942
      <location filename="gui_stretch.py" line="75"/>
6943
      <source>Select an object to stretch</source>
6944
      <translation type="unfinished">Select an object to stretch</translation>
6945
    </message>
6946
    <message>
6947
      <location filename="gui_stretch.py" line="128"/>
6948
      <source>Pick first point of selection rectangle</source>
6949
      <translation type="unfinished">Pick first point of selection rectangle</translation>
6950
    </message>
6951
    <message>
6952
      <location filename="gui_stretch.py" line="165"/>
6953
      <source>Pick opposite point of selection rectangle</source>
6954
      <translation type="unfinished">Pick opposite point of selection rectangle</translation>
6955
    </message>
6956
    <message>
6957
      <location filename="gui_stretch.py" line="174"/>
6958
      <source>Pick start point of displacement</source>
6959
      <translation type="unfinished">Pick start point of displacement</translation>
6960
    </message>
6961
    <message>
6962
      <location filename="gui_stretch.py" line="237"/>
6963
      <source>Pick end point of displacement</source>
6964
      <translation type="unfinished">Pick end point of displacement</translation>
6965
    </message>
6966
    <message>
6967
      <location filename="gui_stretch.py" line="449"/>
6968
      <source>Turning one Rectangle into a Wire</source>
6969
      <translation type="unfinished">Turning one Rectangle into a Wire</translation>
6970
    </message>
6971
    <message>
6972
      <location filename="gui_grid.py" line="51"/>
6973
      <source>Toggle grid</source>
6974
      <translation type="unfinished">Toggle grid</translation>
6975
    </message>
6976
    <message>
6977
      <location filename="gui_rectangles.py" line="125"/>
6978
      <source>Create Plane</source>
6979
      <translation type="unfinished">Create Plane</translation>
6980
    </message>
6981
    <message>
6982
      <location filename="gui_rectangles.py" line="142"/>
6983
      <source>Create Rectangle</source>
6984
      <translation type="unfinished">Create Rectangle</translation>
6985
    </message>
6986
    <message>
6987
      <location filename="gui_draft2sketch.py" line="143"/>
6988
      <source>Convert Draft/Sketch</source>
6989
      <translation type="unfinished">Convert Draft/Sketch</translation>
6990
    </message>
6991
    <message>
6992
      <location filename="gui_draft2sketch.py" line="66"/>
6993
      <source>Select an object to convert.</source>
6994
      <translation type="unfinished">Select an object to convert.</translation>
6995
    </message>
6996
    <message>
6997
      <location filename="gui_draft2sketch.py" line="99"/>
6998
      <source>Convert to Sketch</source>
6999
      <translation type="unfinished">Convert to Sketch</translation>
7000
    </message>
7001
    <message>
7002
      <location filename="gui_draft2sketch.py" line="114"/>
7003
      <source>Convert to Draft</source>
7004
      <translation type="unfinished">Convert to Draft</translation>
7005
    </message>
7006
    <message>
7007
      <location filename="gui_heal.py" line="51"/>
7008
      <source>Heal</source>
7009
      <translation type="unfinished">Heal</translation>
7010
    </message>
7011
    <message>
7012
      <location filename="gui_labels.py" line="80"/>
7013
      <source>Pick target point</source>
7014
      <translation type="unfinished">Pick target point</translation>
7015
    </message>
7016
    <message>
7017
      <location filename="gui_labels.py" line="157"/>
7018
      <source>Create Label</source>
7019
      <translation type="unfinished">Create Label</translation>
7020
    </message>
7021
    <message>
7022
      <location filename="gui_labels.py" line="218"/>
7023
      <source>Pick endpoint of leader line</source>
7024
      <translation type="unfinished">Pick endpoint of leader line</translation>
7025
    </message>
7026
    <message>
7027
      <location filename="gui_labels.py" line="228"/>
7028
      <source>Pick text position</source>
7029
      <translation type="unfinished">Pick text position</translation>
7030
    </message>
7031
    <message>
7032
      <location filename="gui_edit.py" line="306"/>
7033
      <source>Select a Draft object to edit</source>
7034
      <translation type="unfinished">Select a Draft object to edit</translation>
7035
    </message>
7036
    <message>
7037
      <location filename="gui_edit.py" line="562"/>
7038
      <source>No edit point found for selected object</source>
7039
      <translation type="unfinished">No edit point found for selected object</translation>
7040
    </message>
7041
    <message>
7042
      <location filename="gui_edit.py" line="822"/>
7043
      <source>: this object is not editable</source>
7044
      <translation type="unfinished">: this object is not editable</translation>
7045
    </message>
7046
    <message>
7047
      <location filename="gui_patharray.py" line="143"/>
7048
      <source>Path array</source>
7049
      <translation type="unfinished">Path array</translation>
7050
    </message>
7051
    <message>
7052
      <location filename="gui_pathtwistedarray.py" line="79"/>
7053
      <source>Please select exactly two objects, the base object and the path object, before calling this command.</source>
7054
      <translation type="unfinished">Please select exactly two objects, the base object and the path object, before calling this command.</translation>
7055
    </message>
7056
    <message>
7057
      <location filename="gui_pathtwistedarray.py" line="101"/>
7058
      <source>Path twisted array</source>
7059
      <translation type="unfinished">Path twisted array</translation>
7060
    </message>
7061
    <message>
7062
      <location filename="DraftGui.py" line="1094"/>
7063
      <source>Trimex</source>
7064
      <translation type="unfinished">Trimex</translation>
7065
    </message>
7066
    <message>
7067
      <location filename="gui_trimex.py" line="91"/>
7068
      <source>Select objects to trim or extend</source>
7069
      <translation type="unfinished">Select objects to trim or extend</translation>
7070
    </message>
7071
    <message>
7072
      <location filename="gui_offset.py" line="143"/>
7073
      <source>Pick distance</source>
7074
      <translation type="unfinished">Pick distance</translation>
7075
    </message>
7076
    <message>
7077
      <location filename="gui_trimex.py" line="480"/>
7078
      <source>Unable to trim these objects, only Draft wires and arcs are supported.</source>
7079
      <translation type="unfinished">Unable to trim these objects, only Draft wires and arcs are supported.</translation>
7080
    </message>
7081
    <message>
7082
      <location filename="gui_trimex.py" line="485"/>
7083
      <source>Unable to trim these objects, too many wires</source>
7084
      <translation type="unfinished">Unable to trim these objects, too many wires</translation>
7085
    </message>
7086
    <message>
7087
      <location filename="gui_trimex.py" line="502"/>
7088
      <source>These objects don't intersect.</source>
7089
      <translation type="unfinished">These objects don't intersect.</translation>
7090
    </message>
7091
    <message>
7092
      <location filename="gui_trimex.py" line="505"/>
7093
      <source>Too many intersection points.</source>
7094
      <translation type="unfinished">Too many intersection points.</translation>
7095
    </message>
7096
    <message>
7097
      <location filename="gui_join.py" line="76"/>
7098
      <source>Select an object to join</source>
7099
      <translation type="unfinished">Select an object to join</translation>
7100
    </message>
7101
    <message>
7102
      <location filename="gui_join.py" line="99"/>
7103
      <source>Join lines</source>
7104
      <translation type="unfinished">Join lines</translation>
7105
    </message>
7106
    <message>
7107
      <location filename="gui_join.py" line="110"/>
7108
      <source>Selection:</source>
7109
      <translation>Utvalg:</translation>
7110
    </message>
7111
    <message>
7112
      <location filename="gui_splines.py" line="120"/>
7113
      <source>Spline has been closed</source>
7114
      <translation type="unfinished">Spline has been closed</translation>
7115
    </message>
7116
    <message>
7117
      <location filename="gui_splines.py" line="183"/>
7118
      <source>Create B-spline</source>
7119
      <translation type="unfinished">Create B-spline</translation>
7120
    </message>
7121
    <message>
7122
      <location filename="gui_selectplane.py" line="147"/>
7123
      <source>Pick a face, 3 vertices or a WP Proxy to define the drawing plane</source>
7124
      <translation type="unfinished">Pick a face, 3 vertices or a WP Proxy to define the drawing plane</translation>
7125
    </message>
7126
    <message>
7127
      <location filename="gui_selectplane.py" line="269"/>
7128
      <source>Working plane aligned to global placement of</source>
7129
      <translation type="unfinished">Working plane aligned to global placement of</translation>
7130
    </message>
7131
    <message>
7132
      <location filename="gui_selectplane.py" line="518"/>
7133
      <source>Dir</source>
7134
      <translation type="unfinished">Dir</translation>
7135
    </message>
7136
    <message>
7137
      <location filename="gui_selectplane.py" line="534"/>
7138
      <source>Custom</source>
7139
      <translation>Egendefinert</translation>
7140
    </message>
7141
    <message>
7142
      <location filename="gui_lineops.py" line="73"/>
7143
      <source>No active command.</source>
7144
      <translation type="unfinished">No active command.</translation>
7145
    </message>
7146
    <message>
7147
      <location filename="gui_lineops.py" line="92"/>
7148
      <source>Finish line</source>
7149
      <translation type="unfinished">Finish line</translation>
7150
    </message>
7151
    <message>
7152
      <location filename="gui_lineops.py" line="118"/>
7153
      <source>Close line</source>
7154
      <translation type="unfinished">Close line</translation>
7155
    </message>
7156
    <message>
7157
      <location filename="gui_lineops.py" line="144"/>
7158
      <source>Undo line</source>
7159
      <translation type="unfinished">Undo line</translation>
7160
    </message>
7161
    <message>
7162
      <location filename="gui_split.py" line="64"/>
7163
      <source>Click anywhere on a line to split it.</source>
7164
      <translation type="unfinished">Click anywhere on a line to split it.</translation>
7165
    </message>
7166
    <message>
7167
      <location filename="gui_split.py" line="106"/>
7168
      <source>Split line</source>
7169
      <translation type="unfinished">Split line</translation>
7170
    </message>
7171
    <message>
7172
      <location filename="gui_fillets.py" line="77"/>
7173
      <source>Fillet radius</source>
7174
      <translation type="unfinished">Fillet radius</translation>
7175
    </message>
7176
    <message>
7177
      <location filename="gui_fillets.py" line="80"/>
7178
      <source>Radius of fillet</source>
7179
      <translation type="unfinished">Radius of fillet</translation>
7180
    </message>
7181
    <message>
7182
      <location filename="gui_fillets.py" line="113"/>
7183
      <source>Enter radius.</source>
7184
      <translation type="unfinished">Enter radius.</translation>
7185
    </message>
7186
    <message>
7187
      <location filename="gui_fillets.py" line="132"/>
7188
      <source>Delete original objects:</source>
7189
      <translation type="unfinished">Delete original objects:</translation>
7190
    </message>
7191
    <message>
7192
      <location filename="gui_fillets.py" line="137"/>
7193
      <source>Chamfer mode:</source>
7194
      <translation type="unfinished">Chamfer mode:</translation>
7195
    </message>
7196
    <message>
7197
      <location filename="gui_fillets.py" line="154"/>
7198
      <source>Two elements needed.</source>
7199
      <translation type="unfinished">Two elements needed.</translation>
7200
    </message>
7201
    <message>
7202
      <location filename="gui_fillets.py" line="161"/>
7203
      <source>Test object</source>
7204
      <translation type="unfinished">Test object</translation>
7205
    </message>
7206
    <message>
7207
      <location filename="gui_fillets.py" line="162"/>
7208
      <source>Test object removed</source>
7209
      <translation type="unfinished">Test object removed</translation>
7210
    </message>
7211
    <message>
7212
      <location filename="gui_fillets.py" line="164"/>
7213
      <source>Fillet cannot be created</source>
7214
      <translation type="unfinished">Fillet cannot be created</translation>
7215
    </message>
7216
    <message>
7217
      <location filename="gui_fillets.py" line="194"/>
7218
      <source>Create fillet</source>
7219
      <translation type="unfinished">Create fillet</translation>
7220
    </message>
7221
    <message>
7222
      <location filename="gui_shapestrings.py" line="100"/>
7223
      <source>Pick ShapeString location point</source>
7224
      <translation type="unfinished">Pick ShapeString location point</translation>
7225
    </message>
7226
    <message>
7227
      <location filename="gui_styles.py" line="75"/>
7228
      <source>Change Style</source>
7229
      <translation type="unfinished">Change Style</translation>
7230
    </message>
7231
    <message>
7232
      <location filename="gui_groups.py" line="64"/>
7233
      <source>Add to group</source>
7234
      <translation type="unfinished">Add to group</translation>
7235
    </message>
7236
    <message>
7237
      <location filename="gui_groups.py" line="159"/>
7238
      <source>Select group</source>
7239
      <translation type="unfinished">Select group</translation>
7240
    </message>
7241
    <message>
7242
      <location filename="gui_groups.py" line="233"/>
7243
      <source>Autogroup</source>
7244
      <translation type="unfinished">Autogroup</translation>
7245
    </message>
7246
    <message>
7247
      <location filename="gui_groups.py" line="281"/>
7248
      <source>Add new Layer</source>
7249
      <translation type="unfinished">Add new Layer</translation>
7250
    </message>
7251
    <message>
7252
      <location filename="gui_groups.py" line="335"/>
7253
      <source>Add to construction group</source>
7254
      <translation type="unfinished">Add to construction group</translation>
7255
    </message>
7256
    <message>
7257
      <location filename="gui_offset.py" line="76"/>
7258
      <source>Select an object to offset</source>
7259
      <translation type="unfinished">Select an object to offset</translation>
7260
    </message>
7261
    <message>
7262
      <location filename="gui_offset.py" line="82"/>
7263
      <source>Offset only works on one object at a time.</source>
7264
      <translation type="unfinished">Offset only works on one object at a time.</translation>
7265
    </message>
7266
    <message>
7267
      <location filename="gui_offset.py" line="92"/>
7268
      <source>Cannot offset this object type</source>
7269
      <translation type="unfinished">Cannot offset this object type</translation>
7270
    </message>
7271
    <message>
7272
      <location filename="gui_offset.py" line="123"/>
7273
      <source>Offset of Bezier curves is currently not supported</source>
7274
      <translation type="unfinished">Offset of Bezier curves is currently not supported</translation>
7275
    </message>
7276
    <message>
7277
      <location filename="gui_arcs.py" line="448"/>
7278
      <source>Start angle</source>
7279
      <translation type="unfinished">Start angle</translation>
7280
    </message>
7281
    <message>
7282
      <location filename="gui_arcs.py" line="453"/>
7283
      <source>Pick start angle</source>
7284
      <translation type="unfinished">Pick start angle</translation>
7285
    </message>
7286
    <message>
7287
      <location filename="gui_arcs.py" line="456"/>
7288
      <source>Aperture angle</source>
7289
      <translation type="unfinished">Aperture angle</translation>
7290
    </message>
7291
    <message>
7292
      <location filename="gui_arcs.py" line="292"/>
7293
      <source>Pick aperture</source>
7294
      <translation type="unfinished">Pick aperture</translation>
7295
    </message>
7296
    <message>
7297
      <location filename="gui_arcs.py" line="318"/>
7298
      <source>Create Circle (Part)</source>
7299
      <translation type="unfinished">Create Circle (Part)</translation>
7300
    </message>
7301
    <message>
7302
      <location filename="gui_arcs.py" line="336"/>
7303
      <source>Create Circle</source>
7304
      <translation type="unfinished">Create Circle</translation>
7305
    </message>
7306
    <message>
7307
      <location filename="gui_arcs.py" line="370"/>
7308
      <source>Create Arc (Part)</source>
7309
      <translation type="unfinished">Create Arc (Part)</translation>
7310
    </message>
7311
    <message>
7312
      <location filename="gui_arcs.py" line="390"/>
7313
      <source>Create Arc</source>
7314
      <translation type="unfinished">Create Arc</translation>
7315
    </message>
7316
    <message>
7317
      <location filename="gui_arcs.py" line="467"/>
7318
      <source>Pick aperture angle</source>
7319
      <translation type="unfinished">Pick aperture angle</translation>
7320
    </message>
7321
    <message>
7322
      <location filename="gui_arcs.py" line="514"/>
7323
      <source>Arc by 3 points</source>
7324
      <translation type="unfinished">Arc by 3 points</translation>
7325
    </message>
7326
    <message>
7327
      <location filename="gui_texts.py" line="75"/>
7328
      <source>Pick location point</source>
7329
      <translation type="unfinished">Pick location point</translation>
7330
    </message>
7331
    <message>
7332
      <location filename="gui_texts.py" line="116"/>
7333
      <source>Create Text</source>
7334
      <translation type="unfinished">Create Text</translation>
7335
    </message>
7336
    <message>
7337
      <location filename="gui_rotate.py" line="279"/>
7338
      <source>Rotate</source>
7339
      <translation>Roter</translation>
7340
    </message>
7341
    <message>
7342
      <location filename="gui_rotate.py" line="79"/>
7343
      <source>Select an object to rotate</source>
7344
      <translation type="unfinished">Select an object to rotate</translation>
7345
    </message>
7346
    <message>
7347
      <location filename="gui_rotate.py" line="100"/>
7348
      <source>Pick rotation center</source>
7349
      <translation type="unfinished">Pick rotation center</translation>
7350
    </message>
7351
    <message>
7352
      <location filename="gui_rotate.py" line="389"/>
7353
      <source>Base angle</source>
7354
      <translation type="unfinished">Base angle</translation>
7355
    </message>
7356
    <message>
7357
      <location filename="gui_rotate.py" line="390"/>
7358
      <source>The base angle you wish to start the rotation from</source>
7359
      <translation type="unfinished">The base angle you wish to start the rotation from</translation>
7360
    </message>
7361
    <message>
7362
      <location filename="gui_rotate.py" line="393"/>
7363
      <source>Pick base angle</source>
7364
      <translation type="unfinished">Pick base angle</translation>
7365
    </message>
7366
    <message>
7367
      <location filename="gui_rotate.py" line="402"/>
7368
      <source>Rotation</source>
7369
      <translation type="unfinished">Rotation</translation>
7370
    </message>
7371
    <message>
7372
      <location filename="gui_rotate.py" line="403"/>
7373
      <source>The amount of rotation you wish to perform.
7374
The final angle will be the base angle plus this amount.</source>
7375
      <translation type="unfinished">The amount of rotation you wish to perform.
7376
The final angle will be the base angle plus this amount.</translation>
7377
    </message>
7378
    <message>
7379
      <location filename="gui_rotate.py" line="411"/>
7380
      <source>Pick rotation angle</source>
7381
      <translation type="unfinished">Pick rotation angle</translation>
7382
    </message>
7383
    <message>
7384
      <location filename="DraftGui.py" line="750"/>
7385
      <source>Global</source>
7386
      <translation>Global</translation>
7387
    </message>
7388
    <message>
7389
      <location filename="DraftGui.py" line="748"/>
7390
      <source>Coordinates relative to last point or to coordinate system origin
7391
if is the first point to set</source>
7392
      <translation type="unfinished">Coordinates relative to last point or to coordinate system origin
7393
if is the first point to set</translation>
7394
    </message>
7395
    <message>
7396
      <location filename="DraftGui.py" line="753"/>
7397
      <source>Coordinates relative to global coordinate system.
7398
Uncheck to use working plane coordinate system</source>
7399
      <translation type="unfinished">Coordinates relative to global coordinate system.
7400
Uncheck to use working plane coordinate system</translation>
7401
    </message>
7402
    <message>
7403
      <location filename="DraftGui.py" line="759"/>
7404
      <source>Check this if the object should appear as filled, otherwise it will appear as wireframe.
7405
Not available if Draft preference option 'Use Part Primitives' is enabled</source>
7406
      <translation type="unfinished">Check this if the object should appear as filled, otherwise it will appear as wireframe.
7407
Not available if Draft preference option 'Use Part Primitives' is enabled</translation>
7408
    </message>
7409
    <message>
7410
      <location filename="DraftGui.py" line="771"/>
7411
      <source>If checked, an OCC-style offset will be performedinstead of the classic offset</source>
7412
      <translation type="unfinished">If checked, an OCC-style offset will be performedinstead of the classic offset</translation>
7413
    </message>
7414
    <message>
7415
      <location filename="DraftGui.py" line="1249"/>
7416
      <source>Local u0394X</source>
7417
      <translation type="unfinished">Local u0394X</translation>
7418
    </message>
7419
    <message>
7420
      <location filename="DraftGui.py" line="1250"/>
7421
      <source>Local u0394Y</source>
7422
      <translation type="unfinished">Local u0394Y</translation>
7423
    </message>
7424
    <message>
7425
      <location filename="DraftGui.py" line="1251"/>
7426
      <source>Local u0394Z</source>
7427
      <translation type="unfinished">Local u0394Z</translation>
7428
    </message>
7429
    <message>
7430
      <location filename="DraftGui.py" line="1257"/>
7431
      <source>Global u0394X</source>
7432
      <translation type="unfinished">Global u0394X</translation>
7433
    </message>
7434
    <message>
7435
      <location filename="DraftGui.py" line="1258"/>
7436
      <source>Global u0394Y</source>
7437
      <translation type="unfinished">Global u0394Y</translation>
7438
    </message>
7439
    <message>
7440
      <location filename="DraftGui.py" line="1259"/>
7441
      <source>Global u0394Z</source>
7442
      <translation type="unfinished">Global u0394Z</translation>
7443
    </message>
7444
    <message>
7445
      <location filename="DraftGui.py" line="2047"/>
7446
      <source>Autogroup:</source>
7447
      <translation type="unfinished">Autogroup:</translation>
7448
    </message>
7449
    <message>
7450
      <location filename="make_arc_3points.py" line="130"/>
7451
      <source>Points:</source>
7452
      <translation type="unfinished">Points:</translation>
7453
    </message>
7454
    <message>
7455
      <location filename="make_arc_3points.py" line="138"/>
7456
      <source>Placement:</source>
7457
      <translation type="unfinished">Placement:</translation>
7458
    </message>
7459
    <message>
7460
      <location filename="gui_scale.py" line="333"/>
7461
      <source>Unable to scale object:</source>
7462
      <translation type="unfinished">Unable to scale object:</translation>
7463
    </message>
7464
    <message>
7465
      <location filename="gui_scale.py" line="337"/>
7466
      <source>Unable to scale objects:</source>
7467
      <translation type="unfinished">Unable to scale objects:</translation>
7468
    </message>
7469
    <message>
7470
      <location filename="gui_edit.py" line="814"/>
7471
      <source>Too many objects selected, max number set to:</source>
7472
      <translation type="unfinished">Too many objects selected, max number set to:</translation>
7473
    </message>
7474
    <message>
7475
      <location filename="mirror.py" line="113"/>
7476
      <source>mirrored</source>
7477
      <translation type="unfinished">mirrored</translation>
7478
    </message>
7479
    <message>
7480
      <location filename="make_arc_3points.py" line="159"/>
7481
      <source>Cannot generate shape:</source>
7482
      <translation type="unfinished">Cannot generate shape:</translation>
7483
    </message>
7484
    <message>
7485
      <location filename="WorkingPlane.py" line="696"/>
7486
      <source>Selected Shapes must define a plane
7487
</source>
7488
      <translation type="unfinished">Selected Shapes must define a plane
7489
</translation>
7490
    </message>
7491
    <message>
7492
      <location filename="gui_trimex.py" line="219"/>
7493
      <source>Offset angle</source>
7494
      <translation type="unfinished">Offset angle</translation>
7495
    </message>
7496
  </context>
7497
  <context>
7498
    <name>importOCA</name>
7499
    <message>
7500
      <location filename="importOCA.py" line="362"/>
7501
      <source>OCA error: couldn't determine character encoding</source>
7502
      <translation type="unfinished">OCA error: couldn't determine character encoding</translation>
7503
    </message>
7504
    <message>
7505
      <location filename="importOCA.py" line="447"/>
7506
      <source>OCA: found no data to export</source>
7507
      <translation type="unfinished">OCA: found no data to export</translation>
7508
    </message>
7509
    <message>
7510
      <location filename="importOCA.py" line="492"/>
7511
      <source>successfully exported</source>
7512
      <translation type="unfinished">successfully exported</translation>
7513
    </message>
7514
  </context>
7515
</TS>
7516

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.