Commit 52e65d939e502c0466117187e9fe3bf84743c2d2
1 parent
58cf0b6c
Exists in
master
and in
5 other branches
Botão "Quit" não estava traduzido em windows
Showing
2 changed files
with
9 additions
and
4 deletions
Show diff stats
po/pt_BR.po
... | ... | @@ -5,10 +5,10 @@ msgid "" |
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2013-07-01 07:45-0300\n" | |
9 | -"PO-Revision-Date: 2013-05-08 14:30-0300\n" | |
8 | +"POT-Creation-Date: 2013-07-01 07:53-0300\n" | |
9 | +"PO-Revision-Date: 2013-07-01 08:00-0300\n" | |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | -"Language-Team: Português <>\n" | |
11 | +"Language-Team: Português <perry.werneck@gmail.com>\n" | |
12 | 12 | "Language: pt_BR\n" |
13 | 13 | "MIME-Version: 1.0\n" |
14 | 14 | "Content-Type: text/plain; charset=UTF-8\n" |
... | ... | @@ -17,6 +17,7 @@ msgstr "" |
17 | 17 | "X-Poedit-Country: BRAZIL\n" |
18 | 18 | "X-Poedit-SourceCharset: utf-8\n" |
19 | 19 | "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" |
20 | +"X-Generator: Gtranslator 2.91.6\n" | |
20 | 21 | |
21 | 22 | #: window.c:283 |
22 | 23 | #, c-format |
... | ... | @@ -1224,6 +1225,10 @@ msgstr "Progresso" |
1224 | 1225 | msgid "Purple" |
1225 | 1226 | msgstr "Púrpura" |
1226 | 1227 | |
1228 | +#: ui/00default.xml:321 | |
1229 | +msgid "Quit" | |
1230 | +msgstr "Sair" | |
1231 | + | |
1227 | 1232 | #: rpq.c:233 |
1228 | 1233 | #, c-format |
1229 | 1234 | msgid "RPQ %s term omitted due to insufficient space" | ... | ... |
ui/00default.xml
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | <menuitem action='download' key='<alt>d' label='Receive file' group='online' /> |
55 | 55 | <menuitem action='upload' key='<alt>u' label='Send file' group='online' /> |
56 | 56 | </menu> |
57 | - <menuitem action='Quit' key='<ctrl>q' icon="quit" sysmenu="quit"/> | |
57 | + <menuitem action='Quit' key='<ctrl>q' label='Quit' icon="quit" sysmenu="quit"/> | |
58 | 58 | </menu> |
59 | 59 | |
60 | 60 | <menu name='EditMenu' label='_Edit' > | ... | ... |