1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-19 18:26:34 +01:00

Added Portuguese translation. Closes #107

- thanks to Sérgio Marques
This commit is contained in:
nowrep 2012-01-03 20:57:30 +01:00
parent 8d3c56afe2
commit be0bf20585
7 changed files with 41 additions and 2 deletions

View File

@ -25,6 +25,7 @@ Nicolas Ourceau <lamessen@hotmail.fr> (French)
Vasilis Tsivikis <vasitsiv.dev@gmail.com> (Greek)
Alexander Maslov <it@delta-z.ru> (Russian)
Oleg Brezhnev <oleg-423@yandex.ru> (Russian)
Sérgio Marques <smarquespt@gmail.com> (Portuguese)
Special thanks:

View File

@ -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:
------------------------------------------------------------------------
@ -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/

BIN
bin/locale/pt_PT.qm Normal file

Binary file not shown.

BIN
bin/locale/qt_pt.qm Normal file

Binary file not shown.

View File

@ -218,7 +218,8 @@ QString QupZillaSchemeReply::aboutPage()
authorString("Nicolas Ourceau", "lamessen@hotmail.fr") + " (French)<br/>" +
authorString("Vasilis Tsivikis", "vasitsiv.dev@gmail.com") + " (Greek)<br/>" +
authorString("Alexander Maslov", "it@delta-z.ru") + " (Russian)<br/>" +
authorString("Oleg Brezhnev", "oleg-423@yandex.ru") + " (Russian)<br/>"
authorString("Oleg Brezhnev", "oleg-423@yandex.ru") + " (Russian)<br/>" +
authorString("Sérgio Marques", "smarquespt@gmail.com") + " (Portuguese)"
);
return aPage;

View File

@ -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>");
}

View File

@ -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\