Commit 1065f4f27296f78d98657e921cea60f0a121a0c3
1 parent
db1e5020
Exists in
master
and in
68 other branches
ENH: Translation to pt_BR (mo) #52
Showing
7 changed files
with
17 additions
and
4 deletions
Show diff stats
i18n/invesalius_en.po
... | ... | @@ -8,7 +8,7 @@ msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: InVesalius 3\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2010-01-08 08:38-0200\n" | |
11 | +"POT-Creation-Date: 2010-01-08 08:40-0200\n" | |
12 | 12 | "PO-Revision-Date: 2010-01-07 11:25-0300\n" |
13 | 13 | "Last-Translator: Invesalius team <invesalius@cti.gov.br>\n" |
14 | 14 | "Language-Team: InVesalius Team <invesalius@cti.gov.br>\n" |
... | ... | @@ -452,6 +452,10 @@ msgstr "" |
452 | 452 | msgid "Create mask for slice segmentation and edition" |
453 | 453 | msgstr "" |
454 | 454 | |
455 | +#: task_slice.py:80 | |
456 | +msgid "Create new mask" | |
457 | +msgstr "" | |
458 | + | |
455 | 459 | #: task_slice.py:108 |
456 | 460 | msgid "Create 3D surface" |
457 | 461 | msgstr "" | ... | ... |
i18n/invesalius_es.po
... | ... | @@ -8,7 +8,7 @@ msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: InVesalius 3\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2010-01-08 08:38-0200\n" | |
11 | +"POT-Creation-Date: 2010-01-08 08:40-0200\n" | |
12 | 12 | "PO-Revision-Date: 2010-01-07 11:25-0300\n" |
13 | 13 | "Last-Translator: Invesalius team <invesalius@cti.gov.br>\n" |
14 | 14 | "Language-Team: InVesalius Team <invesalius@cti.gov.br>\n" |
... | ... | @@ -452,6 +452,10 @@ msgstr "" |
452 | 452 | msgid "Create mask for slice segmentation and edition" |
453 | 453 | msgstr "" |
454 | 454 | |
455 | +#: task_slice.py:80 | |
456 | +msgid "Create new mask" | |
457 | +msgstr "" | |
458 | + | |
455 | 459 | #: task_slice.py:108 |
456 | 460 | msgid "Create 3D surface" |
457 | 461 | msgstr "" | ... | ... |
i18n/invesalius_pt_BR.po
... | ... | @@ -8,7 +8,7 @@ msgid "" |
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: InVesalius 3\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2010-01-08 08:38-0200\n" | |
11 | +"POT-Creation-Date: 2010-01-08 08:40-0200\n" | |
12 | 12 | "PO-Revision-Date: 2010-01-07 11:25-0300\n" |
13 | 13 | "Last-Translator: Invesalius team <invesalius@cti.gov.br>\n" |
14 | 14 | "Language-Team: InVesalius Team <invesalius@cti.gov.br>\n" |
... | ... | @@ -464,6 +464,11 @@ msgstr "Abrir um projeto existente..." |
464 | 464 | msgid "Create mask for slice segmentation and edition" |
465 | 465 | msgstr "Criar máscara para segmentação e edição de fatia" |
466 | 466 | |
467 | +#: task_slice.py:80 | |
468 | +#, fuzzy | |
469 | +msgid "Create new mask" | |
470 | +msgstr "Nome da nova máscara:" | |
471 | + | |
467 | 472 | #: task_slice.py:108 |
468 | 473 | msgid "Create 3D surface" |
469 | 474 | msgstr "Criar superfície 3D" | ... | ... |
invesalius/gui/task_slice.py
... | ... | @@ -77,7 +77,7 @@ class InnerTaskPanel(wx.Panel): |
77 | 77 | |
78 | 78 | # Fixed hyperlink items |
79 | 79 | tooltip = wx.ToolTip(_("Create mask for slice segmentation and edition")) |
80 | - link_new_mask = hl.HyperLinkCtrl(self, -1, "Create new mask") | |
80 | + link_new_mask = hl.HyperLinkCtrl(self, -1, _("Create new mask")) | |
81 | 81 | link_new_mask.SetUnderlines(False, False, False) |
82 | 82 | link_new_mask.SetColours("BLACK", "BLACK", "BLACK") |
83 | 83 | link_new_mask.SetToolTip(tooltip) | ... | ... |
locale/en/LC_MESSAGES/invesalius.mo
No preview for this file type
locale/es/LC_MESSAGES/invesalius.mo
No preview for this file type
locale/pt_BR/LC_MESSAGES/invesalius.mo
No preview for this file type