~ubuntu-branches/ubuntu/raring/kde-l10n-ug/raring-proposed

« back to all changes in this revision

Viewing changes to messages/kdeedu/kig.po

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-09-11 11:10:45 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120911111045-ziqagvpsy28mx39h
Tags: upstream-4.9.1
Import upstream version 4.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"Content-Transfer-Encoding: 8bit\n"
18
18
"Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
 
#. i18n: file: tips:2
21
 
#. i18n: ectx: @info:tipoftheday
22
 
#: tips.cpp:3
23
 
msgid ""
24
 
"<p>You can control a kig construction by means of a \"pykig\" \n"
25
 
"python script, that can be executed with the command \n"
26
 
"<code>pykig.py</code>.  Here is a nice example \n"
27
 
"(<code>hexagons.kpy</code>) you can try:\n"
28
 
"<code><pre>\n"
29
 
"kigdocument.hideobjects()\n"
30
 
"def hexagons (c, v, n):\n"
31
 
"  hexagon = PolygonBCV (c, v, 6)\n"
32
 
"  if n &lt;= 0:\n"
33
 
"    hexagon.show()\n"
34
 
"    for i in range(6): \n"
35
 
"      PolygonSide (hexagon, i, True)\n"
36
 
"    return\n"
37
 
"  cnew = MidPoints (c, v)\n"
38
 
"  hexagons (cnew, v, n-1)\n"
39
 
"  for k in [2,4]:\n"
40
 
"    v1 = PolygonVertex (hexagon, k)\n"
41
 
"    cnew = MidPoints (c, v1)\n"
42
 
"    hexagons (cnew, v1, n-1)\n"
43
 
"hexagons (Point(0,0), Point(1,0), 5)\n"
44
 
"</pre></code>\n"
45
 
msgstr ""
46
 
 
47
 
#. i18n: file: tips:28
48
 
#. i18n: ectx: @info:tipoftheday
49
 
#: tips.cpp:28
50
 
msgid ""
51
 
"<p>You can repeat the latest construction simply by pressing the key\n"
52
 
"'Z'; this comes in very handy if you need to construct a sequence\n"
53
 
"of objects with the same construction, especially if there is\n"
54
 
"no shortcut for that construction.</p>\n"
55
 
msgstr ""
56
 
 
57
 
#. i18n: file: tips:37
58
 
#. i18n: ectx: @info:tipoftheday
59
 
#: tips.cpp:36
60
 
msgid ""
61
 
"<p>One of the most powerful tools in Kig are the menus that you can\n"
62
 
"enter by right-clicking on an object, or on some empty space in the\n"
63
 
"document.  You can use them to give objects names, change their colors\n"
64
 
"and line styles, and lots of other interesting things.</p>\n"
65
 
msgstr ""
66
 
 
67
 
#. i18n: file: tips:46
68
 
#. i18n: ectx: @info:tipoftheday
69
 
#: tips.cpp:44
70
 
msgid ""
71
 
"<p>You can construct new points without using the menu or the toolbar, "
72
 
"simply\n"
73
 
"clicking somewhere on the Kig document with the <em>middle mouse\n"
74
 
"button</em>.</p>\n"
75
 
msgstr ""
76
 
 
77
 
#. i18n: file: tips:54
78
 
#. i18n: ectx: @info:tipoftheday
79
 
#: tips.cpp:51
80
 
msgid ""
81
 
"<p>Kig can open several file formats: its files (<code>.kig</code> files),\n"
82
 
"<em>KGeo</em> files, <em>KSeg</em> files, and, partially, <em>Dr. Geo</em>\n"
83
 
"and <em>Cabri&#8482;</em> files.</p>\n"
84
 
msgstr ""
85
 
 
86
 
#. i18n: file: tips:62
87
 
#. i18n: ectx: @info:tipoftheday
88
 
#: tips.cpp:58
89
 
msgid ""
90
 
"<p>Kig has more than 20 objects and 10 transformations with more than 80 \n"
91
 
"constructions you can use in your documents: open the <em>Objects</em> \n"
92
 
"menu to see them all.</p>\n"
93
 
msgstr ""
94
 
 
95
 
#. i18n: file: tips:70
96
 
#. i18n: ectx: @info:tipoftheday
97
 
#: tips.cpp:65
98
 
msgid ""
99
 
"<p>You can use the selected objects to start the construction of an object\n"
100
 
"which requires the selected objects as arguments. For example, if you have "
101
 
"two\n"
102
 
"points selected, you can choose <em>Start->Circle by Three Points</em> from "
103
 
"the\n"
104
 
"popup menu to start constructing a circle by three points.</p>\n"
105
 
msgstr ""
106
 
 
107
 
#. i18n: file: tips:79
108
 
#. i18n: ectx: @info:tipoftheday
109
 
#: tips.cpp:73
110
 
msgid ""
111
 
"<p>Kig can extends its object set using external macros. You can find some\n"
112
 
"interesting macros on the Kig website:\n"
113
 
"<a href=\"http://edu.kde.org/kig\">http://edu.kde.org/kig</a>.</p>\n"
114
 
msgstr ""
115
 
 
116
 
#. i18n: file: tips:87
117
 
#. i18n: ectx: @info:tipoftheday
118
 
#: tips.cpp:80
119
 
msgid ""
120
 
"<p>If you have more than one object under the mouse, and you want to select "
121
 
"any\n"
122
 
"of them, you can click with the <em>left mouse button</em>, while holding "
123
 
"the\n"
124
 
"<em>Shift</em> key, to get a list of the objects under the mouse cursor "
125
 
"which\n"
126
 
"you can then select from.</p>\n"
127
 
msgstr ""
128
 
 
129
 
#. i18n: file: tips:96
130
 
#. i18n: ectx: @info:tipoftheday
131
 
#: tips.cpp:88
132
 
msgid ""
133
 
"<p>When you construct a locus, you can click on it with the <em>right</em> "
134
 
"mouse\n"
135
 
"button and select <em>cartesian equation</em> to see its cartesian "
136
 
"equation, \n"
137
 
"whenever it is an algebraic curve of low degree.</p>\n"
138
 
msgstr ""
139
 
 
140
 
#: rc.cpp:1
141
20
msgctxt "NAME OF TRANSLATORS"
142
21
msgid "Your names"
143
22
msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى"
144
23
 
145
 
#: rc.cpp:2
146
24
msgctxt "EMAIL OF TRANSLATORS"
147
25
msgid "Your emails"
148
26
msgstr "sahran.ug@gmail.com,  gheyret@gmail.com"
149
27
 
150
 
#. i18n: file: kig/kigpartui.rc:5
151
 
#. i18n: ectx: Menu (file)
152
 
#. i18n: file: kig/kigui.rc:4
153
 
#. i18n: ectx: Menu (file)
154
 
#: rc.cpp:5 rc.cpp:101
155
 
msgid "&File"
156
 
msgstr "ھۆججەت(&F)"
157
 
 
158
 
#. i18n: file: kig/kigpartui.rc:16
159
 
#. i18n: ectx: Menu (edit)
160
 
#: rc.cpp:8
161
 
msgid "&Edit"
162
 
msgstr "تەھرىر(&E)"
163
 
 
164
 
#. i18n: file: kig/kigpartui.rc:27
165
 
#. i18n: ectx: Menu (view)
166
 
#: rc.cpp:11
167
 
msgid "&View"
168
 
msgstr "كۆرۈنۈش(&V)"
169
 
 
170
 
#. i18n: file: kig/kigpartui.rc:35
171
 
#. i18n: ectx: Menu (objects)
172
 
#: rc.cpp:14
173
 
msgid "&Objects"
174
 
msgstr ""
175
 
 
176
 
#. i18n: file: kig/kigpartui.rc:37
177
 
#. i18n: ectx: Menu (new_point)
178
 
#: rc.cpp:17
179
 
msgid "&Points"
180
 
msgstr ""
181
 
 
182
 
#. i18n: file: kig/kigpartui.rc:49
183
 
#. i18n: ectx: Menu (new_line)
184
 
#: rc.cpp:20
185
 
msgid "&Lines"
186
 
msgstr ""
187
 
 
188
 
#. i18n: file: kig/kigpartui.rc:59
189
 
#. i18n: ectx: Menu (new_circle)
190
 
#: rc.cpp:23
191
 
msgid "&Circles && Arcs"
192
 
msgstr ""
193
 
 
194
 
#. i18n: file: kig/kigpartui.rc:70
195
 
#. i18n: ectx: Menu (new_poligon)
196
 
#: rc.cpp:26
197
 
msgid "Poly&gons"
198
 
msgstr ""
199
 
 
200
 
#. i18n: file: kig/kigpartui.rc:82
201
 
#. i18n: ectx: Menu (new_vector)
202
 
#: rc.cpp:29
203
 
msgid "&Vectors && Segments"
204
 
msgstr ""
205
 
 
206
 
#. i18n: file: kig/kigpartui.rc:91
207
 
#. i18n: ectx: Menu (new_conic)
208
 
#: rc.cpp:32
209
 
msgid "Co&nics && Cubics"
210
 
msgstr ""
211
 
 
212
 
#. i18n: file: kig/kigpartui.rc:98
213
 
#. i18n: ectx: Menu (new_moreconics)
214
 
#: rc.cpp:35
215
 
msgid "More Conics"
216
 
msgstr ""
217
 
 
218
 
#. i18n: file: kig/kigpartui.rc:113
219
 
#. i18n: ectx: Menu (new_cubic)
220
 
#: rc.cpp:38
221
 
msgid "Cu&bics"
222
 
msgstr ""
223
 
 
224
 
#. i18n: file: kig/kigpartui.rc:121
225
 
#. i18n: ectx: Menu (new_bezier)
226
 
#: rc.cpp:41
227
 
msgid "&Bézier curves"
228
 
msgstr ""
229
 
 
230
 
#. i18n: file: kig/kigpartui.rc:131
231
 
#. i18n: ectx: Menu (new_angle)
232
 
#: rc.cpp:44
233
 
msgid "&Angles"
234
 
msgstr ""
235
 
 
236
 
#. i18n: file: kig/kigpartui.rc:136
237
 
#. i18n: ectx: Menu (new_transformation)
238
 
#: rc.cpp:47
239
 
msgid "&Transformations"
240
 
msgstr ""
241
 
 
242
 
#. i18n: file: kig/kigpartui.rc:154
243
 
#. i18n: ectx: Menu (new_differentialgeometry)
244
 
#: rc.cpp:50
245
 
msgid "&Differential geometry"
246
 
msgstr ""
247
 
 
248
 
#. i18n: file: kig/kigpartui.rc:161
249
 
#. i18n: ectx: Menu (new_test)
250
 
#: rc.cpp:53
251
 
msgid "T&ests"
252
 
msgstr ""
253
 
 
254
 
#. i18n: file: kig/kigpartui.rc:172
255
 
#. i18n: ectx: Menu (new_other)
256
 
#: rc.cpp:56
257
 
msgid "&Other"
258
 
msgstr "باشقا (&O)"
259
 
 
260
 
#. i18n: file: kig/kigpartui.rc:186
261
 
#. i18n: ectx: Menu (types)
262
 
#: rc.cpp:59
263
 
msgid "&Types"
264
 
msgstr "تىپلار(&T):"
265
 
 
266
 
#. i18n: file: kig/kigpartui.rc:191
267
 
#. i18n: ectx: Menu (tools)
268
 
#: rc.cpp:62
269
 
msgid "&Tools"
270
 
msgstr "قوراللار(&T)"
271
 
 
272
 
#. i18n: file: kig/kigpartui.rc:204
273
 
#. i18n: ectx: ToolBar (mainToolBar)
274
 
#. i18n: file: kig/kigui.rc:23
275
 
#. i18n: ectx: ToolBar (mainToolBar)
276
 
#: rc.cpp:65 rc.cpp:107
277
 
msgid "Main Toolbar"
278
 
msgstr "ئاساسىي قورال بالداق"
279
 
 
280
 
#. i18n: file: kig/kigpartui.rc:218
281
 
#. i18n: ectx: ToolBar (points_toolbar)
282
 
#: rc.cpp:68
283
 
msgid "Points"
284
 
msgstr "نۇقتا"
285
 
 
286
 
#. i18n: file: kig/kigpartui.rc:229
287
 
#. i18n: ectx: ToolBar (line_toolbar)
288
 
#: rc.cpp:71
289
 
msgid "Lines"
290
 
msgstr "سىزىقلار"
291
 
 
292
 
#. i18n: file: kig/kigpartui.rc:239
293
 
#. i18n: ectx: ToolBar (vectseg_toolbar)
294
 
#: rc.cpp:74
295
 
msgid "Vectors && Segments"
296
 
msgstr ""
297
 
 
298
 
#. i18n: file: kig/kigpartui.rc:247
299
 
#. i18n: ectx: ToolBar (circle_toolbar)
300
 
#: rc.cpp:77
301
 
msgid "Circles && Arcs"
302
 
msgstr ""
303
 
 
304
 
#. i18n: file: kig/kigpartui.rc:255
305
 
#. i18n: ectx: ToolBar (conic_toolbar)
306
 
#: rc.cpp:80
307
 
msgid "Conics"
308
 
msgstr ""
309
 
 
310
 
#. i18n: file: kig/kigpartui.rc:264
311
 
#. i18n: ectx: ToolBar (bezier_toolbar)
312
 
#: rc.cpp:83
313
 
msgid "Bézier Curves"
314
 
msgstr ""
315
 
 
316
 
#. i18n: file: kig/kigpartui.rc:274
317
 
#. i18n: ectx: ToolBar (angles_toolbar)
318
 
#: rc.cpp:86
319
 
msgid "Angles"
320
 
msgstr ""
321
 
 
322
 
#. i18n: file: kig/kigpartui.rc:279
323
 
#. i18n: ectx: ToolBar (transformation_toolbar)
324
 
#: rc.cpp:89
325
 
msgid "Transformations"
326
 
msgstr ""
327
 
 
328
 
#. i18n: file: kig/kigpartui.rc:293
329
 
#. i18n: ectx: ToolBar (tests_toolbar)
330
 
#: rc.cpp:92
331
 
msgid "Tests"
332
 
msgstr "سىناقلار"
333
 
 
334
 
#. i18n: file: kig/kigpartui.rc:305
335
 
#. i18n: ectx: ToolBar (rest_toolbar)
336
 
#: rc.cpp:95
337
 
msgid "Other Objects"
338
 
msgstr ""
339
 
 
340
 
#. i18n: file: kig/kigpartui.rc:313
341
 
#. i18n: ectx: ToolBar (view_toolbar)
342
 
#: rc.cpp:98
343
 
msgid "View"
344
 
msgstr "كۆرۈنۈش"
345
 
 
346
 
#. i18n: file: kig/kigui.rc:13
347
 
#. i18n: ectx: Menu (settings)
348
 
#: rc.cpp:104
349
 
msgid "&Settings"
350
 
msgstr "تەڭشەك(&S)"
351
 
 
352
 
#. i18n: file: filters/asyexporteroptionswidget.ui:22
353
 
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
354
 
#. i18n: file: filters/imageexporteroptionswidget.ui:120
355
 
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
356
 
#. i18n: file: filters/latexexporteroptionswidget.ui:82
357
 
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
358
 
#. i18n: file: filters/svgexporteroptionswidget.ui:22
359
 
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
360
 
#: rc.cpp:110 rc.cpp:134 rc.cpp:164 rc.cpp:176 misc/kigfiledialog.cc:34
361
 
msgid "Options"
362
 
msgstr "تاللانما"
363
 
 
364
 
#. i18n: file: filters/asyexporteroptionswidget.ui:42
365
 
#. i18n: ectx: property (text), widget (QCheckBox, showFrameCheckBox)
366
 
#. i18n: file: filters/latexexporteroptionswidget.ui:95
367
 
#. i18n: ectx: property (text), widget (QCheckBox, showFrameCheckBox)
368
 
#: rc.cpp:113 rc.cpp:170
369
 
msgid "Show Extra Frame"
370
 
msgstr ""
371
 
 
372
 
#. i18n: file: filters/asyexporteroptionswidget.ui:49
373
 
#. i18n: ectx: property (text), widget (QCheckBox, showAxesCheckBox)
374
 
#. i18n: file: filters/imageexporteroptionswidget.ui:140
375
 
#. i18n: ectx: property (text), widget (QCheckBox, showAxesCheckBox)
376
 
#. i18n: file: filters/latexexporteroptionswidget.ui:102
377
 
#. i18n: ectx: property (text), widget (QCheckBox, showAxesCheckBox)
378
 
#. i18n: file: filters/svgexporteroptionswidget.ui:42
379
 
#. i18n: ectx: property (text), widget (QCheckBox, showAxesCheckBox)
380
 
#: rc.cpp:116 rc.cpp:137 rc.cpp:173 rc.cpp:179
381
 
msgid "Show Axes"
382
 
msgstr ""
383
 
 
384
 
#. i18n: file: filters/asyexporteroptionswidget.ui:56
385
 
#. i18n: ectx: property (text), widget (QCheckBox, showGridCheckBox)
386
 
#. i18n: file: filters/imageexporteroptionswidget.ui:147
387
 
#. i18n: ectx: property (text), widget (QCheckBox, showGridCheckBox)
388
 
#. i18n: file: filters/latexexporteroptionswidget.ui:88
389
 
#. i18n: ectx: property (text), widget (QCheckBox, showGridCheckBox)
390
 
#. i18n: file: filters/svgexporteroptionswidget.ui:49
391
 
#. i18n: ectx: property (text), widget (QCheckBox, showGridCheckBox)
392
 
#: rc.cpp:119 rc.cpp:140 rc.cpp:167 rc.cpp:182
393
 
msgid "Show Grid"
394
 
msgstr "سېتكا كۆرسەت"
395
 
 
396
 
#. i18n: file: filters/imageexporteroptionswidget.ui:22
397
 
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
398
 
#: rc.cpp:122
399
 
msgid "Resolution"
400
 
msgstr "ئېنىقلىق"
401
 
 
402
 
#. i18n: file: filters/imageexporteroptionswidget.ui:37
403
 
#. i18n: ectx: property (text), widget (QCheckBox, keepAspectRatio)
404
 
#: rc.cpp:125
405
 
msgid "&Keep Aspect Ratio"
406
 
msgstr "ئېگىزلىك-كەڭلىك نىسبىتىنى ساقلاپ قال(&K)"
407
 
 
408
 
#. i18n: file: filters/imageexporteroptionswidget.ui:54
409
 
#. i18n: ectx: property (text), widget (QLabel, label_2)
410
 
#: rc.cpp:128
411
 
msgid "Height:"
412
 
msgstr "ئېگىزلىك:"
413
 
 
414
 
#. i18n: file: filters/imageexporteroptionswidget.ui:110
415
 
#. i18n: ectx: property (text), widget (QLabel, label)
416
 
#: rc.cpp:131
417
 
msgid "Width:"
418
 
msgstr "كەڭلىك:"
419
 
 
420
 
#. i18n: file: filters/latexexporteroptionswidget.ui:23
421
 
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
422
 
#: rc.cpp:143
423
 
msgid "Output format"
424
 
msgstr ""
425
 
 
426
 
#. i18n: file: filters/latexexporteroptionswidget.ui:29
427
 
#. i18n: ectx: property (text), widget (QRadioButton, psTricksRadioButton)
428
 
#: rc.cpp:146
429
 
msgid "PSTricks"
430
 
msgstr ""
431
 
 
432
 
#. i18n: file: filters/latexexporteroptionswidget.ui:36
433
 
#. i18n: ectx: property (text), widget (QRadioButton, tikzRadioButton)
434
 
#: rc.cpp:149
435
 
msgid "Tikz/PGF"
436
 
msgstr ""
437
 
 
438
 
#. i18n: file: filters/latexexporteroptionswidget.ui:46
439
 
#. i18n: ectx: property (text), widget (QRadioButton, asyRadioButton)
440
 
#: rc.cpp:152
441
 
msgid "Asymptote"
442
 
msgstr ""
443
 
 
444
 
#. i18n: file: filters/latexexporteroptionswidget.ui:56
445
 
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
446
 
#: rc.cpp:155
447
 
msgid "Document options"
448
 
msgstr ""
449
 
 
450
 
#. i18n: file: filters/latexexporteroptionswidget.ui:62
451
 
#. i18n: ectx: property (text), widget (QRadioButton, pictureRadioButton)
452
 
#: rc.cpp:158
453
 
msgid "Picture only"
454
 
msgstr ""
455
 
 
456
 
#. i18n: file: filters/latexexporteroptionswidget.ui:72
457
 
#. i18n: ectx: property (text), widget (QRadioButton, documentRadioButton)
458
 
#: rc.cpp:161
459
 
msgid "Standalone document"
460
 
msgstr ""
461
 
 
462
 
#. i18n: file: misc/kigcoordinateprecisiondialog.ui:9
463
 
#. i18n: ectx: property (text), widget (QCheckBox, m_defaultCheckBox)
464
 
#: rc.cpp:185
465
 
msgid "&Use default coordinate precision"
466
 
msgstr ""
467
 
 
468
 
#. i18n: file: misc/kigcoordinateprecisiondialog.ui:16
469
 
#. i18n: ectx: property (text), widget (QLabel, m_precisionLabel)
470
 
#: rc.cpp:188
471
 
msgid "&Specify coordinate precision:"
472
 
msgstr ""
473
 
 
474
 
#. i18n: file: modes/edittypewidget.ui:36
475
 
#. i18n: ectx: property (text), widget (QLabel, label)
476
 
#: rc.cpp:191
477
 
msgid ""
478
 
"Here you can modify the name, the description and the icon of this macro "
479
 
"type."
480
 
msgstr ""
481
 
 
482
 
#. i18n: file: modes/edittypewidget.ui:73
483
 
#. i18n: ectx: property (text), widget (QLabel, label_2_3)
484
 
#: rc.cpp:194
485
 
msgid "Name:"
486
 
msgstr "ئاتى:"
487
 
 
488
 
#. i18n: file: modes/edittypewidget.ui:93
489
 
#. i18n: ectx: property (text), widget (QLabel, label_2_2_2)
490
 
#: rc.cpp:197
491
 
msgid "Description:"
492
 
msgstr "چۈشەندۈرۈش:"
493
 
 
494
 
#. i18n: file: modes/historywidget.ui:22
495
 
#. i18n: ectx: property (text), widget (QLabel, label)
496
 
#: rc.cpp:200
497
 
msgid "Description of the current step:"
498
 
msgstr ""
499
 
 
500
 
#. i18n: file: modes/historywidget.ui:53
501
 
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonFirst)
502
 
#: rc.cpp:203
503
 
msgid "First step"
504
 
msgstr ""
505
 
 
506
 
#. i18n: file: modes/historywidget.ui:66
507
 
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonBack)
508
 
#: rc.cpp:206
509
 
msgid "One step back"
510
 
msgstr ""
511
 
 
512
 
#. i18n: file: modes/historywidget.ui:82
513
 
#. i18n: ectx: property (text), widget (QLabel, label_2)
514
 
#: rc.cpp:209
515
 
msgid "/"
516
 
msgstr "/"
517
 
 
518
 
#. i18n: file: modes/historywidget.ui:96
519
 
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonNext)
520
 
#: rc.cpp:212
521
 
msgid "One step forward"
522
 
msgstr ""
523
 
 
524
 
#. i18n: file: modes/historywidget.ui:109
525
 
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonLast)
526
 
#: rc.cpp:215
527
 
msgid "Last step"
528
 
msgstr ""
529
 
 
530
 
#. i18n: file: modes/typeswidget.ui:37
531
 
#. i18n: ectx: property (toolTip), widget (QTreeView, typeList)
532
 
#: rc.cpp:218
533
 
msgid "Select types here..."
534
 
msgstr ""
535
 
 
536
 
#. i18n: file: modes/typeswidget.ui:40
537
 
#. i18n: ectx: property (whatsThis), widget (QTreeView, typeList)
538
 
#: rc.cpp:221
539
 
msgid ""
540
 
"This is a list of the current macro types... You can select, edit, delete, "
541
 
"export and import them..."
542
 
msgstr ""
543
 
 
544
 
#. i18n: file: modes/typeswidget.ui:99
545
 
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonEdit)
546
 
#: rc.cpp:224
547
 
msgid "Edit the selected type."
548
 
msgstr ""
549
 
 
550
 
#. i18n: file: modes/typeswidget.ui:102
551
 
#. i18n: ectx: property (text), widget (KPushButton, buttonEdit)
552
 
#: rc.cpp:227 modes/typesdialog.cpp:368
553
 
msgid "&Edit..."
554
 
msgstr "تەھرىر(&E)…"
555
 
 
556
 
#. i18n: file: modes/typeswidget.ui:109
557
 
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonRemove)
558
 
#: rc.cpp:230
559
 
msgid "Delete all the selected types in the list."
560
 
msgstr ""
561
 
 
562
 
#. i18n: file: modes/typeswidget.ui:112
563
 
#. i18n: ectx: property (text), widget (KPushButton, buttonRemove)
564
 
#: rc.cpp:233 modes/popup.cc:390 modes/typesdialog.cpp:369
565
 
msgid "&Delete"
566
 
msgstr "ئۆچۈر(&D)"
567
 
 
568
 
#. i18n: file: modes/typeswidget.ui:151
569
 
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonExport)
570
 
#: rc.cpp:236
571
 
msgid "Export all the selected types to a file."
572
 
msgstr ""
573
 
 
574
 
#. i18n: file: modes/typeswidget.ui:154
575
 
#. i18n: ectx: property (text), widget (KPushButton, buttonExport)
576
 
#: rc.cpp:239 modes/typesdialog.cpp:371
577
 
msgid "E&xport..."
578
 
msgstr "چىقار(&X)…"
579
 
 
580
 
#. i18n: file: modes/typeswidget.ui:161
581
 
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonImport)
582
 
#: rc.cpp:242
583
 
msgid "Import macros that are contained in one or more files."
584
 
msgstr ""
585
 
 
586
 
#. i18n: file: modes/typeswidget.ui:164
587
 
#. i18n: ectx: property (text), widget (KPushButton, buttonImport)
588
 
#: rc.cpp:245
589
 
msgid "&Import..."
590
 
msgstr "ئىمپورت قىل(&I)…"
591
 
 
592
 
#: rc.cpp:246
593
28
msgid "Circle by Center && Line"
594
29
msgstr ""
595
30
 
596
 
#: rc.cpp:247
597
31
msgid "A circle constructed by its center and tangent to a given line"
598
32
msgstr ""
599
33
 
600
 
#: rc.cpp:248
601
34
msgid "Construct a circle tangent to this line"
602
35
msgstr ""
603
36
 
604
 
#: rc.cpp:249 rc.cpp:254 objects/circle_type.cc:34
605
 
msgid "Construct a circle with this center"
606
 
msgstr ""
607
 
 
608
 
#: rc.cpp:250
609
37
msgid "Select the line that the new circle should be tangent to..."
610
38
msgstr ""
611
39
 
612
 
#: rc.cpp:251 rc.cpp:256 objects/circle_type.cc:39 objects/circle_type.cc:194
613
 
msgid "Select the center of the new circle..."
614
 
msgstr ""
615
 
 
616
 
#: rc.cpp:252
617
40
msgid "Circle by Point && Segment (as the Diameter)"
618
41
msgstr ""
619
42
 
620
 
#: rc.cpp:253
621
43
msgid ""
622
44
"A circle defined by its center and the length of a segment as the diameter"
623
45
msgstr ""
624
46
 
625
 
#: rc.cpp:255
626
47
msgid ""
627
48
"Construct a circle with the diameter given by the length of this segment"
628
49
msgstr ""
629
50
 
630
 
#: rc.cpp:257
631
51
msgid "Select the segment whose length gives the diameter of the new circle..."
632
52
msgstr ""
633
53
 
634
 
#: rc.cpp:258
635
54
msgid "Equilateral Triangle"
636
55
msgstr ""
637
56
 
638
 
#: rc.cpp:259
639
57
msgid "Equilateral triangle with given two vertices"
640
58
msgstr ""
641
59
 
642
 
#: rc.cpp:260
643
60
msgid "Evolute"
644
61
msgstr ""
645
62
 
646
 
#: rc.cpp:261
647
63
msgid "Evolute of a curve"
648
64
msgstr ""
649
65
 
650
 
#: rc.cpp:262
651
66
msgid "Evolute of this curve"
652
67
msgstr ""
653
68
 
654
 
#: rc.cpp:263 rc.cpp:268 objects/centerofcurvature_type.cc:35
655
 
#: objects/tangent_type.cc:36
656
 
msgid "Select the curve..."
657
 
msgstr ""
658
 
 
659
 
#: rc.cpp:264
660
69
msgid "Osculating Circle"
661
70
msgstr ""
662
71
 
663
 
#: rc.cpp:265
664
72
msgid "Osculating circle of a curve at a point"
665
73
msgstr ""
666
74
 
667
 
#: rc.cpp:266
668
75
msgid "Osculating circle of this curve"
669
76
msgstr ""
670
77
 
671
 
#: rc.cpp:267
672
78
msgid "Osculating circle at this point"
673
79
msgstr ""
674
80
 
675
 
#: rc.cpp:269
676
81
msgid "Select the point..."
677
82
msgstr ""
678
83
 
679
 
#: rc.cpp:270
680
84
msgid "Segment Axis"
681
85
msgstr ""
682
86
 
683
 
#: rc.cpp:271
684
87
msgid "The perpendicular line through a given segment's mid point."
685
88
msgstr ""
686
89
 
687
 
#: rc.cpp:272
688
90
msgid "Construct the axis of this segment"
689
91
msgstr ""
690
92
 
691
 
#: rc.cpp:273
692
93
msgid "Select the segment of which you want to draw the axis..."
693
94
msgstr ""
694
95
 
695
 
#: rc.cpp:274
696
96
msgid "Square"
697
97
msgstr "تۆت چاسا"
698
98
 
699
 
#: rc.cpp:275
700
99
msgid "Square with two given adjacent vertices"
701
100
msgstr ""
702
101
 
703
 
#: rc.cpp:276
704
102
msgid "Vector Difference"
705
103
msgstr ""
706
104
 
707
 
#: rc.cpp:277
708
105
msgid "Construct the vector difference of two vectors."
709
106
msgstr ""
710
107
 
711
 
#: rc.cpp:278
712
108
msgid "Construct the vector difference of this vector and another one."
713
109
msgstr ""
714
110
 
715
 
#: rc.cpp:279
716
111
msgid "Construct the vector difference of the other vector and this one."
717
112
msgstr ""
718
113
 
719
 
#: rc.cpp:280
720
114
msgid "Construct the vector difference starting at this point."
721
115
msgstr ""
722
116
 
723
 
#: rc.cpp:281
724
117
msgid ""
725
118
"Select the first of the two vectors of which you want to construct the "
726
119
"difference..."
727
120
msgstr ""
728
121
 
729
 
#: rc.cpp:282
730
122
msgid ""
731
123
"Select the other of the two vectors of which you want to construct the "
732
124
"difference..."
733
125
msgstr ""
734
126
 
735
 
#: rc.cpp:283
736
127
msgid "Select the point to construct the difference vector in..."
737
128
msgstr ""
738
129
 
739
 
#: filters/filter.h:55 filters/cabri-utils.cc:33 misc/object_hierarchy.cc:486
740
 
#: objects/object_imp_factory.cc:294
741
 
#, kde-format
742
 
msgid "An error was encountered at line %1 in file %2."
743
 
msgstr ""
744
 
 
745
 
#: kig/aboutdata.h:29
746
 
msgid "KDE Interactive Geometry"
747
 
msgstr ""
748
 
 
749
 
#: kig/aboutdata.h:33
750
 
msgid "(C) 2002-2005, The Kig developers"
751
 
msgstr ""
752
 
 
753
 
#: kig/aboutdata.h:35
754
 
msgid "Dominique Devriese"
755
 
msgstr ""
756
 
 
757
 
#: kig/aboutdata.h:36
758
 
msgid "Original author, long time maintainer, design and lots of code."
759
 
msgstr ""
760
 
 
761
 
#: kig/aboutdata.h:39
762
 
msgid "Maurizio Paolini"
763
 
msgstr ""
764
 
 
765
 
#: kig/aboutdata.h:40
766
 
msgid ""
767
 
"Did a lot of important work all around Kig, including, but not limited to "
768
 
"conics, cubics, transformations and property tests support."
769
 
msgstr ""
770
 
 
771
 
#: kig/aboutdata.h:45
772
 
msgid "Pino Toscano"
773
 
msgstr "Pino Toscano"
774
 
 
775
 
#: kig/aboutdata.h:46
776
 
msgid ""
777
 
"Actual maintainer, Dr. Geo import filter, point and line styles, Italian "
778
 
"translation, miscellaneous stuff here and there."
779
 
msgstr ""
780
 
 
781
 
#: kig/aboutdata.h:51
782
 
msgid "Franco Pasquarelli"
783
 
msgstr ""
784
 
 
785
 
#: kig/aboutdata.h:52
786
 
msgid ""
787
 
"Helped a lot with the implementation of the Locus object, there's quite some "
788
 
"math involved in doing it right, and Franco wrote the most difficult parts."
789
 
msgstr ""
790
 
 
791
 
#: kig/aboutdata.h:57
792
 
msgid "Francesca Gatti"
793
 
msgstr ""
794
 
 
795
 
#: kig/aboutdata.h:58
796
 
msgid "Responsible for the computation of the algebraic equation of a locus."
797
 
msgstr ""
798
 
 
799
 
#: kig/aboutdata.h:62
800
 
msgid "Petr Gajdos"
801
 
msgstr ""
802
 
 
803
 
#: kig/aboutdata.h:63
804
 
msgid "Contributed the Bézier curves and related icons."
805
 
msgstr ""
806
 
 
807
 
#: kig/aboutdata.h:66
808
 
msgid "Raoul Bourquin"
809
 
msgstr ""
810
 
 
811
 
#: kig/aboutdata.h:67
812
 
msgid "Contributed the 'asymptote' export filter."
813
 
msgstr ""
814
 
 
815
 
#: kig/aboutdata.h:70
816
 
msgid "Eric Depagne"
817
 
msgstr ""
818
 
 
819
 
#: kig/aboutdata.h:71
820
 
msgid ""
821
 
"The French translator, who also sent me some useful feedback, like feature "
822
 
"requests and bug reports."
823
 
msgstr ""
824
 
 
825
 
#: kig/aboutdata.h:75
826
 
msgid "Marc Bartsch"
827
 
msgstr ""
828
 
 
829
 
#: kig/aboutdata.h:76
830
 
msgid ""
831
 
"Author of KGeo, where I got inspiration, some source, and most of the "
832
 
"artwork from."
833
 
msgstr ""
834
 
 
835
 
#: kig/aboutdata.h:80
836
 
msgid "Christophe Devriese"
837
 
msgstr ""
838
 
 
839
 
#: kig/aboutdata.h:81
840
 
msgid ""
841
 
"Domi's brother, who he got to write the algorithm for calculating the center "
842
 
"of the circle with three points given."
843
 
msgstr ""
844
 
 
845
 
#: kig/aboutdata.h:86
846
 
msgid "Christophe Prud'homme"
847
 
msgstr ""
848
 
 
849
 
#: kig/aboutdata.h:87
850
 
msgid "Sent me a patch for some bugs."
851
 
msgstr ""
852
 
 
853
 
#: kig/aboutdata.h:90
854
 
msgid "Robert Gogolok"
855
 
msgstr "Robert Gogolok"
856
 
 
857
 
#: kig/aboutdata.h:91
858
 
msgid ""
859
 
"Gave me some good feedback on Kig, some feature requests, cleanups and style "
860
 
"fixes, and someone to chat with on irc :)"
861
 
msgstr ""
862
 
 
863
 
#: kig/aboutdata.h:96
864
 
msgid "David Vignoni"
865
 
msgstr "David Vignoni"
866
 
 
867
 
#: kig/aboutdata.h:97
868
 
msgid "Responsible for the nice application SVG Icon."
869
 
msgstr ""
870
 
 
871
 
#: kig/aboutdata.h:100
872
 
msgid "Danny Allen"
873
 
msgstr "Danny Allen"
874
 
 
875
 
#: kig/aboutdata.h:101
876
 
msgid "Responsible for the new object action icons."
877
 
msgstr ""
878
 
 
879
130
#: filters/asyexporter.cc:40
880
131
msgid "Export to &Asymptote..."
881
132
msgstr ""
905
156
"are set correctly."
906
157
msgstr ""
907
158
 
 
159
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 
160
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 
161
#: filters/asyexporteroptionswidget.ui:22
 
162
#: filters/imageexporteroptionswidget.ui:120
 
163
#: filters/latexexporteroptionswidget.ui:82
 
164
#: filters/svgexporteroptionswidget.ui:22 misc/kigfiledialog.cc:34
 
165
msgid "Options"
 
166
msgstr "تاللانما"
 
167
 
 
168
#. i18n: ectx: property (text), widget (QCheckBox, showFrameCheckBox)
 
169
#: filters/asyexporteroptionswidget.ui:42
 
170
#: filters/latexexporteroptionswidget.ui:95
 
171
msgid "Show Extra Frame"
 
172
msgstr ""
 
173
 
 
174
#. i18n: ectx: property (text), widget (QCheckBox, showAxesCheckBox)
 
175
#: filters/asyexporteroptionswidget.ui:49
 
176
#: filters/imageexporteroptionswidget.ui:140
 
177
#: filters/latexexporteroptionswidget.ui:102
 
178
#: filters/svgexporteroptionswidget.ui:42
 
179
msgid "Show Axes"
 
180
msgstr ""
 
181
 
 
182
#. i18n: ectx: property (text), widget (QCheckBox, showGridCheckBox)
 
183
#: filters/asyexporteroptionswidget.ui:56
 
184
#: filters/imageexporteroptionswidget.ui:147
 
185
#: filters/latexexporteroptionswidget.ui:88
 
186
#: filters/svgexporteroptionswidget.ui:49
 
187
msgid "Show Grid"
 
188
msgstr "سېتكا كۆرسەت"
 
189
 
908
190
#: filters/cabri-filter.cc:157
909
191
msgid "This is an XFig file, not a Cabri figure."
910
192
msgstr ""
923
205
"support."
924
206
msgstr ""
925
207
 
 
208
#: filters/cabri-utils.cc:33 filters/filter.h:55 misc/object_hierarchy.cc:486
 
209
#: objects/object_imp_factory.cc:294
 
210
#, kde-format
 
211
msgid "An error was encountered at line %1 in file %2."
 
212
msgstr ""
 
213
 
926
214
#: filters/drgeo-filter.cc:109
927
215
#, kde-format
928
216
msgid "The Dr. Geo file \"%1\" is a macro file so it contains no figures."
1016
304
msgid "Not Supported"
1017
305
msgstr "قوللىمايدۇ"
1018
306
 
 
307
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 
308
#: filters/imageexporteroptionswidget.ui:22
 
309
msgid "Resolution"
 
310
msgstr "ئېنىقلىق"
 
311
 
 
312
#. i18n: ectx: property (text), widget (QCheckBox, keepAspectRatio)
 
313
#: filters/imageexporteroptionswidget.ui:37
 
314
msgid "&Keep Aspect Ratio"
 
315
msgstr "ئېگىزلىك-كەڭلىك نىسبىتىنى ساقلاپ قال(&K)"
 
316
 
 
317
#. i18n: ectx: property (text), widget (QLabel, label_2)
 
318
#: filters/imageexporteroptionswidget.ui:54
 
319
msgid "Height:"
 
320
msgstr "ئېگىزلىك:"
 
321
 
 
322
#. i18n: ectx: property (text), widget (QLabel, label)
 
323
#: filters/imageexporteroptionswidget.ui:110
 
324
msgid "Width:"
 
325
msgstr "كەڭلىك:"
 
326
 
1019
327
#: filters/kseg-filter.cc:182
1020
328
msgid ""
1021
329
"This KSeg document uses a scaling transformation, which Kig currently cannot "
1058
366
msgid "Latex Options"
1059
367
msgstr ""
1060
368
 
 
369
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 
370
#: filters/latexexporteroptionswidget.ui:23
 
371
msgid "Output format"
 
372
msgstr ""
 
373
 
 
374
#. i18n: ectx: property (text), widget (QRadioButton, psTricksRadioButton)
 
375
#: filters/latexexporteroptionswidget.ui:29
 
376
msgid "PSTricks"
 
377
msgstr ""
 
378
 
 
379
#. i18n: ectx: property (text), widget (QRadioButton, tikzRadioButton)
 
380
#: filters/latexexporteroptionswidget.ui:36
 
381
msgid "Tikz/PGF"
 
382
msgstr ""
 
383
 
 
384
#. i18n: ectx: property (text), widget (QRadioButton, asyRadioButton)
 
385
#: filters/latexexporteroptionswidget.ui:46
 
386
msgid "Asymptote"
 
387
msgstr ""
 
388
 
 
389
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
 
390
#: filters/latexexporteroptionswidget.ui:56
 
391
msgid "Document options"
 
392
msgstr ""
 
393
 
 
394
#. i18n: ectx: property (text), widget (QRadioButton, pictureRadioButton)
 
395
#: filters/latexexporteroptionswidget.ui:62
 
396
msgid "Picture only"
 
397
msgstr ""
 
398
 
 
399
#. i18n: ectx: property (text), widget (QRadioButton, documentRadioButton)
 
400
#: filters/latexexporteroptionswidget.ui:72
 
401
msgid "Standalone document"
 
402
msgstr ""
 
403
 
1061
404
#: filters/native-filter.cc:194
1062
405
#, kde-format
1063
406
msgid ""
1138
481
msgid "Export as XFig File"
1139
482
msgstr ""
1140
483
 
 
484
#: kig/aboutdata.h:29
 
485
msgid "KDE Interactive Geometry"
 
486
msgstr ""
 
487
 
 
488
#: kig/aboutdata.h:33
 
489
msgid "(C) 2002-2005, The Kig developers"
 
490
msgstr ""
 
491
 
 
492
#: kig/aboutdata.h:35
 
493
msgid "Dominique Devriese"
 
494
msgstr ""
 
495
 
 
496
#: kig/aboutdata.h:36
 
497
msgid "Original author, long time maintainer, design and lots of code."
 
498
msgstr ""
 
499
 
 
500
#: kig/aboutdata.h:39
 
501
msgid "Maurizio Paolini"
 
502
msgstr ""
 
503
 
 
504
#: kig/aboutdata.h:40
 
505
msgid ""
 
506
"Did a lot of important work all around Kig, including, but not limited to "
 
507
"conics, cubics, transformations and property tests support."
 
508
msgstr ""
 
509
 
 
510
#: kig/aboutdata.h:45
 
511
msgid "Pino Toscano"
 
512
msgstr "Pino Toscano"
 
513
 
 
514
#: kig/aboutdata.h:46
 
515
msgid ""
 
516
"Actual maintainer, Dr. Geo import filter, point and line styles, Italian "
 
517
"translation, miscellaneous stuff here and there."
 
518
msgstr ""
 
519
 
 
520
#: kig/aboutdata.h:51
 
521
msgid "Franco Pasquarelli"
 
522
msgstr ""
 
523
 
 
524
#: kig/aboutdata.h:52
 
525
msgid ""
 
526
"Helped a lot with the implementation of the Locus object, there's quite some "
 
527
"math involved in doing it right, and Franco wrote the most difficult parts."
 
528
msgstr ""
 
529
 
 
530
#: kig/aboutdata.h:57
 
531
msgid "Francesca Gatti"
 
532
msgstr ""
 
533
 
 
534
#: kig/aboutdata.h:58
 
535
msgid "Responsible for the computation of the algebraic equation of a locus."
 
536
msgstr ""
 
537
 
 
538
#: kig/aboutdata.h:62
 
539
msgid "Petr Gajdos"
 
540
msgstr ""
 
541
 
 
542
#: kig/aboutdata.h:63
 
543
msgid "Contributed the Bézier curves and related icons."
 
544
msgstr ""
 
545
 
 
546
#: kig/aboutdata.h:66
 
547
msgid "Raoul Bourquin"
 
548
msgstr ""
 
549
 
 
550
#: kig/aboutdata.h:67
 
551
msgid "Contributed the 'asymptote' export filter."
 
552
msgstr ""
 
553
 
 
554
#: kig/aboutdata.h:70
 
555
msgid "Eric Depagne"
 
556
msgstr ""
 
557
 
 
558
#: kig/aboutdata.h:71
 
559
msgid ""
 
560
"The French translator, who also sent me some useful feedback, like feature "
 
561
"requests and bug reports."
 
562
msgstr ""
 
563
 
 
564
#: kig/aboutdata.h:75
 
565
msgid "Marc Bartsch"
 
566
msgstr ""
 
567
 
 
568
#: kig/aboutdata.h:76
 
569
msgid ""
 
570
"Author of KGeo, where I got inspiration, some source, and most of the "
 
571
"artwork from."
 
572
msgstr ""
 
573
 
 
574
#: kig/aboutdata.h:80
 
575
msgid "Christophe Devriese"
 
576
msgstr ""
 
577
 
 
578
#: kig/aboutdata.h:81
 
579
msgid ""
 
580
"Domi's brother, who he got to write the algorithm for calculating the center "
 
581
"of the circle with three points given."
 
582
msgstr ""
 
583
 
 
584
#: kig/aboutdata.h:86
 
585
msgid "Christophe Prud'homme"
 
586
msgstr ""
 
587
 
 
588
#: kig/aboutdata.h:87
 
589
msgid "Sent me a patch for some bugs."
 
590
msgstr ""
 
591
 
 
592
#: kig/aboutdata.h:90
 
593
msgid "Robert Gogolok"
 
594
msgstr "Robert Gogolok"
 
595
 
 
596
#: kig/aboutdata.h:91
 
597
msgid ""
 
598
"Gave me some good feedback on Kig, some feature requests, cleanups and style "
 
599
"fixes, and someone to chat with on irc :)"
 
600
msgstr ""
 
601
 
 
602
#: kig/aboutdata.h:96
 
603
msgid "David Vignoni"
 
604
msgstr "David Vignoni"
 
605
 
 
606
#: kig/aboutdata.h:97
 
607
msgid "Responsible for the nice application SVG Icon."
 
608
msgstr ""
 
609
 
 
610
#: kig/aboutdata.h:100
 
611
msgid "Danny Allen"
 
612
msgstr "Danny Allen"
 
613
 
 
614
#: kig/aboutdata.h:101
 
615
msgid "Responsible for the new object action icons."
 
616
msgstr ""
 
617
 
 
618
#: kig/kig.cpp:90
 
619
msgid "Could not find the necessary Kig library, check your installation."
 
620
msgstr ""
 
621
 
 
622
#: kig/kig.cpp:203
 
623
#, kde-format
 
624
msgid "Save changes to document %1?"
 
625
msgstr ""
 
626
 
 
627
#: kig/kig.cpp:204
 
628
msgid "Save Changes?"
 
629
msgstr "ئۆزگەرتكەننى ساقلامدۇ؟"
 
630
 
 
631
#: kig/kig.cpp:239
 
632
msgid ""
 
633
"*.kig *.kigz *.seg *.fgeo *.fig *.FIG|All Supported Files (*.kig *.kigz *."
 
634
"seg *.fgeo *.fig)\n"
 
635
"*.kig|Kig Documents (*.kig)\n"
 
636
"*.kigz|Compressed Kig Documents (*.kigz)\n"
 
637
"*.kgeo|KGeo Documents (*.kgeo)\n"
 
638
"*.seg|KSeg Documents (*.seg)\n"
 
639
"*.fgeo|Dr. Geo Documents (*.fgeo)\n"
 
640
"*.fig *.FIG|Cabri Documents (*.fig *.FIG)"
 
641
msgstr ""
 
642
 
 
643
#: kig/kig_commands.cpp:100
 
644
#, kde-format
 
645
msgid "Remove %1 Object"
 
646
msgid_plural "Remove %1 Objects"
 
647
msgstr[0] ""
 
648
 
 
649
#: kig/kig_commands.cpp:112
 
650
#, kde-format
 
651
msgid "Add %1 Object"
 
652
msgid_plural "Add %1 Objects"
 
653
msgstr[0] ""
 
654
 
 
655
#: kig/kig_part.cpp:86
 
656
msgid "KigPart"
 
657
msgstr "KigPart"
 
658
 
 
659
#: kig/kig_part.cpp:90
 
660
msgid "&Set Coordinate System"
 
661
msgstr ""
 
662
 
 
663
#: kig/kig_part.cpp:131
 
664
msgid "Kig Options"
 
665
msgstr ""
 
666
 
 
667
#: kig/kig_part.cpp:135
 
668
msgid "Show grid"
 
669
msgstr "سېتكا كۆرسەت"
 
670
 
 
671
#: kig/kig_part.cpp:138
 
672
msgid "Show axes"
 
673
msgstr "كوئوردېنات ئوقلىرىنى كۆرسەت"
 
674
 
 
675
#: kig/kig_part.cpp:227
 
676
msgid "Invert Selection"
 
677
msgstr "ئەكسىچە تاللا"
 
678
 
 
679
#: kig/kig_part.cpp:234
 
680
msgid "&Delete Objects"
 
681
msgstr ""
 
682
 
 
683
#: kig/kig_part.cpp:238
 
684
msgid "Delete the selected objects"
 
685
msgstr ""
 
686
 
 
687
#: kig/kig_part.cpp:240
 
688
msgid "Cancel Construction"
 
689
msgstr ""
 
690
 
 
691
#: kig/kig_part.cpp:245
 
692
msgid "Cancel the construction of the object being constructed"
 
693
msgstr ""
 
694
 
 
695
#: kig/kig_part.cpp:248
 
696
msgid "Repeat Construction"
 
697
msgstr ""
 
698
 
 
699
#: kig/kig_part.cpp:253
 
700
msgid "Repeat the last construction (with new data)"
 
701
msgstr ""
 
702
 
 
703
#: kig/kig_part.cpp:256 modes/popup.cc:936
 
704
msgid "U&nhide All"
 
705
msgstr ""
 
706
 
 
707
#: kig/kig_part.cpp:259
 
708
msgid "Show all hidden objects"
 
709
msgstr ""
 
710
 
 
711
#: kig/kig_part.cpp:262
 
712
msgid "&New Macro..."
 
713
msgstr ""
 
714
 
 
715
#: kig/kig_part.cpp:265
 
716
msgid "Define a new macro"
 
717
msgstr ""
 
718
 
 
719
#: kig/kig_part.cpp:267
 
720
msgid "Manage &Types..."
 
721
msgstr ""
 
722
 
 
723
#: kig/kig_part.cpp:270
 
724
msgid "Manage macro types."
 
725
msgstr ""
 
726
 
 
727
#: kig/kig_part.cpp:272
 
728
msgid "&Browse History..."
 
729
msgstr ""
 
730
 
 
731
#: kig/kig_part.cpp:275
 
732
msgid "Browse the history of the current construction."
 
733
msgstr ""
 
734
 
 
735
#: kig/kig_part.cpp:282 kig/kig_part.cpp:283
 
736
msgid "Zoom in on the document"
 
737
msgstr ""
 
738
 
 
739
#: kig/kig_part.cpp:287 kig/kig_part.cpp:288
 
740
msgid "Zoom out of the document"
 
741
msgstr ""
 
742
 
 
743
#: kig/kig_part.cpp:294 kig/kig_part.cpp:295
 
744
msgid "Recenter the screen on the document"
 
745
msgstr ""
 
746
 
 
747
#: kig/kig_part.cpp:298 kig/kig_part.cpp:299
 
748
msgid "View this document full-screen."
 
749
msgstr ""
 
750
 
 
751
#: kig/kig_part.cpp:302
 
752
msgid "&Select Shown Area"
 
753
msgstr ""
 
754
 
 
755
#: kig/kig_part.cpp:305 kig/kig_part.cpp:306
 
756
msgid "Select the area that you want to be shown in the window."
 
757
msgstr ""
 
758
 
 
759
#: kig/kig_part.cpp:308
 
760
msgid "S&elect Zoom Area"
 
761
msgstr ""
 
762
 
 
763
#: kig/kig_part.cpp:314
 
764
msgid "Set Coordinate &Precision..."
 
765
msgstr ""
 
766
 
 
767
#: kig/kig_part.cpp:316
 
768
msgid "Set the floating point precision of coordinates in the document. "
 
769
msgstr ""
 
770
 
 
771
#: kig/kig_part.cpp:319
 
772
msgid "Show &Grid"
 
773
msgstr "سېتكا كۆرسەت(&G)"
 
774
 
 
775
#: kig/kig_part.cpp:321
 
776
msgid "Show or hide the grid."
 
777
msgstr ""
 
778
 
 
779
#: kig/kig_part.cpp:325
 
780
msgid "Show &Axes"
 
781
msgstr ""
 
782
 
 
783
#: kig/kig_part.cpp:327
 
784
msgid "Show or hide the axes."
 
785
msgstr ""
 
786
 
 
787
#: kig/kig_part.cpp:331
 
788
msgid "Wear Infrared Glasses"
 
789
msgstr ""
 
790
 
 
791
#: kig/kig_part.cpp:333
 
792
msgid "Enable/disable hidden objects' visibility."
 
793
msgstr ""
 
794
 
 
795
#: kig/kig_part.cpp:365
 
796
#, kde-format
 
797
msgid "Repeat Construction (%1)"
 
798
msgstr ""
 
799
 
 
800
#: kig/kig_part.cpp:367
 
801
#, kde-format
 
802
msgid "Repeat %1 (with new data)"
 
803
msgstr ""
 
804
 
 
805
#: kig/kig_part.cpp:396
 
806
#, kde-format
 
807
msgid ""
 
808
"The file \"%1\" you tried to open does not exist. Please verify that you "
 
809
"entered the correct path."
 
810
msgstr ""
 
811
 
 
812
#: kig/kig_part.cpp:398
 
813
msgid "File Not Found"
 
814
msgstr "ھۆججەت تاپالمىدى"
 
815
 
 
816
#: kig/kig_part.cpp:416
 
817
#, kde-format
 
818
msgid ""
 
819
"You tried to open a document of type \"%1\"; unfortunately, Kig does not "
 
820
"support this format. If you think the format in question would be worth "
 
821
"implementing support for, you can always ask us nicely on mailto:pino@kde."
 
822
"org or do the work yourself and send me a patch."
 
823
msgstr ""
 
824
 
 
825
#: kig/kig_part.cpp:422 kig/kig_part.cpp:465
 
826
msgid "Format Not Supported"
 
827
msgstr ""
 
828
 
 
829
#: kig/kig_part.cpp:463
 
830
msgid ""
 
831
"Kig does not support saving to any other file format than its own. Save to "
 
832
"Kig's format instead?"
 
833
msgstr ""
 
834
 
 
835
#: kig/kig_part.cpp:465
 
836
msgid "Save Kig Format"
 
837
msgstr ""
 
838
 
 
839
#: kig/kig_part.cpp:700
 
840
msgid ""
 
841
"*.kig|Kig Documents (*.kig)\n"
 
842
"*.kigz|Compressed Kig Documents (*.kigz)"
 
843
msgstr ""
 
844
 
 
845
#: kig/kig_part.cpp:711 misc/kigfiledialog.cc:54 modes/typesdialog.cpp:456
 
846
#, kde-format
 
847
msgid "The file \"%1\" already exists. Do you wish to overwrite it?"
 
848
msgstr "ھۆججەت «%1» مەۋجۇت. قاپلامسىز؟"
 
849
 
 
850
#: kig/kig_part.cpp:712 misc/kigfiledialog.cc:55 modes/typesdialog.cpp:458
 
851
msgid "Overwrite File?"
 
852
msgstr "ھۆججەت قاپلامسىز؟"
 
853
 
 
854
#: kig/kig_part.cpp:869
 
855
msgid "Print Geometry"
 
856
msgstr ""
 
857
 
 
858
#: kig/kig_part.cpp:936
 
859
#, kde-format
 
860
msgid "Hide %1 Object"
 
861
msgid_plural "Hide %1 Objects"
 
862
msgstr[0] ""
 
863
 
 
864
#: kig/kig_part.cpp:955
 
865
#, kde-format
 
866
msgid "Show %1 Object"
 
867
msgid_plural "Show %1 Objects"
 
868
msgstr[0] ""
 
869
 
 
870
#: kig/kig_view.cpp:220
 
871
msgid "Zoom In"
 
872
msgstr "چوڭايت"
 
873
 
 
874
#: kig/kig_view.cpp:240
 
875
msgid "Zoom Out"
 
876
msgstr "كىچىكلىتىش"
 
877
 
 
878
#: kig/kig_view.cpp:520
 
879
msgid "Recenter View"
 
880
msgstr ""
 
881
 
 
882
#: kig/kig_view.cpp:542
 
883
msgid "Select the rectangle that should be shown."
 
884
msgstr ""
 
885
 
 
886
#: kig/kig_view.cpp:550 kig/kig_view.cpp:598
 
887
msgid "Change Shown Part of Screen"
 
888
msgstr ""
 
889
 
 
890
#: kig/kig_view.cpp:587
 
891
msgid "Select Zoom Area"
 
892
msgstr ""
 
893
 
 
894
#: kig/kig_view.cpp:588
 
895
msgid ""
 
896
"Select the zoom area by entering the coordinates<br />of the upper left "
 
897
"corner and the lower right corner."
 
898
msgstr ""
 
899
 
 
900
#. i18n: ectx: Menu (file)
 
901
#: kig/kigpartui.rc:5 kig/kigui.rc:4
 
902
msgid "&File"
 
903
msgstr "ھۆججەت(&F)"
 
904
 
 
905
#. i18n: ectx: Menu (edit)
 
906
#: kig/kigpartui.rc:16
 
907
msgid "&Edit"
 
908
msgstr "تەھرىر(&E)"
 
909
 
 
910
#. i18n: ectx: Menu (view)
 
911
#: kig/kigpartui.rc:27
 
912
msgid "&View"
 
913
msgstr "كۆرۈنۈش(&V)"
 
914
 
 
915
#. i18n: ectx: Menu (objects)
 
916
#: kig/kigpartui.rc:35
 
917
msgid "&Objects"
 
918
msgstr ""
 
919
 
 
920
#. i18n: ectx: Menu (new_point)
 
921
#: kig/kigpartui.rc:37
 
922
msgid "&Points"
 
923
msgstr ""
 
924
 
 
925
#. i18n: ectx: Menu (new_line)
 
926
#: kig/kigpartui.rc:49
 
927
msgid "&Lines"
 
928
msgstr ""
 
929
 
 
930
#. i18n: ectx: Menu (new_circle)
 
931
#: kig/kigpartui.rc:59
 
932
msgid "&Circles && Arcs"
 
933
msgstr ""
 
934
 
 
935
#. i18n: ectx: Menu (new_poligon)
 
936
#: kig/kigpartui.rc:70
 
937
msgid "Poly&gons"
 
938
msgstr ""
 
939
 
 
940
#. i18n: ectx: Menu (new_vector)
 
941
#: kig/kigpartui.rc:82
 
942
msgid "&Vectors && Segments"
 
943
msgstr ""
 
944
 
 
945
#. i18n: ectx: Menu (new_conic)
 
946
#: kig/kigpartui.rc:91
 
947
msgid "Co&nics && Cubics"
 
948
msgstr ""
 
949
 
 
950
#. i18n: ectx: Menu (new_moreconics)
 
951
#: kig/kigpartui.rc:98
 
952
msgid "More Conics"
 
953
msgstr ""
 
954
 
 
955
#. i18n: ectx: Menu (new_cubic)
 
956
#: kig/kigpartui.rc:113
 
957
msgid "Cu&bics"
 
958
msgstr ""
 
959
 
 
960
#. i18n: ectx: Menu (new_bezier)
 
961
#: kig/kigpartui.rc:121
 
962
msgid "&Bézier curves"
 
963
msgstr ""
 
964
 
 
965
#. i18n: ectx: Menu (new_angle)
 
966
#: kig/kigpartui.rc:131
 
967
msgid "&Angles"
 
968
msgstr ""
 
969
 
 
970
#. i18n: ectx: Menu (new_transformation)
 
971
#: kig/kigpartui.rc:136
 
972
msgid "&Transformations"
 
973
msgstr ""
 
974
 
 
975
#. i18n: ectx: Menu (new_differentialgeometry)
 
976
#: kig/kigpartui.rc:154
 
977
msgid "&Differential geometry"
 
978
msgstr ""
 
979
 
 
980
#. i18n: ectx: Menu (new_test)
 
981
#: kig/kigpartui.rc:161
 
982
msgid "T&ests"
 
983
msgstr ""
 
984
 
 
985
#. i18n: ectx: Menu (new_other)
 
986
#: kig/kigpartui.rc:172
 
987
msgid "&Other"
 
988
msgstr "باشقا (&O)"
 
989
 
 
990
#. i18n: ectx: Menu (types)
 
991
#: kig/kigpartui.rc:186
 
992
msgid "&Types"
 
993
msgstr "تىپلار(&T):"
 
994
 
 
995
#. i18n: ectx: Menu (tools)
 
996
#: kig/kigpartui.rc:191
 
997
msgid "&Tools"
 
998
msgstr "قوراللار(&T)"
 
999
 
 
1000
#. i18n: ectx: ToolBar (mainToolBar)
 
1001
#: kig/kigpartui.rc:204 kig/kigui.rc:23
 
1002
msgid "Main Toolbar"
 
1003
msgstr "ئاساسىي قورال بالداق"
 
1004
 
 
1005
#. i18n: ectx: ToolBar (points_toolbar)
 
1006
#: kig/kigpartui.rc:218
 
1007
msgid "Points"
 
1008
msgstr "نۇقتا"
 
1009
 
 
1010
#. i18n: ectx: ToolBar (line_toolbar)
 
1011
#: kig/kigpartui.rc:229
 
1012
msgid "Lines"
 
1013
msgstr "سىزىقلار"
 
1014
 
 
1015
#. i18n: ectx: ToolBar (vectseg_toolbar)
 
1016
#: kig/kigpartui.rc:239
 
1017
msgid "Vectors && Segments"
 
1018
msgstr ""
 
1019
 
 
1020
#. i18n: ectx: ToolBar (circle_toolbar)
 
1021
#: kig/kigpartui.rc:247
 
1022
msgid "Circles && Arcs"
 
1023
msgstr ""
 
1024
 
 
1025
#. i18n: ectx: ToolBar (conic_toolbar)
 
1026
#: kig/kigpartui.rc:255
 
1027
msgid "Conics"
 
1028
msgstr ""
 
1029
 
 
1030
#. i18n: ectx: ToolBar (bezier_toolbar)
 
1031
#: kig/kigpartui.rc:264
 
1032
msgid "Bézier Curves"
 
1033
msgstr ""
 
1034
 
 
1035
#. i18n: ectx: ToolBar (angles_toolbar)
 
1036
#: kig/kigpartui.rc:274
 
1037
msgid "Angles"
 
1038
msgstr ""
 
1039
 
 
1040
#. i18n: ectx: ToolBar (transformation_toolbar)
 
1041
#: kig/kigpartui.rc:279
 
1042
msgid "Transformations"
 
1043
msgstr ""
 
1044
 
 
1045
#. i18n: ectx: ToolBar (tests_toolbar)
 
1046
#: kig/kigpartui.rc:293
 
1047
msgid "Tests"
 
1048
msgstr "سىناقلار"
 
1049
 
 
1050
#. i18n: ectx: ToolBar (rest_toolbar)
 
1051
#: kig/kigpartui.rc:305
 
1052
msgid "Other Objects"
 
1053
msgstr ""
 
1054
 
 
1055
#. i18n: ectx: ToolBar (view_toolbar)
 
1056
#: kig/kigpartui.rc:313
 
1057
msgid "View"
 
1058
msgstr "كۆرۈنۈش"
 
1059
 
 
1060
#. i18n: ectx: Menu (settings)
 
1061
#: kig/kigui.rc:13
 
1062
msgid "&Settings"
 
1063
msgstr "تەڭشەك(&S)"
 
1064
 
 
1065
#: kig/main.cpp:98
 
1066
msgid "Kig"
 
1067
msgstr "Kig"
 
1068
 
 
1069
#: kig/main.cpp:104
 
1070
msgid ""
 
1071
"Do not show a GUI. Convert the specified file to the native Kig format. "
 
1072
"Output goes to stdout unless --outfile is specified."
 
1073
msgstr ""
 
1074
 
 
1075
#: kig/main.cpp:106
 
1076
msgid ""
 
1077
"File to output the created native file to. '-' means output to stdout. "
 
1078
"Default is stdout as well."
 
1079
msgstr ""
 
1080
 
 
1081
#: kig/main.cpp:107
 
1082
msgid "Document to open"
 
1083
msgstr "ئاچىدىغان پۈتۈك"
 
1084
 
1141
1085
#: misc/builtin_stuff.cc:60
1142
1086
msgid "Point by Numeric Labels"
1143
1087
msgstr ""
1671
1615
msgid "Construct a new Python script."
1672
1616
msgstr ""
1673
1617
 
 
1618
#: misc/coordinate_system.cpp:325
 
1619
msgid ""
 
1620
"Enter coordinates in the following format: \"x;y\",\n"
 
1621
"where x is the x coordinate, and y is the y coordinate."
 
1622
msgstr ""
 
1623
 
 
1624
#: misc/coordinate_system.cpp:331
 
1625
msgid ""
 
1626
"Enter coordinates in the following format: <b>\"x;y\"</b>,<br />where x is "
 
1627
"the x coordinate, and y is the y coordinate."
 
1628
msgstr ""
 
1629
 
 
1630
#: misc/coordinate_system.cpp:371
 
1631
msgid ""
 
1632
"Enter coordinates in the following format: \"r; θ°\",\n"
 
1633
"where r and θ are the polar coordinates."
 
1634
msgstr ""
 
1635
 
 
1636
#: misc/coordinate_system.cpp:378
 
1637
msgid ""
 
1638
"Enter coordinates in the following format: <b>\"r; θ°\"</b>,<br />where r "
 
1639
"and θ are the polar coordinates."
 
1640
msgstr ""
 
1641
 
 
1642
#: misc/coordinate_system.cpp:530
 
1643
msgid "&Euclidean"
 
1644
msgstr ""
 
1645
 
 
1646
#: misc/coordinate_system.cpp:531
 
1647
msgid "&Polar"
 
1648
msgstr ""
 
1649
 
 
1650
#: misc/coordinate_system.cpp:581
 
1651
msgid "Set Euclidean Coordinate System"
 
1652
msgstr ""
 
1653
 
 
1654
#: misc/coordinate_system.cpp:583
 
1655
msgid "Set Polar Coordinate System"
 
1656
msgstr ""
 
1657
 
1674
1658
#: misc/goniometry.cc:122
1675
1659
msgctxt "Translators: Degrees"
1676
1660
msgid "Deg"
1728
1712
msgid "Numeric Value"
1729
1713
msgstr "رەقەملىك قىممەت"
1730
1714
 
1731
 
#: misc/kigfiledialog.cc:54 kig/kig_part.cpp:711 modes/typesdialog.cpp:456
1732
 
#, kde-format
1733
 
msgid "The file \"%1\" already exists. Do you wish to overwrite it?"
1734
 
msgstr "ھۆججەت «%1» مەۋجۇت. قاپلامسىز؟"
 
1715
#. i18n: ectx: property (text), widget (QCheckBox, m_defaultCheckBox)
 
1716
#: misc/kigcoordinateprecisiondialog.ui:9
 
1717
msgid "&Use default coordinate precision"
 
1718
msgstr ""
1735
1719
 
1736
 
#: misc/kigfiledialog.cc:55 kig/kig_part.cpp:712 modes/typesdialog.cpp:458
1737
 
msgid "Overwrite File?"
1738
 
msgstr "ھۆججەت قاپلامسىز؟"
 
1720
#. i18n: ectx: property (text), widget (QLabel, m_precisionLabel)
 
1721
#: misc/kigcoordinateprecisiondialog.ui:16
 
1722
msgid "&Specify coordinate precision:"
 
1723
msgstr ""
1739
1724
 
1740
1725
#: misc/kiginputdialog.cc:130
1741
1726
msgid "Set Angle Size"
2313
2298
msgid "The name of the macro can not be empty."
2314
2299
msgstr ""
2315
2300
 
 
2301
#. i18n: ectx: property (text), widget (QLabel, label)
 
2302
#: modes/edittypewidget.ui:36
 
2303
msgid ""
 
2304
"Here you can modify the name, the description and the icon of this macro "
 
2305
"type."
 
2306
msgstr ""
 
2307
 
 
2308
#. i18n: ectx: property (text), widget (QLabel, label_2_3)
 
2309
#: modes/edittypewidget.ui:73
 
2310
msgid "Name:"
 
2311
msgstr "ئاتى:"
 
2312
 
 
2313
#. i18n: ectx: property (text), widget (QLabel, label_2_2_2)
 
2314
#: modes/edittypewidget.ui:93
 
2315
msgid "Description:"
 
2316
msgstr "چۈشەندۈرۈش:"
 
2317
 
2316
2318
#: modes/historydialog.cc:41
2317
2319
msgid "History Browser"
2318
2320
msgstr ""
2321
2323
msgid "Start of the construction"
2322
2324
msgstr ""
2323
2325
 
 
2326
#. i18n: ectx: property (text), widget (QLabel, label)
 
2327
#: modes/historywidget.ui:22
 
2328
msgid "Description of the current step:"
 
2329
msgstr ""
 
2330
 
 
2331
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonFirst)
 
2332
#: modes/historywidget.ui:53
 
2333
msgid "First step"
 
2334
msgstr ""
 
2335
 
 
2336
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonBack)
 
2337
#: modes/historywidget.ui:66
 
2338
msgid "One step back"
 
2339
msgstr ""
 
2340
 
 
2341
#. i18n: ectx: property (text), widget (QLabel, label_2)
 
2342
#: modes/historywidget.ui:82
 
2343
msgid "/"
 
2344
msgstr "/"
 
2345
 
 
2346
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonNext)
 
2347
#: modes/historywidget.ui:96
 
2348
msgid "One step forward"
 
2349
msgstr ""
 
2350
 
 
2351
#. i18n: ectx: property (toolTip), widget (QPushButton, buttonLast)
 
2352
#: modes/historywidget.ui:109
 
2353
msgid "Last step"
 
2354
msgstr ""
 
2355
 
2324
2356
#: modes/label.cc:168 modes/macrowizard.cc:130 modes/typesdialog.cpp:314
2325
2357
msgid "Name"
2326
2358
msgstr "ئاتى"
2508
2540
msgid "&Move"
2509
2541
msgstr "يۆتكە(&M)"
2510
2542
 
 
2543
#. i18n: ectx: property (text), widget (KPushButton, buttonRemove)
 
2544
#: modes/popup.cc:390 modes/typesdialog.cpp:369 modes/typeswidget.ui:112
 
2545
msgid "&Delete"
 
2546
msgstr "ئۆچۈر(&D)"
 
2547
 
2511
2548
#: modes/popup.cc:400
2512
2549
msgid "&Custom Color"
2513
2550
msgstr ""
2549
2586
msgid "More..."
2550
2587
msgstr "تېخىمۇ كۆپ…"
2551
2588
 
2552
 
#: modes/popup.cc:936 kig/kig_part.cpp:256
2553
 
msgid "U&nhide All"
2554
 
msgstr ""
2555
 
 
2556
2589
#: modes/textlabelwizard.cc:50
2557
2590
msgid "Enter Label Text"
2558
2591
msgstr ""
2584
2617
msgid "Construct Label"
2585
2618
msgstr ""
2586
2619
 
 
2620
#: modes/typesdialog.cpp:130
 
2621
msgid "Macro"
 
2622
msgstr "ماكرو"
 
2623
 
 
2624
#: modes/typesdialog.cpp:313
 
2625
msgid "Type"
 
2626
msgstr "تىپى"
 
2627
 
 
2628
#: modes/typesdialog.cpp:315
 
2629
msgid "Description"
 
2630
msgstr "چۈشەندۈرۈش"
 
2631
 
 
2632
#: modes/typesdialog.cpp:339
 
2633
msgid "Manage Types"
 
2634
msgstr ""
 
2635
 
 
2636
#. i18n: ectx: property (text), widget (KPushButton, buttonEdit)
 
2637
#: modes/typesdialog.cpp:368 modes/typeswidget.ui:102
 
2638
msgid "&Edit..."
 
2639
msgstr "تەھرىر(&E)…"
 
2640
 
 
2641
#. i18n: ectx: property (text), widget (KPushButton, buttonExport)
 
2642
#: modes/typesdialog.cpp:371 modes/typeswidget.ui:154
 
2643
msgid "E&xport..."
 
2644
msgstr "چىقار(&X)…"
 
2645
 
 
2646
#: modes/typesdialog.cpp:426
 
2647
#, kde-format
 
2648
msgid "Are you sure you want to delete this type?"
 
2649
msgid_plural "Are you sure you want to delete these %1 types?"
 
2650
msgstr[0] ""
 
2651
 
 
2652
#: modes/typesdialog.cpp:428
 
2653
msgid "Are You Sure?"
 
2654
msgstr "راستمۇ؟"
 
2655
 
 
2656
#: modes/typesdialog.cpp:451 modes/typesdialog.cpp:466
 
2657
msgid ""
 
2658
"*.kigt|Kig Types Files\n"
 
2659
"*|All Files"
 
2660
msgstr ""
 
2661
 
 
2662
#: modes/typesdialog.cpp:451
 
2663
msgid "Export Types"
 
2664
msgstr ""
 
2665
 
 
2666
#: modes/typesdialog.cpp:466
 
2667
msgid "Import Types"
 
2668
msgstr ""
 
2669
 
 
2670
#: modes/typesdialog.cpp:494
 
2671
msgid ""
 
2672
"There is more than one type selected. You can only edit one type at a time. "
 
2673
"Please select only the type you want to edit and try again."
 
2674
msgstr "T"
 
2675
 
 
2676
#: modes/typesdialog.cpp:497
 
2677
msgid "More Than One Type Selected"
 
2678
msgstr ""
 
2679
 
 
2680
#. i18n: ectx: property (toolTip), widget (QTreeView, typeList)
 
2681
#: modes/typeswidget.ui:37
 
2682
msgid "Select types here..."
 
2683
msgstr ""
 
2684
 
 
2685
#. i18n: ectx: property (whatsThis), widget (QTreeView, typeList)
 
2686
#: modes/typeswidget.ui:40
 
2687
msgid ""
 
2688
"This is a list of the current macro types... You can select, edit, delete, "
 
2689
"export and import them..."
 
2690
msgstr ""
 
2691
 
 
2692
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonEdit)
 
2693
#: modes/typeswidget.ui:99
 
2694
msgid "Edit the selected type."
 
2695
msgstr ""
 
2696
 
 
2697
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonRemove)
 
2698
#: modes/typeswidget.ui:109
 
2699
msgid "Delete all the selected types in the list."
 
2700
msgstr ""
 
2701
 
 
2702
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonExport)
 
2703
#: modes/typeswidget.ui:151
 
2704
msgid "Export all the selected types to a file."
 
2705
msgstr ""
 
2706
 
 
2707
#. i18n: ectx: property (whatsThis), widget (KPushButton, buttonImport)
 
2708
#: modes/typeswidget.ui:161
 
2709
msgid "Import macros that are contained in one or more files."
 
2710
msgstr ""
 
2711
 
 
2712
#. i18n: ectx: property (text), widget (KPushButton, buttonImport)
 
2713
#: modes/typeswidget.ui:164
 
2714
msgid "&Import..."
 
2715
msgstr "ئىمپورت قىل(&I)…"
 
2716
 
2587
2717
#: objects/angle_type.cc:40
2588
2718
msgid "Construct an angle through this point"
2589
2719
msgstr ""
2961
3091
msgid "Test Result"
2962
3092
msgstr "سىناش نەتىجىسى"
2963
3093
 
 
3094
#: objects/centerofcurvature_type.cc:35 objects/tangent_type.cc:36
 
3095
msgid "Select the curve..."
 
3096
msgstr ""
 
3097
 
2964
3098
#: objects/centerofcurvature_type.cc:36
2965
3099
msgid "Select a point on the curve..."
2966
3100
msgstr ""
3036
3170
msgid "Construct a circle through this point"
3037
3171
msgstr ""
3038
3172
 
 
3173
#: objects/circle_type.cc:34
 
3174
msgid "Construct a circle with this center"
 
3175
msgstr ""
 
3176
 
 
3177
#: objects/circle_type.cc:39 objects/circle_type.cc:194
 
3178
msgid "Select the center of the new circle..."
 
3179
msgstr ""
 
3180
 
3039
3181
#: objects/circle_type.cc:41 objects/circle_type.cc:75
3040
3182
#: objects/circle_type.cc:77 objects/circle_type.cc:79
3041
3183
msgid "Select a point for the new circle to go through..."
5275
5417
"script."
5276
5418
msgstr ""
5277
5419
 
5278
 
#: kig/kig_commands.cpp:100
5279
 
#, kde-format
5280
 
msgid "Remove %1 Object"
5281
 
msgid_plural "Remove %1 Objects"
5282
 
msgstr[0] ""
5283
 
 
5284
 
#: kig/kig_commands.cpp:112
5285
 
#, kde-format
5286
 
msgid "Add %1 Object"
5287
 
msgid_plural "Add %1 Objects"
5288
 
msgstr[0] ""
5289
 
 
5290
 
#: kig/kig.cpp:90
5291
 
msgid "Could not find the necessary Kig library, check your installation."
5292
 
msgstr ""
5293
 
 
5294
 
#: kig/kig.cpp:203
5295
 
#, kde-format
5296
 
msgid "Save changes to document %1?"
5297
 
msgstr ""
5298
 
 
5299
 
#: kig/kig.cpp:204
5300
 
msgid "Save Changes?"
5301
 
msgstr "ئۆزگەرتكەننى ساقلامدۇ؟"
5302
 
 
5303
 
#: kig/kig.cpp:239
5304
 
msgid ""
5305
 
"*.kig *.kigz *.seg *.fgeo *.fig *.FIG|All Supported Files (*.kig *.kigz *."
5306
 
"seg *.fgeo *.fig)\n"
5307
 
"*.kig|Kig Documents (*.kig)\n"
5308
 
"*.kigz|Compressed Kig Documents (*.kigz)\n"
5309
 
"*.kgeo|KGeo Documents (*.kgeo)\n"
5310
 
"*.seg|KSeg Documents (*.seg)\n"
5311
 
"*.fgeo|Dr. Geo Documents (*.fgeo)\n"
5312
 
"*.fig *.FIG|Cabri Documents (*.fig *.FIG)"
5313
 
msgstr ""
5314
 
 
5315
 
#: kig/kig_part.cpp:86
5316
 
msgid "KigPart"
5317
 
msgstr "KigPart"
5318
 
 
5319
 
#: kig/kig_part.cpp:90
5320
 
msgid "&Set Coordinate System"
5321
 
msgstr ""
5322
 
 
5323
 
#: kig/kig_part.cpp:131
5324
 
msgid "Kig Options"
5325
 
msgstr ""
5326
 
 
5327
 
#: kig/kig_part.cpp:135
5328
 
msgid "Show grid"
5329
 
msgstr "سېتكا كۆرسەت"
5330
 
 
5331
 
#: kig/kig_part.cpp:138
5332
 
msgid "Show axes"
5333
 
msgstr "كوئوردېنات ئوقلىرىنى كۆرسەت"
5334
 
 
5335
 
#: kig/kig_part.cpp:227
5336
 
msgid "Invert Selection"
5337
 
msgstr "ئەكسىچە تاللا"
5338
 
 
5339
 
#: kig/kig_part.cpp:234
5340
 
msgid "&Delete Objects"
5341
 
msgstr ""
5342
 
 
5343
 
#: kig/kig_part.cpp:238
5344
 
msgid "Delete the selected objects"
5345
 
msgstr ""
5346
 
 
5347
 
#: kig/kig_part.cpp:240
5348
 
msgid "Cancel Construction"
5349
 
msgstr ""
5350
 
 
5351
 
#: kig/kig_part.cpp:245
5352
 
msgid "Cancel the construction of the object being constructed"
5353
 
msgstr ""
5354
 
 
5355
 
#: kig/kig_part.cpp:248
5356
 
msgid "Repeat Construction"
5357
 
msgstr ""
5358
 
 
5359
 
#: kig/kig_part.cpp:253
5360
 
msgid "Repeat the last construction (with new data)"
5361
 
msgstr ""
5362
 
 
5363
 
#: kig/kig_part.cpp:259
5364
 
msgid "Show all hidden objects"
5365
 
msgstr ""
5366
 
 
5367
 
#: kig/kig_part.cpp:262
5368
 
msgid "&New Macro..."
5369
 
msgstr ""
5370
 
 
5371
 
#: kig/kig_part.cpp:265
5372
 
msgid "Define a new macro"
5373
 
msgstr ""
5374
 
 
5375
 
#: kig/kig_part.cpp:267
5376
 
msgid "Manage &Types..."
5377
 
msgstr ""
5378
 
 
5379
 
#: kig/kig_part.cpp:270
5380
 
msgid "Manage macro types."
5381
 
msgstr ""
5382
 
 
5383
 
#: kig/kig_part.cpp:272
5384
 
msgid "&Browse History..."
5385
 
msgstr ""
5386
 
 
5387
 
#: kig/kig_part.cpp:275
5388
 
msgid "Browse the history of the current construction."
5389
 
msgstr ""
5390
 
 
5391
 
#: kig/kig_part.cpp:282 kig/kig_part.cpp:283
5392
 
msgid "Zoom in on the document"
5393
 
msgstr ""
5394
 
 
5395
 
#: kig/kig_part.cpp:287 kig/kig_part.cpp:288
5396
 
msgid "Zoom out of the document"
5397
 
msgstr ""
5398
 
 
5399
 
#: kig/kig_part.cpp:294 kig/kig_part.cpp:295
5400
 
msgid "Recenter the screen on the document"
5401
 
msgstr ""
5402
 
 
5403
 
#: kig/kig_part.cpp:298 kig/kig_part.cpp:299
5404
 
msgid "View this document full-screen."
5405
 
msgstr ""
5406
 
 
5407
 
#: kig/kig_part.cpp:302
5408
 
msgid "&Select Shown Area"
5409
 
msgstr ""
5410
 
 
5411
 
#: kig/kig_part.cpp:305 kig/kig_part.cpp:306
5412
 
msgid "Select the area that you want to be shown in the window."
5413
 
msgstr ""
5414
 
 
5415
 
#: kig/kig_part.cpp:308
5416
 
msgid "S&elect Zoom Area"
5417
 
msgstr ""
5418
 
 
5419
 
#: kig/kig_part.cpp:314
5420
 
msgid "Set Coordinate &Precision..."
5421
 
msgstr ""
5422
 
 
5423
 
#: kig/kig_part.cpp:316
5424
 
msgid "Set the floating point precision of coordinates in the document. "
5425
 
msgstr ""
5426
 
 
5427
 
#: kig/kig_part.cpp:319
5428
 
msgid "Show &Grid"
5429
 
msgstr "سېتكا كۆرسەت(&G)"
5430
 
 
5431
 
#: kig/kig_part.cpp:321
5432
 
msgid "Show or hide the grid."
5433
 
msgstr ""
5434
 
 
5435
 
#: kig/kig_part.cpp:325
5436
 
msgid "Show &Axes"
5437
 
msgstr ""
5438
 
 
5439
 
#: kig/kig_part.cpp:327
5440
 
msgid "Show or hide the axes."
5441
 
msgstr ""
5442
 
 
5443
 
#: kig/kig_part.cpp:331
5444
 
msgid "Wear Infrared Glasses"
5445
 
msgstr ""
5446
 
 
5447
 
#: kig/kig_part.cpp:333
5448
 
msgid "Enable/disable hidden objects' visibility."
5449
 
msgstr ""
5450
 
 
5451
 
#: kig/kig_part.cpp:365
5452
 
#, kde-format
5453
 
msgid "Repeat Construction (%1)"
5454
 
msgstr ""
5455
 
 
5456
 
#: kig/kig_part.cpp:367
5457
 
#, kde-format
5458
 
msgid "Repeat %1 (with new data)"
5459
 
msgstr ""
5460
 
 
5461
 
#: kig/kig_part.cpp:396
5462
 
#, kde-format
5463
 
msgid ""
5464
 
"The file \"%1\" you tried to open does not exist. Please verify that you "
5465
 
"entered the correct path."
5466
 
msgstr ""
5467
 
 
5468
 
#: kig/kig_part.cpp:398
5469
 
msgid "File Not Found"
5470
 
msgstr "ھۆججەت تاپالمىدى"
5471
 
 
5472
 
#: kig/kig_part.cpp:416
5473
 
#, kde-format
5474
 
msgid ""
5475
 
"You tried to open a document of type \"%1\"; unfortunately, Kig does not "
5476
 
"support this format. If you think the format in question would be worth "
5477
 
"implementing support for, you can always ask us nicely on mailto:pino@kde."
5478
 
"org or do the work yourself and send me a patch."
5479
 
msgstr ""
5480
 
 
5481
 
#: kig/kig_part.cpp:422 kig/kig_part.cpp:465
5482
 
msgid "Format Not Supported"
5483
 
msgstr ""
5484
 
 
5485
 
#: kig/kig_part.cpp:463
5486
 
msgid ""
5487
 
"Kig does not support saving to any other file format than its own. Save to "
5488
 
"Kig's format instead?"
5489
 
msgstr ""
5490
 
 
5491
 
#: kig/kig_part.cpp:465
5492
 
msgid "Save Kig Format"
5493
 
msgstr ""
5494
 
 
5495
 
#: kig/kig_part.cpp:700
5496
 
msgid ""
5497
 
"*.kig|Kig Documents (*.kig)\n"
5498
 
"*.kigz|Compressed Kig Documents (*.kigz)"
5499
 
msgstr ""
5500
 
 
5501
 
#: kig/kig_part.cpp:869
5502
 
msgid "Print Geometry"
5503
 
msgstr ""
5504
 
 
5505
 
#: kig/kig_part.cpp:936
5506
 
#, kde-format
5507
 
msgid "Hide %1 Object"
5508
 
msgid_plural "Hide %1 Objects"
5509
 
msgstr[0] ""
5510
 
 
5511
 
#: kig/kig_part.cpp:955
5512
 
#, kde-format
5513
 
msgid "Show %1 Object"
5514
 
msgid_plural "Show %1 Objects"
5515
 
msgstr[0] ""
5516
 
 
5517
 
#: kig/kig_view.cpp:220
5518
 
msgid "Zoom In"
5519
 
msgstr "چوڭايت"
5520
 
 
5521
 
#: kig/kig_view.cpp:240
5522
 
msgid "Zoom Out"
5523
 
msgstr "كىچىكلىتىش"
5524
 
 
5525
 
#: kig/kig_view.cpp:520
5526
 
msgid "Recenter View"
5527
 
msgstr ""
5528
 
 
5529
 
#: kig/kig_view.cpp:542
5530
 
msgid "Select the rectangle that should be shown."
5531
 
msgstr ""
5532
 
 
5533
 
#: kig/kig_view.cpp:550 kig/kig_view.cpp:598
5534
 
msgid "Change Shown Part of Screen"
5535
 
msgstr ""
5536
 
 
5537
 
#: kig/kig_view.cpp:587
5538
 
msgid "Select Zoom Area"
5539
 
msgstr ""
5540
 
 
5541
 
#: kig/kig_view.cpp:588
5542
 
msgid ""
5543
 
"Select the zoom area by entering the coordinates<br />of the upper left "
5544
 
"corner and the lower right corner."
5545
 
msgstr ""
5546
 
 
5547
 
#: kig/main.cpp:98
5548
 
msgid "Kig"
5549
 
msgstr "Kig"
5550
 
 
5551
 
#: kig/main.cpp:104
5552
 
msgid ""
5553
 
"Do not show a GUI. Convert the specified file to the native Kig format. "
5554
 
"Output goes to stdout unless --outfile is specified."
5555
 
msgstr ""
5556
 
 
5557
 
#: kig/main.cpp:106
5558
 
msgid ""
5559
 
"File to output the created native file to. '-' means output to stdout. "
5560
 
"Default is stdout as well."
5561
 
msgstr ""
5562
 
 
5563
 
#: kig/main.cpp:107
5564
 
msgid "Document to open"
5565
 
msgstr "ئاچىدىغان پۈتۈك"
5566
 
 
5567
 
#: misc/coordinate_system.cpp:325
5568
 
msgid ""
5569
 
"Enter coordinates in the following format: \"x;y\",\n"
5570
 
"where x is the x coordinate, and y is the y coordinate."
5571
 
msgstr ""
5572
 
 
5573
 
#: misc/coordinate_system.cpp:331
5574
 
msgid ""
5575
 
"Enter coordinates in the following format: <b>\"x;y\"</b>,<br />where x is "
5576
 
"the x coordinate, and y is the y coordinate."
5577
 
msgstr ""
5578
 
 
5579
 
#: misc/coordinate_system.cpp:371
5580
 
msgid ""
5581
 
"Enter coordinates in the following format: \"r; θ°\",\n"
5582
 
"where r and θ are the polar coordinates."
5583
 
msgstr ""
5584
 
 
5585
 
#: misc/coordinate_system.cpp:378
5586
 
msgid ""
5587
 
"Enter coordinates in the following format: <b>\"r; θ°\"</b>,<br />where r "
5588
 
"and θ are the polar coordinates."
5589
 
msgstr ""
5590
 
 
5591
 
#: misc/coordinate_system.cpp:530
5592
 
msgid "&Euclidean"
5593
 
msgstr ""
5594
 
 
5595
 
#: misc/coordinate_system.cpp:531
5596
 
msgid "&Polar"
5597
 
msgstr ""
5598
 
 
5599
 
#: misc/coordinate_system.cpp:581
5600
 
msgid "Set Euclidean Coordinate System"
5601
 
msgstr ""
5602
 
 
5603
 
#: misc/coordinate_system.cpp:583
5604
 
msgid "Set Polar Coordinate System"
5605
 
msgstr ""
5606
 
 
5607
 
#: modes/typesdialog.cpp:130
5608
 
msgid "Macro"
5609
 
msgstr "ماكرو"
5610
 
 
5611
 
#: modes/typesdialog.cpp:313
5612
 
msgid "Type"
5613
 
msgstr "تىپى"
5614
 
 
5615
 
#: modes/typesdialog.cpp:315
5616
 
msgid "Description"
5617
 
msgstr "چۈشەندۈرۈش"
5618
 
 
5619
 
#: modes/typesdialog.cpp:339
5620
 
msgid "Manage Types"
5621
 
msgstr ""
5622
 
 
5623
 
#: modes/typesdialog.cpp:426
5624
 
#, kde-format
5625
 
msgid "Are you sure you want to delete this type?"
5626
 
msgid_plural "Are you sure you want to delete these %1 types?"
5627
 
msgstr[0] ""
5628
 
 
5629
 
#: modes/typesdialog.cpp:428
5630
 
msgid "Are You Sure?"
5631
 
msgstr "راستمۇ؟"
5632
 
 
5633
 
#: modes/typesdialog.cpp:451 modes/typesdialog.cpp:466
5634
 
msgid ""
5635
 
"*.kigt|Kig Types Files\n"
5636
 
"*|All Files"
5637
 
msgstr ""
5638
 
 
5639
 
#: modes/typesdialog.cpp:451
5640
 
msgid "Export Types"
5641
 
msgstr ""
5642
 
 
5643
 
#: modes/typesdialog.cpp:466
5644
 
msgid "Import Types"
5645
 
msgstr ""
5646
 
 
5647
 
#: modes/typesdialog.cpp:494
5648
 
msgid ""
5649
 
"There is more than one type selected. You can only edit one type at a time. "
5650
 
"Please select only the type you want to edit and try again."
5651
 
msgstr "T"
5652
 
 
5653
 
#: modes/typesdialog.cpp:497
5654
 
msgid "More Than One Type Selected"
 
5420
#. i18n: ectx: @info:tipoftheday
 
5421
#: tips:2
 
5422
msgid ""
 
5423
"<p>You can control a kig construction by means of a \"pykig\" \n"
 
5424
"python script, that can be executed with the command \n"
 
5425
"<code>pykig.py</code>.  Here is a nice example \n"
 
5426
"(<code>hexagons.kpy</code>) you can try:\n"
 
5427
"<code><pre>\n"
 
5428
"kigdocument.hideobjects()\n"
 
5429
"def hexagons (c, v, n):\n"
 
5430
"  hexagon = PolygonBCV (c, v, 6)\n"
 
5431
"  if n &lt;= 0:\n"
 
5432
"    hexagon.show()\n"
 
5433
"    for i in range(6): \n"
 
5434
"      PolygonSide (hexagon, i, True)\n"
 
5435
"    return\n"
 
5436
"  cnew = MidPoints (c, v)\n"
 
5437
"  hexagons (cnew, v, n-1)\n"
 
5438
"  for k in [2,4]:\n"
 
5439
"    v1 = PolygonVertex (hexagon, k)\n"
 
5440
"    cnew = MidPoints (c, v1)\n"
 
5441
"    hexagons (cnew, v1, n-1)\n"
 
5442
"hexagons (Point(0,0), Point(1,0), 5)\n"
 
5443
"</pre></code>\n"
 
5444
msgstr ""
 
5445
 
 
5446
#. i18n: ectx: @info:tipoftheday
 
5447
#: tips:28
 
5448
msgid ""
 
5449
"<p>You can repeat the latest construction simply by pressing the key\n"
 
5450
"'Z'; this comes in very handy if you need to construct a sequence\n"
 
5451
"of objects with the same construction, especially if there is\n"
 
5452
"no shortcut for that construction.</p>\n"
 
5453
msgstr ""
 
5454
 
 
5455
#. i18n: ectx: @info:tipoftheday
 
5456
#: tips:37
 
5457
msgid ""
 
5458
"<p>One of the most powerful tools in Kig are the menus that you can\n"
 
5459
"enter by right-clicking on an object, or on some empty space in the\n"
 
5460
"document.  You can use them to give objects names, change their colors\n"
 
5461
"and line styles, and lots of other interesting things.</p>\n"
 
5462
msgstr ""
 
5463
 
 
5464
#. i18n: ectx: @info:tipoftheday
 
5465
#: tips:46
 
5466
msgid ""
 
5467
"<p>You can construct new points without using the menu or the toolbar, "
 
5468
"simply\n"
 
5469
"clicking somewhere on the Kig document with the <em>middle mouse\n"
 
5470
"button</em>.</p>\n"
 
5471
msgstr ""
 
5472
 
 
5473
#. i18n: ectx: @info:tipoftheday
 
5474
#: tips:54
 
5475
msgid ""
 
5476
"<p>Kig can open several file formats: its files (<code>.kig</code> files),\n"
 
5477
"<em>KGeo</em> files, <em>KSeg</em> files, and, partially, <em>Dr. Geo</em>\n"
 
5478
"and <em>Cabri&#8482;</em> files.</p>\n"
 
5479
msgstr ""
 
5480
 
 
5481
#. i18n: ectx: @info:tipoftheday
 
5482
#: tips:62
 
5483
msgid ""
 
5484
"<p>Kig has more than 20 objects and 10 transformations with more than 80 \n"
 
5485
"constructions you can use in your documents: open the <em>Objects</em> \n"
 
5486
"menu to see them all.</p>\n"
 
5487
msgstr ""
 
5488
 
 
5489
#. i18n: ectx: @info:tipoftheday
 
5490
#: tips:70
 
5491
msgid ""
 
5492
"<p>You can use the selected objects to start the construction of an object\n"
 
5493
"which requires the selected objects as arguments. For example, if you have "
 
5494
"two\n"
 
5495
"points selected, you can choose <em>Start->Circle by Three Points</em> from "
 
5496
"the\n"
 
5497
"popup menu to start constructing a circle by three points.</p>\n"
 
5498
msgstr ""
 
5499
 
 
5500
#. i18n: ectx: @info:tipoftheday
 
5501
#: tips:79
 
5502
msgid ""
 
5503
"<p>Kig can extends its object set using external macros. You can find some\n"
 
5504
"interesting macros on the Kig website:\n"
 
5505
"<a href=\"http://edu.kde.org/kig\">http://edu.kde.org/kig</a>.</p>\n"
 
5506
msgstr ""
 
5507
 
 
5508
#. i18n: ectx: @info:tipoftheday
 
5509
#: tips:87
 
5510
msgid ""
 
5511
"<p>If you have more than one object under the mouse, and you want to select "
 
5512
"any\n"
 
5513
"of them, you can click with the <em>left mouse button</em>, while holding "
 
5514
"the\n"
 
5515
"<em>Shift</em> key, to get a list of the objects under the mouse cursor "
 
5516
"which\n"
 
5517
"you can then select from.</p>\n"
 
5518
msgstr ""
 
5519
 
 
5520
#. i18n: ectx: @info:tipoftheday
 
5521
#: tips:96
 
5522
msgid ""
 
5523
"<p>When you construct a locus, you can click on it with the <em>right</em> "
 
5524
"mouse\n"
 
5525
"button and select <em>cartesian equation</em> to see its cartesian "
 
5526
"equation, \n"
 
5527
"whenever it is an algebraic curve of low degree.</p>\n"
5655
5528
msgstr ""