From d8887702ce4f2344f8935808fcdeb40a334617c9 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 16 Feb 2014 08:28:16 +0100 Subject: [PATCH] Update languages - 1.9.9.5 release preparations. --- localization/rssguard_cs.ts | 72 ++++++++++++++--------------- localization/rssguard_en.ts | 60 ++++++++++++------------ localization/rssguard_nl.ts | 62 ++++++++++++------------- src/gui/formstandardfeeddetails.cpp | 2 +- 4 files changed, 98 insertions(+), 98 deletions(-) diff --git a/localization/rssguard_cs.ts b/localization/rssguard_cs.ts index 8c4aaa68d..2acab2545 100644 --- a/localization/rssguard_cs.ts +++ b/localization/rssguard_cs.ts @@ -62,8 +62,8 @@ Počty nepřečtených/všech zpráviček. - root - kořen + Root + Kořen @@ -781,10 +781,6 @@ Executable parameters Parametry spouštěče - - select browser - zvolte prohlížeč - Note that "%1" (without quotation marks) is placeholder for URL of selected message. Mějte na vědomí, že "%1" (bez uvozovek) je zástupný symbol pro URL dané zprávy. @@ -997,37 +993,41 @@ Autoři této aplikace nenesou žádnou odpovědnost za ztrátu Vašich dat.No connection test triggered so far. Test připojení doposud nespuštěn. - - icon only - pouze ikony - - - text only - pouze text - - - text beside icon - text vedle ikon - - - text under icon - text pod ikonami - - - follow OS style - podle nastavení systému - Note that these settings are applied only on newly established connections. Tato nastavení se projeví pouze na nově vytvořených spojeních. - no proxy - žádná proxy + Select browser + Zvolte prohlížeč - system proxy - systémová proxy + No proxy + Bez proxy + + + System proxy + Systémová proxy + + + Icon only + Pouze ikony + + + Text only + Pouze texty + + + Text beside icon + Texty vedle ikon + + + Text under icon + Texty pod ikonami + + + Follow OS style + Podle nastavení systému @@ -1396,16 +1396,16 @@ Autoři této aplikace nenesou žádnou odpovědnost za ztrátu Vašich dat.Metadata doposud nenačtena. - do not auto-update at all - žádná auto-aktualizace + Auto-update using global interval + Auto-aktualizovat dle hlavního nastavení - auto-update using global interval - globálně nastavená auto-aktualizace + Auto-update every + Auto-aktualizovat každých - auto-update every - auto-aktualizovat každých + Do not auto-update at all + Zakázat auto-aktualizace diff --git a/localization/rssguard_en.ts b/localization/rssguard_en.ts index 1d59c57ef..b3e7bb36f 100644 --- a/localization/rssguard_en.ts +++ b/localization/rssguard_en.ts @@ -62,7 +62,7 @@ - root + Root @@ -775,10 +775,6 @@ Executable parameters - - select browser - - Note that "%1" (without quotation marks) is placeholder for URL of selected message. @@ -979,36 +975,40 @@ Authors of this application are NOT responsible for lost data. No connection test triggered so far. - - icon only - - - - text only - - - - text beside icon - - - - text under icon - - - - follow OS style - - Note that these settings are applied only on newly established connections. - no proxy + Select browser - system proxy + No proxy + + + + System proxy + + + + Icon only + + + + Text only + + + + Text beside icon + + + + Text under icon + + + + Follow OS style @@ -1378,15 +1378,15 @@ Authors of this application are NOT responsible for lost data. - do not auto-update at all + Auto-update using global interval - auto-update using global interval + Auto-update every - auto-update every + Do not auto-update at all diff --git a/localization/rssguard_nl.ts b/localization/rssguard_nl.ts index f816cb283..d2eaa5c0c 100644 --- a/localization/rssguard_nl.ts +++ b/localization/rssguard_nl.ts @@ -62,8 +62,8 @@ Aantal van alle ongelezen berichten. - root - Hoofdmap + Root + @@ -781,10 +781,6 @@ Executable parameters exe parameters - - select browser - Selecteer browser - Note that "%1" (without quotation marks) is placeholder for URL of selected message. Noteer dat "%1" (zonder aanhalingstekens) een tijdelijke aanduiding is voor URL of geselecteerde berichten. @@ -997,36 +993,40 @@ Auteurs van Rssguard zijn NIET verantwoordelijk voor verlies van gegevens.No connection test triggered so far. - - icon only - - - - text only - - - - text beside icon - - - - text under icon - - - - follow OS style - - Note that these settings are applied only on newly established connections. - no proxy + Select browser - system proxy + No proxy + + + + System proxy + + + + Icon only + + + + Text only + + + + Text beside icon + + + + Text under icon + + + + Follow OS style @@ -1396,15 +1396,15 @@ Auteurs van Rssguard zijn NIET verantwoordelijk voor verlies van gegevens. - do not auto-update at all + Auto-update using global interval - auto-update using global interval + Auto-update every - auto-update every + Do not auto-update at all diff --git a/src/gui/formstandardfeeddetails.cpp b/src/gui/formstandardfeeddetails.cpp index 605ae06a3..ffcf51f7b 100644 --- a/src/gui/formstandardfeeddetails.cpp +++ b/src/gui/formstandardfeeddetails.cpp @@ -380,7 +380,7 @@ void FormStandardFeedDetails::initialize() { // Setup auto-update options. m_ui->m_spinAutoUpdateInterval->setValue(DEFAULT_AUTO_UPDATE_INTERVAL); - m_ui->m_cmbAutoUpdateType->addItem(tr("do not auto-update at all"), QVariant::fromValue((int) FeedsModelStandardFeed::DontAutoUpdate)); + m_ui->m_cmbAutoUpdateType->addItem(tr("Do not auto-update at all"), QVariant::fromValue((int) FeedsModelStandardFeed::DontAutoUpdate)); m_ui->m_cmbAutoUpdateType->addItem(tr("Auto-update using global interval"), QVariant::fromValue((int) FeedsModelStandardFeed::DefaultAutoUpdate)); m_ui->m_cmbAutoUpdateType->addItem(tr("Auto-update every"), QVariant::fromValue((int) FeedsModelStandardFeed::SpecificAutoUpdate));