added nl_NL thanks to Heimen Stoffels (Vistaus)
This commit is contained in:
parent
35f4c6a428
commit
f7cacce749
7 changed files with 1068 additions and 4 deletions
|
|
@ -12,3 +12,4 @@ CONTRIBUTORS
|
|||
- Patrik Nilsson (AsavarTzeth)
|
||||
- Alexey (lewa)
|
||||
- clovis86
|
||||
- Heimen Stoffels (Vistaus)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ ttrss
|
|||
==========
|
||||
|
||||
ttrss is a [Tiny Tiny RSS](http://tt-rss.org) Reader App for the
|
||||
Nokia N9 smart phone, written using Qt/QML.
|
||||
Nokia N9 smart phone and Jolla Sailfish phone, written using Qt/QML.
|
||||
It uses the [Tiny Tiny RSS API](http://tt-rss.org/redmine/projects/tt-rss/wiki/JsonApiReference).
|
||||
|
||||
If you want to support me or this app, [buy me a beer](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WUWGSGAK8K7ZN) (in €).
|
||||
|
|
|
|||
|
|
@ -71,7 +71,8 @@ OTHER_FILES += rpm/$${TARGET}.spec \
|
|||
rpm/$${TARGET}.changes \
|
||||
$$files(rpm/*) \
|
||||
$$files(qml/ttrss/harmattan/*) \
|
||||
$$files(qml/ttrss/components/*)
|
||||
$$files(qml/ttrss/components/*) \
|
||||
*.md
|
||||
|
||||
TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts
|
||||
|
||||
|
|
@ -105,6 +106,7 @@ TRANSLATIONS += i18n/qml-translation.cs.ts \
|
|||
i18n/qml-translation.en.ts \
|
||||
i18n/qml-translation.es.ts \
|
||||
i18n/qml-translation.fr.ts \
|
||||
i18n/qml-translation.nl_NL.ts \
|
||||
i18n/qml-translation.ru.ts \
|
||||
i18n/qml-translation.ro.ts \
|
||||
i18n/qml-translation.sv.ts \
|
||||
|
|
|
|||
1
i18n.qrc
1
i18n.qrc
|
|
@ -29,5 +29,6 @@ http://www.gnu.org/licenses/.
|
|||
<file>i18n/qml-translation.ru.qm</file>
|
||||
<file>i18n/qml-translation.ro.qm</file>
|
||||
<file>i18n/qml-translation.sv.qm</file>
|
||||
<file>i18n/qml-translation.nl_NL.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
1060
i18n/qml-translation.nl_NL.ts
Normal file
1060
i18n/qml-translation.nl_NL.ts
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -33,7 +33,7 @@ MenuItem {
|
|||
donateurl: constant.donateUrl,
|
||||
text: qsTr("Author: %1").arg("Hauke Schade 2012-2014") + "<br/>"
|
||||
+ qsTr("Thanks to:") + " "
|
||||
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson, Alexey, clovis86",
|
||||
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson, Alexey, clovis86, Heimen Stoffels",
|
||||
homepageurl: constant.website,
|
||||
issuetrackertext: qsTr("If you encounter bugs or have feature requests, please visit the Issue Tracker"),
|
||||
issuetrackerurl: constant.issueTrackerUrl
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ Page {
|
|||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, "
|
||||
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, "
|
||||
+ "Patrik Nilsson, Alexey, clovis86"
|
||||
+ "Patrik Nilsson, Alexey, clovis86, Heimen Stoffels"
|
||||
}
|
||||
|
||||
// -- Feature Requests & Bugs --
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue