[harmattan] version bump
This commit is contained in:
parent
8683932ff0
commit
ae21f99dac
3 changed files with 19 additions and 13 deletions
|
|
@ -38,13 +38,13 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/components/AboutPage.qml" line="109"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="106"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="103"/>
|
||||
<source>Homepage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/components/AboutPage.qml" line="141"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="148"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="146"/>
|
||||
<source>Issuetracker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -68,32 +68,32 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="99"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="96"/>
|
||||
<source>Buy me a beer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="118"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="115"/>
|
||||
<source>Contributors</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="134"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="132"/>
|
||||
<source>Feature Requests & Bugs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="141"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="139"/>
|
||||
<source>If you encounter bugs or have feature requests, please visit the Issue Tracker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="160"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="158"/>
|
||||
<source>Legal Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="176"/>
|
||||
<location filename="../qml/ttrss/sailfish/pages/AboutPage.qml" line="174"/>
|
||||
<source>The source code is available at %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -465,12 +465,12 @@
|
|||
<context>
|
||||
<name>FeedModel</name>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/models/FeedModel.qml" line="86"/>
|
||||
<location filename="../qml/ttrss/models/FeedModel.qml" line="87"/>
|
||||
<source>Less than an hour ago</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/ttrss/models/FeedModel.qml" line="89"/>
|
||||
<location filename="../qml/ttrss/models/FeedModel.qml" line="90"/>
|
||||
<source>Today</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
ttrss (0.5.1) unstable; urgency=low
|
||||
* added svedish and dutch translations
|
||||
* updated translations from transifex
|
||||
|
||||
-- Hauke Schade <cnlpete@cnlpete.de> Wed, 18 Mar 2015 22:36:31 +0100
|
||||
|
||||
ttrss (0.5.0) unstable; urgency=low
|
||||
* updated translations from transifex
|
||||
* added an "mark all above read" option for feed items
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is part of TTRss, a Tiny Tiny RSS Reader App
|
||||
# for MeeGo Harmattan and Sailfish OS.
|
||||
# Copyright (C) 2012–2014 Hauke Schade
|
||||
# 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
|
||||
|
|
@ -17,8 +17,7 @@
|
|||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
|
||||
# http://www.gnu.org/licenses/.
|
||||
|
||||
|
||||
VERSION = 0.5.0
|
||||
VERSION = 0.5.1
|
||||
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
DEFINES += TARGET=\\\"$$TARGET\\\"
|
||||
|
|
@ -125,6 +124,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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue