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

Added Lasso Kante into translators (N'ko)

This commit is contained in:
nowrep 2014-01-05 10:42:33 +01:00
parent a1f1d76404
commit 6604e28c36
3 changed files with 6 additions and 3 deletions

View File

@ -46,7 +46,8 @@ Seyyed Razi Alavizadeh <s.r.alavizadeh@gmail.com> (Persian)
Guillem Prats <guprej@gmail.com> (Catalan) Guillem Prats <guprej@gmail.com> (Catalan)
Clara Villalba <cvilmon@gmail.com> (Catalan) Clara Villalba <cvilmon@gmail.com> (Catalan)
Xabier Aramendi <azpidatziak@gmail.com> (Basque) Xabier Aramendi <azpidatziak@gmail.com> (Basque)
Muhammad Fawwaz Orabi <fawwaz93@gmail.com> (Arabic) Muhammad Fawwaz Orabi <mfawwaz93@gmail.com> (Arabic)
Lasso Kante <kantemou@gmail.com> (N'ko)
Special thanks: Special thanks:

View File

@ -1,6 +1,6 @@
/* ============================================================ /* ============================================================
* QupZilla - WebKit based browser * QupZilla - WebKit based browser
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com> * Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -263,6 +263,7 @@ QString QupZillaSchemeReply::aboutPage()
authorString("Guillem Prats", "guprej@gmail.com") + " (Catalan)<br/>" + authorString("Guillem Prats", "guprej@gmail.com") + " (Catalan)<br/>" +
authorString("Clara Villalba", "cvilmon@gmail.com") + " (Catalan)<br/>" + authorString("Clara Villalba", "cvilmon@gmail.com") + " (Catalan)<br/>" +
authorString("Muhammad Fawwaz Orabi", "mfawwaz93@gmail.com") + " (Arabic)<br/>" + authorString("Muhammad Fawwaz Orabi", "mfawwaz93@gmail.com") + " (Arabic)<br/>" +
authorString("Lasso Kante", "kantemou@gmail.com") + " (N'ko)<br/>" +
authorString("Xabier Aramendi", "azpidatziak@gmail.com") + " (Basque)" authorString("Xabier Aramendi", "azpidatziak@gmail.com") + " (Basque)"
); );
aPage = QzTools::applyDirectionToPage(aPage); aPage = QzTools::applyDirectionToPage(aPage);

View File

@ -1,6 +1,6 @@
/* ============================================================ /* ============================================================
* QupZilla - WebKit based browser * QupZilla - WebKit based browser
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com> * Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -123,6 +123,7 @@ void AboutDialog::showAuthors()
"Clara Villalba<br/>" "Clara Villalba<br/>"
"Yu Hai<br/>" "Yu Hai<br/>"
"Muhammad Fawwaz Orabi<br/>" "Muhammad Fawwaz Orabi<br/>"
"Lasso Kante<br/>"
"Xabier Aramendi") "Xabier Aramendi")
); );
m_authorsHtml += "</div></center>"; m_authorsHtml += "</div></center>";