added polish translation by mp107
This commit is contained in:
parent
386853f89c
commit
02e249a5e7
6 changed files with 1148 additions and 21 deletions
|
|
@ -13,3 +13,4 @@ CONTRIBUTORS
|
||||||
- Alexey (lewa)
|
- Alexey (lewa)
|
||||||
- clovis86
|
- clovis86
|
||||||
- Heimen Stoffels (Vistaus)
|
- Heimen Stoffels (Vistaus)
|
||||||
|
- mp107
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ TRANSLATIONS += i18n/qml-translation.cs.ts \
|
||||||
i18n/qml-translation.es.ts \
|
i18n/qml-translation.es.ts \
|
||||||
i18n/qml-translation.fr.ts \
|
i18n/qml-translation.fr.ts \
|
||||||
i18n/qml-translation.nl_NL.ts \
|
i18n/qml-translation.nl_NL.ts \
|
||||||
|
i18n/qml-translation.pl.ts \
|
||||||
i18n/qml-translation.ru.ts \
|
i18n/qml-translation.ru.ts \
|
||||||
i18n/qml-translation.ro.ts \
|
i18n/qml-translation.ro.ts \
|
||||||
i18n/qml-translation.sv.ts \
|
i18n/qml-translation.sv.ts \
|
||||||
|
|
|
||||||
21
i18n.qrc
21
i18n.qrc
|
|
@ -1,23 +1,3 @@
|
||||||
<!--
|
|
||||||
This file is part of TTRss, a Tiny Tiny RSS Reader App
|
|
||||||
for MeeGo Harmattan and Sailfish OS.
|
|
||||||
Copyright (C) 2012–2015 Hauke Schade
|
|
||||||
|
|
||||||
TTRss is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
TTRss is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
|
||||||
with TTRss; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
|
|
||||||
http://www.gnu.org/licenses/.
|
|
||||||
-->
|
|
||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>i18n/qml-translation.de.qm</file>
|
<file>i18n/qml-translation.de.qm</file>
|
||||||
|
|
@ -30,5 +10,6 @@ http://www.gnu.org/licenses/.
|
||||||
<file>i18n/qml-translation.ro.qm</file>
|
<file>i18n/qml-translation.ro.qm</file>
|
||||||
<file>i18n/qml-translation.sv.qm</file>
|
<file>i18n/qml-translation.sv.qm</file>
|
||||||
<file>i18n/qml-translation.nl_NL.qm</file>
|
<file>i18n/qml-translation.nl_NL.qm</file>
|
||||||
|
<file>i18n/qml-translation.pl.qm</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
|
||||||
BIN
i18n/qml-translation.pl.qm
Normal file
BIN
i18n/qml-translation.pl.qm
Normal file
Binary file not shown.
1144
i18n/qml-translation.pl.ts
Normal file
1144
i18n/qml-translation.pl.ts
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -123,7 +123,7 @@ Page {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
text: "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, "
|
text: "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, "
|
||||||
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, "
|
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, "
|
||||||
+ "Patrik Nilsson, Alexey, clovis86, Heimen Stoffels"
|
+ "Patrik Nilsson, Alexey, clovis86, Heimen Stoffels, mp107"
|
||||||
}
|
}
|
||||||
|
|
||||||
// -- Feature Requests & Bugs --
|
// -- Feature Requests & Bugs --
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue