Skip to content

Commit

Permalink
Added Portuguese translation. Closes QupZilla#107
Browse files Browse the repository at this point in the history
- thanks to Sérgio Marques
  • Loading branch information
nowrep committed Jan 3, 2012
1 parent 7a8a4e3 commit e33258a
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Nicolas Ourceau <[email protected]> (French)
Vasilis Tsivikis <[email protected]> (Greek)
Alexander Maslov <[email protected]> (Russian)
Oleg Brezhnev <[email protected]> (Russian)
Sérgio Marques <[email protected]> (Portuguese)

Special thanks:

Expand Down
35 changes: 35 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */

------------------------------------------------------------------------
AdBlock, LineEdit class and SqueezeLabel class:
------------------------------------------------------------------------
Expand Down Expand Up @@ -160,6 +161,40 @@
* Boston, MA 02110-1301 USA
*/

-----------------------------------------------------------------------------
CA certificates from Mozilla included in ca-bundle.crt:
-----------------------------------------------------------------------------
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is the Netscape security libraries.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1994-2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
# Alternatively, the contents of this file may be used under the
# terms of the GNU General Public License Version 2 or later (the
# "GPL"), in which case the provisions of the GPL are applicable
# instead of those above. If you wish to allow use of your
# version of this file only under the terms of the GPL and not to
# allow others to use your version of this file under the MPL,
# indicate your decision by deleting the provisions above and
# replace them with the notice and other provisions required by
# the GPL. If you do not delete the provisions above, a recipient
# may use your version of this file under either the MPL or the
# GPL.

-----------------------------------------------------------------------------
QtWin class from
http://labs.qt.nokia.com/2009/09/15/using-blur-behind-on-windows/
Expand Down
Binary file added bin/locale/pt_PT.qm
Binary file not shown.
Binary file added bin/locale/qt_pt.qm
Binary file not shown.
3 changes: 2 additions & 1 deletion src/network/qupzillaschemehandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ QString QupZillaSchemeReply::aboutPage()
authorString("Nicolas Ourceau", "[email protected]") + " (French)<br/>" +
authorString("Vasilis Tsivikis", "[email protected]") + " (Greek)<br/>" +
authorString("Alexander Maslov", "[email protected]") + " (Russian)<br/>" +
authorString("Oleg Brezhnev", "[email protected]") + " (Russian)<br/>"
authorString("Oleg Brezhnev", "[email protected]") + " (Russian)<br/>" +
authorString("Sérgio Marques", "[email protected]") + " (Portuguese)"
);

return aPage;
Expand Down
3 changes: 2 additions & 1 deletion src/other/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ void AboutDialog::showAuthors()
"Nicolas Ourceau (French)<br/>"
"Vasilis Tsivikis (Greek)<br/>"
"Alexander Maslov (Russian)<br/>"
"Oleg Brezhnev (Russian)"
"Oleg Brezhnev (Russian)<br/>"
"Sérgio Marques (Portuguese)"
));
m_authorsHtml.append("</div>");
}
Expand Down
1 change: 1 addition & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ TRANSLATIONS +=../translations/cs_CZ.ts\
../translations/fr_FR.ts\
../translations/el_GR.ts\
../translations/ru_RU.ts\
../translations/pt_PT.ts\
../translations/empty.ts\


Expand Down

0 comments on commit e33258a

Please sign in to comment.