ur_PK.po
37.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# InVesalius 3.0 Beta - English
# Copyright (C) 2007-2009 Centro de Tecnologia da Informação Renato Archer
# This file is distributed under the same license as the InVesalius package. (GNU General Public License v2)
# Tatiana Al-Chueyr Pereira Martins <tatiana.alchueyr@gmail.com>
# Paulo Henrique Junqueira Amorim <paulojamorim@gmail.com>
# Thiago Franco de Morais <totonixsame@gmail.com>
# Translators:
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: InVesalius3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-27 11:03-0300\n"
"PO-Revision-Date: 2017-03-27 14:16+0000\n"
"Last-Translator: InVesalius <invesalius@cti.gov.br>\n"
"Language-Team: Urdu (Pakistan) (http://www.transifex.com/invesalius/invesalius3/language/ur_PK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ur_PK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: GENERIC\n"
"X-Poedit-Language: English\n"
"X-Poedit-SourceCharset: utf-8\n"
#: bitmap_preview_panel.py:25 dicom_preview_panel.py:49
#, python-format
msgid "Image size: %d x %d"
msgstr ""
#: bitmap_preview_panel.py:26 dicom_preview_panel.py:50
#, python-format
msgid "Spacing: %.2f"
msgstr ""
#: bitmap_preview_panel.py:27 dicom_preview_panel.py:51
#, python-format
msgid "Location: %.2f"
msgstr ""
#: bitmap_preview_panel.py:29 dicom_preview_panel.py:53
#, python-format
msgid ""
"%s %s\n"
"Made in InVesalius"
msgstr ""
#: bitmap_preview_panel.py:166 bitmap_preview_panel.py:167
#: dicom_preview_panel.py:189 dicom_preview_panel.py:190 frame.py:793
msgid "Image"
msgstr ""
#: bitmap_preview_panel.py:442 bitmap_preview_panel.py:443 constants.py:214
#: constants.py:302 control.py:478 dialogs.py:827 dialogs.py:840
#: dicom_preview_panel.py:676 dicom_preview_panel.py:677 presets.py:32
#: presets.py:50 presets.py:106 presets.py:137
msgid "Bone"
msgstr ""
#: bitmap_preview_panel.py:510 dicom_preview_panel.py:744
msgid "Auto-play"
msgstr ""
#: clut_raycasting.py:535
#, python-format
msgid "Value: %-6d"
msgstr ""
#: clut_raycasting.py:536
#, python-format
msgid "Alpha: %-.3f"
msgstr ""
#: constants.py:32
#, python-format
msgid "M %d"
msgstr ""
#: constants.py:44 constants.py:415 constants.py:417
msgid " Off"
msgstr ""
#: constants.py:45
msgid "Red-blue"
msgstr ""
#: constants.py:46
msgid "CristalEyes"
msgstr ""
#: constants.py:47
msgid "Interlaced"
msgstr ""
#: constants.py:48 constants.py:354
msgid "Left"
msgstr ""
#: constants.py:49 constants.py:353
msgid "Right"
msgstr ""
#: constants.py:50
msgid "Dresden"
msgstr ""
#: constants.py:51
msgid "Checkboard"
msgstr ""
#: constants.py:52
msgid "Anaglyph"
msgstr ""
#: constants.py:105
msgid "Keep all slices"
msgstr ""
#: constants.py:105
msgid "Skip 1 for each 2 slices"
msgstr ""
#: constants.py:106
msgid "Skip 2 for each 3 slices"
msgstr ""
#: constants.py:106
msgid "Skip 3 for each 4 slices"
msgstr ""
#: constants.py:107
msgid "Skip 4 for each 5 slices"
msgstr ""
#: constants.py:107
msgid "Skip 5 for each 6 slices"
msgstr ""
#: constants.py:164 slice_menu.py:103 slice_menu.py:110
msgid "Default "
msgstr ""
#: constants.py:165
msgid "Hue"
msgstr ""
#: constants.py:166
msgid "Saturation"
msgstr ""
#: constants.py:167
msgid "Desert"
msgstr ""
#: constants.py:168
msgid "Rainbow"
msgstr ""
#: constants.py:169
msgid "Ocean"
msgstr ""
#: constants.py:170
msgid "Inverse Gray"
msgstr ""
#: constants.py:220
#, python-format
msgid "Mask %d"
msgstr ""
#: constants.py:276 task_surface.py:44
msgid "Draw"
msgstr ""
#: constants.py:276 styles.py:66 task_slice.py:853 task_surface.py:44
msgid "Erase"
msgstr ""
#: constants.py:276 data_notebook.py:447 dialogs.py:2514 task_surface.py:44
msgid "Threshold"
msgstr ""
#: constants.py:288 constants.py:293
msgid "Low"
msgstr ""
#: constants.py:289 constants.py:293
msgid "Medium"
msgstr ""
#: constants.py:290 constants.py:293
msgid "High"
msgstr ""
#: constants.py:291 constants.py:292 constants.py:293 task_slice.py:176
msgid "Optimal *"
msgstr ""
#: constants.py:298
#, python-format
msgid "Surface %d"
msgstr ""
#: constants.py:301
msgid "Abdomen"
msgstr ""
#: constants.py:303
msgid "Brain posterior fossa"
msgstr ""
#: constants.py:304
msgid "Brain"
msgstr ""
#: constants.py:305 control.py:480 dialogs.py:1490 dialogs.py:1493
#: dialogs.py:1501 dialogs.py:1576 slice_menu.py:60 slice_menu.py:72
msgid "Default"
msgstr ""
#: constants.py:306
msgid "Emphysema"
msgstr ""
#: constants.py:307
msgid "Ischemia - Hard, non contrast"
msgstr ""
#: constants.py:308
msgid "Ischemia - Soft, non contrast"
msgstr ""
#: constants.py:309
msgid "Larynx"
msgstr ""
#: constants.py:310
msgid "Liver"
msgstr ""
#: constants.py:311
msgid "Lung - Soft"
msgstr ""
#: constants.py:312
msgid "Lung - Hard"
msgstr ""
#: constants.py:313
msgid "Mediastinum"
msgstr ""
#: constants.py:314 control.py:481 slice_menu.py:67 slice_menu.py:72
msgid "Manual"
msgstr ""
#: constants.py:315
msgid "Pelvis"
msgstr ""
#: constants.py:316
msgid "Sinus"
msgstr ""
#: constants.py:317
msgid "Vasculature - Hard"
msgstr ""
#: constants.py:318
msgid "Vasculature - Soft"
msgstr ""
#: constants.py:319
msgid "Contour"
msgstr ""
#: constants.py:349
msgid "Front"
msgstr ""
#: constants.py:350
msgid "Back"
msgstr ""
#: constants.py:351
msgid "Top"
msgstr ""
#: constants.py:352
msgid "Bottom"
msgstr ""
#: constants.py:355
msgid "Isometric"
msgstr ""
#: constants.py:362
msgid "Airways"
msgstr ""
#: constants.py:363
msgid "Airways II"
msgstr ""
#: constants.py:364
msgid "Black & White"
msgstr ""
#: constants.py:365
msgid "Bone + Skin"
msgstr ""
#: constants.py:366
msgid "Bone + Skin II"
msgstr ""
#: constants.py:367
msgid "Dark bone"
msgstr ""
#: constants.py:368
msgid "Glossy"
msgstr ""
#: constants.py:369
msgid "Glossy II"
msgstr ""
#: constants.py:370
msgid "Gold bone"
msgstr ""
#: constants.py:371
msgid "High contrast"
msgstr ""
#: constants.py:372
msgid "Low contrast"
msgstr ""
#: constants.py:373 constants.py:381
msgid "Soft on white"
msgstr ""
#: constants.py:374
msgid "Mid contrast"
msgstr ""
#: constants.py:375
msgid "MIP"
msgstr ""
#: constants.py:376
msgid "No shading"
msgstr ""
#: constants.py:377
msgid "Pencil"
msgstr ""
#: constants.py:378
msgid "Red on white"
msgstr ""
#: constants.py:379
msgid "Skin on blue"
msgstr ""
#: constants.py:380
msgid "Skin on blue II"
msgstr ""
#: constants.py:382
msgid "Soft + Skin"
msgstr ""
#: constants.py:383
msgid "Soft + Skin II"
msgstr ""
#: constants.py:384
msgid "Soft + Skin III"
msgstr ""
#: constants.py:385
msgid "Soft on blue"
msgstr ""
#: constants.py:386
msgid "Soft"
msgstr ""
#: constants.py:387
msgid "Standard"
msgstr ""
#: constants.py:388
msgid "Vascular"
msgstr ""
#: constants.py:389
msgid "Vascular II"
msgstr ""
#: constants.py:390
msgid "Vascular III"
msgstr ""
#: constants.py:391
msgid "Vascular IV"
msgstr ""
#: constants.py:392
msgid "Yellow bone"
msgstr ""
#: constants.py:418 volume.py:647
msgid "Cut plane"
msgstr ""
#: constants.py:653
msgid "Select tracker:"
msgstr ""
#: constants.py:653
msgid "Claron MicronTracker"
msgstr ""
#: constants.py:654
msgid "Polhemus FASTRAK"
msgstr ""
#: constants.py:654
msgid "Polhemus ISOTRAK II"
msgstr ""
#: constants.py:655
msgid "Polhemus PATRIOT"
msgstr ""
#: constants.py:655
msgid "Debug tracker"
msgstr ""
#: constants.py:656
msgid "Disconnect tracker"
msgstr ""
#: constants.py:661
msgid "Static ref."
msgstr ""
#: constants.py:661
msgid "Dynamic ref."
msgstr ""
#: constants.py:671
msgid "LEI"
msgstr ""
#: constants.py:672
msgid "REI"
msgstr ""
#: constants.py:673
msgid "NAI"
msgstr ""
#: constants.py:675
msgid "Select left ear in image"
msgstr ""
#: constants.py:676
msgid "Select right ear in image"
msgstr ""
#: constants.py:677
msgid "Select nasion in image"
msgstr ""
#: constants.py:679
msgid "LET"
msgstr ""
#: constants.py:680
msgid "RET"
msgstr ""
#: constants.py:681
msgid "NAT"
msgstr ""
#: constants.py:682
msgid "SET"
msgstr ""
#: constants.py:684
msgid "Select left ear with spatial tracker"
msgstr ""
#: constants.py:685
msgid "Select right ear with spatial tracker"
msgstr ""
#: constants.py:686
msgid "Select nasion with spatial tracker"
msgstr ""
#: constants.py:687
msgid "Show set coordinates in image"
msgstr ""
#: control.py:382
#, python-format
msgid "Loading file %d of %d ..."
msgstr ""
#: control.py:818
msgid "Fix gantry tilt applying the degrees below"
msgstr ""
#: data_notebook.py:45 measures.py:17
msgid "Linear"
msgstr ""
#: data_notebook.py:46 measures.py:18
msgid "Angular"
msgstr ""
#: data_notebook.py:49 measures.py:21
msgid "3D"
msgstr ""
#: data_notebook.py:50 dialogs.py:1912 dialogs.py:2063 dialogs.py:2082
#: measures.py:22
msgid "Axial"
msgstr ""
#: data_notebook.py:51 dialogs.py:1912 dialogs.py:2063 dialogs.py:2083
#: measures.py:23
msgid "Coronal"
msgstr ""
#: data_notebook.py:52 measures.py:24
msgid "Sagittal"
msgstr ""
#: data_notebook.py:67
msgid "Masks"
msgstr ""
#: data_notebook.py:68
msgid "3D surfaces"
msgstr ""
#: data_notebook.py:69
msgid "Measures"
msgstr ""
#: data_notebook.py:186 frame.py:1328
msgid "Measure distance"
msgstr ""
#: data_notebook.py:189 frame.py:1334
msgid "Measure angle"
msgstr ""
#: data_notebook.py:446 data_notebook.py:771 data_notebook.py:1035
#: data_notebook.py:1232
msgid "Name"
msgstr ""
#: data_notebook.py:510 frame.py:780
msgid "Mask"
msgstr ""
#: data_notebook.py:635 task_surface.py:141
msgid "New surface"
msgstr ""
#: data_notebook.py:772
msgid "Volume (mm³)"
msgstr ""
#: data_notebook.py:773
msgid "Area (mm²)"
msgstr ""
#: data_notebook.py:774
msgid "Transparency"
msgstr ""
#: data_notebook.py:1036
msgid "Location"
msgstr ""
#: data_notebook.py:1037 data_notebook.py:1233 import_bitmap_panel.py:203
msgid "Type"
msgstr ""
#: data_notebook.py:1038 data_notebook.py:1234
msgid "Value"
msgstr ""
#: default_tasks.py:151
msgid "Data"
msgstr ""
#: default_tasks.py:244 default_tasks.py:250
msgid "Load data"
msgstr ""
#: default_tasks.py:245 default_tasks.py:251 default_tasks.py:280
msgid "Select region of interest"
msgstr ""
#: default_tasks.py:246 default_tasks.py:252 default_tasks.py:282
msgid "Configure 3D surface"
msgstr ""
#: default_tasks.py:247 default_tasks.py:253
msgid "Export data"
msgstr ""
#: default_tasks.py:254
msgid "Navigation system"
msgstr ""
#: default_viewers.py:82 default_viewers.py:171 task_exporter.py:247
msgid "Axial slice"
msgstr ""
#: default_viewers.py:87 default_viewers.py:177 task_exporter.py:248
msgid "Coronal slice"
msgstr ""
#: default_viewers.py:92 default_viewers.py:183 task_exporter.py:249
msgid "Sagittal slice"
msgstr ""
#: default_viewers.py:98 default_viewers.py:189 task_exporter.py:250
msgid "Volume"
msgstr ""
#: default_viewers.py:437
msgid "Preset name"
msgstr ""
#: default_viewers.py:440
msgid "Save raycasting preset"
msgstr ""
#: default_viewers.py:473 frame.py:854
msgid "Tools"
msgstr ""
#: dialogs.py:78
msgid "Value will be applied."
msgstr ""
#: dialogs.py:82
msgid "Value will not be applied."
msgstr ""
#: dialogs.py:116
msgid ""
"InVesalius is running on a 32-bit operating system or has insufficient memory. \n"
"If you want to work with 3D surfaces or volume rendering, \n"
"it is recommended to reduce the medical images resolution."
msgstr ""
#: dialogs.py:130
msgid "Percentage of original resolution"
msgstr ""
#: dialogs.py:178
msgid "Loading DICOM files"
msgstr ""
#: dialogs.py:230
msgid "Open InVesalius 3 project..."
msgstr ""
#: dialogs.py:268
msgid "Choose a DICOM folder:"
msgstr ""
#: dialogs.py:309
msgid "Choose a folder with TIFF, BMP, JPG or PNG:"
msgstr ""
#: dialogs.py:341
msgid "Import Analyze 7.5 file"
msgstr ""
#: dialogs.py:347
msgid "Import NIFTi 1 file"
msgstr ""
#: dialogs.py:350
msgid "Import PAR/REC file"
msgstr ""
#: dialogs.py:382 frame.py:692
msgid "Save project as..."
msgstr ""
#: dialogs.py:385
msgid "InVesalius project (*.inv3)|*.inv3"
msgstr ""
#: dialogs.py:414
msgid "Save markers as..."
msgstr ""
#: dialogs.py:417
msgid "Markers (*.txt)|*.txt"
msgstr ""
#: dialogs.py:445
msgid "Load markers"
msgstr ""
#: dialogs.py:510 utils.py:377
msgid ""
"A new version of InVesalius is available. Do you want to open the download "
"website now?"
msgstr ""
#: dialogs.py:511 utils.py:378
msgid "Invesalius Update"
msgstr ""
#: dialogs.py:569 dialogs.py:946 dialogs.py:971
#, python-format
msgid ""
"The project %s has been modified.\n"
"Save changes?"
msgstr ""
#: dialogs.py:583
#, python-format
msgid "%s is an empty folder."
msgstr ""
#: dialogs.py:598
msgid "There are no Bitmap, JPEG, PNG or TIFF files in the selected folder."
msgstr ""
#: dialogs.py:600
msgid "There are no DICOM files in the selected folder."
msgstr ""
#: dialogs.py:613
msgid "Warning! InVesalius has limited support to Analyze format.\n"
msgstr ""
#: dialogs.py:614
msgid "Slices may be wrongly oriented and functions may not work properly."
msgstr ""
#: dialogs.py:626
msgid "A mask is needed to create a surface."
msgstr ""
#: dialogs.py:637
msgid "No mask was selected for removal."
msgstr ""
#: dialogs.py:648
msgid "No surface was selected for removal."
msgstr ""
#: dialogs.py:660
msgid "No measure was selected for removal."
msgstr ""
#: dialogs.py:671
msgid "No mask was selected for duplication."
msgstr ""
#: dialogs.py:684
msgid "No surface was selected for duplication."
msgstr ""
#: dialogs.py:697
msgid "Fiducials are invalid. Select six coordinates."
msgstr ""
#: dialogs.py:719
msgid "No tracking device selected"
msgstr ""
#: dialogs.py:721
msgid " is not installed."
msgstr ""
#: dialogs.py:723
msgid " disconnected."
msgstr ""
#: dialogs.py:725
msgid " is not connected."
msgstr ""
#: dialogs.py:739
msgid "The TXT file is invalid."
msgstr ""
#: dialogs.py:751
msgid "No data selected"
msgstr ""
#: dialogs.py:763
msgid "Edit marker ID"
msgstr ""
#: dialogs.py:810
msgid "New mask name:"
msgstr ""
#: dialogs.py:814
msgid "Name the mask to be created"
msgstr ""
#: dialogs.py:821
msgid "Threshold preset:"
msgstr ""
#: dialogs.py:908 presets.py:46 presets.py:64 presets.py:120 presets.py:151
#: slice_menu.py:128 slice_menu.py:264 task_slice.py:536 task_slice.py:538
#: task_slice.py:550 task_slice.py:552 task_slice.py:595 task_slice.py:598
msgid "Custom"
msgstr ""
#: dialogs.py:923
#, python-format
msgid "%s does not exist."
msgstr ""
#: dialogs.py:934
msgid "Please, provide more than one DICOM file for 3D reconstruction"
msgstr ""
#: dialogs.py:995
msgid "(c) 2007-2017 Center for Information Technology Renato Archer - CTI"
msgstr ""
#: dialogs.py:996
msgid ""
"InVesalius is a medical imaging program for 3D reconstruction. It uses a sequence of 2D DICOM image files acquired with CT or MRI scanners. InVesalius allows exporting 3D volumes or surfaces as mesh files for creating physical models of a patient's anatomy using additive manufacturing (3D printing) technologies. The software is developed by Center for Information Technology Renato Archer (CTI), National Council for Scientific and Technological Development (CNPq) and the Brazilian Ministry of Health.\n"
"\n"
" InVesalius must be used only for research. The Center for Information Technology Renato Archer is not responsible for damages caused by the use of this software.\n"
"\n"
" Contact: invesalius@cti.gov.br"
msgstr ""
#: dialogs.py:1004
msgid "GNU GPL (General Public License) version 2"
msgstr ""
#: dialogs.py:1044
msgid "Save raycasting preset as:"
msgstr ""
#: dialogs.py:1087 dialogs.py:1345
msgid "New surface name:"
msgstr ""
#: dialogs.py:1091 dialogs.py:1349
msgid "Name the surface to be created"
msgstr ""
#: dialogs.py:1098 dialogs.py:1356
msgid "Mask of reference:"
msgstr ""
#: dialogs.py:1116 dialogs.py:1374
msgid "Surface quality:"
msgstr ""
#: dialogs.py:1145 dialogs.py:1402 styles.py:1668
msgid "Fill holes"
msgstr ""
#: dialogs.py:1148 dialogs.py:1405
msgid "Keep largest region"
msgstr ""
#: dialogs.py:1188
msgid "BMP image"
msgstr ""
#: dialogs.py:1189
msgid "JPG image"
msgstr ""
#: dialogs.py:1190
msgid "PNG image"
msgstr ""
#: dialogs.py:1191
msgid "PostScript document"
msgstr ""
#: dialogs.py:1192
msgid "POV-Ray file"
msgstr ""
#: dialogs.py:1193
msgid "TIFF image"
msgstr ""
#: dialogs.py:1238
msgid "Surface generation options"
msgstr ""
#: dialogs.py:1268
msgid "Surface creation"
msgstr ""
#: dialogs.py:1295
msgid "Surface creation options"
msgstr ""
#: dialogs.py:1301
msgid "Surface creation method"
msgstr ""
#: dialogs.py:1450 frame.py:856
msgid "Options"
msgstr ""
#: dialogs.py:1466
msgid "Angle:"
msgstr ""
#: dialogs.py:1468
msgid "Max. distance:"
msgstr ""
#: dialogs.py:1470
msgid "Min. weight:"
msgstr ""
#: dialogs.py:1472
msgid "N. steps:"
msgstr ""
#: dialogs.py:1491 dialogs.py:1527 dialogs.py:1572
msgid "Context aware smoothing"
msgstr ""
#: dialogs.py:1492
msgid "Binary"
msgstr ""
#: dialogs.py:1510
msgid ""
"It is not possible to use the Default method because the mask was edited."
msgstr ""
#: dialogs.py:1513
msgid "Method:"
msgstr ""
#: dialogs.py:1642 dialogs.py:2550
msgid "Method"
msgstr ""
#: dialogs.py:1665
msgid "Gaussian sigma"
msgstr ""
#: dialogs.py:1687 task_slice.py:285
msgid "Watershed"
msgstr ""
#: dialogs.py:1728 frame.py:753
msgid "Boolean operations"
msgstr ""
#: dialogs.py:1751 slice_.py:1314
msgid "Union"
msgstr ""
#: dialogs.py:1752
msgid "Difference"
msgstr ""
#: dialogs.py:1753 slice_.py:1316
msgid "Intersection"
msgstr ""
#: dialogs.py:1754
msgid "Exclusive disjunction"
msgstr ""
#: dialogs.py:1775
msgid "Mask 1"
msgstr ""
#: dialogs.py:1777
msgid "Operation"
msgstr ""
#: dialogs.py:1779
msgid "Mask 2"
msgstr ""
#: dialogs.py:1808
msgid "Image reorientation"
msgstr ""
#: dialogs.py:1820
msgid "Apply"
msgstr ""
#: dialogs.py:1824
msgid "Angle X"
msgstr ""
#: dialogs.py:1828
msgid "Angle Y"
msgstr ""
#: dialogs.py:1832
msgid "Angle Z"
msgstr ""
#: dialogs.py:1881
msgid "Create project from bitmap"
msgstr ""
#: dialogs.py:1908
msgid "Project name:"
msgstr ""
#: dialogs.py:1911
msgid "Slices orientation:"
msgstr ""
#: dialogs.py:1912 dialogs.py:2063 dialogs.py:2084
msgid "Sagital"
msgstr ""
#: dialogs.py:1916
msgid "Spacing (mm):"
msgstr ""
#: dialogs.py:1931
msgid "X:"
msgstr ""
#: dialogs.py:1936
msgid "Y:"
msgstr ""
#: dialogs.py:1940
msgid "Z:"
msgstr ""
#: dialogs.py:2018
msgid ""
"All bitmaps files must be the same \n"
" width and height size."
msgstr ""
#: dialogs.py:2031
msgid "2D - Actual slice"
msgstr ""
#: dialogs.py:2032
msgid "3D - All slices"
msgstr ""
#: dialogs.py:2057
msgid "2D Connectivity"
msgstr ""
#: dialogs.py:2066
msgid "Orientation"
msgstr ""
#: dialogs.py:2103
msgid "3D Connectivity"
msgstr ""
#: dialogs.py:2170 dialogs.py:2223 task_slice.py:872
msgid "Use WW&WL"
msgstr ""
#: dialogs.py:2188
msgid "Deviation"
msgstr ""
#: dialogs.py:2190
msgid "Min:"
msgstr ""
#: dialogs.py:2193
msgid "Max:"
msgstr ""
#: dialogs.py:2246
msgid "Multiplier"
msgstr ""
#: dialogs.py:2249
msgid "Iterations"
msgstr ""
#: dialogs.py:2327 dialogs.py:2541 dialogs.py:2795
msgid "Parameters"
msgstr ""
#: dialogs.py:2385
msgid "Select mask parts"
msgstr ""
#: dialogs.py:2413
msgid "Target mask name"
msgstr ""
#: dialogs.py:2467 frame.py:784 styles.py:2017
msgid "Region growing"
msgstr ""
#: dialogs.py:2514
msgid "Dynamic"
msgstr ""
#: dialogs.py:2514
msgid "Confidence"
msgstr ""
#: dialogs.py:2654
msgid "Crop mask"
msgstr ""
#: dialogs.py:2695
msgid "Axial:"
msgstr ""
#: dialogs.py:2697 dialogs.py:2707 dialogs.py:2717
msgid " - "
msgstr ""
#: dialogs.py:2705
msgid "Sagital:"
msgstr ""
#: dialogs.py:2715
msgid "Coronal:"
msgstr ""
#: dialogs.py:2806
msgid "Max hole size"
msgstr ""
#: dialogs.py:2808
msgid "voxels"
msgstr ""
#: dicom_preview_panel.py:409
#, python-format
msgid "%d images"
msgstr ""
#: dicom_preview_panel.py:534 dicom_preview_panel.py:555
#, python-format
msgid "Image %d"
msgstr ""
#: frame.py:171
msgid "Data panel"
msgstr ""
#: frame.py:177
msgid "Preview medical data to be reconstructed"
msgstr ""
#: frame.py:183
msgid "Preview bitmap to be reconstructed"
msgstr ""
#: frame.py:189
msgid "Retrieve DICOM from PACS"
msgstr ""
#: frame.py:603 frame.py:764
msgid "Fill holes automatically"
msgstr ""
#: frame.py:679
msgid "Analyze 7.5"
msgstr ""
#: frame.py:680
msgid "NIfTI 1"
msgstr ""
#: frame.py:681
msgid "PAR/REC"
msgstr ""
#: frame.py:687
msgid "Import DICOM...\tCtrl+I"
msgstr ""
#: frame.py:689
msgid "Import other files..."
msgstr ""
#: frame.py:690
msgid "Open project...\tCtrl+O"
msgstr ""
#: frame.py:691
msgid "Save project\tCtrl+S"
msgstr ""
#: frame.py:693
msgid "Close project"
msgstr ""
#: frame.py:702
msgid "Exit\tCtrl+Q"
msgstr ""
#: frame.py:733 frame.py:743
msgid "Undo\tCtrl+Z"
msgstr ""
#: frame.py:738 frame.py:744
msgid "Redo\tCtrl+Y"
msgstr ""
#: frame.py:756
msgid "Clean Mask\tCtrl+Shift+A"
msgstr ""
#: frame.py:761
msgid "Fill holes manually"
msgstr ""
#: frame.py:769 styles.py:1765
msgid "Remove parts"
msgstr ""
#: frame.py:772
msgid "Select parts"
msgstr ""
#: frame.py:777
msgid "Crop"
msgstr ""
#: frame.py:787
msgid "Segmentation"
msgstr ""
#: frame.py:791
msgid "Reorient image\tCtrl+Shift+R"
msgstr ""
#: frame.py:799
msgid "Interpolated slices"
msgstr ""
#: frame.py:836
msgid "Preferences..."
msgstr ""
#: frame.py:840
msgid "Getting started..."
msgstr ""
#: frame.py:843
msgid "About..."
msgstr ""
#: frame.py:851
msgid "File"
msgstr ""
#: frame.py:852
msgid "Edit"
msgstr ""
#: frame.py:853
msgid "View"
msgstr ""
#: frame.py:857
msgid "Help"
msgstr ""
#: frame.py:985 surface.py:383 surface.py:775 surface.py:776
msgid "Ready"
msgstr ""
#: frame.py:1137
msgid "Import DICOM files...\tCtrl+I"
msgstr ""
#: frame.py:1146
msgid "Open InVesalius project..."
msgstr ""
#: frame.py:1152
msgid "Save InVesalius project"
msgstr ""
#: frame.py:1298
msgid "Zoom"
msgstr ""
#: frame.py:1304
msgid "Zoom based on selection"
msgstr ""
#: frame.py:1310
msgid "Rotate"
msgstr ""
#: frame.py:1316
msgid "Move"
msgstr ""
#: frame.py:1322
msgid "Constrast"
msgstr ""
#: frame.py:1480
msgid "Scroll slices"
msgstr ""
#: frame.py:1486
msgid "Slices' cross intersection"
msgstr ""
#: frame.py:1655 frame.py:1727 frame.py:1906
msgid "Hide task panel"
msgstr ""
#: frame.py:1661 frame.py:1749 frame.py:1928
msgid "Hide text"
msgstr ""
#: frame.py:1733 frame.py:1912
msgid "Show task panel"
msgstr ""
#: frame.py:1743 frame.py:1922
msgid "Show text"
msgstr ""
#: frame.py:1824
msgid "Undo"
msgstr ""
#: frame.py:1831
msgid "Redo"
msgstr ""
#: imagedata_utils.py:93 imagedata_utils.py:227 imagedata_utils.py:332
#: imagedata_utils.py:425 imagedata_utils.py:525
msgid "Generating multiplanar visualization..."
msgstr ""
#: import_bitmap_panel.py:92 import_network_panel.py:101 import_panel.py:94
msgid "Import"
msgstr ""
#: import_bitmap_panel.py:202
msgid "Path"
msgstr ""
#: import_bitmap_panel.py:204
msgid "Width x Height"
msgstr ""
#: import_bitmap_panel.py:211 import_network_panel.py:266 import_panel.py:251
msgid "InVesalius Database"
msgstr ""
#: import_network_panel.py:239 import_panel.py:224
msgid "Patient name"
msgstr ""
#: import_network_panel.py:240 import_panel.py:225
msgid "Patient ID"
msgstr ""
#: import_network_panel.py:241 import_panel.py:226
msgid "Age"
msgstr ""
#: import_network_panel.py:242 import_panel.py:227
msgid "Gender"
msgstr ""
#: import_network_panel.py:243 import_panel.py:228
msgid "Study description"
msgstr ""
#: import_network_panel.py:244 import_panel.py:229
msgid "Modality"
msgstr ""
#: import_network_panel.py:245 import_panel.py:230
msgid "Date acquired"
msgstr ""
#: import_network_panel.py:246 import_panel.py:231
msgid "# Images"
msgstr ""
#: import_network_panel.py:247 import_panel.py:232
msgid "Institution"
msgstr ""
#: import_network_panel.py:248 import_panel.py:233
msgid "Date of birth"
msgstr ""
#: import_network_panel.py:249 import_panel.py:234
msgid "Accession Number"
msgstr ""
#: import_network_panel.py:250 import_panel.py:235
msgid "Referring physician"
msgstr ""
#: import_network_panel.py:497
msgid "Word"
msgstr ""
#: import_network_panel.py:504
msgid "Search"
msgstr ""
#: import_network_panel.py:663
msgid "Active"
msgstr ""
#: import_network_panel.py:664
msgid "Host"
msgstr ""
#: import_network_panel.py:665
msgid "Port"
msgstr ""
#: import_network_panel.py:666
msgid "AETitle"
msgstr ""
#: import_network_panel.py:667
msgid "Status"
msgstr ""
#: import_network_panel.py:694
msgid "Add"
msgstr ""
#: import_network_panel.py:695 task_navigator.py:563
msgid "Remove"
msgstr ""
#: import_network_panel.py:696
msgid "Check status"
msgstr ""
#: import_network_panel.py:769
msgid "ok"
msgstr ""
#: import_network_panel.py:771
msgid "error"
msgstr ""
#: language_dialog.py:91
msgid "Language selection"
msgstr ""
#: language_dialog.py:135
msgid "Choose user interface language"
msgstr ""
#: polydata_utils.py:142
msgid "Analysing selected regions..."
msgstr ""
#: polydata_utils.py:198
msgid "Splitting disconnected regions..."
msgstr ""
#: preferences.py:17
msgid "Preferences"
msgstr ""
#: preferences.py:41
msgid "2D Visualization"
msgstr ""
#: preferences.py:42
msgid "3D Visualization"
msgstr ""
#: preferences.py:43 preferences.py:190
msgid "Language"
msgstr ""
#: preferences.py:102
msgid "Surface"
msgstr ""
#: preferences.py:105
msgid "Interpolation "
msgstr ""
#: preferences.py:113
msgid "Volume rendering"
msgstr ""
#: preferences.py:116
msgid "Rendering"
msgstr ""
#: preferences.py:120
msgid "GPU (NVidia video cards only)"
msgstr ""
#: preferences.py:152
msgid "Slices"
msgstr ""
#: preferences.py:155
msgid "Interpolated "
msgstr ""
#: preferences.py:159
msgid "Yes"
msgstr ""
#: preferences.py:159
msgid "No"
msgstr ""
#: preferences.py:193
msgid ""
"Language settings will be applied \n"
" the next time InVesalius starts."
msgstr ""
#: presets.py:33 presets.py:51 presets.py:107 presets.py:138
msgid "Soft Tissue"
msgstr ""
#: presets.py:34 presets.py:52 presets.py:108 presets.py:139
msgid "Enamel (Adult)"
msgstr ""
#: presets.py:35 presets.py:53 presets.py:109 presets.py:140
msgid "Enamel (Child)"
msgstr ""
#: presets.py:36 presets.py:54 presets.py:110 presets.py:141
msgid "Compact Bone (Adult)"
msgstr ""
#: presets.py:37 presets.py:55 presets.py:111 presets.py:142
msgid "Compact Bone (Child)"
msgstr ""
#: presets.py:38 presets.py:56 presets.py:112 presets.py:143
msgid "Spongial Bone (Adult)"
msgstr ""
#: presets.py:39 presets.py:57 presets.py:113 presets.py:144
msgid "Spongial Bone (Child)"
msgstr ""
#: presets.py:40 presets.py:58 presets.py:114 presets.py:145
msgid "Muscle Tissue (Adult)"
msgstr ""
#: presets.py:41 presets.py:59 presets.py:115 presets.py:146
msgid "Muscle Tissue (Child)"
msgstr ""
#: presets.py:42 presets.py:60 presets.py:116 presets.py:147
msgid "Fat Tissue (Adult)"
msgstr ""
#: presets.py:43 presets.py:61 presets.py:117 presets.py:148
msgid "Fat Tissue (Child)"
msgstr ""
#: presets.py:44 presets.py:62 presets.py:118 presets.py:149
msgid "Skin Tissue (Adult)"
msgstr ""
#: presets.py:45 presets.py:63 presets.py:119 presets.py:150
msgid "Skin Tissue (Child)"
msgstr ""
#: slice_.py:1315
msgid "Diff"
msgstr ""
#: slice_.py:1317
msgid "XOR"
msgstr ""
#: slice_menu.py:37
msgid "Normal"
msgstr ""
#: slice_menu.py:38
msgid "MaxIP"
msgstr ""
#: slice_menu.py:39
msgid "MinIP"
msgstr ""
#: slice_menu.py:40
msgid "MeanIP"
msgstr ""
#: slice_menu.py:41
msgid "MIDA"
msgstr ""
#: slice_menu.py:42
msgid "Contour MaxIP"
msgstr ""
#: slice_menu.py:43
msgid "Contour MIDA"
msgstr ""
#: slice_menu.py:161
msgid "Window width and level"
msgstr ""
#: slice_menu.py:162
msgid "Pseudo color"
msgstr ""
#: slice_menu.py:163
msgid "Projection type"
msgstr ""
#: styles.py:67 task_slice.py:851
msgid "Foreground"
msgstr ""
#: styles.py:68 task_slice.py:852
msgid "Background"
msgstr ""
#: styles.py:868
msgid "Applying watershed ..."
msgstr ""
#: styles.py:1669
msgid "Fill hole"
msgstr ""
#: styles.py:1670
msgid "Filling hole ..."
msgstr ""
#: styles.py:1766
msgid "Remove part"
msgstr ""
#: styles.py:1767
msgid "Removing part ..."
msgstr ""
#: styles.py:2018
msgid "Segmenting ..."
msgstr ""
#: surface.py:444 surface.py:535 surface.py:553 surface.py:591 surface.py:620
#: surface.py:642 surface.py:661 surface.py:675 surface.py:692
msgid "Creating 3D surface..."
msgstr ""
#: task_exporter.py:109
msgid "Export InVesalius screen to an image file"
msgstr ""
#: task_exporter.py:111
msgid "Export picture..."
msgstr ""
#: task_exporter.py:122
msgid "Export 3D surface"
msgstr ""
#: task_exporter.py:123
msgid "Export 3D surface..."
msgstr ""
#: task_exporter.py:317
msgid "Save 3D surface as..."
msgstr ""
#: task_exporter.py:336
msgid "You need to create a surface and make it "
msgstr ""
#: task_exporter.py:337
msgid "visible before exporting it."
msgstr ""
#: task_generic.py:65
msgid "Testing..."
msgstr ""
#: task_importer.py:67
msgid "Select DICOM, Analyze, NIfTI or REC/PAR files to be reconstructed"
msgstr ""
#: task_importer.py:68
msgid "Import medical images..."
msgstr ""
#: task_importer.py:87
msgid "Open an existing InVesalius project..."
msgstr ""
#: task_importer.py:88
msgid "Open an existing project..."
msgstr ""
#: task_navigator.py:63
msgid "Select fiducials and navigate"
msgstr ""
#: task_navigator.py:128
msgid "Neuronavigation"
msgstr ""
#: task_navigator.py:137
msgid "Extra tools"
msgstr ""
#: task_navigator.py:146
msgid "Update camera in volume"
msgstr ""
#: task_navigator.py:147
msgid "Volume camera"
msgstr ""
#: task_navigator.py:153
msgid "Enable external trigger for creating markers"
msgstr ""
#: task_navigator.py:154
msgid "External trigger"
msgstr ""
#: task_navigator.py:213
msgid "Choose the tracking device"
msgstr ""
#: task_navigator.py:221
msgid "Choose the navigation reference mode"
msgstr ""
#: task_navigator.py:255
msgid "FRE:"
msgstr ""
#: task_navigator.py:258
msgid "Fiducial registration error"
msgstr ""
#: task_navigator.py:266
msgid "Start navigation"
msgstr ""
#: task_navigator.py:267
msgid "Navigate"
msgstr ""
#: task_navigator.py:462
msgid "Stop neuronavigation"
msgstr ""
#: task_navigator.py:491
msgid "Start neuronavigation"
msgstr ""
#: task_navigator.py:539
msgid "Create marker"
msgstr ""
#: task_navigator.py:548
msgid "Save"
msgstr ""
#: task_navigator.py:551
msgid "Load"
msgstr ""
#: task_navigator.py:554
msgid "Hide"
msgstr ""
#: task_navigator.py:566
msgid "Delete all markers"
msgstr ""
#: task_navigator.py:608
msgid "Edit ID"
msgstr ""
#: task_slice.py:86
msgid "Create mask for slice segmentation and editing"
msgstr ""
#: task_slice.py:87
msgid "Create new mask"
msgstr ""
#: task_slice.py:117
msgid "Create surface"
msgstr ""
#: task_slice.py:118
msgid "Overwrite last surface"
msgstr ""
#: task_slice.py:267
msgid "Mask properties"
msgstr ""
#: task_slice.py:275
msgid "Manual edition"
msgstr ""
#: task_slice.py:420
msgid "Set predefined or manual threshold:"
msgstr ""
#: task_slice.py:650 task_slice.py:814
msgid "Choose brush type, size or operation:"
msgstr ""
#: task_slice.py:656 task_slice.py:820
msgid "Circle"
msgstr ""
#: task_slice.py:660 task_slice.py:824
msgid "Square"
msgstr ""
#: task_slice.py:701
msgid "Brush threshold range:"
msgstr ""
#: task_slice.py:871
msgid "Overwrite mask"
msgstr ""
#: task_slice.py:881
msgid "Expand watershed to 3D"
msgstr ""
#: task_surface.py:88
msgid "Create 3D surface based on a mask"
msgstr ""
#: task_surface.py:89
msgid "Create new 3D surface"
msgstr ""
#: task_surface.py:109
msgid "Next step"
msgstr ""
#: task_surface.py:217
msgid "Surface properties"
msgstr ""
#: task_surface.py:223
msgid "Advanced options"
msgstr ""
#: task_surface.py:275
msgid ""
"Automatically select largest disconnected region and create new surface"
msgstr ""
#: task_surface.py:276
msgid "Select largest surface"
msgstr ""
#: task_surface.py:284
msgid ""
"Automatically select disconnected regions and create a new surface per "
"region"
msgstr ""
#: task_surface.py:285
msgid "Split all disconnected surfaces"
msgstr ""
#: task_surface.py:293
msgid "Manually insert seeds of regions of interest and create a new surface"
msgstr ""
#: task_surface.py:294
msgid "Select regions of interest..."
msgstr ""
#: task_surface.py:430
msgid "Transparency:"
msgstr ""
#: task_surface.py:578
msgid "Decimate resolution:"
msgstr ""
#: task_surface.py:588
msgid "Smooth iterations:"
msgstr ""
#: task_tools.py:62
msgid "Measure distances"
msgstr ""
#: task_tools.py:63
msgid "Measure"
msgstr ""
#: task_tools.py:66 task_tools.py:67
msgid "Add text annotations"
msgstr ""
#: viewer_slice.py:68
msgid "Number of slices used to compound the visualization."
msgstr ""
#: viewer_slice.py:77
msgid ""
"Controls the sharpness of the contour. The greater the value, the sharper "
"the contour."
msgstr ""
#: viewer_slice.py:85
msgid "Inverted order"
msgstr ""
#: viewer_slice.py:86
msgid ""
"If checked, the slices are traversed in descending order to compound the "
"visualization instead of ascending order."
msgstr ""
#: viewer_slice.py:92
msgid "Number of slices"
msgstr ""
#: viewer_slice.py:93
msgid "Sharpness"
msgstr ""
#: viewer_slice.py:704 viewer_slice.py:708 viewer_slice.py:761
#: viewer_slice.py:763 viewer_slice.py:775 viewer_slice.py:784
#: viewer_slice.py:793 viewer_slice.py:802 viewer_slice.py:813
#: viewer_slice.py:822 viewer_slice.py:831 viewer_slice.py:840
msgid "R"
msgstr ""
#: viewer_slice.py:704 viewer_slice.py:708 viewer_slice.py:761
#: viewer_slice.py:763 viewer_slice.py:775 viewer_slice.py:784
#: viewer_slice.py:793 viewer_slice.py:802 viewer_slice.py:813
#: viewer_slice.py:822 viewer_slice.py:831 viewer_slice.py:840
msgid "L"
msgstr ""
#: viewer_slice.py:704 viewer_slice.py:706 viewer_slice.py:761
#: viewer_slice.py:765 viewer_slice.py:775 viewer_slice.py:784
#: viewer_slice.py:793 viewer_slice.py:802 viewer_slice.py:851
#: viewer_slice.py:860 viewer_slice.py:869 viewer_slice.py:878
msgid "A"
msgstr ""
#: viewer_slice.py:704 viewer_slice.py:706 viewer_slice.py:761
#: viewer_slice.py:765 viewer_slice.py:775 viewer_slice.py:784
#: viewer_slice.py:793 viewer_slice.py:802 viewer_slice.py:851
#: viewer_slice.py:860 viewer_slice.py:869 viewer_slice.py:878
msgid "P"
msgstr ""
#: viewer_slice.py:706 viewer_slice.py:708 viewer_slice.py:763
#: viewer_slice.py:765 viewer_slice.py:813 viewer_slice.py:822
#: viewer_slice.py:831 viewer_slice.py:840 viewer_slice.py:851
#: viewer_slice.py:860 viewer_slice.py:869 viewer_slice.py:878
msgid "T"
msgstr ""
#: viewer_slice.py:706 viewer_slice.py:708 viewer_slice.py:763
#: viewer_slice.py:765 viewer_slice.py:813 viewer_slice.py:822
#: viewer_slice.py:831 viewer_slice.py:840 viewer_slice.py:851
#: viewer_slice.py:860 viewer_slice.py:869 viewer_slice.py:878
msgid "B"
msgstr ""
#: viewer_slice.py:778 viewer_slice.py:787 viewer_slice.py:796
#: viewer_slice.py:805
msgid "AL"
msgstr ""
#: viewer_slice.py:778 viewer_slice.py:787 viewer_slice.py:796
#: viewer_slice.py:805
msgid "RA"
msgstr ""
#: viewer_slice.py:778 viewer_slice.py:787 viewer_slice.py:796
#: viewer_slice.py:805
msgid "PR"
msgstr ""
#: viewer_slice.py:778 viewer_slice.py:787 viewer_slice.py:796
#: viewer_slice.py:805
msgid "LP"
msgstr ""
#: viewer_slice.py:781 viewer_slice.py:790 viewer_slice.py:799
#: viewer_slice.py:808
msgid "LA"
msgstr ""
#: viewer_slice.py:781 viewer_slice.py:790 viewer_slice.py:799
#: viewer_slice.py:808
msgid "AR"
msgstr ""
#: viewer_slice.py:781 viewer_slice.py:790 viewer_slice.py:799
#: viewer_slice.py:808
msgid "RP"
msgstr ""
#: viewer_slice.py:781 viewer_slice.py:790 viewer_slice.py:799
#: viewer_slice.py:808
msgid "PL"
msgstr ""
#: viewer_slice.py:816 viewer_slice.py:825 viewer_slice.py:834
#: viewer_slice.py:843
msgid "TL"
msgstr ""
#: viewer_slice.py:816 viewer_slice.py:825 viewer_slice.py:834
#: viewer_slice.py:843
msgid "RT"
msgstr ""
#: viewer_slice.py:816 viewer_slice.py:825 viewer_slice.py:834
#: viewer_slice.py:843
msgid "BR"
msgstr ""
#: viewer_slice.py:816 viewer_slice.py:825 viewer_slice.py:834
#: viewer_slice.py:843
msgid "LB"
msgstr ""
#: viewer_slice.py:819 viewer_slice.py:828 viewer_slice.py:837
#: viewer_slice.py:846
msgid "LT"
msgstr ""
#: viewer_slice.py:819 viewer_slice.py:828 viewer_slice.py:837
#: viewer_slice.py:846
msgid "TR"
msgstr ""
#: viewer_slice.py:819 viewer_slice.py:828 viewer_slice.py:837
#: viewer_slice.py:846
msgid "RB"
msgstr ""
#: viewer_slice.py:819 viewer_slice.py:828 viewer_slice.py:837
#: viewer_slice.py:846
msgid "BL"
msgstr ""
#: viewer_slice.py:854 viewer_slice.py:863 viewer_slice.py:872
#: viewer_slice.py:881
msgid "TA"
msgstr ""
#: viewer_slice.py:854 viewer_slice.py:863 viewer_slice.py:872
#: viewer_slice.py:881
msgid "PT"
msgstr ""
#: viewer_slice.py:854 viewer_slice.py:863 viewer_slice.py:872
#: viewer_slice.py:881
msgid "BP"
msgstr ""
#: viewer_slice.py:854 viewer_slice.py:863 viewer_slice.py:872
#: viewer_slice.py:881
msgid "AB"
msgstr ""
#: viewer_slice.py:857 viewer_slice.py:866 viewer_slice.py:875
#: viewer_slice.py:884
msgid "AT"
msgstr ""
#: viewer_slice.py:857 viewer_slice.py:866 viewer_slice.py:875
#: viewer_slice.py:884
msgid "TP"
msgstr ""
#: viewer_slice.py:857 viewer_slice.py:866 viewer_slice.py:875
#: viewer_slice.py:884
msgid "PB"
msgstr ""
#: viewer_slice.py:857 viewer_slice.py:866 viewer_slice.py:875
#: viewer_slice.py:884
msgid "BA"
msgstr ""
#~ msgid "Untitled"
#~ msgstr "Untitled"
#~ msgid "unnamed"
#~ msgstr "unnamed"
#~ msgid "Import DICOM images..."
#~ msgstr "Import DICOM files..."
#~ msgid "Advanced editing tools"
#~ msgstr "Advanced editing tools"
#~ msgid "Exit"
#~ msgstr "Exit"
#~ msgid "Off"
#~ msgstr " Off"
#~ msgid "Save Project As..."
#~ msgstr "Save Project As..."
#~ msgid "Open a InVesalius project..."
#~ msgstr "Open a InVesalius project..."
#~ msgid "InVesalius 3 - New surface"
#~ msgstr "InVesalius 3 - New surface"
#~ msgid "Image Tiling"
#~ msgstr "Image Tiling"