Translation files update
This commit is contained in:
parent
1d9aec7d57
commit
ad55077651
17 changed files with 2976 additions and 4347 deletions
|
|
@ -1,12 +1,19 @@
|
|||
TARGET = harbour-kaktus
|
||||
|
||||
CONFIG += c++11 sailfishapp json no_lflags_merge object_parallel_to_source
|
||||
|
||||
QT += sql network dbus
|
||||
CONFIG += sailfishapp
|
||||
|
||||
PKGCONFIG += mlite5
|
||||
|
||||
linux-g++-32: CONFIG += x86
|
||||
linux-g++: CONFIG += arm
|
||||
|
||||
DEFINES += SAILFISH
|
||||
DEFINES += ONLINE_CHECK
|
||||
|
||||
INCLUDEPATH += src
|
||||
|
||||
SOURCES += \
|
||||
src/main.cpp \
|
||||
src/ai.cpp \
|
||||
|
|
@ -55,37 +62,90 @@ HEADERS += \
|
|||
src/customnetworkaccessmanager.h \
|
||||
feedly.h \
|
||||
key.h
|
||||
|
||||
#QJson if Qt < 5
|
||||
lessThan(QT_MAJOR_VERSION, 5) {
|
||||
include(./QJson/json.pri)
|
||||
}
|
||||
|
||||
# QHttpServer
|
||||
include(qhttpserver/qhttpserver.pri)
|
||||
|
||||
OTHER_FILES += \
|
||||
rpm/harbour-kaktus.*
|
||||
# libs
|
||||
include(qhttpserver/qhttpserver.pri)
|
||||
|
||||
SAILFISHAPP_ICONS = 86x86 108x108 128x128 150x150 256x256
|
||||
|
||||
TRANSLATIONS = translations/kaktus_en.ts \
|
||||
translations/kaktus_pl.ts \
|
||||
translations/kaktus_ru.ts \
|
||||
translations/kaktus_cs.ts \
|
||||
translations/kaktus_nl.ts \
|
||||
translations/kaktus_tr.ts \
|
||||
translations/kaktus_es.ts \
|
||||
translations/kaktus_it.ts
|
||||
CONFIG += sailfishapp_i18n_include_obsolete
|
||||
TRANSLATIONS += \
|
||||
translations/kaktus_en.ts \
|
||||
translations/kaktus_pl.ts \
|
||||
translations/kaktus_ru.ts \
|
||||
translations/kaktus_cs.ts \
|
||||
translations/kaktus_nl.ts \
|
||||
translations/kaktus_tr.ts \
|
||||
translations/kaktus_es.ts \
|
||||
translations/kaktus_it.ts \
|
||||
translations/kaktus_de.ts
|
||||
include(sailfishapp_i18n.pri)
|
||||
|
||||
translations.files = translations/*.qm
|
||||
translations.path = /usr/share/$${TARGET}/translations
|
||||
images.files = images/*
|
||||
images.path = /usr/share/$${TARGET}/images
|
||||
INSTALLS += translations images
|
||||
INSTALLS += images
|
||||
|
||||
OTHER_FILES += \
|
||||
AboutPage.qml \
|
||||
AccountsDialog.qml \
|
||||
ActiveDetector.qml \
|
||||
AuthWebViewPage.qml \
|
||||
ButtonItem.qml \
|
||||
CachedImage.qml \
|
||||
ChangelogPage.qml \
|
||||
ControlBar.qml \
|
||||
CoverPage.qml \
|
||||
DashboardDialog.qml \
|
||||
DashboardPage.qml \
|
||||
DebugPage.qml \
|
||||
Dot.qml \
|
||||
EntryDelegate.qml \
|
||||
EntryPageContent.qml \
|
||||
EntryPage.qml \
|
||||
ErrorPage.qml \
|
||||
FeedIcon.qml \
|
||||
FeedlySignInDialog.qml \
|
||||
FeedPage.qml \
|
||||
FeedWebContentPage.qml \
|
||||
FirstPage.qml \
|
||||
Guide.qml \
|
||||
HintLabel.qml \
|
||||
IconBarItem.qml \
|
||||
IconBar.qml \
|
||||
IconContextMenu.qml \
|
||||
IconMenuItem.qml \
|
||||
IconPlaceholder.qml \
|
||||
IconSlider.qml \
|
||||
LogItem.qml \
|
||||
main.qml \
|
||||
MenuIconItem.qml \
|
||||
Notification.qml \
|
||||
NvSignInDialog.qml \
|
||||
OldReaderSignInDialog.qml \
|
||||
PaddedLabel.qml \
|
||||
PageMenu.qml \
|
||||
PocketAuthWebViewPage.qml \
|
||||
PocketDialog.qml \
|
||||
Pocket.qml \
|
||||
ProgressPanel.qml \
|
||||
ReadAllDialog.qml \
|
||||
SettingsPage.qml \
|
||||
ShareDialog.qml \
|
||||
ShareLinkPage.qml \
|
||||
SignOutDialog.qml \
|
||||
SmallIconButton.qml \
|
||||
Spacer.qml \
|
||||
TabPage.qml \
|
||||
TempBaner.qml \
|
||||
TextAreaItem.qml \
|
||||
TextFieldItem.qml \
|
||||
TextSwitchWithIcon.qml \
|
||||
TTRssSignInDialog.qml \
|
||||
UnreadAllDialog.qml \
|
||||
WebPreviewPage.qml
|
||||
|
||||
OTHER_FILES += \
|
||||
rpm/$${TARGET}.yaml \
|
||||
rpm/$${TARGET}.changes.in \
|
||||
rpm/$${TARGET}.spec
|
||||
|
||||
DISTFILES += \
|
||||
qml/*.qml \
|
||||
qml/ScalableIconButton.qml \
|
||||
qml/MenuIconItem.qml \
|
||||
qml/TTRssSignInDialog.qml
|
||||
|
|
|
|||
85
sailfish/sailfishapp_i18n.pri
Normal file
85
sailfish/sailfishapp_i18n.pri
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
#
|
||||
# sailfishapp_i18n.prf: Qt Feature file for Translated Sailfish apps
|
||||
# Usage: CONFIG += sailfishapp_i18n
|
||||
#
|
||||
# Copyright (c) 2014 Jolla Ltd.
|
||||
# Contact: Thomas Perl <thomas.perl@jolla.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# This file is part of libsailfishapp
|
||||
#
|
||||
# You may use this file under the terms of BSD license as follows:
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
# * Neither the name of the Jolla Ltd nor the
|
||||
# names of its contributors may be used to endorse or promote products
|
||||
# derived from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR
|
||||
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
TS_FILE = $${_PRO_FILE_PWD_}/translations/$${TARGET}.ts
|
||||
HAVE_TRANSLATIONS = 0
|
||||
|
||||
# Translation source directories
|
||||
TRANSLATION_SOURCE_CANDIDATES = $${_PRO_FILE_PWD_}/src $${_PRO_FILE_PWD_}/qml $$TRANSLATION_SOURCE_DIRS
|
||||
for(dir, TRANSLATION_SOURCE_CANDIDATES) {
|
||||
exists($$dir) {
|
||||
TRANSLATION_SOURCES += $$dir
|
||||
}
|
||||
}
|
||||
|
||||
# prefix all TRANSLATIONS with the src dir
|
||||
# the qm files are generated from the ts files copied to out dir
|
||||
for(t, TRANSLATIONS) {
|
||||
TRANSLATIONS_IN += $${_PRO_FILE_PWD_}/$$t
|
||||
TRANSLATIONS_OUT += $${OUT_PWD}/$$t
|
||||
HAVE_TRANSLATIONS = 1
|
||||
}
|
||||
|
||||
qm.files = $$replace(TRANSLATIONS_OUT, \.ts, .qm)
|
||||
qm.path = /usr/share/$${TARGET}/translations
|
||||
qm.CONFIG += no_check_exist
|
||||
|
||||
# update the ts files in the src dir and then copy them to the out dir
|
||||
sailfishapp_i18n_include_obsolete {
|
||||
qm.commands += lupdate $${TRANSLATION_SOURCES} -ts $${TS_FILE} $$TRANSLATIONS_IN && \
|
||||
mkdir -p translations && \
|
||||
[ \"$${OUT_PWD}\" != \"$${_PRO_FILE_PWD_}\" -a $$HAVE_TRANSLATIONS -eq 1 ] && \
|
||||
cp -af $${TRANSLATIONS_IN} $${OUT_PWD}/translations || :
|
||||
} else {
|
||||
qm.commands += lupdate -noobsolete $${TRANSLATION_SOURCES} -ts $${TS_FILE} $$TRANSLATIONS_IN && \
|
||||
mkdir -p translations && \
|
||||
[ \"$${OUT_PWD}\" != \"$${_PRO_FILE_PWD_}\" -a $$HAVE_TRANSLATIONS -eq 1 ] && \
|
||||
cp -af $${TRANSLATIONS_IN} $${OUT_PWD}/translations || :
|
||||
}
|
||||
|
||||
sailfishapp_i18n_unfinished {
|
||||
TRANSLATE_UNFINISHED =
|
||||
} else {
|
||||
TRANSLATE_UNFINISHED = -nounfinished
|
||||
}
|
||||
|
||||
# create the qm files
|
||||
sailfishapp_i18n_idbased {
|
||||
qm.commands += ; [ $$HAVE_TRANSLATIONS -eq 1 ] && lrelease -idbased $${TRANSLATE_UNFINISHED} $${TRANSLATIONS_OUT} || :
|
||||
} else {
|
||||
qm.commands += ; [ $$HAVE_TRANSLATIONS -eq 1 ] && lrelease $${TRANSLATE_UNFINISHED} $${TRANSLATIONS_OUT} || :
|
||||
}
|
||||
|
||||
INSTALLS += qm
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1073,7 +1073,7 @@ Network connection is unavailable.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../qml/PocketDialog.qml" line="90"/>
|
||||
<source>Insert comma seperated tags</source>
|
||||
<source>Insert comma separated tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -1274,7 +1274,7 @@ Network connection is unavailable.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="671"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="761"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="759"/>
|
||||
<source>All articles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1318,6 +1318,11 @@ Network connection is unavailable.</source>
|
|||
<source>Clicking on article behaviour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="862"/>
|
||||
<source>List of comma separated tags that will be automatically inserted when you add article to Pocket.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="363"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="732"/>
|
||||
|
|
@ -1335,42 +1340,42 @@ Network connection is unavailable.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="788"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="786"/>
|
||||
<source>Expanded items</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="789"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="787"/>
|
||||
<source>All article items on the list view be shown expanded.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="797"/>
|
||||
<source>Double-pane reader</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="797"/>
|
||||
<source>Double-pane reader in landscape</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="801"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<source>View with the articles will be splited in to two colums.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="801"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<source>View with the articles in the landscape orientation will be splited in to two colums.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="776"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="774"/>
|
||||
<source>Social features</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="778"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="776"/>
|
||||
<source>Following Old Reader's social features will be enabled: Following folder, Sharing article with followers, Like option, Liked articles view mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1503,53 +1508,48 @@ Network connection is unavailable.</source>
|
|||
<translation>ایجاد تغییرات پس از راه اندازی مجدد کاکتوس.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="838"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="836"/>
|
||||
<source>Pocket</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="842"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="840"/>
|
||||
<source>Pocket integration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="843"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="841"/>
|
||||
<source>Pocket is an Internet tool for saving articles to read later. Integration implemented in Kaktus provides "Add to Pocket" button in the articles list and in the web viewer.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="861"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="862"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="859"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="860"/>
|
||||
<source>Default tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="864"/>
|
||||
<source>List of comma seperated tags that will be automatically inserted when you add article to Pocket.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="894"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="892"/>
|
||||
<source>Quick adding</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="895"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="893"/>
|
||||
<source>If enabled, article will be send to Pocket immediately after you click on "Add to Pocket" button, so without any confirmation dialog. All tags from "Default tags" field will be automatically added.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="905"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="903"/>
|
||||
<source>Delete saved tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="908"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="906"/>
|
||||
<source>Saved tags have been deleted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="913"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="911"/>
|
||||
<source>Experimental</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1615,47 +1615,47 @@ Network connection is unavailable.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="757"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="755"/>
|
||||
<source>List filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="762"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="760"/>
|
||||
<source>Unread or saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="762"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="760"/>
|
||||
<source>Unread or starred</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="763"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="761"/>
|
||||
<source>Only unread</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="771"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="769"/>
|
||||
<source>List of articles can be filtered to display all articles, unread and saved or only unread.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="772"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="770"/>
|
||||
<source>List of articles can be filtered to display all articles, unread and starred or only unread.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="812"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="810"/>
|
||||
<source>Power save mode</source>
|
||||
<translation>حالت ذخیره انرژی</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="813"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="811"/>
|
||||
<source>When the phone or app goes to the idle state, all opened web pages will be closed to lower power consumption.</source>
|
||||
<translation>هنگامی که تلفن و یا برنامه به حالت غیر فعال می رود، همه صفحات وب باز برای کاهش مصرف برق بسته خواهد شد.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="829"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="827"/>
|
||||
<source>Dynamic</source>
|
||||
<translation>پویا</translation>
|
||||
</message>
|
||||
|
|
@ -1665,17 +1665,17 @@ Network connection is unavailable.</source>
|
|||
<translation>UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="825"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="823"/>
|
||||
<source>Orientation</source>
|
||||
<translation>جهت</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="830"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="828"/>
|
||||
<source>Portrait</source>
|
||||
<translation>تصویر</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="831"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="829"/>
|
||||
<source>Landscape</source>
|
||||
<translation>چشم انداز</translation>
|
||||
</message>
|
||||
|
|
|
|||
|
|
@ -1043,7 +1043,7 @@ Ei internet-yhteyttä käytettävissä.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../qml/PocketDialog.qml" line="90"/>
|
||||
<source>Insert comma seperated tags</source>
|
||||
<source>Insert comma separated tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -1235,53 +1235,48 @@ Ei internet-yhteyttä käytettävissä.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="838"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="836"/>
|
||||
<source>Pocket</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="842"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="840"/>
|
||||
<source>Pocket integration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="843"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="841"/>
|
||||
<source>Pocket is an Internet tool for saving articles to read later. Integration implemented in Kaktus provides "Add to Pocket" button in the articles list and in the web viewer.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="861"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="862"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="859"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="860"/>
|
||||
<source>Default tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="864"/>
|
||||
<source>List of comma seperated tags that will be automatically inserted when you add article to Pocket.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="894"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="892"/>
|
||||
<source>Quick adding</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="895"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="893"/>
|
||||
<source>If enabled, article will be send to Pocket immediately after you click on "Add to Pocket" button, so without any confirmation dialog. All tags from "Default tags" field will be automatically added.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="905"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="903"/>
|
||||
<source>Delete saved tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="908"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="906"/>
|
||||
<source>Saved tags have been deleted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="913"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="911"/>
|
||||
<source>Experimental</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1326,17 +1321,17 @@ Ei internet-yhteyttä käytettävissä.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="812"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="810"/>
|
||||
<source>Power save mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="813"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="811"/>
|
||||
<source>When the phone or app goes to the idle state, all opened web pages will be closed to lower power consumption.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="829"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="827"/>
|
||||
<source>Dynamic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1467,7 +1462,7 @@ Ei internet-yhteyttä käytettävissä.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="671"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="761"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="759"/>
|
||||
<source>All articles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1511,6 +1506,11 @@ Ei internet-yhteyttä käytettävissä.</translation>
|
|||
<source>Clicking on article behaviour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="862"/>
|
||||
<source>List of comma separated tags that will be automatically inserted when you add article to Pocket.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="363"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="732"/>
|
||||
|
|
@ -1528,37 +1528,37 @@ Ei internet-yhteyttä käytettävissä.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="788"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="786"/>
|
||||
<source>Expanded items</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="789"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="787"/>
|
||||
<source>All article items on the list view be shown expanded.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="797"/>
|
||||
<source>Double-pane reader</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="797"/>
|
||||
<source>Double-pane reader in landscape</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="801"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<source>View with the articles will be splited in to two colums.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="801"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<source>View with the articles in the landscape orientation will be splited in to two colums.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="776"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="774"/>
|
||||
<source>Social features</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1568,52 +1568,52 @@ Ei internet-yhteyttä käytettävissä.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="757"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="755"/>
|
||||
<source>List filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="762"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="760"/>
|
||||
<source>Unread or saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="762"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="760"/>
|
||||
<source>Unread or starred</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="763"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="761"/>
|
||||
<source>Only unread</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="771"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="769"/>
|
||||
<source>List of articles can be filtered to display all articles, unread and saved or only unread.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="772"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="770"/>
|
||||
<source>List of articles can be filtered to display all articles, unread and starred or only unread.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="778"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="776"/>
|
||||
<source>Following Old Reader's social features will be enabled: Following folder, Sharing article with followers, Like option, Liked articles view mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="825"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="823"/>
|
||||
<source>Orientation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="830"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="828"/>
|
||||
<source>Portrait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="831"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="829"/>
|
||||
<source>Landscape</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
|||
|
|
@ -1039,7 +1039,7 @@ on the settings page.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../qml/PocketDialog.qml" line="90"/>
|
||||
<source>Insert comma seperated tags</source>
|
||||
<source>Insert comma separated tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -1235,17 +1235,17 @@ on the settings page.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="812"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="810"/>
|
||||
<source>Power save mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="813"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="811"/>
|
||||
<source>When the phone or app goes to the idle state, all opened web pages will be closed to lower power consumption.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="829"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="827"/>
|
||||
<source>Dynamic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1464,7 +1464,7 @@ on the settings page.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="671"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="761"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="759"/>
|
||||
<source>All articles</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
@ -1509,138 +1509,138 @@ on the settings page.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="757"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="755"/>
|
||||
<source>List filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="762"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="760"/>
|
||||
<source>Unread or saved</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="762"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="760"/>
|
||||
<source>Unread or starred</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="763"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="761"/>
|
||||
<source>Only unread</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="771"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="769"/>
|
||||
<source>List of articles can be filtered to display all articles, unread and saved or only unread.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="772"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="770"/>
|
||||
<source>List of articles can be filtered to display all articles, unread and starred or only unread.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="776"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="774"/>
|
||||
<source>Social features</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="778"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="776"/>
|
||||
<source>Following Old Reader's social features will be enabled: Following folder, Sharing article with followers, Like option, Liked articles view mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="788"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="786"/>
|
||||
<source>Expanded items</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="789"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="787"/>
|
||||
<source>All article items on the list view be shown expanded.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="797"/>
|
||||
<source>Double-pane reader</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="797"/>
|
||||
<source>Double-pane reader in landscape</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="801"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<source>View with the articles will be splited in to two colums.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="801"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="799"/>
|
||||
<source>View with the articles in the landscape orientation will be splited in to two colums.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="825"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="823"/>
|
||||
<source>Orientation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="830"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="828"/>
|
||||
<source>Portrait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="831"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="829"/>
|
||||
<source>Landscape</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="838"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="836"/>
|
||||
<source>Pocket</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="842"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="840"/>
|
||||
<source>Pocket integration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="843"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="841"/>
|
||||
<source>Pocket is an Internet tool for saving articles to read later. Integration implemented in Kaktus provides "Add to Pocket" button in the articles list and in the web viewer.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="861"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="862"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="859"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="860"/>
|
||||
<source>Default tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="864"/>
|
||||
<source>List of comma seperated tags that will be automatically inserted when you add article to Pocket.</source>
|
||||
<location filename="../qml/SettingsPage.qml" line="862"/>
|
||||
<source>List of comma separated tags that will be automatically inserted when you add article to Pocket.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="894"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="892"/>
|
||||
<source>Quick adding</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="895"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="893"/>
|
||||
<source>If enabled, article will be send to Pocket immediately after you click on "Add to Pocket" button, so without any confirmation dialog. All tags from "Default tags" field will be automatically added.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="905"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="903"/>
|
||||
<source>Delete saved tags</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="908"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="906"/>
|
||||
<source>Saved tags have been deleted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/SettingsPage.qml" line="913"/>
|
||||
<location filename="../qml/SettingsPage.qml" line="911"/>
|
||||
<source>Experimental</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue