diff --git a/AUTHORS b/AUTHORS index 5cdd35218..f2f06a5f0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,12 +4,12 @@ David Rosca Contributors: -Mladen Pejaković (webview context menu improvements, speed dial background) -Bryan M Dunsmore (opening background tabs, closing window when closing last tab) -Mariusz Fik (fixed tab order in preferences dialog) -Daniele Cocca (close tabs with middle click, initial work on speed dial) -Giuseppe Calà (fixed loading of bookmarklets) -Jan Rajnoha (QupZilla icon) +Mladen Pejaković (webview context menu improvements, speed dial background) +Bryan M Dunsmore (opening background tabs, closing window when closing last tab) +Mariusz Fik (fixed tab order in preferences dialog) +Daniele Cocca (close tabs with middle click, initial work on speed dial) +Giuseppe Calà (fixed loading of bookmarklets) +Jan Rajnoha (QupZilla icon) Translators: @@ -35,10 +35,11 @@ Widya Walesa (Indonesian) Beqa Arabuli (Georgian) Daiki Noda (Japanese) Ștefan Comănescu (Romanian) +Gábor Oberle (Hungarian) Special thanks: -Jonathan Hooverman (english language correction) -Peter Vacula (for a big support in the beginnigs) -Sergio Cipolla (modifications to QupZilla icon) -Radomir Orkac (qupzilla.com domain) +Jonathan Hooverman (english language correction) +Peter Vacula (for a big support in the beginnigs) +Sergio Cipolla (modifications to QupZilla icon) +Radomir Orkac (qupzilla.com domain) diff --git a/linux/applications/qupzilla.desktop b/linux/applications/qupzilla.desktop index 81cbf74a8..49f5aa9d3 100644 --- a/linux/applications/qupzilla.desktop +++ b/linux/applications/qupzilla.desktop @@ -28,7 +28,7 @@ Comment[sr@latin]=Brz i siguran veb pregledač Comment[sv]=En snabb och säker webbläsare Comment[zh_TW]=安全又快速的瀏覽器 Comment[zh_CN]=安全又快速的浏览器 -Comment[ja_JP]=高速で安全なブラウザ +Comment[ja]=高速で安全なブラウザ GenericName=Web Browser GenericName[cs]=Webový prohlížeč GenericName[de]=Web Browser @@ -41,6 +41,7 @@ GenericName[ka]=ვებ ბრაუზერი GenericName[nl]=Webbrowser GenericName[pl]=Przeglądarka Internetowa GenericName[pt]=Navegador web +GenericName[pt_BR]=Navegador web GenericName[ru]=Веб-Браузер GenericName[sk]=Webový prehliadač GenericName[sr]=Веб прегледач @@ -50,7 +51,7 @@ GenericName[sr@latin]=Veb pregledač GenericName[sv]=Webbläsare GenericName[zh_TW]=網頁瀏覽器 GenericName[zh_CN]=网页浏览器 -GenericName[ja_JP]=Webブラウザ +GenericName[ja]=Webブラウザ Exec=qupzilla %u MimeType=text/html;application/xhtml+xml; Terminal=false @@ -69,6 +70,7 @@ Name[ka]=ახალი ჩანართის გახსნა Name[nl]=Open nieuw tabblad Name[pl]=Otwórz nowe okno Name[pt]=Abrir novo separador +Name[pt_BR]=Abrir nova guia Name[ru]=Открыть новую вкладку Name[sk]=Otvoriť novú kartu Name[sr]=Отвори у новом језичку @@ -78,7 +80,7 @@ Name[sr@latin]=Otvori u novom jezičku Name[sv]=Öppna ny flik Name[zh_TW]=新增分頁 Name[zh_CN]=新建标签页 -Name[ja_JP]=新しいタブを開く +Name[ja]=新しいタブを開く Exec=qupzilla --new-tab TargetEnvironment=Unity @@ -95,7 +97,8 @@ Name[id]=Buka jendela baru Name[ka]=ახალი ფანჯრის გახსნა Name[nl]=Nieuw venster openen Name[pl]=Otwórz nowe okno -Name[pt]=Abrir nova janela +Name[pt]=Abrir nova janel +Name[pt_BR]=Abrir nova janela Name[ru]=Открыть в новом окне Name[sk]=Otvoriť nové okno Name[sr]=Отвори у новом прозору @@ -105,7 +108,7 @@ Name[sr@latin]=Otvori u novom prozoru Name[sv]=Öppna nytt fönster Name[zh_TW]=新增視窗 Name[zh_CN]=新建窗口 -Name[ja_JP]=新しいウィンドウを開く +Name[ja]=新しいウィンドウを開く Exec=qupzilla --new-window TargetEnvironment=Unity @@ -122,6 +125,7 @@ Name[ka]=პირადი ბრაუზინგის დაწყება Name[nl]=Start incognito browsen Name[pl]=Początek prywatną oglądania Name[pt]=Iniciar navegação privada +Name[pt_BR]=Iniciar navegação privada Name[ru]=Запустить в режиме приватного просмотра Name[sk]=Spustiť súkromné prehliadanie Name[sr]=Покрени приватно прегледање @@ -131,6 +135,6 @@ Name[sr@latin]=Pokreni privatno pregledanje Name[sv]=Starta privat surfning Name[zh_TW]=開始私密瀏覽 Name[zh_CN]=开始隐私浏览 -Name[ja_JP]=プライベートブラウジングを開始 +Name[ja]=プライベートブラウジングを開始 Exec=qupzilla --private-browsing TargetEnvironment=Unity \ No newline at end of file diff --git a/src/defines.pri b/src/defines.pri index 8db160170..657cc4d00 100644 --- a/src/defines.pri +++ b/src/defines.pri @@ -6,21 +6,21 @@ UI_DIR = $$PWD/../build unix: VERSION = 1.1.8 # Please read BUILD information # -#DEFINES += NO_SYSTEM_DATAPATH -#DEFINES += USE_WEBGL -#DEFINES += KDE -#DEFINES += PORTABLE_BUILD +#DEFINES *= NO_SYSTEM_DATAPATH +#DEFINES *= USE_WEBGL +#DEFINES *= KDE +#DEFINES *= PORTABLE_BUILD win32 { - DEFINES += W7API + DEFINES *= W7API LIBS += User32.lib Ole32.lib Shell32.lib ShlWapi.lib Gdi32.lib ComCtl32.lib } -DEFINES += QT_NO_URL_CAST_FROM_STRING +DEFINES *= QT_NO_URL_CAST_FROM_STRING ##It won't compile on windows with this define. Some bug in qtsingleapp / qvector template -!win32: !CONFIG(debug, debug|release): DEFINES += QT_NO_DEBUG_OUTPUT +!win32: !CONFIG(debug, debug|release): DEFINES *= QT_NO_DEBUG_OUTPUT -CONFIG(debug, debug|release): DEFINES += QUPZILLA_DEBUG_BUILD +CONFIG(debug, debug|release): DEFINES *= QUPZILLA_DEBUG_BUILD d_no_system_datapath = $$(NO_SYSTEM_DATAPATH) d_use_webgl = $$(USE_WEBGL) @@ -30,13 +30,13 @@ d_portable = $$(PORTABLE_BUILD) d_nonblock_dialogs = $$(NONBLOCK_JS_DIALOGS) d_use_qtwebkit_2_2 = $$(USE_QTWEBKIT_2_2) -equals(d_no_system_datapath, "true") { DEFINES += NO_SYSTEM_DATAPATH } -equals(d_use_webgl, "true") { DEFINES += USE_WEBGL } -equals(d_w7api, "true") { DEFINES += W7API } -equals(d_kde, "true") { DEFINES += KDE } -equals(d_portable, "true") { DEFINES += PORTABLE_BUILD } -equals(d_nonblock_dialogs, "true") { DEFINES += NONBLOCK_JS_DIALOGS } -equals(d_use_qtwebkit_2_2, "true") { DEFINES += USE_QTWEBKIT_2_2 } +equals(d_no_system_datapath, "true") { DEFINES *= NO_SYSTEM_DATAPATH } +equals(d_use_webgl, "true") { DEFINES *= USE_WEBGL } +equals(d_w7api, "true") { DEFINES *= W7API } +equals(d_kde, "true") { DEFINES *= KDE } +equals(d_portable, "true") { DEFINES *= PORTABLE_BUILD } +equals(d_nonblock_dialogs, "true") { DEFINES *= NONBLOCK_JS_DIALOGS } +equals(d_use_qtwebkit_2_2, "true") { DEFINES *= USE_QTWEBKIT_2_2 } !mac:unix { d_prefix = $$(QUPZILLA_PREFIX) @@ -56,11 +56,11 @@ equals(d_use_qtwebkit_2_2, "true") { DEFINES += USE_QTWEBKIT_2_2 } hicolor_folder = "$$d_prefix"share/icons/hicolor } - DEFINES += USE_DATADIR=\\\"""$$data_folder/"\\\"" + DEFINES *= USE_DATADIR=\\\"""$$data_folder/"\\\"" #Git revision rev = $$system(cd ../ && sh $$PWD/../scripts/getrevision.sh) - !equals(rev, ""): DEFINES += GIT_REVISION=\\\"""$$rev"\\\"" + !equals(rev, ""): DEFINES *= GIT_REVISION=\\\"""$$rev"\\\"" } isEmpty(QMAKE_LRELEASE) { diff --git a/src/lib/3rdparty/qtsingleapplication.pri b/src/lib/3rdparty/qtsingleapplication.pri index 4b720fd9e..4574effd4 100644 --- a/src/lib/3rdparty/qtsingleapplication.pri +++ b/src/lib/3rdparty/qtsingleapplication.pri @@ -10,6 +10,6 @@ qtsingleapplication-uselib:!qtsingleapplication-buildlib { } os2|win32 { - contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES += QT_QTSINGLEAPPLICATION_EXPORT - else:qtsingleapplication-uselib:DEFINES += QT_QTSINGLEAPPLICATION_IMPORT + contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES *= QT_QTSINGLEAPPLICATION_EXPORT + else:qtsingleapplication-uselib:DEFINES *= QT_QTSINGLEAPPLICATION_IMPORT } diff --git a/src/lib/3rdparty/squeezelabelv1.cpp b/src/lib/3rdparty/squeezelabelv1.cpp index 8d2c2ef31..99dbf2914 100644 --- a/src/lib/3rdparty/squeezelabelv1.cpp +++ b/src/lib/3rdparty/squeezelabelv1.cpp @@ -15,5 +15,6 @@ void SqueezeLabelV1::paintEvent(QPaintEvent* event) setText(elided); } } + QLabel::paintEvent(event); } diff --git a/src/lib/3rdparty/squeezelabelv2.cpp b/src/lib/3rdparty/squeezelabelv2.cpp index e6c8a0f13..7bd5efa86 100644 --- a/src/lib/3rdparty/squeezelabelv2.cpp +++ b/src/lib/3rdparty/squeezelabelv2.cpp @@ -1,5 +1,27 @@ +/* ============================================================ +* QupZilla - WebKit based browser +* Copyright (C) 2010-2012 David Rosca +* +* This program 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 3 of the License, or +* (at your option) any later version. +* +* This program 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 this program. If not, see . +* ============================================================ */ #include "squeezelabelv2.h" +#include +#include +#include +#include + SqueezeLabelV2::SqueezeLabelV2(QWidget* parent) : QLabel(parent) { @@ -19,6 +41,33 @@ void SqueezeLabelV2::setText(const QString &txt) QLabel::setText(elided); } +void SqueezeLabelV2::copy() +{ + if (selectedText().length() == text().length()) { + QApplication::clipboard()->setText(m_originalText); + } + else { + QApplication::clipboard()->setText(selectedText()); + } +} + +void SqueezeLabelV2::contextMenuEvent(QContextMenuEvent* event) +{ + QMenu menu; + QAction* act = menu.addAction(tr("Copy"), this, SLOT(copy())); + act->setShortcut(QKeySequence("Ctrl+C")); + act->setEnabled(hasSelectedText()); + + menu.exec(event->globalPos()); +} + +void SqueezeLabelV2::keyPressEvent(QKeyEvent* event) +{ + if (event->key() == Qt::Key_C && event->modifiers() == Qt::ControlModifier) { + copy(); + } +} + QString SqueezeLabelV2::originalText() { return m_originalText; diff --git a/src/lib/3rdparty/squeezelabelv2.h b/src/lib/3rdparty/squeezelabelv2.h index 0f178a529..15b683a26 100644 --- a/src/lib/3rdparty/squeezelabelv2.h +++ b/src/lib/3rdparty/squeezelabelv2.h @@ -1,42 +1,27 @@ +/* ============================================================ +* QupZilla - WebKit based browser +* Copyright (C) 2010-2012 David Rosca +* +* This program 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 3 of the License, or +* (at your option) any later version. +* +* This program 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 this program. If not, see . +* ============================================================ */ #ifndef SQUEEZELABELV2_H #define SQUEEZELABELV2_H #include "qz_namespace.h" -/** -* Copyright (c) 2009, Benjamin C. Meyer -* -* Redistribution and use in source and binary forms, with or without -* modification, are permitted provided that the following conditions -* are met: -* 1. Redistributions of source code must retain the above copyright -* notice, this list of conditions and the following disclaimer. -* 2. 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. -* 3. Neither the name of the Benjamin Meyer 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 REGENTS 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 REGENTS 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. -*/ - #include -/* -A label that will squeeze the set text to fit within the size of the -widget. The text will be elided in the middle. -*/ class QT_QUPZILLA_EXPORT SqueezeLabelV2 : public QLabel { Q_OBJECT @@ -48,11 +33,15 @@ public: QString originalText(); void setText(const QString &txt); +private slots: + void copy(); + protected: + void contextMenuEvent(QContextMenuEvent* event); + void keyPressEvent(QKeyEvent* event); void resizeEvent(QResizeEvent* event); private: - QString m_SqueezedTextCache; QString m_originalText; }; diff --git a/src/lib/app/commandlineoptions.cpp b/src/lib/app/commandlineoptions.cpp index 5c32063d7..7c5dcf076 100644 --- a/src/lib/app/commandlineoptions.cpp +++ b/src/lib/app/commandlineoptions.cpp @@ -18,9 +18,10 @@ #include "commandlineoptions.h" #include "qupzilla.h" -CommandLineOptions::CommandLineOptions(int &argc, char** argv) +#include + +CommandLineOptions::CommandLineOptions(int &argc) : m_argc(argc) - , m_argv(argv) { parseActions(); } @@ -63,9 +64,15 @@ void CommandLineOptions::parseActions() { using namespace std; + const QStringList &arguments = QCoreApplication::arguments(); + if (arguments.isEmpty()) { + return; + } + // Skip first argument (it should be program itself) - for (int i = 1; i < m_argc; i++) { - QString arg(m_argv[i]); + for (int i = 1; i < arguments.count(); ++i) { + QString arg = arguments.at(i); + if (arg == "-h" || arg == "--help") { showHelp(); ActionPair pair; @@ -142,9 +149,10 @@ void CommandLineOptions::parseActions() } } - QString url(m_argv[m_argc - 1]); - if (m_argc > 1 && !url.isEmpty() && !url.startsWith("-") && url.contains(".")) { - cout << "QupZilla: Starting with url " << url.toUtf8().data() << endl; + const QString &url = arguments.last(); + + if (m_argc > 1 && !url.isEmpty() && !url.startsWith("-") && + (url.contains(".") || url.contains("/") || url.contains("\\"))) { ActionPair pair; pair.action = Qz::CL_OpenUrl; pair.text = url; diff --git a/src/lib/app/commandlineoptions.h b/src/lib/app/commandlineoptions.h index 4f3b52a21..b3c6be2e4 100644 --- a/src/lib/app/commandlineoptions.h +++ b/src/lib/app/commandlineoptions.h @@ -33,7 +33,7 @@ public: typedef QList ActionPairList; - explicit CommandLineOptions(int &argc, char** argv); + explicit CommandLineOptions(int &argc); ActionPairList getActions(); private: @@ -41,7 +41,6 @@ private: void parseActions(); int m_argc; - char** m_argv; ActionPairList m_actions; }; diff --git a/src/lib/app/mainapplication.cpp b/src/lib/app/mainapplication.cpp index 84abbb79b..838b11b6d 100644 --- a/src/lib/app/mainapplication.cpp +++ b/src/lib/app/mainapplication.cpp @@ -46,6 +46,9 @@ #include "settings.h" #include "locationbarsettings.h" #include "webviewsettings.h" +#include "clearprivatedata.h" +#include "proxystyle.h" +#include "commandlineoptions.h" #ifdef Q_WS_MAC #include @@ -80,7 +83,7 @@ #define NO_SYSTEM_DATAPATH #endif -MainApplication::MainApplication(const QList &cmdActions, int &argc, char** argv) +MainApplication::MainApplication(int &argc, char** argv) : QtSingleApplication("QupZillaWebBrowser", argc, argv) , m_cookiemanager(0) , m_browsingLibrary(0) @@ -131,7 +134,9 @@ MainApplication::MainApplication(const QList &cm QString startProfile; if (argc > 1) { - foreach(const CommandLineOptions::ActionPair & pair, cmdActions) { + CommandLineOptions cmd(argc); + + foreach(const CommandLineOptions::ActionPair & pair, cmd.getActions()) { switch (pair.action) { case Qz::CL_StartWithoutAddons: noAddons = true; @@ -155,9 +160,12 @@ MainApplication::MainApplication(const QList &cm m_postLaunchActions.append(PrivateBrowsing); break; case Qz::CL_OpenUrl: - startUrl = QUrl(pair.text.toUtf8()); + startUrl = QUrl::fromUserInput(pair.text); messages.append("URL:" + pair.text); break; + case Qz::CL_ExitAction: + m_isClosing = true; + return; default: break; } @@ -182,6 +190,7 @@ MainApplication::MainApplication(const QList &cm setQuitOnLastWindowClosed(true); #endif + setStyle(new ProxyStyle); setApplicationName("QupZilla"); setApplicationVersion(QupZilla::VERSION); setOrganizationDomain("qupzilla"); @@ -440,7 +449,7 @@ void MainApplication::receiveAppMessage(QString message) { QWidget* actWin = getWindow(); if (message.startsWith("URL:")) { - QUrl url = QUrl::fromEncoded(message.mid(4).toUtf8()); + QUrl url = QUrl::fromUserInput(message.mid(4)); addNewTab(url); actWin = getWindow(); } @@ -612,8 +621,7 @@ void MainApplication::saveSettings() m_historymodel->clearHistory(); } if (deleteHtml5Storage) { - qz_removeDir(m_activeProfil + "Databases"); - qz_removeDir(m_activeProfil + "LocalStorage"); + ClearPrivateData::clearLocalStorage(); } m_searchEnginesManager->saveSettings(); diff --git a/src/lib/app/mainapplication.h b/src/lib/app/mainapplication.h index 23e460489..f9f3b73cf 100644 --- a/src/lib/app/mainapplication.h +++ b/src/lib/app/mainapplication.h @@ -25,7 +25,6 @@ #include #include "qtsingleapplication.h" -#include "commandlineoptions.h" #include "qz_namespace.h" class QWebSettings; @@ -58,7 +57,7 @@ public: QString TRANSLATIONSDIR; QString THEMESDIR; - explicit MainApplication(const CommandLineOptions::ActionPairList &cmdActions, int &argc, char** argv); + explicit MainApplication(int &argc, char** argv); void connectDatabase(); void loadSettings(); diff --git a/src/lib/autofill/autofillmodel.cpp b/src/lib/autofill/autofillmodel.cpp index 70f5614d2..52db23f2f 100644 --- a/src/lib/autofill/autofillmodel.cpp +++ b/src/lib/autofill/autofillmodel.cpp @@ -388,6 +388,9 @@ QByteArray AutoFillModel::exportPasswords() bool AutoFillModel::importPasswords(const QByteArray &data) { + QSqlDatabase db = QSqlDatabase::database(); + db.transaction(); + QXmlStreamReader xml(data); while (!xml.atEnd()) { @@ -465,6 +468,7 @@ bool AutoFillModel::importPasswords(const QByteArray &data) } } } + db.commit(); - return xml.hasError(); + return !xml.hasError(); } diff --git a/src/lib/data/icons.qrc b/src/lib/data/icons.qrc index 3689f7491..871ac37bc 100644 --- a/src/lib/data/icons.qrc +++ b/src/lib/data/icons.qrc @@ -63,5 +63,6 @@ icons/menu/translate.png icons/menu/duck.png icons/exeicons/qupzilla-window.png + icons/preferences/text-x-sql.png diff --git a/src/lib/data/icons/preferences/text-x-sql.png b/src/lib/data/icons/preferences/text-x-sql.png new file mode 100644 index 000000000..57dd5719e Binary files /dev/null and b/src/lib/data/icons/preferences/text-x-sql.png differ diff --git a/src/lib/downloads/downloadmanager.cpp b/src/lib/downloads/downloadmanager.cpp index bff1f6f86..b5d718765 100644 --- a/src/lib/downloads/downloadmanager.cpp +++ b/src/lib/downloads/downloadmanager.cpp @@ -204,7 +204,7 @@ void DownloadManager::download(const QNetworkRequest &request, WebPage* page, bo handleUnsupportedContent(m_networkManager->get(req), page, fromPageDownload, suggestedFileName); } -void DownloadManager::handleUnsupportedContent(QNetworkReply *reply, WebPage *page, bool fromPageDownload, const QString &suggestedFileName) +void DownloadManager::handleUnsupportedContent(QNetworkReply* reply, WebPage* page, bool fromPageDownload, const QString &suggestedFileName) { if (!page || reply->url().scheme() == "qupzilla") { return; diff --git a/src/lib/downloads/downloadoptionsdialog.ui b/src/lib/downloads/downloadoptionsdialog.ui index 8d7bfec11..3d94552fc 100644 --- a/src/lib/downloads/downloadoptionsdialog.ui +++ b/src/lib/downloads/downloadoptionsdialog.ui @@ -47,7 +47,7 @@ - + @@ -166,9 +166,9 @@ - SqueezeLabelV1 + SqueezeLabelV2 QLabel -
squeezelabelv1.h
+
squeezelabelv2.h
diff --git a/src/lib/history/historymodel.cpp b/src/lib/history/historymodel.cpp index aa0d34bad..b182d2cf7 100644 --- a/src/lib/history/historymodel.cpp +++ b/src/lib/history/historymodel.cpp @@ -140,7 +140,7 @@ void HistoryModel::deleteHistoryEntry(const QString &url, const QString &title) deleteHistoryEntry(id); } } -#include + void HistoryModel::slotDeleteHistoryEntry(const QList &list) { QSqlDatabase db = QSqlDatabase::database(); @@ -151,10 +151,6 @@ void HistoryModel::slotDeleteHistoryEntry(const QList &list) query.prepare("SELECT id, count, date, url, title FROM history WHERE id=?"); query.bindValue(0, index); query.exec(); - if (!query.next()) { - qDebug() << "invalid id" << index; - continue; - } HistoryEntry entry; entry.id = query.value(0).toInt(); diff --git a/src/lib/lib.pro b/src/lib/lib.pro index 178b3ede6..1472aa870 100644 --- a/src/lib/lib.pro +++ b/src/lib/lib.pro @@ -3,7 +3,7 @@ unix:QT += dbus TARGET = qupzilla TEMPLATE = lib -DEFINES += QUPZILLA_SHAREDLIBRARY +DEFINES *= QUPZILLA_SHAREDLIBRARY include(3rdparty/qtsingleapplication.pri) include(../defines.pri) diff --git a/src/lib/navigation/locationbar.cpp b/src/lib/navigation/locationbar.cpp index 642c38b67..58eb8957f 100644 --- a/src/lib/navigation/locationbar.cpp +++ b/src/lib/navigation/locationbar.cpp @@ -320,7 +320,7 @@ void LocationBar::contextMenuEvent(QContextMenuEvent* event) m_pasteAndGoAction->setEnabled(!QApplication::clipboard()->text().isEmpty()); //Prevent choosing first option with double rightclick - QPoint pos = mapToGlobal(event->pos()); + QPoint pos = event->globalPos(); QPoint p(pos.x(), pos.y() + 1); m_menu->popup(p); } diff --git a/src/lib/navigation/websearchbar.cpp b/src/lib/navigation/websearchbar.cpp index eca99038c..431b93a84 100644 --- a/src/lib/navigation/websearchbar.cpp +++ b/src/lib/navigation/websearchbar.cpp @@ -276,7 +276,7 @@ void WebSearchBar::contextMenuEvent(QContextMenuEvent* event) m_pasteAndGoAction->setEnabled(!QApplication::clipboard()->text().isEmpty()); //Prevent choosing first option with double rightclick - QPoint pos = mapToGlobal(event->pos()); + QPoint pos = event->globalPos(); QPoint p(pos.x(), pos.y() + 1); m_menu->popup(p); } diff --git a/src/lib/network/qupzillaschemehandler.cpp b/src/lib/network/qupzillaschemehandler.cpp index 1cfdea10f..fce2de364 100644 --- a/src/lib/network/qupzillaschemehandler.cpp +++ b/src/lib/network/qupzillaschemehandler.cpp @@ -232,7 +232,8 @@ QString QupZillaSchemeReply::aboutPage() authorString("Wu Cheng-Hong", "stu2731652@gmail.com") + " (Traditional Chinese)
" + authorString("Widya Walesa", "walecha99@gmail.com") + " (Indonesian)
" + authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)
" + - authorString("Daiki Noda", "sys.pdr.pdm9@gmail.com") + " (Japanese)" + authorString("Daiki Noda", "sys.pdr.pdm9@gmail.com") + " (Japanese)
" + + authorString("Gábor Oberle", "oberleg@myopera.com") + " (Hungarian)" ); } diff --git a/src/lib/other/aboutdialog.cpp b/src/lib/other/aboutdialog.cpp index 7530ebac0..b8726cfd8 100644 --- a/src/lib/other/aboutdialog.cpp +++ b/src/lib/other/aboutdialog.cpp @@ -107,7 +107,8 @@ void AboutDialog::showAuthors() "Wu Cheng-Hong
" "Widya Walesa
" "Beqa Arabuli
" - "Daiki Noda") + "Daiki Noda
" + "Gábor Oberle") )); m_authorsHtml.append(""); } diff --git a/src/lib/other/clearprivatedata.cpp b/src/lib/other/clearprivatedata.cpp index 5c790a978..42df11c41 100644 --- a/src/lib/other/clearprivatedata.cpp +++ b/src/lib/other/clearprivatedata.cpp @@ -24,7 +24,9 @@ #include "clickablelabel.h" #include "ui_clearprivatedata.h" #include "iconprovider.h" +#include "globalfunctions.h" +#include #include #include #include @@ -50,6 +52,35 @@ void ClearPrivateData::historyClicked(bool state) ui->historyLength->setEnabled(state); } +void ClearPrivateData::clearLocalStorage() +{ + const QString &profile = mApp->getActiveProfilPath(); + + qz_removeDir(profile + "LocalStorage"); +} + +void ClearPrivateData::clearWebDatabases() +{ + const QString &profile = mApp->getActiveProfilPath(); + + QWebDatabase::removeAllDatabases(); + qz_removeDir(profile + "Databases"); +} + +void ClearPrivateData::clearCache() +{ + mApp->webSettings()->clearMemoryCaches(); + mApp->networkManager()->cache()->clear(); + + QFile::remove(mApp->getActiveProfilPath() + "ApplicationCache.db"); +} + +void ClearPrivateData::clearIcons() +{ + mApp->webSettings()->clearIconDatabase(); + mApp->iconProvider()->clearIconDatabase(); +} + void ClearPrivateData::clearFlash() { p_QupZilla->tabWidget()->addView(QUrl("http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html")); @@ -58,6 +89,7 @@ void ClearPrivateData::clearFlash() void ClearPrivateData::dialogAccepted() { QApplication::setOverrideCursor(Qt::WaitCursor); + if (ui->history->isChecked()) { QDateTime dateTime = QDateTime::currentDateTime(); qint64 nowMS = QDateTime::currentMSecsSinceEpoch(); @@ -83,18 +115,28 @@ void ClearPrivateData::dialogAccepted() query.exec("DELETE FROM history WHERE date > " + QString::number(date)); query.exec("VACUUM"); } + if (ui->cookies->isChecked()) { - QList cookies; - mApp->cookieJar()->setAllCookies(cookies); + mApp->cookieJar()->setAllCookies(QList()); } + if (ui->cache->isChecked()) { - mApp->webSettings()->clearMemoryCaches(); - mApp->networkManager()->cache()->clear(); + clearCache(); } + + if (ui->databases->isChecked()) { + clearWebDatabases(); + } + + if (ui->localStorage->isChecked()) { + clearLocalStorage(); + } + if (ui->icons->isChecked()) { - mApp->webSettings()->clearIconDatabase(); - mApp->iconProvider()->clearIconDatabase(); + clearIcons(); } + QApplication::restoreOverrideCursor(); + close(); } diff --git a/src/lib/other/clearprivatedata.h b/src/lib/other/clearprivatedata.h index 7e0e74f93..f7bc855de 100644 --- a/src/lib/other/clearprivatedata.h +++ b/src/lib/other/clearprivatedata.h @@ -34,6 +34,11 @@ class QT_QUPZILLA_EXPORT ClearPrivateData : public QDialog public: explicit ClearPrivateData(QupZilla* mainClass, QWidget* parent = 0); + static void clearLocalStorage(); + static void clearWebDatabases(); + static void clearCache(); + static void clearIcons(); + private slots: void historyClicked(bool state); void dialogAccepted(); diff --git a/src/lib/other/clearprivatedata.ui b/src/lib/other/clearprivatedata.ui index 67a9610f7..d2ad07cd9 100644 --- a/src/lib/other/clearprivatedata.ui +++ b/src/lib/other/clearprivatedata.ui @@ -7,7 +7,7 @@ 0 0 308 - 260 + 310 @@ -27,21 +27,11 @@ Clear history - true + false
- - - - Clear cookies - - - true - - - - + Clear cache @@ -51,14 +41,14 @@ - + Clear icons - + PointingHandCursor @@ -71,7 +61,7 @@ - + Qt::Horizontal @@ -106,6 +96,9 @@ + + false + Earlier Today @@ -141,6 +134,36 @@ + + + + Clear web databases + + + true + + + + + + + Clear local storage + + + true + + + + + + + Clear cookies + + + false + + + diff --git a/src/lib/popupwindow/popupwebview.cpp b/src/lib/popupwindow/popupwebview.cpp index 3e214bd27..6fbd41771 100644 --- a/src/lib/popupwindow/popupwebview.cpp +++ b/src/lib/popupwindow/popupwebview.cpp @@ -88,7 +88,7 @@ void PopupWebView::contextMenuEvent(QContextMenuEvent* event) if (!m_menu->isEmpty()) { //Prevent choosing first option with double rightclick - const QPoint &pos = mapToGlobal(event->pos()); + const QPoint &pos = event->globalPos(); QPoint p(pos.x(), pos.y() + 1); m_menu->popup(p); return; diff --git a/src/lib/preferences/autofillmanager.cpp b/src/lib/preferences/autofillmanager.cpp index ca882753e..13dd7285f 100644 --- a/src/lib/preferences/autofillmanager.cpp +++ b/src/lib/preferences/autofillmanager.cpp @@ -54,6 +54,7 @@ AutoFillManager::AutoFillManager(QWidget* parent) void AutoFillManager::loadPasswords() { ui->showPasswords->setText(tr("Show Passwords")); + m_passwordsShown = false; QSqlQuery query; query.exec("SELECT server, username, password, id FROM autofill"); diff --git a/src/lib/preferences/preferences.cpp b/src/lib/preferences/preferences.cpp index 75ee952c7..ed4826782 100644 --- a/src/lib/preferences/preferences.cpp +++ b/src/lib/preferences/preferences.cpp @@ -41,6 +41,7 @@ #include "autofillmodel.h" #include "settings.h" #include "tabbedwebview.h" +#include "clearprivatedata.h" #include #include @@ -503,9 +504,7 @@ void Preferences::chooseUserStyleClicked() void Preferences::deleteHtml5storage() { - QString activeProfil = mApp->getActiveProfilPath(); - qz_removeDir(activeProfil + "Databases"); - qz_removeDir(activeProfil + "LocalStorage"); + ClearPrivateData::clearLocalStorage(); ui->deleteHtml5storage->setText(tr("Deleted")); ui->deleteHtml5storage->setEnabled(false); diff --git a/src/lib/webview/siteinfo.cpp b/src/lib/webview/siteinfo.cpp index 0c0eeefbf..facc7bea5 100644 --- a/src/lib/webview/siteinfo.cpp +++ b/src/lib/webview/siteinfo.cpp @@ -31,6 +31,8 @@ #include #include #include +#include +#include QString SiteInfo::showCertInfo(const QString &string) { @@ -46,13 +48,15 @@ SiteInfo::SiteInfo(WebView* view, QWidget* parent) : QDialog(parent) , ui(new Ui::SiteInfo) , m_certWidget(0) + , m_view(view) { setAttribute(Qt::WA_DeleteOnClose); ui->setupUi(this); ui->listWidget->item(0)->setIcon(QIcon::fromTheme("document-properties", QIcon(":/icons/preferences/document-properties.png"))); ui->listWidget->item(1)->setIcon(QIcon::fromTheme("applications-graphics", QIcon(":/icons/preferences/applications-graphics.png"))); - ui->listWidget->item(2)->setIcon(QIcon::fromTheme("dialog-password", QIcon(":/icons/preferences/dialog-password.png"))); + ui->listWidget->item(2)->setIcon(QIcon::fromTheme("text-x-sql", QIcon(":/icons/preferences/text-x-sql.png"))); + ui->listWidget->item(3)->setIcon(QIcon::fromTheme("dialog-password", QIcon(":/icons/preferences/dialog-password.png"))); ui->listWidget->item(0)->setSelected(true); WebPage* webPage = qobject_cast(view->page()); @@ -123,6 +127,24 @@ SiteInfo::SiteInfo(WebView* view, QWidget* parent) ui->treeImages->addTopLevelItem(item); } + //DATABASES + const QList databases = frame->securityOrigin().databases(); + + int counter = 0; + foreach(const QWebDatabase & b, databases) { + QListWidgetItem* item = new QListWidgetItem(ui->databaseList); + item->setText(b.displayName()); + item->setData(Qt::UserRole + 10, counter); + + ++counter; + } + + if (counter == 0) { + QListWidgetItem* item = new QListWidgetItem(ui->databaseList); + item->setText(tr("No databases are used by this page.")); + item->setFlags(item->flags() & Qt::ItemIsSelectable); + } + //SECURITY if (cert.isValid()) { ui->securityLabel->setText(tr("Connection is Encrypted.")); @@ -140,6 +162,7 @@ SiteInfo::SiteInfo(WebView* view, QWidget* parent) connect(ui->secDetailsButton, SIGNAL(clicked()), this, SLOT(securityDetailsClicked())); connect(ui->saveButton, SIGNAL(clicked(QAbstractButton*)), this, SLOT(downloadImage())); + connect(ui->databaseList, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(databaseItemChanged(QListWidgetItem*))); connect(ui->treeImages, SIGNAL(currentItemChanged(QTreeWidgetItem*, QTreeWidgetItem*)), this, SLOT(showImagePreview(QTreeWidgetItem*))); connect(ui->treeImages, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(imagesCustomContextMenuRequested(const QPoint &))); @@ -161,6 +184,27 @@ void SiteInfo::imagesCustomContextMenuRequested(const QPoint &p) menu.exec(QCursor::pos()); } +void SiteInfo::databaseItemChanged(QListWidgetItem* item) +{ + if (!item) { + return; + } + + int id = item->data(Qt::UserRole + 10).toInt(); + const QList &list = m_view->page()->mainFrame()->securityOrigin().databases(); + + if (id > list.count() - 1) { + qDebug("database is shit"); + return; + } + + const QWebDatabase &db = list.at(id); + + ui->databaseName->setText(QString("%1 (%2)").arg(db.displayName(), db.name())); + ui->databasePath->setText(db.fileName()); + ui->databaseSize->setText(DownloadItem::fileSizeToString(db.size())); +} + void SiteInfo::copyActionData() { if (QAction* action = qobject_cast(sender())) { @@ -237,7 +281,7 @@ void SiteInfo::showImagePreview(QTreeWidgetItem* item) void SiteInfo::securityDetailsClicked() { - ui->listWidget->setCurrentRow(2); + ui->listWidget->setCurrentRow(3); } SiteInfo::~SiteInfo() diff --git a/src/lib/webview/siteinfo.h b/src/lib/webview/siteinfo.h index ca2fb9adb..b8f2f775d 100644 --- a/src/lib/webview/siteinfo.h +++ b/src/lib/webview/siteinfo.h @@ -45,6 +45,7 @@ public: static QString showCertInfo(const QString &string); private slots: + void databaseItemChanged(QListWidgetItem* item); void showImagePreview(QTreeWidgetItem* item); void securityDetailsClicked(); @@ -55,6 +56,7 @@ private slots: private: Ui::SiteInfo* ui; CertificateInfoWidget* m_certWidget; + WebView* m_view; QPixmap m_activePixmap; QUrl m_baseUrl; diff --git a/src/lib/webview/siteinfo.ui b/src/lib/webview/siteinfo.ui index 0bf6eafff..883af90e3 100644 --- a/src/lib/webview/siteinfo.ui +++ b/src/lib/webview/siteinfo.ui @@ -49,6 +49,9 @@ true + + false + General @@ -59,6 +62,11 @@ Media + + + Databases + + Security @@ -82,6 +90,16 @@ + + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + @@ -327,6 +345,95 @@ + + + + + + + 16777215 + 120 + + + + + + + + <b>Database details</b> + + + + + + + + + Name: + + + + + + + Path: + + + + + + + Size: + + + + + + + <database not selected> + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse + + + + + + + <database not selected> + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse + + + + + + + <database not selected> + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse + + + + + + + + + Qt::Vertical + + + + 20 + 124 + + + + + + @@ -365,16 +472,6 @@ - - - - Qt::Horizontal - - - QDialogButtonBox::Ok - - - diff --git a/src/lib/webview/tabbedwebview.cpp b/src/lib/webview/tabbedwebview.cpp index d1a9e4a5d..f80114442 100644 --- a/src/lib/webview/tabbedwebview.cpp +++ b/src/lib/webview/tabbedwebview.cpp @@ -280,7 +280,7 @@ void TabbedWebView::contextMenuEvent(QContextMenuEvent* event) if (!m_menu->isEmpty()) { //Prevent choosing first option with double rightclick - const QPoint &pos = mapToGlobal(event->pos()); + const QPoint &pos = event->globalPos(); QPoint p(pos.x(), pos.y() + 1); m_menu->popup(p); diff --git a/src/main/main.cpp b/src/main/main.cpp index f241d0613..0d7031c3d 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -18,9 +18,7 @@ #include -#include "commandlineoptions.h" #include "mainapplication.h" -#include "proxystyle.h" #ifdef Q_WS_X11 #include @@ -44,23 +42,7 @@ int main(int argc, char* argv[]) signal(SIGPIPE, sigpipe_handler); #endif - QList cmdActions; - - if (argc > 1) { - CommandLineOptions cmd(argc, argv); - cmdActions = cmd.getActions(); - foreach(const CommandLineOptions::ActionPair & pair, cmdActions) { - switch (pair.action) { - case Qz::CL_ExitAction: - return 0; - break; - default: - break; - } - } - } - - MainApplication app(cmdActions, argc, argv); + MainApplication app(argc, argv); if (app.isClosing()) { // Not showing any output, otherwise XFCE shows "Failed to execute default browser. I/O error" error @@ -70,8 +52,5 @@ int main(int argc, char* argv[]) return 0; } - app.setStyle(new ProxyStyle()); - - int result = app.exec(); - return result; + return app.exec(); } diff --git a/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro b/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro index 2ec825c06..836455ccd 100644 --- a/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro +++ b/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro @@ -25,6 +25,7 @@ TRANSLATIONS = \ translations/nl_NL.ts \ translations/sr_BA.ts \ translations/sr_RS.ts \ + translations/sv_SE.ts \ translations/zh_TW.ts \ include(../../plugins.pri) diff --git a/src/plugins/AccessKeysNavigation/akn_res.qrc b/src/plugins/AccessKeysNavigation/akn_res.qrc index e5381513d..3db2710a6 100644 --- a/src/plugins/AccessKeysNavigation/akn_res.qrc +++ b/src/plugins/AccessKeysNavigation/akn_res.qrc @@ -9,6 +9,7 @@ locale/nl_NL.qm locale/sr_BA.qm locale/sr_RS.qm + locale/sv_SE.qm locale/zh_TW.qm diff --git a/src/plugins/AccessKeysNavigation/translations/ja_JP.ts b/src/plugins/AccessKeysNavigation/translations/ja_JP.ts index 867d8cef3..c3f3cf21b 100644 --- a/src/plugins/AccessKeysNavigation/translations/ja_JP.ts +++ b/src/plugins/AccessKeysNavigation/translations/ja_JP.ts @@ -36,7 +36,7 @@ Key for showing access keys: - 現在のアクセスキーに対応するキー: + アクセスキーを表示するキー: diff --git a/src/plugins/AccessKeysNavigation/translations/sv_SE.ts b/src/plugins/AccessKeysNavigation/translations/sv_SE.ts new file mode 100644 index 000000000..51498a3af --- /dev/null +++ b/src/plugins/AccessKeysNavigation/translations/sv_SE.ts @@ -0,0 +1,47 @@ + + + + + AKN_Settings + + + Access Keys Navigation + Navigation med Snabbknappar + + + + <h1>Access Keys Navigation</h1> + <h1>Navigation med Snabbknappar</h1> + + + + Ctrl + Ctrl + + + + Alt + Alt + + + + Shift + Shift + + + + Double press + Dubbeltryck + + + + Key for showing access keys: + Tangent för att visa snabbknappar: + + + + License + Licens + + + diff --git a/src/plugins/MouseGestures/MouseGestures.pro b/src/plugins/MouseGestures/MouseGestures.pro index ff03a253c..3b78df777 100644 --- a/src/plugins/MouseGestures/MouseGestures.pro +++ b/src/plugins/MouseGestures/MouseGestures.pro @@ -34,6 +34,7 @@ TRANSLATIONS = \ translations/sk_SK.ts \ translations/sr_BA.ts \ translations/sr_RS.ts \ + translations/sv_SE.ts \ translations/zh_TW.ts \ include(../../plugins.pri) diff --git a/src/plugins/MouseGestures/mousegestures.qrc b/src/plugins/MouseGestures/mousegestures.qrc index 0092a9b8f..386bee993 100644 --- a/src/plugins/MouseGestures/mousegestures.qrc +++ b/src/plugins/MouseGestures/mousegestures.qrc @@ -20,6 +20,7 @@ locale/sk_SK.qm locale/sr_BA.qm locale/sr_RS.qm + locale/sv_SE.qm locale/zh_TW.qm diff --git a/src/plugins/MouseGestures/translations/sv_SE.ts b/src/plugins/MouseGestures/translations/sv_SE.ts new file mode 100644 index 000000000..c83ba980a --- /dev/null +++ b/src/plugins/MouseGestures/translations/sv_SE.ts @@ -0,0 +1,62 @@ + + + + + MouseGesturesSettingsDialog + + + Mouse Gestures + Musgester + + + + <h1>Mouse Gestures</h1> + <h1>Musgester</h1> + + + + Press and hold the middle mouse button and move your mouse in the indicated directions. + Tryck och håll ner musens mittenknapp och rör musen enligt anvisningarna. + + + + <b>Stop</b><br/>Stop loading page + <b>Stopp</b><br/>Stoppa hämtning av sida + + + + <b>New tab</b><br/>Open new tab + <b>Ny flik</b><br/>Öppna en ny flik + + + + <b>Back</b><br/>Go back in history + <b>Bakåt</b><br/>Gå bakåt i historiken + + + + <b>Forward</b><br/>Go forward in history + <b>Framåt</b><br/>Gå framåt i historiken + + + + <b>Reload</b><br/>Reload page + <b>Hämta om</b><br/>Hämta om sida + + + + <b>Close tab</b><br/>Close current tab + <b>Stäng flik</b><br/>Stäng aktuell flik + + + + <b>Home</b><br/>Go to homepage + <b>Hem</b><br/>Gå till startsidan + + + + License + Licens + + + diff --git a/src/plugins/TestPlugin/TestPlugin.pro b/src/plugins/TestPlugin/TestPlugin.pro index d8c07f7f0..0f40126c1 100644 --- a/src/plugins/TestPlugin/TestPlugin.pro +++ b/src/plugins/TestPlugin/TestPlugin.pro @@ -20,6 +20,7 @@ TRANSLATIONS += translations/cs_CZ.ts\ translations/sk_SK.ts\ translations/sr_BA.ts\ translations/sr_RS.ts\ + translations/sv_SE.ts\ translations/zh_CN.ts\ translations/zh_TW.ts\ diff --git a/src/plugins/TestPlugin/testplugin.qrc b/src/plugins/TestPlugin/testplugin.qrc index 281478abb..b5cadc902 100644 --- a/src/plugins/TestPlugin/testplugin.qrc +++ b/src/plugins/TestPlugin/testplugin.qrc @@ -8,6 +8,7 @@ locale/sk_SK.qm locale/sr_BA.qm locale/sr_RS.qm + locale/sv_SE.qm locale/zh_CN.qm locale/zh_TW.qm diff --git a/src/plugins/TestPlugin/translations/ja_JP.ts b/src/plugins/TestPlugin/translations/ja_JP.ts new file mode 100644 index 000000000..89f13f7de --- /dev/null +++ b/src/plugins/TestPlugin/translations/ja_JP.ts @@ -0,0 +1,32 @@ + + + + + TestPlugin + + + Close + 閉じる + + + + Example Plugin Settings + Example Pluginの設定 + + + + My first plugin action + プラグインの動作確認 + + + + Hello + こんにちは + + + + First plugin action works :-) + プラグインは正常に動作しました(^_^) + + + diff --git a/src/plugins/TestPlugin/translations/sv_SE.ts b/src/plugins/TestPlugin/translations/sv_SE.ts new file mode 100644 index 000000000..b30147622 --- /dev/null +++ b/src/plugins/TestPlugin/translations/sv_SE.ts @@ -0,0 +1,32 @@ + + + + + TestPlugin + + + Close + Stäng + + + + Example Plugin Settings + Inställningar för exempelplugin + + + + My first plugin action + Min första pluginfunktion + + + + Hello + Hallå + + + + First plugin action works :-) + Min första pluginfunktion fungerar :-) + + + diff --git a/translations/cs_CZ.ts b/translations/cs_CZ.ts index d3f760d68..634ce1491 100644 --- a/translations/cs_CZ.ts +++ b/translations/cs_CZ.ts @@ -283,15 +283,15 @@ - - + + Show Passwords Zobrazit hesla Exceptions - Vyjímky + Výjimky @@ -304,63 +304,63 @@ Exportovat hesla do souboru... - + Are you sure that you want to show all passwords? Jste si jistí že chcete zobrazit všechna hesla? - + Hide Passwords Skrýt hesla - + Confirmation Potvrzení - + Are you sure to delete all passwords on your computer? Opravdu si přejete smazat všechna hesla? - + Edit password Upravit heslo - + Change password: Změnit heslo: - - + + Choose file... Vyberte soubor... - + Cannot read file! Nelze číst ze souboru! - + Successfully exported Úspěšně exportováno - + Error while importing! Chyba během importování! - + Successfully imported Úspěšně importováno - + Cannot write to file! Velze zapisovat do souboru! @@ -1017,47 +1017,57 @@ Smazat historii - + + Clear web databases + Smazat webové databáze + + + + Clear local storage + Smazat lokální úložiště + + + Clear cookies Smazat cookies - + Clear cache Vyprázdnit vyrovnávací paměť - + Clear icons Smazat ikony - + Clear cookies from Adobe Flash Player Smazat cookies z Adobe Flash Playeru - + <b>Clear Recent History</b> <b>Vymazat nedávnou historii</b> - + Earlier Today Dnes - + Week Týden - + Month Měsíc - + All Vše @@ -1300,7 +1310,7 @@ Uložit soubor jako... - + NoNameDownload BezNazvu @@ -1679,62 +1689,62 @@ nebyl nalezen! Bezejmenná stránka - + January Leden - + February Únor - + March Březen - + April Duben - + May Květen - + June Červen - + July Červenec - + August Srpen - + September Září - + October Říjen - + November Listopad - + December Prosinec @@ -1919,7 +1929,7 @@ nebyl nalezen! Would you like to make an exception for this certificate? - Chcete udělit vyjímku tomuto certifikátu? + Chcete udělit výjimku tomuto certifikátu? @@ -2173,7 +2183,7 @@ Autor: %3 Povolit ukládání cache na disk - + <b>Cookies</b> <b>Cookies</b> @@ -2254,7 +2264,7 @@ Autor: %3 - + Note: You cannot delete active profile. Poznámka: Nemůžete smazat aktivní profil. @@ -2289,7 +2299,7 @@ Autor: %3 Povolit DNS Prefetch - + JavaScript can access clipboard Povolit JavaScriptu přístup do schránky @@ -2311,7 +2321,7 @@ Autor: %3 Tisknout pozadí objektů - + Send Do Not Track header to servers Zasílat serverům Do Not Track hlavičku @@ -2444,212 +2454,227 @@ Autor: %3 Konfigurace Proxy - + + <b>Exceptions</b> + <b>Výjimky</b> + + + + Server: + Server: + + + + Use different proxy for https connection + Použít jinou proxy pro https připojení + + + <b>Font Families</b> <b>Typy písem</b> - + Standard Standardní - + Fixed Proporcionální - + Serif Serif - + Sans Serif Sans Serif - + Cursive Kurzíva - + Fantasy Fantasy - + <b>Font Sizes</b> <b>Velikosti písem</b> - + Fixed Font Size Proporcionální písmo - + Default Font Size Základní písmo - + Minimum Font Size Minimální velikost - + Minimum Logical Font Size Minimální logická velikost - + <b>Download Location</b> <b>Cíl stahování</b> - + Ask everytime for download location U každého souboru se dotázat kam ho uložit - + Use defined location: Uložit všechny soubory do: - - - + + + ... ... - + <b>Download Options</b> <b>Možnosti stahování</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Použít nativní systémový dialog pro výběr souboru (může ale také nemusí dělat problémy při stahování SSL zabezpečeného obsahu) - + Close download manager when downloading finishes Zavřít správce stahování po skončení stahování - + <b>External download manager</b> <b>Externí správce stahování</b> - + Use external download manager Používat externí správce stahování - + Executable: Program: - + Arguments: Argumenty: - + Filter tracking cookies Filtrovat sledovací cookies - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Upozornění:</b> Možnosti vyžadovat přesnou shodu domény a filtrovat sledovací cookies mohou vést k odmítnutí některých cookies. Pokud máte problémy s cookies, zkuste nejdříve tyto možnosti zakázat! - + <b>SSL Certificates</b> <b>SSL Certifikáty</b> - + Edit CA certificates in SSL Manager Upravit CA certifikáty ve správci certifikátů - - + + <b>Other</b> <b>Ostatní</b> - + Send Referer header to servers Zasílat serverům Referer hlavičku - + Block popup windows Blokovat vyskakovací okna - + <b>Notifications</b> <b>Oznámení</b> - + Use OSD Notifications Používat OSD oznámení - + Use Native System Notifications (Linux only) Používat nativní systémové oznámení (pouze Linux) - + Do not use Notifications Nepoužívat oznámení - + Expiration timeout: Doba: - + seconds sekund - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Poznámka: </b> Můžete změnit pozici OSD oznámení na obrazovce jejím přetažením. - + Change browser identification: Změnit identifikaci prohlížeče: - + StyleSheet automatically loaded with all websites: Styl, automaticky načítán ke všem stránkám: - + Languages Jazyky - + <b>Preferred language for web sites</b> <b>Preferované jazyky pro webové stránky</b> @@ -2695,16 +2720,19 @@ Autor: %3 + Port: Port: + Username: Jméno: + Password: Heslo: @@ -2743,12 +2771,12 @@ Autor: %3 Správce hesel - + <b>AutoFill options</b> <b>Možnosti doplňování</b> - + Allow saving passwords from sites Povolit ukládání hesel ze stránek @@ -2758,22 +2786,22 @@ Autor: %3 Soukromí - + Allow storing of cookies Povolit přijímání cookies - + Delete cookies on close Vymazat cookies při zavření prohlížeče - + Match domain exactly Vyžadovat přesnou shodu domény - + Cookies Manager Správce cookies @@ -2809,7 +2837,7 @@ Autor: %3 Přidat .cz doménu stísknutím ALT klávesy - + SSL Manager Správce certifikátů @@ -2824,68 +2852,68 @@ Autor: %3 Ke změně jazyka je nutný restart prohlížeče. - + OSD Notification OSD Oznámení - + Drag it on the screen to place it where you want. Přetáhněte jej na obrazovce na místo, na kterém jej chcete mít. - + Choose download location... Vyberte složku pro stahování... - + Choose stylesheet location... Vyberte umístění stylu... - + Deleted Smazáno - + Choose executable location... Vyberte cestu k programu... - + New Profile Nový profil - + Enter the new profile's name: Zvolte jméno nového profilu: - - + + Error! Chyba! - + This profile already exists! Tento profil již existuje! - + Cannot create profile directory! Nemohu vytvořit složku profilu! - + Confirmation Potvrzení - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Jste si jisti že chcete permanentně smazat profil "%1"? Tuto akci nelze vzít zpět! @@ -3154,19 +3182,19 @@ Autor: %3 Všechny soubory - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? Ještě je otevřeno %1 panelů a Vaše relace nebude uložena. Opravdu chcete skončit? - + Don't ask again Příště se již nedotazovat - + There are still open tabs Stále jsou otevřeny panely @@ -3250,17 +3278,17 @@ Opravdu chcete skončit? %1 - QupZilla - + Current cookies cannot be accessed. Současné cookies nejsou dostupné. - + Your session is not stored. Vaše relace není uložena. - + Start Private Browsing Spustit soukromé prohlížení @@ -3409,22 +3437,22 @@ Opravdu chcete skončit? Otevřít soubor... - + Are you sure you want to turn on private browsing? Jste si jistý že chcete zapnout soukromé prohlížení? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Se zapnutým soukromým prohlížením jsou některé akce týkající se soukromí vypnuty: - + Webpages are not added to the history. Stránky nejsou přidávány do historie. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Než zavřete prohlížeč, stále můžete použít tlačítka Zpět a Vpřed k vrácení se na stránky které jste otevřeli. @@ -3500,18 +3528,18 @@ Opravdu chcete skončit? O QupZille - + Configuration Information Informace o konfiguraci - + Browser Identification Identifikace prohlížeče - + Paths Cesty @@ -3522,43 +3550,43 @@ Opravdu chcete skončit? - + Version Verze - + WebKit version Verze WebKitu - + Application version Verze aplikace - + Qt version Verze Qt - + Build time Sestaveno - + Platform Platforma - + Profile Profil - + Preferences Předvolby @@ -3567,62 +3595,62 @@ Opravdu chcete skončit? Tato stránka obsahuje informace o aktuální konfiguraci QupZilly, důležité informace k řešení problémů. Přiložte prosím tyto informace k hlášení problémů. - + Build Configuration Konfigurace sestavení - + Option Možnost - + Value Hodnota - + Extensions Doplňky - + Name Název - + Author Autor - + Description Popis - + Settings Nastavení - + Saved session Uložené relace - + Pinned tabs Připíchnuté panely - + Data Data - + Themes Témata @@ -3631,7 +3659,7 @@ Opravdu chcete skončit? Doplňky - + Translations Překlady @@ -3660,87 +3688,87 @@ Opravdu chcete skončit? Překladatelé - + Speed Dial Rychlá volba - + Add New Page Přidat novou stránku - + Apply Uložit - + Close Zavřít - + Speed Dial settings Nastavení rychlé volby - + Placement: Umístění: - + Auto Auto - + Cover Krytí - + Fit Přizpůsobit - + Fit Width Přizpůsobit šířce - + Fit Height Přizpůsobit výšce - + Use background image Použít obrázek na pozadí - + Select image Zvolit obrázek - + Maximum pages in a row: Maximum stránek v řadě: - + Change size of pages: Změnit velikost stránek: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. Tato stránka obsahuje informace o aktuální konfiguraci QupZilly - důležité informace k řešení problémů. Přiložte prosím tyto informace k hlášení problémů. - + No available extensions. Žádné dostupné doplňky. @@ -3749,45 +3777,45 @@ Opravdu chcete skončit? Tato stránka obsahuje informace o aktuální konfiguraci QupZilly, pluginů, všech důležitých informací k řešení problémů. Přiložte prosím tyto informace k hlášení problémů. - + Disabled Vypnuto - - - - - + + + + + <b>Enabled</b> <b>Zapnuto</b> - + Debug build Debug sestavení - + WebGL support Podpora WebGL - + Windows 7 API Windows 7 API - + KDE integration KDE integrace - + Portable build Portable sestavení @@ -3796,17 +3824,17 @@ Opravdu chcete skončit? Žádné dostupné doplňky. - + Load title from page Načíst titulek ze stránky - + Edit Upravit - + Remove Odstranit @@ -3825,27 +3853,27 @@ Opravdu chcete skončit? - + Information about version Informace o verzi - + Reload Načíst znovu - + Url Adresa - + Title Titulek - + New Page Nová stránka @@ -4019,7 +4047,7 @@ Prosím přidejte si nějaký kliknutím na RSS ikonku v navigačním řádku. This is a list of Local Certificates stored in your user profile. It also contains all certificates, that have received an exception. - Toto je seznam lokálních certifikátů uložených v uživatelském profilu. Tento list také obsahuje všechny certifikáty, jenž obdržely vyjímku. + Toto je seznam lokálních certifikátů uložených v uživatelském profilu. Tento list také obsahuje všechny certifikáty, jenž obdržely výjimku. @@ -4214,73 +4242,101 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Informace o stránce - + General Obecné - + Media Média - + + Databases + Databáze + + + Security Zabezpečení - + + Size: Velikost: - + Encoding: Kódování: - + Tag Tag - + Value Hodnota - + <b>Security information</b> <b>Informace o zabezpečení</b> - + Details Detaily - + Image Obrázek - + Image address Adresa obrázku - + <b>Preview</b> <b>Náhled</b> - + + <b>Database details</b> + <b>Detaily databáze</b> + + + + Name: + Název: + + + + Path: + Cesta: + + + + + + <database not selected> + <nebyla vybrána databáze> + + + Site address: Site address Adresa stránky: - + Meta tags of site: Meta tagy na stránce: @@ -4290,63 +4346,68 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ <není součástí certifikátu> - + + No databases are used by this page. + Tato stránka nepoužívá žádnou databázi. + + + <b>Connection is Encrypted.</b> <b>Připojení je zabezpečené.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Vaše připojení k serveru je zabezpečeno tímto certifikátem: </b> - + <b>Connection Not Encrypted.</b> <b>Připojení není zabezpečené.</b> - + <b>Your connection to this page is not secured!</b> <b>Vaše připojení k serveru není zabezpečené!</b> - + Copy Image Location Kopírovat adresu obrázku - + Copy Image Name Kopírovat jméno obrázku - + Save Image to Disk Uložit obrázek na disk - - + + Error! Chyba! - + This preview is not available! Tento náhled není k dispozici! - + Save image... Uložit obrázek... - + Cannot write to file! Nemohu zapisovat do souboru! - + Preview not available Náhled není k dispozici @@ -4569,6 +4630,14 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Nepodařilo se načíst + + SqueezeLabelV2 + + + Copy + Kopírovat + + TabBar @@ -4655,39 +4724,39 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Nový panel - + Loading... Načítám... - + No Named Page Bezejmenná stránka - + Currently you have %1 opened tabs Dohromady máte otevřeno %1 panelů - - - + + + New tab Nový panel - + Empty Prázdný - + Restore All Closed Tabs Obnovit všechny zavřené panely - + Clear list Vyčistit seznam @@ -4857,62 +4926,67 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Obsah nenalezen - + + Unknown network error + Neznámá síťová chyba + + + AdBlocked Content AdBlock obsah - + Blocked by rule <i>%1</i> Blokováno pravidlem <i>%1</i> - + Content Access Denied Odmítnut přístup k obsahu - + Error code %1 Chybový kód %1 - + Failed loading page Chyba při načítání stránky - + QupZilla can't load page from %1. QupZilla nemůže načíst stránku ze serveru %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Zkontrolujte, zda je adresa napsána správně a neobsahuje chyby jako <b>ww.</b>server.cz místo <b>www</b>.server.cz - + If you are unable to load any pages, check your computer's network connection. Pokud se vám nezobrazují ani ostatní stránky, zkontrolujte síťové připojení svého počítače. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Pokud je váš počítač chráněn firewallem a nebo proxy serverem, zkontrolujte, zda má QupZilla přístup na Internet. - + Try Again Zkusit znovu - + JavaScript alert Výstraha JavaScriptu - + Prevent this page from creating additional dialogs Zabránit stránce ve vytváření dalších dialogů @@ -4921,7 +4995,7 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Výstraha JavaScriptu - %1 - + Choose file... Vyberte soubor... @@ -4952,223 +5026,223 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ WebView - + Open link in new &tab Otevřít odkaz v novém &panelu - + Open link in new &window Otevřít odkaz v novém &okně - + B&ookmark link Přidat odkaz do zá&ložek - + &Save link as... &Uložit odkaz jako... - + &Copy link address &Kopírovat adresu odkazu - + Show i&mage Zobrazit &obrázek - + Copy im&age &Kopírovat obrázek - + Copy image ad&dress Kopírovat adr&esu obrázku - + S&top &Zastavit - + Create Search Engine Vytvořit vyhledávač - + This frame Tento rám - + Show &only this frame Zobrazit &pouze tento rám - + Show this frame in new &tab Zobrazit tento rám v &novém panelu - + Print frame Tisknout rám - + Zoom &in Zoo&m + - + &Zoom out Z&oom - - + Reset Původní - + Show so&urce of frame Zobrazit &zdrojový kód rámu - + &Copy page link Kopírovat &adresu stránky - + Send page link... Odeslat adresu stránky... - + &Print page Ti&sknout stránku - + Validate page Zkontrolovat stránku - + Show info ab&out site Zobrazit &informace o stránce - + Search with... Hledat pomocí... - + &Play &Přehrát - + &Pause &Pozastavit - + Un&mute &Zrušit ztlumení - + &Mute &Ztlumit - + &Copy Media Address &Kopírovat adresu média - + &Send Media Address &Odeslat adresu média - + Save Media To &Disk &Uložit médium na disk - + &Save image as... &Uložit obrázek jako... - + &Back &Zpět - + &Forward &Vpřed - - + + &Reload &Obnovit - + Book&mark page Přidat stránku do zá&ložek - + &Save page as... &Uložit stránku jako... - + Select &all Vyb&rat vše - + Show so&urce code Zobrazit zdrojový kó&d - + Send text... Odeslat text... - + Google Translate Google Translate - + Dictionary Slovník - + Go to &web address Přejít na web&ovou adresu - + Search "%1 .." with %2 Hledat "%1 .." s %2 @@ -5178,12 +5252,12 @@ Po přidání či odstranění cest k certifikátům je nutné k projevení změ Bezejmenná stránka - + Send link... Odeslat odkaz... - + Send image... Odeslat obrázek... diff --git a/translations/de_DE.ts b/translations/de_DE.ts index be2ab6ebe..06600574e 100644 --- a/translations/de_DE.ts +++ b/translations/de_DE.ts @@ -284,8 +284,8 @@ - - + + Show Passwords Passwörter im Klartext anzeigen @@ -305,63 +305,63 @@ Passwörter in Datei exportieren... - + Are you sure that you want to show all passwords? Sind Sie sicher, dass Sie alle Passwörter im Klartext anzeigen wollen? - + Hide Passwords Anzeige der Passwörter verbergen - + Confirmation Bestätigung - + Are you sure to delete all passwords on your computer? Möchten Sie wirklich alle Passwörter auf diesem Computer löschen? - + Edit password Passwort bearbeiten - + Change password: Passwort ändern: - - + + Choose file... Datei wählen... - + Cannot read file! Datei kann nicht gelesen werden! - + Successfully exported Export erfolgreich abgeschlossen - + Error while importing! Fehler beim Import aufgetreten! - + Successfully imported Import erfolgreich abgeschlossen - + Cannot write to file! Datei kann nicht gespeichert werden! @@ -1018,47 +1018,57 @@ Verlauf löschen - + + Clear web databases + Web-Datenbanken löschen + + + + Clear local storage + Lokalen Speicherplatz löschen + + + Clear cookies Cookies löschen - + Clear cache Cache löschen - + Clear icons Symbole löschen - + Clear cookies from Adobe Flash Player Cookies vom Adobe Flash Player löschen - + <b>Clear Recent History</b> <b>Aktuellen Verlauf löschen</b> - + Earlier Today Früher - + Week Woche - + Month Monat - + All Alle @@ -1300,7 +1310,7 @@ Datei speichern als... - + NoNameDownload NoNameDownload @@ -1679,62 +1689,62 @@ Leere Seite - + January Januar - + February Februar - + March März - + April April - + May Mai - + June Juni - + July Juli - + August August - + September September - + October Oktober - + November November - + December Dezember @@ -2183,7 +2193,7 @@ Cache-Speicherung auf lokaler Festplatte erlauben - + <b>Cookies</b> <b>Cookies</b> @@ -2253,19 +2263,19 @@ 50 MB - + Ask everytime for download location Jedes Mal nach Speicherort fragen - + Use defined location: Definierten Speicherort benutzen: - - - + + + ... ... @@ -2299,12 +2309,12 @@ Passwort Manager - + <b>AutoFill options</b> <b>Autovervollständigen</b> - + Allow saving passwords from sites Speichern von Passwörtern von Seiten erlauben @@ -2320,7 +2330,7 @@ - + Note: You cannot delete active profile. Hinweis: Ein aktives Profil kann nicht gelöscht werden. @@ -2345,7 +2355,7 @@ DNS Prefetch erlauben - + JavaScript can access clipboard JavaScript darf auf die Zwischenablage zugreifen @@ -2367,7 +2377,7 @@ Hintergrund drucken - + Send Do Not Track header to servers Do Not Track Kopfzeile zum Server senden @@ -2466,7 +2476,7 @@ Standardvergrößerung: - + Change browser identification: Browser Identifizierung ändern: @@ -2506,180 +2516,195 @@ Proxy Konfiguration - + + <b>Exceptions</b> + <b>Ausnahmen</b> + + + + Server: + Server: + + + + Use different proxy for https connection + Einen anderen Proxy für https Verbindungen nutzen + + + <b>Font Families</b> <b>Schriftarten</b> - + Standard Standard - + Fixed Feste Breite - + Serif Serif - + Sans Serif Sans Serif - + Cursive Kursiv - + Fantasy Fantasy - + <b>Font Sizes</b> <b>Schriftgrößen</b> - + Fixed Font Size Feste Schriftgröße - + Default Font Size Standard Schriftgröße - + Minimum Font Size Kleinste Schriftgröße - + Minimum Logical Font Size Kleinste logische Schriftgröße - + <b>Download Location</b> <b>Download Verzeichnis</b> - + <b>Download Options</b> <b>Download Optionen</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Nativen System-Dialog verwenden (kann Probleme beim Herunterladen von mittels SSL geschützten Inhalten verursachen) - + Close download manager when downloading finishes Download-Manager schließen, wenn das Herunterladen beendet ist - + Allow storing of cookies Das Speichern von Cookies erlauben - + Delete cookies on close Cookies beim Beenden löschen - + Match domain exactly Genaue Übereinstimmung der Domain - + Cookies Manager Cookie Manager - + <b>SSL Certificates</b> <b>SSL Zertifikate</b> - + Edit CA certificates in SSL Manager CA Zertifikate im SSL Manager bearbeiten - - + + <b>Other</b> <b>Andere</b> - + Send Referer header to servers Den Referrer übermitteln - + Block popup windows PopUp Fenster blockieren - + <b>Notifications</b> <b>Benachrichtigungen</b> - + Use OSD Notifications OSD verwenden - + Use Native System Notifications (Linux only) System-Benachrichtigungen verwenden (nur Linux) - + Do not use Notifications Keine Benachrichtigungen verwenden - + Expiration timeout: Zeit: - + seconds Sekunden - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Hinweis: </b>Sie können die Position des OSD ändern, in dem Sie es auf dem Bildschirm mit der Maus verschieben. - + StyleSheet automatically loaded with all websites: StyleSheet automatisch mit allen Webseiten laden: - + Languages Sprachen - + <b>Preferred language for web sites</b> <b>Bevorzugte Sprache für Webseiten</b> @@ -2710,16 +2735,19 @@ + Port: Port: + Username: Nutzername: + Password: Passwort: @@ -2770,37 +2798,37 @@ Lokale HTML5 Speicherinhalte beim Verlassen löschen - + <b>External download manager</b> <b>Externer Download Manager</b> - + Use external download manager Externen Download Manager benutzen - + Executable: Ausführbare Datei: - + Arguments: Parameter: - + Filter tracking cookies Seitenfremde Cookies verbieten - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Warnung:</b> Das Einschalten der Optionen "Genaue Übereinstimmung" und "Seitenfremde Inhalte" kann dazu führen, dass Cookies von Webseiten zurückgewiesen werden. Tritt dieses Problem auf, deaktivieren Sie bitte zunächst diese Optionen! - + SSL Manager SSL Manager @@ -2815,68 +2843,68 @@ Um die Sprache zu ändern, starten Sie bitte QupZilla neu. - + OSD Notification OSD Benachrichtigung - + Drag it on the screen to place it where you want. Veschieben Sie es auf dem Bildschirm nach Belieben. - + Choose download location... Download-Verzeichnis auswählen... - + Choose stylesheet location... Stylesheet-Verzeichnis wählen... - + Deleted Gelöscht - + Choose executable location... Ausführbare Datei auswählen... - + New Profile Neues Profil - + Enter the new profile's name: Bitte geben Sie den Namen des neuen Profils ein: - - + + Error! Fehler! - + This profile already exists! Dieses Profil existiert bereits! - + Cannot create profile directory! Verzeichnis kann nicht erstellt werden! - + Confirmation Bestätigung - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Möchten Sie wirklich das Profil "%1" dauerhaft entfernen? Diese Aktion kann nicht rückgängig gemacht werden! @@ -3145,18 +3173,18 @@ Alle Dateien - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? Es sind noch %1 Tabs geöffnet und Ihre Sitzung wird nicht gespeichert. Möchten Sie QupZilla wirklich beenden? - + Don't ask again Nicht mehr fragen - + There are still open tabs Es sind noch Tabs geöffnet @@ -3240,17 +3268,17 @@ Are you sure to quit QupZilla? %1 - QupZilla - + Current cookies cannot be accessed. Auf aktuelle Cookies kann nicht zugegriffen werden. - + Your session is not stored. Ihre Sitzung wird nicht gespeichert. - + Start Private Browsing Privaten Modus starten @@ -3399,22 +3427,22 @@ Are you sure to quit QupZilla? Datei öffnen... - + Are you sure you want to turn on private browsing? Möchten Sie wirklich den privaten Modus starten? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Wenn der private Modus aktiv ist, stehen einige Aktionen nicht zur Verfügung: - + Webpages are not added to the history. Webseiten werden nicht zum Verlauf hinzugefügt. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Solange dieses Fenster geöffnet ist, können Sie über die Symbole "Zurück" und "Vor" zu den Webseiten zurückkehren, die Sie geöffnet haben. @@ -3489,8 +3517,8 @@ Are you sure to quit QupZilla? Über QupZilla - + Configuration Information Informationen zur Konfiguration @@ -3499,65 +3527,65 @@ Are you sure to quit QupZilla? Diese Seite enthält Informationen über die aktuelle Konfiguration von QupZilla, die für die Ermittlung von Fehlerursachen relevant sind. Bitte fügen Sie diese Ihrem Fehlerbericht bei. - + Browser Identification Browser Indentifizierung - + Paths Pfade - + Extensions Erweiterungen - + Disabled Deaktiviert - - - - - + + + + + <b>Enabled</b> <b>Aktiviert</b> - + Debug build Debugging - + WebGL support WebGL Unterstützung - + Windows 7 API Windows 7 API - + KDE integration KDE Integration - + Portable build Portable Version - + No available extensions. Keine Erweiterungen verfügbar. @@ -3586,58 +3614,58 @@ Are you sure to quit QupZilla? Übersetzer - + Speed Dial Schnellwahl - + Add New Page Neue Seite hinzufügen - + Apply Anwenden - + Load title from page Titel von der Web-Seite laden - + Edit Bearbeiten - + Remove Entfernen - + Reload Neu laden - + Url Url - + Title Titel - + New Page Neue Seite - + Version Version @@ -3662,43 +3690,43 @@ Are you sure to quit QupZilla? - + Information about version Versionsinformationen - + WebKit version WebKit Version - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. Diese Seite enthält Informationen über die aktuelle Konfiguration von QupZilla, die für die Ermittlung von Fehlerursachen relevant sind. Bitte fügen Sie diese Ihrem Fehlerbericht bei. - + Application version QupZilla Version - + Qt version Qt Version - + Build time Kompiliert am - + Platform Plattform - + Profile Profile @@ -3707,62 +3735,62 @@ Are you sure to quit QupZilla? Diese Seite enthält Informationen über die aktuelle Konfiguration von QupZilla, aktivierte Plugins, usw., die für die Ermittlung von Fehlerursachen relevant sind. Bitte fügen Sie diese Ihrem Fehlerbericht bei. - + Build Configuration Compiler Flags - + Preferences Einstellungen - + Option Option - + Value Wert - + Name Name - + Author Autor - + Description Beschreibung - + Settings Einstellungen - + Saved session Gespeicherte Sitzung - + Pinned tabs Angeheftete Tabs - + Data Daten - + Themes Themen @@ -3771,12 +3799,12 @@ Are you sure to quit QupZilla? Plugins - + Translations Übersetzungen - + Speed Dial settings Einstellungen Schnellwahl @@ -3786,57 +3814,57 @@ Are you sure to quit QupZilla? Wenn Sie bei der Nutzung von QupZilla auf Probleme stoßen, deaktivieren Sie bitte zuerst alle Erweiterungen. <br/> Sollte dies das Problem nicht lösen, füllen Sie bitte dieses Formular aus: - + Close Schließen - + Placement: Anordnung: - + Auto Automatisch - + Cover Cover - + Fit Anpassen - + Fit Width Seitenbreite - + Fit Height Seitenhöhe - + Use background image Hintergrundbild verwenden - + Select image Bild auswählen - + Maximum pages in a row: Maximale Anzahl Seiten in einer Reihe: - + Change size of pages: Größe der Seiten ändern: @@ -4205,72 +4233,100 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest Seiteninformationen - + General Allgemein - + Media Medien - + + Databases + Datenbanken + + + Security Sicherheit - + + Size: Größe: - + Encoding: Kodierung: - + Tag Tag - + Value Wert - + <b>Security information</b> <b>Sicherheitsinformation</b> - + Details Details - + Image Grafik - + Image address Grafikadresse - + <b>Preview</b> <b>Vorschau</b> - + + <b>Database details</b> + <b>Details zur Datenbank</b> + + + + Name: + Name: + + + + Path: + Pfad: + + + + + + <database not selected> + <Keine Datenbank ausgewählt> + + + Site address: Seitenadresse: - + Meta tags of site: Meta Tags dieser Seite: @@ -4280,63 +4336,68 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest <Im Zertifkat nicht vorhanden> - + + No databases are used by this page. + Dieser Seite ist keine Datenbank zugeordnet. + + + <b>Connection is Encrypted.</b> <b>Verschlüsselte Verbindung.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Diese Verbindung ist mit diesem Zertifikat verschlüsselt: </b> - + <b>Connection Not Encrypted.</b> <b>Unverschlüsselte Verbindung.</b> - + <b>Your connection to this page is not secured!</b> <b>Diese Verbindung ist nicht verschlüsselt!</b> - + Copy Image Location Grafikadresse kopieren - + Copy Image Name Grafik kopieren - + Save Image to Disk Grafik speichern - - + + Error! Fehler! - + This preview is not available! Diese Vorschau ist nicht verfügbar! - + Save image... Grafik speichern... - + Cannot write to file! Datei kann nicht gespeichert werden! - + Preview not available Vorschau nicht verfügbar @@ -4559,6 +4620,14 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest Laden nicht möglich + + SqueezeLabelV2 + + + Copy + Kopieren + + TabBar @@ -4645,40 +4714,40 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest Neuer Tab - + Loading... Laden... - + No Named Page This is displayed in the window title, when a blank tab is opened. Leere Seite - + Currently you have %1 opened tabs Aktuell sind %1 Tabs geöffnet - - - + + + New tab Neuer Tab - + Empty Leer - + Restore All Closed Tabs Alle geschlossenen Tabs wiederherstellen - + Clear list Liste leeren @@ -4848,62 +4917,67 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest Inhalt konnte nicht gefunden werden - + + Unknown network error + Unbekannter Netzwerkfehler + + + AdBlocked Content Inhalt von AdBlock blockiert - + Blocked by rule <i>%1</i> Blockiert von Regel <i>%1</i> - + Content Access Denied Zugriff auf Inhalt verweigert - + Error code %1 Fehler Code %1 - + Failed loading page Seite konnte nicht geladen werden - + QupZilla can't load page from %1. QupZilla kann Seite von %1 nicht laden. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Bitte überprüfen Sie die Adresse auf Tippfehler wie <b>ww.</b>example.com anstatt <b>www.</b>example.com - + If you are unable to load any pages, check your computer's network connection. Falls Sie keine Webseiten laden können, überprüfen Sie bitte Ihre Netzwerkverbindung. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Falls Ihr Computer über eine Firewall oder Proxy mit dem Internet verbunden ist, vergewissern Sie sich, dass QupZilla der Zugriff zum Internet gestattet ist. - + Try Again Erneut versuchen - + JavaScript alert JavaScript Warnmeldung - + Prevent this page from creating additional dialogs Das Ausführen von Skripten auf dieser Seite unterbinden @@ -4912,7 +4986,7 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest JavaScript Warnmeldung - %1 - + Choose file... Datei wählen... @@ -4943,223 +5017,223 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest WebView - + Open link in new &tab Link in neuem &Tab öffnen - + Open link in new &window Link in neuem &Fenster öffnen - + B&ookmark link &Lesezeichen für diesen Link hinzufügen - + &Save link as... &Ziel speichern unter... - + &Copy link address Lin&k-Adresse kopieren - + Show i&mage G&rafik anzeigen - + Copy im&age Grafik k&opieren - + Copy image ad&dress Grafika&dresse kopieren - + S&top S&topp - + Create Search Engine Suchmaschine erstellen - + This frame Dieser Rahmen - + Show &only this frame Nur diesen Rahmen anzei&gen - + Show this frame in new &tab Diesen Rahmen in einem neuen &Tab anzeigen - + Print frame Rahmen drucken - + Zoom &in Ver&größern - + &Zoom out Ver&kleinern - + Reset Zurücksetzen - + Show so&urce of frame Q&uelltext dieses Rahmens anzeigen - + &Copy page link Link zur Seite &kopieren - + Send page link... Link der Seite versenden... - + &Print page Seite &drucken - + Validate page Seite überprüfen - + Show info ab&out site S&eiteninformationen anzeigen - + Search with... Suche mit... - + &Play &Wiedergabe - + &Pause &Pause - + Un&mute &Ton einschalten - + &Mute &Stumm schalten - + &Copy Media Address Medienadresse &kopieren - + &Send Media Address Medienadresse &versenden - + Save Media To &Disk Multimedia-Datei &speichern - + &Save image as... Grafik speichern &unter... - + &Back &Zurück - + &Forward &Vor - - + + &Reload &Neu laden - + Book&mark page &Lesezeichen für diese Seite hinzufügen - + &Save page as... Seite speichern &unter... - + Select &all Alles au&swählen - + Show so&urce code Seitenquelltext &anzeigen - + Send text... Text senden... - + Google Translate Google Übersetzer - + Dictionary Wörterbuch - + Go to &web address Gehe zu &Web-Adresse - + Search "%1 .." with %2 Suche "%1 .." mit %2 @@ -5169,12 +5243,12 @@ Nachdem Speicherpfade hinzugefügt oder gelöscht wurden, muss QupZilla neu gest Leere Seite - + Send link... Link senden... - + Send image... Grafik senden... diff --git a/translations/el_GR.ts b/translations/el_GR.ts index dd7f77de1..5a9abc6d7 100644 --- a/translations/el_GR.ts +++ b/translations/el_GR.ts @@ -283,8 +283,8 @@ - - + + Show Passwords Εμφάνιση κωδικών @@ -304,63 +304,63 @@ Εξαγωγή κωδικών σε αρχείο... - + Are you sure that you want to show all passwords? Είστε σίγουροι ότι θέλετε να εμφανιστούν οι κωδικοί; - + Hide Passwords Απόκρυψη κωδικών - + Confirmation Επιβεβαίωση - + Are you sure to delete all passwords on your computer? Είστε σίγουροι ότι θέλετε να αφαιρέσετε όλους τους κωδικούς; - + Edit password Επεξεργασία κωδικού - + Change password: Αλλαγή κωδικού: - - + + Choose file... Επιλογή αρχείου... - + Cannot read file! Αδυναμία ανάγνωσης αρχείου! - + Successfully exported Επιτυχής εξαγωγή - + Error while importing! Σφάλμα κατά την εισαγωγή! - + Successfully imported Επιτυχής εισαγωγή - + Cannot write to file! Αδυναμία εγγραφής σε αρχείο! @@ -1017,47 +1017,57 @@ Εκκαθάριση ιστορικού - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies Εκκαθάριση των cookies - + Clear cache Εκκαθάριση μνήμης cache - + Clear icons Εκκαθάριση εικονιδίων - + Clear cookies from Adobe Flash Player Εκκαθάριση των cookies από τον Adobe Flash Player - + <b>Clear Recent History</b> <b>Εκκαθάριση πρόσφατου ιστορικού</b> - + Earlier Today Νωρίτερα σήμερα - + Week Εβδομάδα - + Month Μήνα - + All Όλα @@ -1299,7 +1309,7 @@ Αποθήκευση αρχείου ως... - + NoNameDownload ? NoNameDownload @@ -1679,62 +1689,62 @@ Ανώνυμη σελίδα - + January Ιανουάριος - + February Φεβρουάριος - + March Μάρτιος - + April Απρίλιος - + May Μάϊος - + June Ιούνιος - + July Ιούλιος - + August Αύγουστος - + September Σεπτέμβριος - + October Οκτώβριος - + November Νοέμβριος - + December Δεκέμβριος @@ -2147,7 +2157,7 @@ - + Note: You cannot delete active profile. Σημείωση: Δεν μπορείτε να διαγράψετε το ενεργό προφίλ. @@ -2252,7 +2262,7 @@ Ενεργοποίηση τελευταίας καρτέλας στο κλείσιμο ενεργής καρτέλας - + Change browser identification: Αλλαγή αναγνωριστικού περιηγητή: @@ -2327,12 +2337,12 @@ Διαγραφή τοπικά αποθηκευμένου περιεχομένου HTML5 κατά το κλείσιμο - + JavaScript can access clipboard Να έχει πρόσβαση στο πρόχειρο το JavaScript - + Send Do Not Track header to servers Αποστολή κεφαλίδας Do Not Track (Μην εντοπίζεις) στους διακομηστές @@ -2461,16 +2471,19 @@ + Port: Θύρα: + Username: Όνομα χρήστη: + Password: Κωδικός: @@ -2495,232 +2508,247 @@ Να μην χρησιμοποιείται proxy - + + <b>Exceptions</b> + + + + + Server: + Διακομιστής: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Οικογένειες γραμματοσειρών</b> - + Standard Standard - + Fixed Σταθερό - + Serif Serif - + Sans Serif Sans Serif - + Cursive Cursive - + <b>External download manager</b> <b>Εξωτερικός διαχειριστής λήψεων</b> - + Use external download manager Χρήση εξωτερικού διαχειριστή λήψεων - + Executable: Εκτελέσιμο: - + Arguments: Παράμετροι: - + Filter tracking cookies Φιλτράρισμα των cookies παρακολούθησης - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Προσοχή:</b> Ακριβές ταίριασμα domain και φιλτράρισμα των cookies παρακολούθησης μπορεί να οδηγήσουν κάποια cookies να απορρίπτονται από σελίδες. Αν έχετε προβλήματα με τα cookies, δοκιμάστε να απενεργοποιήσετε αυτή την επιλογή πρώτα! - + Fantasy Fantasy - + <b>Font Sizes</b> <b>Μεγέθη γραμματοσειρών</b> - + Fixed Font Size Σταθερο μέγεθος γραμματοσειράς - + Default Font Size Προεπιλεγμένο μέγεθος γραμματοσειράς - + Minimum Font Size Ελάχιστο μέγεθος γραμματοσειράς - + Minimum Logical Font Size Ελάχιστο λογικό μέγεθος γραμματοσειράς - + <b>Download Location</b> <b>Τοποθεσία λήψεων</b> - + Ask everytime for download location Ερώτηση για τοποθεσία λήψεων κάθε φορά - + Use defined location: Χρήση καθορισμένης τοποθεσίας: - - - + + + ... ... - + <b>Download Options</b> <b>Επιλογές λήψεων</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Χρήση εγγενούς διαλόγου αρχείου συστήματος (μπορεί να ή να μην προκαλέσει προβλήματα με την λήψη ασφαλούς περιεχομένου SSL) - + Close download manager when downloading finishes Κλείσιμο διαχειριστή λήψεων όταν τελειώσουν οι λήψεις - + <b>AutoFill options</b> <b>Επιλογές αυτόματης συμπλήρωσης</b> - + Allow saving passwords from sites Να επιτρέπεται η αποθήκευση κωδικών από σελίδες - + <b>Cookies</b> <b>Cookies</b> - + Allow storing of cookies Να επιτρέπεται η αποθήκευση των cookies - + Delete cookies on close Διαγραφή των cookies στο κλείσιμο - + Match domain exactly Ακριβές ταίριασμα του τομέα διεύθυνσης (domain) - + Cookies Manager Διαχειριστής Cookies - + <b>SSL Certificates</b> <b>Πιστοποιητικά SSL</b> - + SSL Manager Διαχειριστής SSL - + Edit CA certificates in SSL Manager Επεξεργασία αρχών πιστοποίησης CA στον διαχειριστή SSL - - + + <b>Other</b> <b>Άλλο</b> - + Send Referer header to servers Αποστολή κεφαλίδας αναφοράς (referer header) στους διακομιστές - + Block popup windows Φραγή αναδυόμενων παράθυρων - + <b>Notifications</b> <b>Ειδοποιήσεις</b> - + Use OSD Notifications Χρήση ειδοποιήσεων OSD - + Use Native System Notifications (Linux only) Χρήση εγγενών ειδοποιήσεων συστήματος (μόνο σε Linux) - + Do not use Notifications Να μην χρησιμοποιούνται ειδοποιήσεις - + Expiration timeout: Χρονικό όριο λήξης: - + seconds δευτερόλεπτα - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Σημείωση: </b> Μπορείτε να αλλάξετε τη θέση των OSD ενημερώσεων σέρνοντας τo στην οθόνη. @@ -2740,17 +2768,17 @@ Για να αλλάξετε γλώσσα, πρέπει να επανεκκινήσετε τον περιηγητή. - + StyleSheet automatically loaded with all websites: StyleSheet που φορτώνεται αυτόματα με όλες τις σελίδες: - + Languages Γλώσσες - + <b>Preferred language for web sites</b> <b>Προτιμώμενη γλώσσα για ιστοσελίδες</b> @@ -2809,68 +2837,68 @@ Άλλα - + OSD Notification Ειδοποίηση OSD - + Drag it on the screen to place it where you want. Μετακινήστε το στην οθόνη για να το τοποθετήσετε όπου θέλετε. - + Choose download location... Επιλογή τοποθεσίας λήψεων... - + Choose stylesheet location... Επιλογή τοποθεσίας stylesheet... - + Deleted Διαγράφηκε - + Choose executable location... Επιλογή τοποθεσίας εκτελέσιμου... - + New Profile Νέο προφίλ - + Enter the new profile's name: Εισάγετε την ονομασία του νέου προφίλ: - - + + Error! Σφάλμα! - + This profile already exists! Αυτό το προφίλ υπάρχει ήδη! - + Cannot create profile directory! Αδυναμία δημιουργίας καταλόγου προφίλ! - + Confirmation Επιβεβαίωση - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Είστε σίγουροι ότι θέλετε να διαγράψετε μόνιμα το προφίλ "%1"; Η ενέργεια αυτή δεν μπορεί να αναιρεθεί! @@ -3204,18 +3232,18 @@ (Ιδιωτική περιήγηση) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again Μην ρωτήσεις ξανά - + There are still open tabs Υπάρχουν ανοιχτές καρτέλες @@ -3374,37 +3402,37 @@ Are you sure to quit QupZilla? Άνοιγμα αρχείου... - + Are you sure you want to turn on private browsing? Είστε σίγουροι ότι θέλετε να εκκινήσετε την ιδιωτική περιήγηση; - + When private browsing is turned on, some actions concerning your privacy will be disabled: Όταν η ιδιωτική περιήγηση είναι ενεργή, κάποιες ενέργειες που αφορούν το ιδιωτικό σας απόρρητο θα είναι απενεργοποιημένες: - + Webpages are not added to the history. Οι ιστοσελίδες δεν προστίθενται στο ιστορικό. - + Current cookies cannot be accessed. Δεν υπάρχει πρόσβαση στα τρέχοντα cookies. - + Your session is not stored. Η συνεδρία σας δεν αποθηκεύεται. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Μέχρι να κλείσετε το παράθυρο, μπορείτε ακόμα να κάνετε κλικ στα κουμπιά Πίσω και Μπροστά για να επιστρέψετε στις σελίδες που ανοίξατε. - + Start Private Browsing Έναρξη ιδιωτικής περιήγησης @@ -3479,18 +3507,18 @@ Are you sure to quit QupZilla? Περί QupZilla - + Configuration Information - + Browser Identification Αναγνωριστικό περιηγητή - + Paths Διαδρομές @@ -3501,43 +3529,43 @@ Are you sure to quit QupZilla? - + Version Έκδοση - + WebKit version Έκδοση WebKit - + Application version - + Qt version - + Build time Χρόνος κατασκευής - + Platform Πλατφόρμα - + Profile Προφίλ - + Preferences Προτιμήσεις @@ -3547,62 +3575,62 @@ Are you sure to quit QupZilla? - + Build Configuration - + Option - + Value Τιμή - + Extensions - + Name - + Author - + Description - + Settings Ρυθμίσεις - + Saved session Αποθηκευμένη συνεδρία - + Pinned tabs Καρφιτσωμένες καρτέλες - + Data Δεδομένα - + Themes Θέματα @@ -3611,7 +3639,7 @@ Are you sure to quit QupZilla? Πρόσθετα - + Translations Μεταφράσεις @@ -3636,145 +3664,145 @@ Are you sure to quit QupZilla? Μεταφραστές - + Speed Dial Γρήγορη κλήση - + Add New Page Προσθήκη νέας σελίδας - + Apply Εφαρμογή - + Close Κλείσιμο - + Speed Dial settings Ρυθμίσεις γρήγορης κλήσης - + Placement: Τοποθέτηση: - + Auto Αυτόματα - + Cover Κάλυψη - + Fit Προσαρμογή - + Fit Width Προσαρμογή στο πλάτος - + Fit Height Προσαρμογή στο Ύψος - + Use background image Χρήση εικόνας παρασκηνίου - + Select image Επιλογή εικόνας - + Maximum pages in a row: Μέγιστες σελίδες στην σειρά: - + Change size of pages: Αλλαγή μεγέθους σελιδών: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + No available extensions. - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + Load title from page Φόρτωση τίτλου από σελίδα - + Edit Επεξεργασία - + Remove Αφαίρεση @@ -3793,27 +3821,27 @@ Are you sure to quit QupZilla? - + Information about version Πληροφορίες έκδοσης - + Reload Ανανέωση - + Url Url - + Title Τίτλος - + New Page Νέα σελίδα @@ -4182,138 +4210,171 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Πληροφορίες σελίδας - + General Γενικά - + Media Πολυμέσα - + + Databases + + + + Security Ασφάλεια - + + Size: Μέγεθος: - + Site address: Διεύθυνση σελίδας: - + Encoding: Κωδικοποίηση: - + Meta tags of site: Ετικέτες (Meta tags) σελίδας: - + Tag Ετικέτα - + Value Τιμή - + <b>Security information</b> <b>Πληροφορίες ασφάλειας</b> - + Details Λεπτομέριες - + Image Εικόνα - + Image address Διεύθυνση εικόνας - + <b>Preview</b> <b>Προεπισκόπηση</b> + + + <b>Database details</b> + + + + + Name: + Ονομασία: + + + + Path: + Διαδρομή: + + + + + + <database not selected> + + <not set in certificate> <δεν ορίστηκε στο πιστοποιητικό> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Η σύνδεση είναι κρυπτογραφημένη.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Η σύνδεση σας σε αυτή τη σελίδα είναι ασφαλισμένη με αυτό το πιστοποιητικό: </b> - + <b>Connection Not Encrypted.</b> <b>Η σύνδεση δεν είναι κρυπτογραφημένη.</b> - + <b>Your connection to this page is not secured!</b> <b>H σύνδεση σας σε αυτή τη σελίδα δεν είναι ασφαλής!</b> - + Copy Image Location Αντιγραφή τοποθεσίας εικόνας - + Copy Image Name Αντιγραφή ονομασίας εικόνας - + Save Image to Disk Αποθήκευση εικόνας στον δίσκο - - + + Error! Σφάλμα! - + This preview is not available! Η προεπισκόπηση αυτή δεν είναι διαθέσιμη! - + Save image... Αποθήκευση εικόνας... - + Cannot write to file! Αδυναμία εγγραφής σε αρχείο! - + Preview not available Δεν είναι διαθέσιμη η προεπισκόπηση @@ -4536,6 +4597,14 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Αδυναμία φόρτωσης + + SqueezeLabelV2 + + + Copy + Αντιγραφή + + TabBar @@ -4622,39 +4691,39 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Νέα καρτέλα - + Loading... Φόρτωση... - + No Named Page Ανώνυμη σελίδα - + Currently you have %1 opened tabs Αυτή τη στιγμή έχετε %1 ανοιχτές καρτέλες - - - + + + New tab Νέα καρτέλα - + Empty Άδειο - + Restore All Closed Tabs Επαναφορά όλων των κλεισμένων καρτελών - + Clear list Εκκαθάριση λίστας @@ -4824,62 +4893,67 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Το περιεχόμενο δεν βρέθηκε - + + Unknown network error + + + + AdBlocked Content Φραγμένο περιεχόμενο Adblock - + Blocked by rule <i>%1</i> Φράχτηκε από τον κανόνα <i>%1</i> - + Content Access Denied Απορρίφτηκε η πρόσβαση περιεχομένου - + Error code %1 Σφάλμα κώδικα %1 - + Failed loading page Αποτυχία φόρτωσης σελίδας - + QupZilla can't load page from %1. Το QupZilla δεν μπορεί να φορτώσει την σελίδα από %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Ελέγξτε την διεύθυνση για τυπογραφικά λάθη όπως <b>ww.</b>example.com αντί για <b>www.</b>example.com - + If you are unable to load any pages, check your computer's network connection. Αν δεν μπορείτε να φορτώσετε καμία σελίδα, ελέγξτε την σύνδεση του υπολογιστή σας με το δίκτυο. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Αν ο υπολογιστής σας ή το δίκτυο σας προστατεύεται από ένα τείχος προστασίας (firewall) ή proxy, βεβαιωθείτε ότι το QupZilla επιτρέπεται να έχει πρόσβαση στο διαδίκτυο. - + Try Again Δοκιμάστε ξανά - + JavaScript alert - + Prevent this page from creating additional dialogs Να εμποδιστεί αυτή η σελίδα να δημιουργεί επιπλέον διαλόγους @@ -4888,7 +4962,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Ειδοποίηση JavaScript - %1 - + Choose file... Επιλογή αρχείου... @@ -4919,233 +4993,233 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla WebView - + Open link in new &tab Άνοιγμα συνδέσμου σε νέα καρ&τέλα - + Open link in new &window Άνοιγμα συνδέσμου σε νέο &παράθυρο - + B&ookmark link Ο σύνδεσμος ως σελιδο&δείκτης - + &Save link as... Απο&θήκευση συνδέσμου ως... - + Send link... Αποστολή συνδέσμου... - + &Copy link address Α&ντιγραφή διεύθυνσης συνδέσμου - + Show i&mage Εμφάνιση &εικόνας - + Copy im&age Αντιγραφή ει&κόνας - + Copy image ad&dress Αντιγραφή διεύ&θυνσης εικόνας - + &Save image as... Απο&θήκευση εικόνας ως... - + Send image... Αποστολή εικόνας... - + &Back &Πίσω - + Create Search Engine - + &Forward &Μπροστά - - + + &Reload &Ανανέωση - + S&top &Διακοπή - + This frame Αυτό το πλαίσιο - + Show &only this frame Εμφάνιση &μόνο αυτού του πλαισίου - + Show this frame in new &tab Εμφάνιση αυτού του πλαισίου σε νέα &καρτέλα - + Print frame Εκτύπωση πλαισίου - + Zoom &in Ε&στίαση - + &Zoom out Σμίκρ&υνση - + Reset Επαναφορά - + Show so&urce of frame Εμφάνιση πη&γαίου του πλαισίου - + Book&mark page Η σελίδα ως &σελιδοδείκτης - + &Save page as... Αποθήκευση σε&λίδας ως... - + &Copy page link Α&ντιγραφή συνδέσμου σελίδας - + Send page link... Αποστολή συνδέσμου σελίδας... - + &Print page Ε&κτύπωση σελίδας - + Send text... Αποστολή κειμένου... - + Google Translate Μετάφραση Google - + Dictionary Λεξικό - + Go to &web address Μετάβαση στην διεύθυνση &διαδικτύου - + Search with... - + &Play &Αναπαραγωγή - + &Pause &Πάυση - + Un&mute Ά&ρση σίγασης - + &Mute &Σίγαση - + &Copy Media Address Α&ντιγραφή διεύθυνσης πολυμέσου - + &Send Media Address Α&ποστολή διεύθυνσης πολυμέσων - + Save Media To &Disk Αποθήκευση πολυμέσου στον &δίσκο - + Select &all Επι&λογή όλων - + Validate page Επικύρωση σελίδας - + Show so&urce code Εμφάνιση πη&γαίου κώδικα - + Show info ab&out site Εμφάνιση πληρο&φοριών για την σελίδα - + Search "%1 .." with %2 Αναζήτηση "%1" με %2 diff --git a/translations/empty.ts b/translations/empty.ts index 07586f615..e3d904ae0 100644 --- a/translations/empty.ts +++ b/translations/empty.ts @@ -806,6 +806,14 @@ All + + Clear web databases + + + + Clear local storage + + ClickToFlash @@ -2203,6 +2211,18 @@ Extensions + + <b>Exceptions</b> + + + + Server: + + + + Use different proxy for https connection + + QObject @@ -3332,6 +3352,30 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Preview not available + + Databases + + + + <b>Database details</b> + + + + Name: + + + + Path: + + + + <database not selected> + + + + No databases are used by this page. + + SiteInfoWidget @@ -3505,6 +3549,13 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla + + SqueezeLabelV2 + + Copy + + + TabBar @@ -3785,6 +3836,10 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla JavaScript alert + + Unknown network error + + WebSearchBar diff --git a/translations/es_ES.ts b/translations/es_ES.ts index 97eb4456e..c16d063c6 100644 --- a/translations/es_ES.ts +++ b/translations/es_ES.ts @@ -283,8 +283,8 @@ - - + + Show Passwords Mostras contraseñas @@ -304,63 +304,63 @@ Exportar contraseñas a un archivo... - + Are you sure that you want to show all passwords? ¿Está seguro que desea mostrar todas las contraseñas? - + Hide Passwords Ocultar contraseñas - + Confirmation Confirmación - + Are you sure to delete all passwords on your computer? ¿Está seguro de elimiar todas las contraseñas de su ordenador? - + Edit password Editar contraseña - + Change password: Cambiar contraseña: - - + + Choose file... Elegir archivo... - + Cannot read file! ¡No se puede leer el archivo! - + Successfully exported Exportada satisfactoriamente - + Error while importing! ¡Error al importar! - + Successfully imported Importada satisfactoriamente - + Cannot write to file! ¡No se puede escribir el archivo! @@ -1017,47 +1017,57 @@ Limpiar historial - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies Limpiar cookies - + Clear cache Limpiar caché - + Clear icons Limpiar iconos - + Clear cookies from Adobe Flash Player Limpiar cookies del Adobe Flash Player - + <b>Clear Recent History</b> <b>Limpiar historial reciente</b> - + Earlier Today Hoy - + Week Semana - + Month Mes - + All Todo @@ -1299,7 +1309,7 @@ Guardar archivo como... - + NoNameDownload DescargaSinNombre @@ -1678,62 +1688,62 @@ Página sin nombre - + January Enero - + February Febrero - + March Marzo - + April Abril - + May Mayo - + June Junio - + July Julio - + August Agosto - + September Septiembre - + October Octubre - + November Noviembre - + December Diciembre @@ -2189,7 +2199,7 @@ - + Note: You cannot delete active profile. Nota: no puede eliminar el perfil activo. @@ -2328,12 +2338,12 @@ Borrar el contenido de red HTML5 almacenado localmente al cerrar - + JavaScript can access clipboard JavaScript puede acceder al portapapeles - + Send Do Not Track header to servers Decir a los sitios web que no quiero ser rastreado @@ -2504,16 +2514,19 @@ + Port: Puerto: + Username: Nombre de usuario: + Password: Contraseña: @@ -2538,237 +2551,252 @@ No utilizar proxy - + + <b>Exceptions</b> + + + + + Server: + Servidor: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Familias de fuentes</b> - + Standard Standard - + Fixed Fijo - + Serif Serif - + Sans Serif Sans Serif - + Cursive Cursiva - + <b>External download manager</b> <b>Gestor de descargas externo</b> - + Use external download manager Utilizar un gestor de descargas externo - + Executable: Ejecutable: - + Arguments: Argumentos: - + Filter tracking cookies Filtrar cookies de rastreo - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Aviso:</b> Las opciones Coincidir con el dominio exacto y Filtrar cookies de rastreo pueden ocasionar que se denieguen algunas cookies de los sitios. ¡Si tiene problemas con las cookies, intente deshabilitar estas opciones primero! - + Change browser identification: Cambiar la identificación del navegador: - + Fantasy Fantasy - + <b>Font Sizes</b> <b>Tamaño de las fuentes</b> - + Fixed Font Size Tamaño de la fuente fija - + Default Font Size Tamaño de la fuente predeterminada - + Minimum Font Size Tamaño mínimo de la fuente - + Minimum Logical Font Size Tamaño mínimo de la fuente lógica - + <b>Download Location</b> <b>Ubicación de la descarga</b> - + Ask everytime for download location Preguntar siempre dónde descargar los archivos - + Use defined location: Utilizar una ubicación predefinida: - - - + + + ... ... - + <b>Download Options</b> <b>Opciones de descarga</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Utilizar diálogo nativo del sistema de archivos (podría causar problemas al descargar contenido seguro SSL) - + Close download manager when downloading finishes Cerrar el gestor de descargas cuando las descargas finalicen - + <b>AutoFill options</b> <b>Opciones de autocompletado</b> - + Allow saving passwords from sites Permitir guardar contraseñas de los sitios - + <b>Cookies</b> <b>Cookies</b> - + Allow storing of cookies Permitir almacenar cookies - + Delete cookies on close Eliminar cookies al cerrar - + Match domain exactly Coincidir con el dominio exacto - + Cookies Manager Gestor de cookies - + <b>SSL Certificates</b> <b>Certificados SSL</b> - + SSL Manager Gestor de SSL - + Edit CA certificates in SSL Manager Editar los certificados CA en el gestor de SSL - - + + <b>Other</b> <b>Otros</b> - + Send Referer header to servers Enviar el encabezado del referente a los servidores - + Block popup windows Bloquear ventanas emergentes - + <b>Notifications</b> <b>Notificaciones</b> - + Use OSD Notifications Utilizar notificaciones OSD - + Use Native System Notifications (Linux only) Utilizar sistema de notificaciones nativo (sólo Linux) - + Do not use Notifications No utilizar notificaciones - + Expiration timeout: Duración: - + seconds segundos - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Nota: </b>Puede cambiar la posición de la notificación OSD arrastrándola por la pantalla. @@ -2788,17 +2816,17 @@ Para aplicar el cambio de idioma, debe reiniciar el navegador. - + StyleSheet automatically loaded with all websites: Hoja de estilos cargada automáticamente en todos los sitios web: - + Languages Idiomas - + <b>Preferred language for web sites</b> <b>Idioma preferido para mostrar las páginas web</b> @@ -2808,68 +2836,68 @@ Apariencia - + OSD Notification Notificación OSD - + Drag it on the screen to place it where you want. Arrástrela por la pantalla para situarla donde quiera. - + Choose download location... Seleccione la ubicación de la descarga... - + Choose stylesheet location... Seleccione la ubicación de la hoja de estilos... - + Deleted Eliminado - + Choose executable location... Seleccione la ubicación del ejecutable... - + New Profile Nuevo perfil - + Enter the new profile's name: Introduzca el nombre del nuevo perfil: - - + + Error! ¡Error! - + This profile already exists! ¡Este perfil ya existe! - + Cannot create profile directory! ¡No se puede crear el directorio del perfil! - + Confirmation Confirmación - + Are you sure to permanently delete "%1" profile? This action cannot be undone! ¿Está seguro de eliminar permanentemente el perfil "%1"? ¡Esta acción no puede deshacerse! @@ -3198,18 +3226,18 @@ (Navegación privada) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again No volver a preguntar - + There are still open tabs Confirmar cierre @@ -3377,37 +3405,37 @@ Are you sure to quit QupZilla? Abrir archivo... - + Are you sure you want to turn on private browsing? ¿Está seguro que desea habilitar la navegación privada? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Cuando la navegación privada está habilitada, algunas opciones relacionadas con su privacidad estarán deshabilitadas: - + Webpages are not added to the history. Las páginas web no se añaden al historial. - + Current cookies cannot be accessed. Las cookies actuales no pueden ser accedidas. - + Your session is not stored. La sesión no será guardada. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Hasta que cierre la ventana, puede hacer click en los botones Anterior y Siguiente para regresar a las páginas web que haya abierto. - + Start Private Browsing Comenzar la navegación privada @@ -3483,18 +3511,18 @@ Are you sure to quit QupZilla? Acerca de QupZilla - + Configuration Information - + Browser Identification Identificación del navegador - + Paths Rutas @@ -3505,103 +3533,103 @@ Are you sure to quit QupZilla? - + Version Versión - + WebKit version Versión WebKit - + Application version - + Qt version - + Build time Fecha de compilación - + Platform Plataforma - + Profile Perfil - + Preferences Preferencias - + Build Configuration - + Option - + Value Valor - + Extensions - + Name - + Author - + Description - + Settings Preferencias - + Saved session Sesión guardada - + Pinned tabs Pestañas fijas - + Data Datos - + Themes Temas @@ -3610,7 +3638,7 @@ Are you sure to quit QupZilla? Plugins - + Translations Traducciones @@ -3635,145 +3663,145 @@ Are you sure to quit QupZilla? Traductores - + Speed Dial Marcación rápida - + Add New Page Añadir página nueva - + Apply Aplicar - + Close Cerrar - + Speed Dial settings Configuración de la marcación rápida - + Placement: Ubicación: - + Auto Auto - + Cover Cubierta - + Fit Ajustar - + Fit Width Ajustar horizontalmente - + Fit Height Ajustar verticalmente - + Use background image Usar imágen de fondo - + Select image Seleccionar imágen - + Maximum pages in a row: Páginas máximas por fila: - + Change size of pages: Cambiar el tamaño de las páginas: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + No available extensions. - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + Load title from page Cargar título desde la página - + Edit Editar - + Remove Eliminar @@ -3792,27 +3820,27 @@ Are you sure to quit QupZilla? - + Information about version Información acerca de la versión - + Reload Recargar - + Url Dirección - + Title Nombre - + New Page Página nueva @@ -4181,138 +4209,171 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Información del sitio - + General General - + Media Media - + + Databases + + + + Security Seguridad - + + Size: Tamaño: - + Site address: Dirección del sitio: - + Encoding: Codificación: - + Meta tags of site: Meta etiquetas del sitio: - + Tag Etiqueta - + Value Valor - + <b>Security information</b> <b>Información de seguridad</b> - + Details Detalles - + Image Imágen - + Image address Dirección de la imágen - + <b>Preview</b> <b>Vista previa</b> + + + <b>Database details</b> + + + + + Name: + Nombre: + + + + Path: + Ruta: + + + + + + <database not selected> + + <not set in certificate> <no definida en el certificado> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>La conexión está encriptada.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>La conexión a esta página está segura con este cerficado: </b> - + <b>Connection Not Encrypted.</b> <b>Conexión no encriptada.</b> - + <b>Your connection to this page is not secured!</b> <b>¡La conexión a esta página no es segura!</b> - + Copy Image Location Copiar la ubicación de la imágen - + Copy Image Name Copiar el nombre de la imágen - + Save Image to Disk Guardar imágen en el disco - - + + Error! ¡Error! - + This preview is not available! ¡La vista previa no está disponible! - + Save image... Guardar imágen... - + Cannot write to file! ¡No se puede escribir el archivo! - + Preview not available Vista previa no disponible @@ -4535,6 +4596,14 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup No se puede cargar + + SqueezeLabelV2 + + + Copy + Copiar + + TabBar @@ -4621,39 +4690,39 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Nueva pestaña - + Loading... Cargando... - + No Named Page Página sin nombre - + Currently you have %1 opened tabs Actualmente tiene %1 pestañas abiertas - - - + + + New tab Nueva pestaña - + Empty Vacío - + Restore All Closed Tabs Restaurar todas las pestañas cerradas - + Clear list Limpiar lista @@ -4823,62 +4892,67 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Contenido no encontrado - + + Unknown network error + + + + AdBlocked Content Contenido publicitario bloqueado - + Blocked by rule <i>%1</i> Bloqueado por regla <i>%1</i> - + Content Access Denied Denegado el acceso al contenido - + Error code %1 Código de error %1 - + Failed loading page Falló la carga de la página - + QupZilla can't load page from %1. QupZilla no puede cargar la página de %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Compruebe errores de escritura en la dirección como <b>ww.</b>ejemplo.com en lugar de <b>www.</b>ejemplo.com - + If you are unable to load any pages, check your computer's network connection. Si no puede cargar ninguna página, compruebe la conexión a la red de su ordenador. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Si su ordenador o red están protegidos por un cortafuegos o proxy, asegúrese de que QupZilla tiene permitido el acceso a la red. - + Try Again Volver a intentar - + JavaScript alert - + Prevent this page from creating additional dialogs Prevenir que esta página cree diálogos adicionales @@ -4887,7 +4961,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Alerta JavaScript - %1 - + Choose file... Elegir archivo... @@ -4918,233 +4992,233 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup WebView - + &Copy page link Cop&iar el enlace de la página - + Send page link... Enviar enlace de la página... - + &Print page &Imprimir página - + Validate page Validar página - + Send text... Enviar texto... - + Google Translate Traductor de Google - + Dictionary Diccionario - + Go to &web address Ir a &dirección web - + Open link in new &tab Abrir enlace en una nueva &pestaña - + Open link in new &window Abrir enlace en una nueva &ventana - + B&ookmark link Añadir enlace a &marcadores - + &Save link as... &Guardar enlace como... - + Send link... Enviar enlace... - + &Copy link address Copi&ar la ruta del enlace - + Show i&mage Mostrar &imágen - + Copy im&age Co&piar imágen - + Copy image ad&dress C&opiar la ruta de la imágen - + &Save image as... &Guardar imágen como... - + Send image... Enviar imágen... - + &Back &Anterior - + Create Search Engine - + &Forward &Siguiente - - + + &Reload &Recargar - + S&top &Detener - + This frame Este marco - + Show &only this frame M&ostrar solamente este marco - + Show this frame in new &tab Mostrar este marco en una nueva &pestaña - + Print frame Imprimir marco - + Zoom &in &Aumentar tamaño - + &Zoom out &Reducir tamaño - + Reset Reiniciar tamaño - + Show so&urce of frame Mostrar código f&uente del marco - + Book&mark page Añadir esta página a &marcadores - + &Save page as... &Guardar como... - + Search with... - + &Play &Reproducir - + &Pause &Pausa - + Un&mute &Activar sonido - + &Mute &Desactivar sonido - + &Copy Media Address Copi&ar la ruta del contenido media - + &Send Media Address &Enviar la ruta del contenido media - + Save Media To &Disk Guardar el contenido media al &disco - + Select &all Seleccionar &todo - + Show so&urce code Ver código &fuente de la página - + Show info ab&out site Ver &información de la página - + Search "%1 .." with %2 Buscar "%1 .." con %2 diff --git a/translations/fr_FR.ts b/translations/fr_FR.ts index 912e51107..f8a525010 100644 --- a/translations/fr_FR.ts +++ b/translations/fr_FR.ts @@ -286,8 +286,8 @@ - - + + Show Passwords Montrer les mots de passe @@ -307,63 +307,63 @@ Exporter les mots de passe... - + Are you sure that you want to show all passwords? Etes-vous sûr de vouloir montrer tous les mots de passe? - + Hide Passwords Cacher les mots de passe - + Confirmation Confirmation - + Are you sure to delete all passwords on your computer? Etes-vous sûr de vouloir supprimer tous les mots de passe? - + Edit password Editer le mot de passe - + Change password: Changer le mot de passe: - - + + Choose file... Choisir un fichier... - + Cannot read file! Lecture du fichier impossible! - + Successfully exported Exportation réussie - + Error while importing! Erreur dans l'importation! - + Successfully imported Importation réussie - + Cannot write to file! Ecriture du fichier impossible! @@ -1020,47 +1020,57 @@ Supprimer l'historique - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies Supprimer les cookies - + Clear cache Vider le cache - + Clear icons Supprimer les icônes - + Clear cookies from Adobe Flash Player Supprimer les cookies d'Adobe Flash Player - + <b>Clear Recent History</b> <b>Supprimer l'historique récent</b> - + Earlier Today Plus tôt aujourd'hui - + Week Semaine - + Month Mois - + All Tout @@ -1302,7 +1312,7 @@ Enregistrer le fichier sous... - + NoNameDownload Téléchargement sans nom @@ -1681,62 +1691,62 @@ n'a pas été trouvé! Page sans nom - + January Janvier - + February Février - + March Mars - + April Avril - + May Mai - + June Juin - + July Juillet - + August Août - + September Septembre - + October Octobre - + November Novembre - + December Décembre @@ -2149,7 +2159,7 @@ n'a pas été trouvé! - + Note: You cannot delete active profile. Note: Vous ne pouvez pas effacer le profil actif. @@ -2324,12 +2334,12 @@ n'a pas été trouvé! Supprimer à la fermeture le contenu HTML5 stocké localement - + JavaScript can access clipboard JavaScript peut accéder au presse-papier - + Send Do Not Track header to servers Envoyer les entêtes Do Not Track aux serveurs @@ -2458,16 +2468,19 @@ n'a pas été trouvé! + Port: Port: + Username: Nom d'utilisateur: + Password: Mot de passe: @@ -2492,237 +2505,252 @@ n'a pas été trouvé! Ne pas utiliser de proxy - + + <b>Exceptions</b> + + + + + Server: + Serveur: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Polices</b> - + Standard Standard - + Fixed Largeur fixe - + Serif Serif - + Sans Serif Sans serif - + Cursive Cursive - + <b>External download manager</b> <b>Gestionnaire de téléchargement externe</b> - + Use external download manager Utiliser un gestionnaire de téléchargement externe - + Executable: Application: - + Arguments: Options: - + Filter tracking cookies Filtrer le traçage par cookies - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Attention:</b> N'accepter les cookies que des domaines identifiés et Filtrer le traçage par cookies peut conduire au mauvais fonctionnement de certains sites. Si vous avez des problèmes avec les cookies, essayez de désactiver ces options en premier! - + Change browser identification: Changer l'identité du navigateur: - + Fantasy Fantasy - + <b>Font Sizes</b> <b>Taille des polices</b> - + Fixed Font Size Taille fixe - + Default Font Size Taille de police par défaut - + Minimum Font Size Taille de police minimum - + Minimum Logical Font Size Hauteur logique minimale de police - + <b>Download Location</b> <b>Emplacement des téléchargements</b> - + Ask everytime for download location Demander à chaque fois l'emplacement des téléchargements - + Use defined location: Utiliser l'emplacement défini: - - - + + + ... ... - + <b>Download Options</b> <b>Options de téléchargement</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Utiliser le navigateur de fichier du système (peut causer des problèmes avec le téléchargement de contenus sécurisés SSL) - + Close download manager when downloading finishes Fermer le gestionnaire de téléchargement quand celui-ci est terminé - + <b>AutoFill options</b> <b>Options de saisie automatique</b> - + Allow saving passwords from sites Autoriser la sauvegarde des mots de passe des sites - + <b>Cookies</b> <b>Cookies</b> - + Allow storing of cookies Autoriser le stockage des cookies - + Delete cookies on close Supprimer les cookies à la fermeture - + Match domain exactly N'accepter les cookies que des domaines identifiés - + Cookies Manager Gestionnaire de cookies - + <b>SSL Certificates</b> <b>Certificats SSL</b> - + SSL Manager Gestionnaire SSL - + Edit CA certificates in SSL Manager Modifier les certificats CA dans le gestionnaire SSL - - + + <b>Other</b> <b>Autre</b> - + Send Referer header to servers Envoyer les entêtes referer aux serveurs - + Block popup windows Bloquer les popups - + <b>Notifications</b> <b>Notifications</b> - + Use OSD Notifications Utiliser les notifications OSD - + Use Native System Notifications (Linux only) Utiliser les notifications du système (seulement sur Linux) - + Do not use Notifications Ne pas utiliser les notifications - + Expiration timeout: Temps d'expiration: - + seconds secondes - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Note: </b>Vous pouvez changer la position des notifications OSD par glisser déposer sur l'écran. @@ -2742,17 +2770,17 @@ n'a pas été trouvé! Pour changer de langue, Vous devez redémarrer le navigateur. - + StyleSheet automatically loaded with all websites: Feuilles de style chargées automatiquement avec tous les sites web: - + Languages Langues - + <b>Preferred language for web sites</b> <b>Langue préférée pour les sites web</b> @@ -2811,68 +2839,68 @@ n'a pas été trouvé! Autre - + OSD Notification Notification OSD - + Drag it on the screen to place it where you want. Faites-le glisser sur l'écran pour le placer où vous voulez. - + Choose download location... Choisissez l'emplacement de téléchargement ... - + Choose stylesheet location... Choisissez l'emplacement des feuilles de style... - + Deleted Effacé - + Choose executable location... Choisir l'emplacement de l'application... - + New Profile Nouveau profil - + Enter the new profile's name: Entrer le nom du nouveau profil: - - + + Error! Erreur! - + This profile already exists! Ce profil existe déjà! - + Cannot create profile directory! Impossible de créer le répertoire du profil! - + Confirmation Confirmation - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Supprimer le profil%1 de façon définitive? Cette action est irréversible! @@ -3206,18 +3234,18 @@ n'a pas été trouvé! (Navigation Privée) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again Ne plus afficher ce message - + There are still open tabs Il y a encore des onglets ouverts @@ -3380,37 +3408,37 @@ Are you sure to quit QupZilla? Ouvrir un fichier... - + Are you sure you want to turn on private browsing? Voulez-vous démarrer une session en navigation privée? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Quand vous lancez la navigation privée, certains paramètres concernant votre vie privée seront désactivés: - + Webpages are not added to the history. Les pages visitées ne sont pas ajoutées à l'historique. - + Current cookies cannot be accessed. Impossible d'accéder aux cookies en cours d'utilisation. - + Your session is not stored. Votre session n'est pas enregistrée. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Jusqu'à ce que vous fermiez la fenêtre, vous pourrez toujours cliquer sur les boutons Précédent et Suivant pour retourner sur la page que vous avez ouvert. - + Start Private Browsing Commencer la navigation privée @@ -3481,18 +3509,18 @@ Are you sure to quit QupZilla? A propos de QupZilla - + Configuration Information - + Browser Identification Identification du navigateur - + Paths Emplacements @@ -3503,43 +3531,43 @@ Are you sure to quit QupZilla? - + Version Version - + WebKit version Version de WebKit - + Application version - + Qt version - + Build time Date de compilation - + Platform Plateforme - + Profile Profil - + Preferences Préférences @@ -3549,62 +3577,62 @@ Are you sure to quit QupZilla? - + Build Configuration - + Option - + Value Valeur - + Extensions - + Name - + Author - + Description - + Settings Paramètres - + Saved session Session sauvegardée - + Pinned tabs Onglets épinglés - + Data Données - + Themes Thèmes @@ -3613,7 +3641,7 @@ Are you sure to quit QupZilla? Extensions - + Translations Traductions @@ -3638,146 +3666,146 @@ Are you sure to quit QupZilla? Traducteurs - + Speed Dial Speed Dial - + Add New Page Ajouter une nouvelle page - + Apply Appliquer - + Close Fermer - + Speed Dial settings Paramètrage de Speed Dial - + Placement: Emplacement: - + Auto Auto - + Cover Couverture - + Fit Ajuster - + Fit Width Ajuster la largeur - + Fit Height Ajuster la hauteur - + Use background image Utiliser une image en arrière plan - + Select image Sélectionner l'image - + Maximum pages in a row: Nombre de pages au maximum par ligne: - + Change size of pages: Changer la taille des pages: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + No available extensions. - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + Load title from page ??? Charger le titre de la page - + Edit Modifier - + Remove Supprimer @@ -3796,27 +3824,27 @@ Are you sure to quit QupZilla? - + Information about version Informations à propos de cette version - + Reload Actualiser - + Url URL - + Title Titre - + New Page Nouvelle Page @@ -4185,138 +4213,171 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer Information sur le site - + General Général - + Media Média - + + Databases + + + + Security Sécurité - + + Size: Taille: - + Site address: Adresse du site: - + Encoding: Encodage: - + Meta tags of site: Méta-tags du site: - + Tag Tag - + Value Valeur - + <b>Security information</b> <b> Information de sécurité</b> - + Details Détails - + Image Image - + Image address Adresse de l'image - + <b>Preview</b> <b>Aperçu</b> + + + <b>Database details</b> + + + + + Name: + Nom: + + + + Path: + Emplacement: + + + + + + <database not selected> + + <not set in certificate> <non défini dans le certificat> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Connexion cryptée.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b> La connexion à cette page est sécurisée par ce certificat: </b> - + <b>Connection Not Encrypted.</b> <b>Connexion non cryptée.</b> - + <b>Your connection to this page is not secured!</b> <b> La connexion à cette page n'est pas sécurisée!</b> - + Copy Image Location Copier l'emplacement de l'image - + Copy Image Name Copier le nom de l'image - + Save Image to Disk Enregistrer l'image sur le disque - - + + Error! Erreur! - + This preview is not available! Cet aperçu n'est pas disponible! - + Save image... Enregistrer l'image... - + Cannot write to file! Echec lors de l'écriture dans le fichier! - + Preview not available Aperçu non disponible @@ -4539,6 +4600,14 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer Impossible d'actualiser + + SqueezeLabelV2 + + + Copy + Copier + + TabBar @@ -4626,39 +4695,39 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer Nouvel onglet - + Loading... Chargement... - + No Named Page Page non nommée - + Currently you have %1 opened tabs Il y a actuellement %1 onglet(s) ouvert(s) - - - + + + New tab Nouvel onglet - + Empty Vide - + Restore All Closed Tabs Restaurer tous les onglets fermés - + Clear list Vider la liste @@ -4828,62 +4897,67 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer Contenu non trouvé - + + Unknown network error + + + + AdBlocked Content Contenu bloqué - + Blocked by rule <i>%1</i> Bloqué par la règle <i>%1</i> - + Content Access Denied Accès au contenu refusé - + Error code %1 Code erreur %1 - + Failed loading page Echec lors du chargement de la page - + QupZilla can't load page from %1. QupZilla ne peut pas charger la page depuis %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Vérifiez que l'adresse ne contient pas d'erreur comme <b>ww.</b>example.com à la place de <b>www.</b>example.com - + If you are unable to load any pages, check your computer's network connection. Si vous ne pouvez charger aucune page, vérifiez la connexion réseau de votre ordinateur. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Si votre ordinateur ou votre réseau est protégé par un pare-feu ou un proxy, assurez-vous que QupZilla est autorisé à accéder à Internet. - + Try Again Essayer à nouveau - + JavaScript alert - + Prevent this page from creating additional dialogs Empêcher cette page de créer des dialogues supplémentaires @@ -4892,7 +4966,7 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer Alerte JavaScript - %1 - + Choose file... Choisir un fichier... @@ -4923,233 +4997,233 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer WebView - + Open link in new &tab Ouvrir le lien dans un nouvel &onglet - + Open link in new &window Ouvrir le lien dans une nouvelle &fenêtre - + B&ookmark link Lien du marque-&page - + &Save link as... &Enregistrer le lien sous... - + Send link... Envoyer le lien... - + &Copy link address Copier l'&adresse du lien - + Show i&mage Montrer l'i&mage - + Copy im&age Copier l'ima&ge - + Copy image ad&dress Copier l'a&dresse de l'image - + &Save image as... &Enregistrer l'image sous... - + Send image... Envoyer l'image... - + &Back &Retour - + Create Search Engine - + &Forward &Suivant - - + + &Reload &Actualiser - + S&top &Stop - + This frame Ce cadre - + Show &only this frame Montrer uniquement ce &cadre - + Show this frame in new &tab Montrer ce cadre dans un nouvel &onglet - + Print frame Imprimer le cadre - + Zoom &in Zoom &plus - + &Zoom out Zoom &moins - + Reset Réinitialiser - + Show so&urce of frame Montrer le code so&urce du cadre - + Book&mark page &Marquer cette page - + &Save page as... &Enregistrer la page sous... - + &Copy page link Copier le lien de la &page - + Send page link... Envoyer le lien de la page... - + &Print page &Imprimer la page - + Send text... Envoyer le texte... - + Google Translate Google traduction - + Dictionary Dictionnaire - + Go to &web address Suivre le &lien - + Search with... - + &Play &Lecture - + &Pause &Pause - + Un&mute Non &muet - + &Mute &Muet - + &Copy Media Address Copier l'adresse du &média - + &Send Media Address &Envoyer l'adresse du média - + Save Media To &Disk Enregistrer le &média - + Select &all T&out Sélectionner - + Validate page Valider le code de la page - + Show so&urce code Montrer le &code source - + Show info ab&out site Informations à prop&os du site - + Search "%1 .." with %2 Recherche de %1.."avec %2 diff --git a/translations/homepage/ja_JP.php b/translations/homepage/ja_JP.php index a17d39a9d..36d5f544a 100644 --- a/translations/homepage/ja_JP.php +++ b/translations/homepage/ja_JP.php @@ -14,11 +14,11 @@ $translated_by = "このページはDaiki Nodaが翻訳しました"; //Home Page $actual_version = "最新版"; -$actual_version_text = "最新版はこちらから". $qupzilla_version_date . +$actual_version_text = "最新版の更新が行われたのは". $qupzilla_version_date . "です。" "最新版のバージョンは" . $qupzilla_version . "です。変更点については更新履歴(changelog)を見てください。
ダウンロードはこちらから!"; $actual_version_button = "DOWNLOAD"; $older_versions = "更新履歴"; -$older_versions_text = "各バージョンごとの機能の変遷や今までのQupZillaの更新について知りたいですか?
それらはすべてgithubのchangelogから参照できます。"; +$older_versions_text = "各バージョンごとの機能の変遷や今までのQupZillaの更新について知りたいですか?
それらはすべてgithubのchangelogから参照することができます。"; $older_versions_button = "Changelog"; $reportbug = "問題を報告する"; $reportbug_text = "あなたがバグを発見した場合、あるいはQupzillaがよりよく発展するアイデアを持っているなら
ぜひgithubのissue trackerにissueを投稿してください。"; @@ -55,8 +55,8 @@ $view_source = "view source on github.com"; $download_snapshot = "最新のsnapshotをダウンロードする"; // Contribute Page -$contribute_to = "QupZillaへの寄与"; -$contribute_text = "QupZillaはオープンソースプロジェクトであり、あなた方の協力を歓迎します。パッチを送ってくださることは非常にうれしいです。でもコードをハッキングしてバグをつぶすことが貢献の唯一の手段ではありません。QupZillaを翻訳する。友達にQupZillaを勧める。どのような貢献もありがたいです。"; +$contribute_to = "QupZillaがよりよいブラウザとなるために"; +$contribute_text = "QupZillaはオープンソースプロジェクトであり、あなた方の協力を歓迎します。もちろんパッチを送ってくださることは非常にうれしいです。でもコードをハッキングしてバグをつぶすことが貢献の唯一の手段ではありません。QupZillaを翻訳する。友達にQupZillaを勧める。どのような貢献も我々にとって非常にありがたいことです。"; $getting_source = "ソースを入手する"; $getting_source_text1 = "もっとも簡単にQupZillaのソースを手に入れる方法はgithubでcloneすることです。このコマンドを実行すればできます。"; $getting_source_text2 = "バグの発見やパッチはe-mailやgithubで受け付けています。"; @@ -64,7 +64,7 @@ $translating = "QupZillaを翻訳する"; $translating_text = "翻訳もQupZillaの大きな助けとなります。新しい翻訳を開始するときはまず私(作者)にお知らせください。必要な作業をいくつかします。翻訳の追加や改善はe-mailやgithubで受け付けています。"; $translating_moreinfo = "翻訳に関するより詳しい情報はここを見て下さい。 [wiki at github]"; $creators = "QupZillaはだれが作ったのか?"; -$creators_text = "プロジェクトオーナー、メンテナー、メイン開発のDavid Roscaはチェコの学生です (nowrep).
+$creators_text = "プロジェクトオーナー、メンテナー、メイン開発のDavid Roscaはチェコの学生です (nowrep)。
コーディングや翻訳、サポートで貢献のあった方のリストもここから参照できます [at github].

IRCチャンネルにも参加できます #qupzilla irc.freenode.netでQupZillaにかかわる人々とチャットしましょう。"; $share_with_friends = "友達にQupZillaをすすめる!"; $share_with_friends_text = "QupZillaを気に入っていただけましたか? ぜひお友達とシェアしてください!"; diff --git a/translations/hu_HU.ts b/translations/hu_HU.ts new file mode 100644 index 000000000..d4581f7f4 --- /dev/null +++ b/translations/hu_HU.ts @@ -0,0 +1,4008 @@ + + + + + AboutDialog + + About QupZilla + A QupZilláról + + + Authors + Szerzők + + + Authors and Contributors + Szerzők és közreműködők + + + < About QupZilla + < A QupZilláról + + + <p><b>Application version %1</b><br/> + <p><b>Böngésző változatszám %1</b><br/> + + + <b>WebKit version %1</b></p> + <b>WebKit változatszám %1</b></p> + + + <small>Build time: %1 </small></p> + <small>Elkészítés dátuma és ideje: %1 </small></p> + + + <p><b>Main developer:</b><br/>%1 &lt;%2&gt;</p> + <p><b>Fő fejlesztő:</b><br/>%1 &lt;%2&gt;</p> + + + <p><b>Contributors:</b><br/>%1</p> + <p><b>Közreműködők:</b><br/>%1</p> + + + <p><b>Translators:</b><br/>%1</p> + <p><b>Nyelvi fordítók:</b><br/>%1</p> + + + + AcceptLanguage + + Preferred Languages + Előnybe részesített nyelv + + + Add... + Hozzáadás... + + + Remove + Eltávolítás + + + Up + Fel + + + Down + Le + + + Personal [%1] + Egyéni [%1] + + + + AdBlockDialog + + AdBlock Configuration + + + + Enable AdBlock + + + + Search... + + + + Rule + + + + Add Rule + + + + Update EasyList + + + + AdBlock + + + + Delete Rule + + + + Update completed + + + + EasyList has been successfully updated. + + + + Custom Rules + + + + Add Custom Rule + + + + Please write your rule here: + + + + + AdBlockIcon + + AdBlock lets you block unwanted content on web pages + + + + Blocked popup window + + + + AdBlock blocked unwanted popup window. + + + + AdBlock + + + + Show AdBlock &Settings + + + + Blocked Popup Windows + + + + %1 with (%2) + + + + No content blocked + + + + Blocked URL (AdBlock Rule) - click to edit rule + + + + Learn About Writing &Rules + + + + + AddAcceptLanguage + + Add Language + + + + Choose preferred language for web sites + + + + Personal definition: + + + + + AutoFillManager + + Passwords + + + + Server + + + + Username + + + + Password + + + + Edit + + + + Remove + + + + Remove All + + + + Import/Export + + + + Show Passwords + + + + Exceptions + + + + Import Passwords from File... + + + + Export Passwords to File... + + + + Are you sure that you want to show all passwords? + + + + Hide Passwords + + + + Confirmation + + + + Are you sure to delete all passwords on your computer? + + + + Edit password + + + + Change password: + + + + Choose file... + + + + Cannot read file! + + + + Successfully imported + + + + Error while importing! + + + + Cannot write to file! + + + + Successfully exported + + + + + AutoFillNotification + + Do you want QupZilla to remember the password for <b>%1</b> on %2? + + + + + AutoFillWidget + + Remember + + + + Never For This Site + + + + Not Now + + + + + BookmarkIcon + + Bookmark this Page + + + + Edit this bookmark + + + + + BookmarksImportDialog + + Import Bookmarks + + + + <b>Import Bookmarks</b> + + + + From File + + + + Choose browser from which you want to import bookmarks: + + + + Choose... + + + + Fetching icons, please wait... + + + + Title + + + + Url + + + + Next + + + + Cancel + + + + <b>Importing from %1</b> + + + + Finish + + + + Please press Finish to complete importing process. + + + + Error! + + + + Choose directory... + + + + Choose file... + + + + Mozilla Firefox stores its bookmarks in <b>places.sqlite</b> SQLite database. This file is usually located in + + + + Please choose this file to begin importing bookmarks. + + + + Google Chrome stores its bookmarks in <b>Bookmarks</b> text file. This file is usually located in + + + + Opera stores its bookmarks in <b>bookmarks.adr</b> text file. This file is usually located in + + + + You can import bookmarks from any browser that supports HTML exporting. This file has usually these suffixes + + + + Internet Explorer stores its bookmarks in <b>Favorites</b> folder. This folder is usually located in + + + + Please choose this folder to begin importing bookmarks. + + + + No Error + + + + Unable to open file. + + + + Cannot evaluate JSON code. + + + + File does not exist. + + + + Unable to open database. Is Firefox running? + + + + <b>Note:</b> Currently, only import from Html File can import also bookmark folders. + + + + + BookmarksManager + + Bookmarks + + + + Title + + + + Url + + + + Add Folder + + + + Optimize Database + + + + Import Bookmarks + + + + Add new folder + + + + Choose name for new bookmark folder: + + + + Add new subfolder + + + + Choose name for new subfolder in bookmarks toolbar: + + + + Rename Folder + + + + Choose name for folder: + + + + Add Subfolder + + + + Rename folder + + + + Remove folder + + + + Open link in current &tab + + + + Open link in &new tab + + + + Move bookmark to &folder + + + + Rename bookmark + + + + Remove bookmark + + + + <b>Warning: </b>You already have bookmarked this page! + + + + Choose name and location of this bookmark. + + + + Add New Bookmark + + + + Choose folder for bookmarks: + + + + Bookmark All Tabs + + + + + BookmarksModel + + Bookmarks In Menu + + + + Bookmarks In ToolBar + + + + Unsorted Bookmarks + + + + + BookmarksSideBar + + Search... + + + + Open link in current &tab + + + + Open link in &new tab + + + + Copy address + + + + &Delete + + + + + BookmarksToolbar + + &Bookmark Current Page + + + + Bookmark &All Tabs + + + + &Organize Bookmarks + + + + Show Most &Visited + + + + Show Only Icons + + + + &Hide Toolbar + + + + Move right + + + + Move left + + + + Edit bookmark + + + + Remove bookmark + + + + Edit bookmark: + + + + Title: + + + + Url: + + + + Edit Bookmark + + + + Most visited + + + + Sites you visited the most + + + + Empty + + + + + BookmarksWidget + + Folder: + + + + Name: + + + + Remove + + + + Save + + + + Close + + + + Add to Bookmarks + + + + Add to Speed Dial + + + + Edit Bookmark + + + + Remove from Speed Dial + + + + + BrowsingLibrary + + Library + + + + Search... + + + + History + + + + Bookmarks + + + + RSS + + + + Database Optimized + + + + Database successfully optimized.<br/><br/><b>Database Size Before: </b>%1<br/><b>Database Size After: </b>%2 + + + + + CertificateInfoWidget + + <b>Issued To</b> + + + + Common Name (CN): + + + + Organization (O): + + + + Organizational Unit (OU): + + + + Serial Number: + + + + <b>Issued By</b> + + + + <b>Validity</b> + + + + Issued On: + + + + Expires On: + + + + + ClearPrivateData + + Clear Recent History + + + + Choose what you want to delete: + + + + Clear history + + + + Clear cookies + + + + Clear cache + + + + Clear icons + + + + Clear cookies from Adobe Flash Player + + + + <b>Clear Recent History</b> + + + + Earlier Today + + + + Week + + + + Month + + + + All + + + + + ClickToFlash + + Object blocked by ClickToFlash + + + + Show more information about object + + + + Delete object + + + + Add %1 to whitelist + + + + Flash Object + + + + <b>Attribute Name</b> + + + + <b>Value</b> + + + + No more information available. + + + + + CookieManager + + Cookies + + + + Stored Cookies + + + + Find: + + + + These cookies are stored on your computer: + + + + Server + + + + Cookie name + + + + Name: + + + + Value: + + + + Server: + + + + Path: + + + + Secure: + + + + Expiration: + + + + <cookie not selected> + + + + Remove all cookies + + + + Remove cookies + + + + Cookie Filtering + + + + <b>Cookie whitelist</b> + + + + Cookies from these servers will ALWAYS be accepted (even if you have disabled saving cookies) + + + + Add + + + + Remove + + + + <b>Cookie blacklist</b> + + + + Cookies from these servers will NEVER be accepted + + + + Search + + + + Confirmation + + + + Are you sure to delete all cookies on your computer? + + + + Secure only + + + + All connections + + + + Session cookie + + + + Remove cookie + + + + Add to whitelist + + + + Add to blacklist + + + + + DownloadFileHelper + + Save file as... + + + + NoNameDownload + + + + + DownloadItem + + Remaining time unavailable + + + + Done - %1 + + + + Cancelled + + + + few seconds + + + + seconds + + + + minutes + + + + hours + + + + Unknown speed + + + + Unknown size + + + + %2 - unknown size (%3) + + + + Remaining %1 - %2 of %3 (%4) + + + + Cancelled - %1 + + + + Delete file + + + + Do you want to also delete dowloaded file? + + + + Open File + + + + Open Folder + + + + Go to Download Page + + + + Copy Download Link + + + + Cancel downloading + + + + Clear + + + + Error + + + + Not found + + + + Sorry, the file + %1 + was not found! + + + + Error: Cannot write to file! + + + + Error: + + + + + DownloadManager + + Download Manager + + + + Clear + + + + Executable: + + + + Arguments: + + + + Cannot start external download manager + + + + Cannot start external download manager! %1 + + + + %1% of %2 files (%3) %4 remaining + + + + % - Download Manager + + + + Download Finished + + + + All files have been successfully downloaded. + + + + Warning + + + + Are you sure to quit? All uncompleted downloads will be cancelled! + + + + + DownloadOptionsDialog + + Opening + + + + You have chosen to open + + + + which is a: + + + + from: + + + + What should QupZilla do with this file? + + + + Open... + + + + Save File + + + + Opening %1 + + + + + EditSearchEngine + + Name: + + + + Url: + + + + Shortcut: + + + + Icon: + + + + <b>Note: </b>%s in url represent searched string + + + + Add from file ... + + + + Choose icon... + + + + Image files + + + + + HistoryManager + + History + + + + Title + + + + Url + + + + Delete + + + + Clear All History + + + + Optimize Database + + + + Open link in current tab + + + + Open link in new tab + + + + Copy address + + + + Today + + + + This Week + + + + This Month + + + + Confirmation + + + + Are you sure to delete all history? + + + + + HistoryModel + + Failed loading page + + + + No Named Page + + + + January + + + + February + + + + March + + + + April + + + + May + + + + June + + + + July + + + + August + + + + September + + + + October + + + + November + + + + December + + + + + HistorySideBar + + Search... + + + + Title + + + + Open link in current tab + + + + Open link in new tab + + + + Copy address + + + + Today + + + + This Week + + + + This Month + + + + + LicenseViewer + + License Viewer + + + + + LocationBar + + Add RSS from this page... + + + + Enter URL address or search on %1 + + + + Paste And &Go + + + + Clear All + + + + .co.uk + Append domain name on ALT + Enter = Should be different for every country + + + + Show information about this page + + + + + NavigationBar + + No Named Page + + + + Back + + + + Forward + + + + Home + + + + New Tab + + + + Main Menu + + + + Exit Fullscreen + + + + Clear history + + + + + NetworkManager + + SSL Certificate Error! + + + + The page you are trying to access has the following errors in the SSL certificate: + + + + <b>Organization: </b> + + + + <b>Domain Name: </b> + + + + <b>Expiration Date: </b> + + + + <b>Error: </b> + + + + Would you like to make an exception for this certificate? + + + + Authorization required + + + + Username: + + + + Password: + + + + Save username and password on this site + + + + A username and password are being requested by %1. The site says: "%2" + + + + Proxy authorization required + + + + A username and password are being requested by proxy %1. + + + + + PageScreen + + Page Screen + + + + Save Page Screen... + + + + + PluginsList + + Application Extensions + + + + Allow Application Extensions to be loaded + + + + Settings + + + + WebKit Plugins + + + + <b>Click To Flash Plugin</b> + + + + Click To Flash is a plugin which blocks auto loading of Flash content at page. You can always load it manually by clicking on the Flash play icon. + + + + Whitelist + + + + Add + + + + Remove + + + + Allow Click To Flash + + + + Add site to whitelist + + + + Server without http:// (ex. youtube.com) + + + + Error! + + + + Cannot load extension! + + + + + PopupWindow + + %1 - QupZilla + + + + + Preferences + + Preferences + Beállítások + + + QupZilla + QupZilla + + + General + Általános + + + Appearance + Kinézet + + + Tabs + Fülek + + + Browsing + Böngészés + + + Fonts + Betűtípusok + + + Downloads + Letöltések + + + Password Manager + Jelszókezelő + + + Privacy + Biztonság + + + Notifications + Értesítések + + + Other + Egyéb + + + <b>Launching</b> + <b>Elindulás</b> + + + After launch: + Elinduláskor: + + + Open blank page + Üres oldal nyitása + + + Open homepage + Kezdőoldal megnyitása + + + Open speed dial + Gyorsindító megnyitása + + + Restore session + Bezáráskor mentett oldalak visszaállítása + + + Homepage: + Kezdőoldal: + + + Use current + A jelenlegi oldal használata + + + On new tab: + Új fülön: + + + Open blank tab + Üres lap nyitása + + + Open other page... + Más oldal megnyitása... + + + <b>Profiles</b> + <b>Profilok</b> + + + Startup profile: + Profil indításkor: + + + Note: You cannot delete active profile. + Figyelmeztetés: Használatban lévő profil nem törölhető. + + + Create New + Új készítése + + + Delete + Törlés + + + Check for updates on start + Programfrissítések keresése elinduláskor + + + Active profile: + Használatban lévő profil: + + + In order to change language, you must restart browser. + Az új nyelvi beállítások érvényesítéséhez újra kell indítani a böngészőt. + + + <b>Language</b> + <b>Nyelv</b> + + + Available translations: + Elérhető nyelvi fordítások: + + + Themes + Témák + + + Advanced options + Részletesebb beállítás + + + <b>Browser Window</b> + <b>Böngészőablak</b> + + + Show StatusBar on start + Állapotsor megjelenítése elinduláskor + + + Show Bookmarks ToolBar on start + Könyvjelzők eszköztár megjelenítése elinduláskor + + + Show Navigation ToolBar on start + Irányítópult megjelenítése elinduláskor + + + <b>Navigation ToolBar</b> + <b>Irányítópult</b> + + + Show Home button + Kezdőoldal gomb megjelenítése + + + Show Back / Forward buttons + Vissza/Előre gombok megjelenítése + + + Show Add Tab button + Új fül gomb megjelenítése + + + <b>Background<b/> + <b>Háttér<b/> + + + Use transparent background + Áttetsző háttér használata + + + <b>Tabs behavior</b> + <b>Fülek viselkedése<b/> + + + Make tabs movable + Legyenek a fülek mozgathatóak + + + Hide tabs when there is only one tab + Fülek elrejtése, amikor csak egy lap van nyitva + + + <b>Address Bar behaviour</b> + <b>Címsor viselkedése</b> + + + Select all text by double clicking in address bar + A címsorban lévő szöveg kijelölése dupla kattintással + + + Add .co.uk domain by pressing ALT key + A .co.uk toldalék hozzáadása az internetcímek végéhez, az ALT billentyű lenyomásával + + + Ask when closing multiple tabs + Megerősítés kérése több fül bezárásakor + + + Select all text by clicking in address bar + A címsorban lévő szöveg kijelölése a szövegre kattintva + + + Activate last tab when closing active tab + Az előzőleg használt fül előtérbe hozása a jelenlegi fül bezárásakor + + + Don't quit upon closing last tab + Nincs kilépés az utolsó fül bezárásakor + + + Closed tabs list instead of opened in tab bar + A bezárt fülek listája a megnyitottak helyett a fülsorban + + + Open new tabs after active tab + Új fül megnyitása az éppen aktuális mellett + + + Web Configuration + Webes beállítások + + + Allow JavaScript + Javascriptek engedélyezése + + + Allow JAVA + Java engedélyezése + + + Allow DNS Prefetch + DNS előtöltés engedélyezése + + + Enable XSS Auditing + try to detect possible XSS attacks when executing javascript + XSS ellenőrzés bekapcsolása + + + Print element background + when you are printing page (on printer), it determine whether to also print background (color, image) of html elements + Háttérelemek nyomtatása + + + Include links in focus chain + focus also links on page (basically <a> elements) when pressing Tab key + Linkek fókuszálása az adott oldalon + + + Zoom text only + Csak a szövegméret változtatása + + + Ask when entering Private Browsing mode + Megerősítés kérése Privát Böngészés indításakor + + + Mouse wheel scrolls + Egérkerék görgetés + + + lines on page + sor egy oldalon + + + Default zoom on pages: + Alap nagyítási méret az oldalakon: + + + Local Storage + Helyi adattárhely + + + Maximum pages in cache: + Oldalak maximális száma a gyorsítótárban: + + + 1 + 1 + + + Allow storing network cache on disk + Engedélyezem a hálózati gyorsítótárazást a merevlemezen + + + Maximum + Maximum + + + 50 MB + 50 MB + + + Allow storing web icons + Honlapikonok tárolásának engedélyezése + + + Allow saving history + Előzmények tárolásának engedélyezése + + + Delete history on close + Előzmények törlése a böngésző bezárásakor + + + Allow local storage of HTML5 web content + HTML5 internetes tartalom tárolásának engedélyezése + + + Delete locally stored HTML5 web content on close + Eltárolt HTML5 internetes tartalom törlése a böngésző bezárásakor + + + Delete now + Törlés most + + + Proxy Configuration + Proxy beállítások + + + HTTP + HTTP + + + SOCKS5 + SOCKS5 + + + Port: + Port: + + + Username: + Felhasználónév: + + + Password: + Jelszó: + + + Don't use on: + Nincs használva itt: + + + Manual configuration + Egyéni beállítás + + + System proxy configuration + A rendszer proxy beállításainak használata + + + Do not use proxy + Ne legyen proxy használva + + + <b>Font Families</b> + <b>Betűtípusok</b> + + + Standard + Standard + + + Fixed + Fixed + + + Serif + Serif + + + Sans Serif + Sans Serif + + + Cursive + Cursive + + + Fantasy + Fantasy + + + <b>Font Sizes</b> + <b>Betűméret</b> + + + Fixed Font Size + Nem változó betűméret + + + Default Font Size + Alapértelmezett betűméret + + + Minimum Font Size + Minimális betűméret + + + Minimum Logical Font Size + Minimális logikai betűméret + + + <b>Download Location</b> + <b>Letöltések mentésének helye</b> + + + Ask everytime for download location + Minden letöltésnél kérdezzen rá a mentési helyre + + + Use defined location: + Egyéni mentési hely megadása: + + + ... + ... + + + <b>Download Options</b> + <b>Letöltési beállítások</b> + + + Use native system file dialog +(may or may not cause problems with downloading SSL secured content) + Eredeti rendszer párbeszédablak használata +(SSL típusú biztonsági kapcsolatnál problémákat okozhat) + + + Close download manager when downloading finishes + Letöltéskezelő bezárása a letöltések befejeződése után + + + <b>External download manager</b> + <b>Külső letöltéskezelő</b> + + + Use external download manager + Külső letöltéskezelő használata + + + Executable: + Indítófájl: + + + Arguments: + Programutasításokat jelölő karakterek: + + + <b>AutoFill options</b> + <b>Beállítások az önműködő szövegmező-kitöltéshez</b> + + + Allow saving passwords from sites + Bejelentkezési adatok (felhasználónév, jelszó) mentésének engedélyezése + + + <b>Cookies</b> + <b>Sütik</b> + + + Filter tracking cookies + Nyomkövető sütik szűrésének engedélyezése + + + Allow storing of cookies + Sütik tárolásának engedélyezése + + + Delete cookies on close + Sütik törlése a böngésző bezárásakor + + + Match domain exactly + Csak a megnyitott weboldaltól fogad sütiket, más címekről nem + + + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! + <b>Figyelem:</b> A Csak a megnyitott weboldaltól fogad sütiket, más címekről nem és a Nyomkövető sütik szűrésének engedélyezése opció néhány weboldalon a sütik letiltását eredményezheti. Ha problémákat észlel, kapcsolja ki ezeket az opciókat! + + + Cookies Manager + Sütikezelő + + + <b>SSL Certificates</b> + <b>SSL Tanúsítványok</b> + + + SSL Manager + SSL kezelő + + + Edit CA certificates in SSL Manager + CA tanúsítványok szerkesztése az SSL kezelőben + + + JavaScript can access clipboard + A Javascriptek hozzáférhetnek a vágólap tartalmához + + + <b>Other</b> + <b>Egyéb</b> + + + Send Do Not Track header to servers + Ne kövess fejléc küldése a szerver felé + + + Send Referer header to servers + Utalási fejléc küldése a szerver felé + + + Block popup windows + Felugró ablakok megjelenésének megakadályozása + + + <b>Notifications</b> + <b>Értesítések</b> + + + Use OSD Notifications + A képernyőn megjelenő értesítések engedélyezése + + + Use Native System Notifications (Linux only) + Eredeti rendszer értesítők használata (csak Linux-on) + + + Do not use Notifications + Ne látszódjanak az értesítések + + + Expiration timeout: + Eddig legyen a képernyőn: + + + seconds + másodperc + + + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. + <b>Megjegyzés: </b>A képernyőn megjelenő értesítések ablakát húzással bárhova el lehet helyezni. + + + StyleSheet automatically loaded with all websites: + Minden weboldal ebben a stílusban jelenjen meg: + + + Languages + Nyelvek + + + <b>Preferred language for web sites</b> + <b>A weboldalak megjelenítéséhez előnybe részesített nyelv</b> + + + Change browser identification: + Böngésző azonosító megváltoztatása: + + + OSD Notification + Képernyőn megjelenő értesítés + + + Drag it on the screen to place it where you want. + Az értesítési ablakot húzással bárhova helyezheti. + + + Choose download location... + A letöltések mentési helyének megadása... + + + Choose stylesheet location... + Weboldal megjelenítési stílus helyének megadása... + + + Deleted + Törölve + + + Choose executable location... + Indítófájl helyének megadása... + + + New Profile + Új profil + + + Enter the new profile's name: + Az új profil neve: + + + Error! + Hiba! + + + This profile already exists! + Ilyen profil már van! + + + Cannot create profile directory! + Nem lehet létrehozni a profilkönyvtárat! + + + Confirmation + Megerősítés + + + Are you sure to permanently delete "%1" profile? This action cannot be undone! + Ez a profil: "%1" véglegesen törlésre kerül? Ezt a törlést nem lehet visszafordítani! + + + Allow Netscape Plugins (Flash plugin) + Netscape bővítmények engedélyezése (Flash plugin) + + + Don't load tabs until selected + Csak a lapfülre kattintáskor töltse be az oldalt + + + Extensions + Kiegészítők + + + + QObject + + Native System Notification + + + + The file is not an OpenSearch 1.1 file. + + + + <not set in certificate> + + + + + QtWin + + Open new tab + + + + Opens a new tab if browser is running + + + + Open new window + + + + Opens a new window if browser is running + + + + Open download manager + + + + Opens a download manager if browser is running + + + + + QupZilla + + QupZilla + QupZilla + + + Private Browsing Enabled + Privát Böngészés bekapcsolva + + + IP Address of current page + Jelenlegi lap IP címe + + + &About QupZilla + &A QupZilláról + + + Pr&eferences + Be&állítások + + + Quit + Kilépés + + + &File + &Fájl + + + &New Window + &Új ablak + + + New Tab + Új fül + + + Open Location + Hely megnyitása + + + Open &File + Fájl &megnyitása + + + Close Tab + Fül bezárása + + + Close Window + Ablak bezárása + + + &Save Page As... + &Az oldal mentése mint... + + + Save Page Screen + Képernyőkép mentése + + + Send Link... + Hivatkozás küldése... + + + &Print... + &Nyomtatás... + + + Import bookmarks... + Könyvjelzők betöltése... + + + &Edit + &Szerkesztés + + + &Undo + &Visszavonás + + + &Redo + &Mégis + + + &Cut + &Kivágás + + + C&opy + M&ásolás + + + &Paste + &Beillesztés + + + Select &All + Az összes &kijelölése + + + &Find + &Keresés + + + &View + &Megjelenési nézet + + + &Navigation Toolbar + &Irányítópult + + + &Bookmarks Toolbar + &Könyvjelző eszköztár + + + Sta&tus Bar + Áll&apotsor + + + &Menu Bar + &Menüsor + + + &Fullscreen + &Teljes képernyős mód + + + &Stop + &Leállítás + + + &Reload + &Betöltés megint + + + Character &Encoding + Karakter&kódolás + + + Bookmarks + Könyvjelzők + + + History + Előzmények + + + Toolbars + Eszköztárak + + + Sidebars + Oldalsávok + + + Zoom &In + Nagyít&ás + + + Zoom &Out + Kicsinyí&tés + + + Reset + Alapértelmezett nagyítási arány visszaállítása + + + &Page Source + &Az oldal forráskódjának megtekintése + + + Hi&story + El&őzmények + + + &Back + &Vissza + + + &Forward + &Előre + + + &Home + &Kezdőoldal + + + Show &All History + Minden &előzmény megtekintése + + + Closed Tabs + Nemrég bezárt fülek + + + Recently Visited + Mostanában felkeresett oldalak + + + Most Visited + Legtöbbet látogatott oldalak + + + &Bookmarks + &Könyvjelzők + + + Bookmark &This Page + Oldal &mentése a könyvjelzőkhöz + + + Bookmark &All Tabs + Összes &jelenlegi fül mentése a könyvjelzőkhöz + + + Organize &Bookmarks + Könyvjelzők &rendezése + + + &Tools + &Eszközök + + + &Web Search + &Internetes keresés + + + Page &Info + Az oldal &adatai + + + &Download Manager + &Letöltéskezelő + + + &Cookies Manager + &Sütikezelő + + + &AdBlock + &Reklámblokkoló + + + RSS &Reader + RSS &olvasó + + + Web In&spector + Webvi&zsgáló + + + Clear Recent &History + Mai előzmények &törlése + + + &Private Browsing + &Privát Böngészés + + + &Help + &Segítség + + + About &Qt + A Qt-r&ól + + + Information about application + Információk a böngészőről + + + Configuration Information + Összetevők adatai + + + Report &Issue + Javaslat, &probléma jelzése + + + Restore &Closed Tab + Nemrég &bezárt fülek visszaállítása + + + (Private Browsing) + (Privát Böngészés) + + + Empty + Üres + + + Restore All Closed Tabs + Az összes bezárt fül visszaállítása + + + Clear list + Lista törlése + + + Other + Egyéb + + + Default + Alapértelmezett + + + %1 - QupZilla + %1 - QupZilla + + + Open file... + Fájl megnyitása... + + + Are you sure you want to turn on private browsing? + Biztos, hogy a Privát Böngészést szeretné használni? + + + When private browsing is turned on, some actions concerning your privacy will be disabled: + Privát Böngészés módban nem minden funkció használható. Lásd: + + + Webpages are not added to the history. + Nem lettek hozzáadva weboldalak az Előzményekhez. + + + Current cookies cannot be accessed. + A jelenlegi sütik nem elérhetőek. + + + Your session is not stored. + A munkamenet nem került mentésre. + + + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. + Amíg az ablak nincs bezárva, a Vissza és az Előre gombokkal még vissza lehet térni az előzőleg megnyitott oldalakhoz. + + + Start Private Browsing + Privát Böngészés indítása + + + You have successfully added RSS feed "%1". + Ez híroldal: "%1" sikeresen elmentve. + + + HTML files + HTML fájlok + + + Image files + Képfájlok + + + Text files + Szövegfájlok + + + All files + Minden fájl + + + Last session crashed + Az utolsó munkamenetet nem lehet visszaállítani + + + <b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state? + <b>A QupZilla lefagyott :-(</b><br/>Sajnos, a legutóbbi munkamenet váratlanul megszakadt. A hibáért elnézését kérjük! Szeretné visszaállítani az utolsónak elmentett állapotot? + + + There are still %1 open tabs and your session won't be stored. +Are you sure to quit QupZilla? + Van még %1 nyitott fül és a munkamenet még nem lett elmentve. +Biztosan ki szeretne lépni a böngészőből? + + + Don't ask again + Ne kérdezze ismét + + + There are still open tabs + Vannak még bezáratlan fülek + + + + QupZillaSchemeReply + + No Error + + + + Not Found + + + + Report Issue + + + + Your E-mail + + + + Issue type + + + + Issue description + + + + Send + + + + E-mail is optional<br/><b>Note: </b>Please read how to make a bug report <a href=%1>here</a> first. + + + + Please fill out all required fields! + + + + Start Page + + + + Google Search + + + + Search results provided by Google + + + + About QupZilla + + + + Information about version + + + + Copyright + + + + Version + + + + WebKit version + + + + Main developer + + + + Contributors + + + + Translators + + + + Speed Dial + + + + Add New Page + + + + Edit + + + + Remove + + + + Reload + + + + Load title from page + + + + Url + + + + Title + + + + Apply + + + + New Page + + + + Speed Dial settings + + + + Placement: + + + + Auto + + + + Cover + + + + Fit + + + + Fit Width + + + + Fit Height + + + + Use background image + + + + Select image + + + + Maximum pages in a row: + + + + Change size of pages: + + + + Configuration Information + + + + Browser Identification + + + + Paths + + + + Preferences + + + + Option + + + + Value + + + + Name + + + + Author + + + + Description + + + + Profile + + + + Settings + + + + Saved session + + + + Pinned tabs + + + + Data + + + + Themes + + + + Translations + + + + Application version + + + + Qt version + + + + Build time + + + + Platform + + + + Build Configuration + + + + Disabled + + + + <b>Enabled</b> + + + + Debug build + + + + WebGL support + + + + Windows 7 API + + + + KDE integration + + + + Portable build + + + + Extensions + + + + No available extensions. + + + + If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: + + + + Close + + + + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. + + + + + RSSManager + + RSS Reader + + + + Empty + + + + Add feed + + + + Edit feed + + + + Delete feed + + + + Optimize Database + + + + Reload + + + + News + + + + Loading... + + + + You don't have any RSS Feeds.<br/> +Please add some with RSS icon in navigation bar on site which offers feeds. + + + + Add new feed + + + + Please enter URL of new feed: + + + + New feed + + + + Fill title and URL of a feed: + + + + Feed title: + + + + Feed URL: + + + + Edit RSS Feed + + + + Open link in current tab + + + + Open link in new tab + + + + Error in fetching feed + + + + RSS feed duplicated + + + + You already have this feed. + + + + + RSSNotification + + Open RSS Manager + + + + + RSSWidget + + Add RSS Feeds from this site + + + + Untitled feed + + + + Add + + + + + SSLManager + + SSL Manager + + + + CA Authorities Certificates + + + + Show info + + + + This is a list of CA Authorities Certificates stored in the standard system path and in user specified paths. + + + + Local Certificates + + + + Remove + + + + This is a list of Local Certificates stored in your user profile. It also contains all certificates, that have received an exception. + + + + Settings + + + + Add + + + + If CA Authorities Certificates were not automatically loaded from the system, you can specify paths manually where the certificates are stored. + + + + <b>NOTE:</b> Setting this option is a high security risk! + + + + Ignore all SSL Warnings + + + + All certificates must have .crt suffix. +After adding or removing certificate paths, it is neccessary to restart QupZilla in order to take effect the changes. + + + + Choose path... + + + + Certificate Informations + + + + + SearchEnginesDialog + + Manage Search Engines + + + + Add... + + + + Remove + + + + Edit + + + + Up + + + + Down + + + + Search Engine + + + + Shortcut + + + + Defaults + + + + Add Search Engine + + + + Edit Search Engine + + + + + SearchEnginesManager + + Search Engine Added + + + + Search Engine "%1" has been successfully added. + + + + Search Engine is not valid! + + + + Error + + + + Error while adding Search Engine <br><b>Error Message: </b> %1 + + + + + SearchToolBar + + No results found. + + + + + SearchToolbar + + Search: + + + + Search... + + + + Highlight + + + + Case sensitive + + + + + SideBar + + Bookmarks + + + + History + + + + + SiteInfo + + Site Info + + + + General + + + + Media + + + + Security + + + + Size: + + + + Site address: + + + + Encoding: + + + + Meta tags of site: + + + + Tag + + + + Value + + + + <b>Security information</b> + + + + Details + + + + Image + + + + Image address + + + + <b>Preview</b> + + + + <not set in certificate> + + + + <b>Connection is Encrypted.</b> + + + + <b>Your connection to this page is secured with this certificate: </b> + + + + <b>Connection Not Encrypted.</b> + + + + <b>Your connection to this page is not secured!</b> + + + + Copy Image Location + + + + Copy Image Name + + + + Save Image to Disk + + + + Error! + + + + This preview is not available! + + + + Save image... + + + + Cannot write to file! + + + + Preview not available + + + + + SiteInfoWidget + + More... + + + + Your connection to this site is <b>secured</b>. + + + + Your connection to this site is <b>unsecured</b>. + + + + This is your <b>%1</b> visit of this site. + + + + You have <b>never</b> visited this site before. + + + + first + + + + second + + + + third + + + + + SourceViewer + + Source of + + + + File + + + + Save as... + + + + Close + + + + Edit + + + + Undo + + + + Redo + + + + Cut + + + + Copy + + + + Paste + + + + Select All + + + + Find + + + + Go to Line... + + + + View + + + + Reload + + + + Editable + + + + Word Wrap + + + + Save file... + + + + Error! + + + + Cannot write to file! + + + + Error writing to file + + + + Source successfully saved + + + + Source reloaded + + + + Cannot reload source. Page has been closed. + + + + Editable changed + + + + Word Wrap changed + + + + Enter line number + + + + + SourceViewerSearch + + Search: + + + + Search... + + + + + SpeedDial + + Select image... + + + + Unable to load + + + + Image files + + + + + TabBar + + &New tab + + + + &Stop Tab + + + + &Reload Tab + + + + &Duplicate Tab + + + + Un&pin Tab + + + + &Pin Tab + + + + Re&load All Tabs + + + + &Bookmark This Tab + + + + Bookmark &All Tabs + + + + Close Ot&her Tabs + + + + Cl&ose + + + + Reloa&d All Tabs + + + + Bookmark &All Ta&bs + + + + Restore &Closed Tab + + + + + TabWidget + + List of tabs + + + + New Tab + + + + Loading... + + + + No Named Page + + + + Currently you have %1 opened tabs + + + + New tab + + + + Empty + + + + Restore All Closed Tabs + + + + Clear list + + + + + TabbedWebView + + Failed loading page + + + + Loading... + + + + %1 - QupZilla + + + + Inspect Element + + + + + ThemeManager + + <b>Name:</b> + + + + <b>Author:</b> + + + + <b>Description:</b> + + + + License + + + + + ToolButton + + Stop + + + + Reload + + + + + Updater + + Update available + + + + New version of QupZilla is ready to download. + + + + Update + + + + + WebInspectorDockWidget + + Web Inspector + + + + + WebPage + + To show this page, QupZilla must resend request which do it again +(like searching on making an shoping, which has been already done.) + + + + Confirm form resubmission + + + + Select files to upload... + + + + Server refused the connection + + + + Server closed the connection + + + + Server not found + + + + Connection timed out + + + + Untrusted connection + + + + Temporary network failure + + + + Proxy connection refused + + + + Proxy server not found + + + + Proxy connection timed out + + + + Proxy authentication required + + + + Content not found + + + + AdBlocked Content + + + + Blocked by rule <i>%1</i> + + + + Content Access Denied + + + + Error code %1 + + + + Failed loading page + + + + QupZilla can't load page from %1. + + + + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com + + + + If you are unable to load any pages, check your computer's network connection. + + + + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. + + + + Try Again + + + + Prevent this page from creating additional dialogs + + + + Choose file... + + + + JavaScript alert + + + + + WebSearchBar + + Manage Search Engines + + + + Add %1 ... + + + + Paste And &Search + + + + Clear All + + + + + WebView + + No Named Page + + + + &Back + + + + &Forward + + + + &Reload + + + + S&top + + + + This frame + + + + Show &only this frame + + + + Show this frame in new &tab + + + + Print frame + + + + Zoom &in + + + + &Zoom out + + + + Reset + + + + Show so&urce of frame + + + + Book&mark page + + + + &Save page as... + + + + &Copy page link + + + + Send page link... + + + + &Print page + + + + Select &all + + + + Validate page + + + + Show so&urce code + + + + Show info ab&out site + + + + Open link in new &tab + + + + Open link in new &window + + + + B&ookmark link + + + + &Save link as... + + + + Send link... + + + + &Copy link address + + + + Show i&mage + + + + Copy im&age + + + + Copy image ad&dress + + + + &Save image as... + + + + Send image... + + + + Send text... + + + + Google Translate + + + + Dictionary + + + + Go to &web address + + + + Search "%1 .." with %2 + + + + &Play + + + + &Pause + + + + Un&mute + + + + &Mute + + + + &Copy Media Address + + + + &Send Media Address + + + + Save Media To &Disk + + + + Search with... + + + + Create Search Engine + + + + + jsAlert + + Prevent this page from creating additional dialogs + + + + diff --git a/translations/id_ID.ts b/translations/id_ID.ts index e85fa4eca..6bccd6860 100644 --- a/translations/id_ID.ts +++ b/translations/id_ID.ts @@ -283,8 +283,8 @@ - - + + Show Passwords Tampilkan Sandi @@ -304,63 +304,63 @@ Ekspor sandi ke Berkas... - + Are you sure that you want to show all passwords? Anda yakin untuk menampilkan seluruh sandi? - + Hide Passwords Sembunyikan sandi - + Confirmation Konfirmasi - + Are you sure to delete all passwords on your computer? Anda yakin untuk menghapus seluruh sandi di komputer anda? - + Edit password Ubah sandi - + Change password: Ganti sandi: - - + + Choose file... Pilih berkas... - + Cannot read file! Tidak dapat membaca berkas! - + Successfully exported Ekspor sukses - + Error while importing! Kesalahan saat mengimpor! - + Successfully imported Impor sukses - + Cannot write to file! Tidak dapat menulis ke berkas! @@ -998,47 +998,57 @@ Bersihkan sejarah - + + Clear web databases + Bersihkan database web + + + + Clear local storage + Bersihkan penyimpanan lokal + + + Clear cookies Bersihkan cookie - + Clear cache Bersihkan cache - + Clear icons Bersihkan icon - + Clear cookies from Adobe Flash Player Bersihkan cookie dari Adobe Flash Player - + <b>Clear Recent History</b> <b>Bersihkan Sejarah Terakhir</b> - + Earlier Today Hari Ini - + Week Minggu - + Month Bulan - + All Semua @@ -1280,7 +1290,7 @@ Simpan berkas sebagai... - + NoNameDownload PengunduhanTanpaNama @@ -1401,10 +1411,18 @@ + Sorry, the file + %1 + was not found! + Maaf, berkas + %1 + tidak ditemukan! + + Sorry, the file %1 was not found! - Maaf, berkas + Maaf, berkas %1 tidak ditemukan! @@ -1659,62 +1677,62 @@ Halaman Tanpa Nama - + January Januari - + February Februari - + March Maret - + April April - + May Mei - + June Juni - + July Juli - + August Agustus - + September September - + October Oktober - + November November - + December Desember @@ -2131,7 +2149,7 @@ - + Note: You cannot delete active profile. Catatan: Anda tidak dapat menghapus profil aktif. @@ -2296,12 +2314,12 @@ Ijinkan Prapengambilan DNS - + JavaScript can access clipboard JavaScript dapat mengakses clipboard - + Send Do Not Track header to servers Kirimkan kepala Do Not Track ke server @@ -2433,16 +2451,19 @@ + Port: Port: + Username: Nama User: + Password: Sandi: @@ -2467,156 +2488,171 @@ Jangan gunakan proxy - + + <b>Exceptions</b> + <b>Pengecualian</b> + + + + Server: + Server: + + + + Use different proxy for https connection + Gunakan proxy berbeda untuk koneksi https + + + <b>Font Families</b> <b>Famili Huruf</b> - + Standard Standar - + Fixed Fixed - + Serif Serif - + Sans Serif Sans-Serif - + Cursive Cursive - + Fantasy Fantasi - + <b>Font Sizes</b> <b>Ukuran Huruf</b> - + Fixed Font Size Ukuran Huruf Fixed - + Default Font Size Ukuran Huruf Default - + Minimum Font Size Ukuran Huruf Minimum - + Minimum Logical Font Size Ukuran Logis Minimal Huruf - + <b>Download Location</b> <b>Lokasi Unduhan</b> - + Ask everytime for download location Konfirmasi lokasi tiap kali mengunduh - + Use defined location: Gunakan lokasi tetap: - - - + + + ... ... - + <b>Download Options</b> <b>Opsi Pengunduhan</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Gunakan dialog berkas asli sistem (dapat menimbulkan masalah pada pengunduhan yang menggunakan SSL) - + Close download manager when downloading finishes Tutup manajer pengunduhan setelah pengunduhan selesai - + <b>External download manager</b> <b>Manajer pengunduhan eksternal</b> - + Use external download manager Gunakan manajer pengunduhan eksternal - + Executable: Eksekutor: - + Arguments: Argumen: - + <b>AutoFill options</b> <b>Opsi pengisian otomatis</b> - + Allow saving passwords from sites Ijinkan menyimpan sandi dari situs - + <b>Cookies</b> <b>Cookie</b> - + Filter tracking cookies Saring cookie penelusuran - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Peringatan</b> Opsi kecocokan domain dan penyaringan cookie penelusuran dapat menyebabkan ditolaknya cookie dari beberapa situs. Jika anda mendapatkan masalah dengan cookie, coba nonaktifkan opsi ini dahulu! - + Change browser identification: Ganti identitas peramban: - + Allow storing of cookies Ijinkan untuk menyimpan cookie @@ -2631,83 +2667,83 @@ Hapus isi web HTML5 yang disimpan secara lokal saat berhenti - + Delete cookies on close Hapus cookie saat berhenti - + Match domain exactly Cocokkan domain - + Cookies Manager Manajer Cookie - + <b>SSL Certificates</b> <b>Sertifikat SSL</b> - + SSL Manager Manajer SSL - + Edit CA certificates in SSL Manager Sunting sertifikat CA di Manajer SSL - - + + <b>Other</b> <b>Lainnya</b> - + Send Referer header to servers Kirimkan kepala Acuan ke server - + Block popup windows Blokir jendela popup - + <b>Notifications</b> <b>Notifikasi</b> - + Use OSD Notifications Gunakan Notifikasi OSD - + Use Native System Notifications (Linux only) Gunakan Notifikasi Asli Sistem (hanya Linux) - + Do not use Notifications Jangan gunakan Notifikasi - + Expiration timeout: Batas waktu notifikasi: - + seconds detik - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Catatan: </b>Anda dapat mengubah posisi OSD Notifikasi dengan menggeretnya di layar. @@ -2727,17 +2763,17 @@ Untuk mengganti bahasa, peramban harus direstart. - + StyleSheet automatically loaded with all websites: StyleSheet yang otomatis dimuat untuk semua website: - + Languages Bahasa - + <b>Preferred language for web sites</b> <b>Bahasa utama untuk situs web</b> @@ -2796,68 +2832,68 @@ Lainnya - + OSD Notification OSD Notifikasi - + Drag it on the screen to place it where you want. Geret OSD di layar untuk memposisikannya. - + Choose download location... Pilih lokasi unduhan... - + Choose stylesheet location... Pilih lokasi stylesheet... - + Deleted Terhapus - + Choose executable location... Pilih lokasi eksekutor... - + New Profile Profil Baru - + Enter the new profile's name: Masukkan nama profil baru: - - + + Error! - + This profile already exists! Profil tersebut sudah ada! - + Cannot create profile directory! Tidak dapat membuat direktori profil! - + Confirmation Konfirmasi - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Anda yakin untuk menghapus secara permanen profil "%1"? Profil yang terhapus tidak dapat dikembalikan! @@ -3191,19 +3227,25 @@ (Perambahan Privat) - + + There are still %1 open tabs and your session won't be stored. +Are you sure to quit QupZilla? + Masih ada %1 tab yang terbuka dan sesi anda tidak akan disimpan. +Anda yakin untuk berhenti dari QupZilla? + + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - Masih ada %1 tab terbuka dan sesi anda tidak akan disimpan. + Masih ada %1 tab terbuka dan sesi anda tidak akan disimpan. Anda yakin untuk menutup QupZilla? - + Don't ask again Jangan tanya lagi - + There are still open tabs Masih ada tab yang terbuka @@ -3362,37 +3404,37 @@ Anda yakin untuk menutup QupZilla? Buka berkas... - + Are you sure you want to turn on private browsing? Anda yakin untuk menjalankan perambahan privat? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Saat perambahan privat aktif, beberapa aksi yang terkait dengan privasi anda akan dinonaktifkan: - + Webpages are not added to the history. Laman web tidak ditambahkan ke sejarah. - + Current cookies cannot be accessed. Cookie saat ini tidak dapat diakses. - + Your session is not stored. Sesi anda tidak disimpan. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Anda masih dapat mengklik tombol Maju dan Mundur untuk kembali ke laman web yang sudah dibuka, hingga jendela ditutup. - + Start Private Browsing Memulai Perambahan Privat @@ -3467,22 +3509,22 @@ Anda yakin untuk menutup QupZilla? Tentang QupZilla - + Configuration Information Informasi Konfigurasi This page contains information about QupZilla's current configuration, all relevant information for troubleshooting. Please include these information when sending bug reports. - Halaman ini memuat informasi tentang konfigurasi terakhir Qupzilla yang relevan untuk perbaikan. Harap mengikutsertakan informasi ini saat mengirimkan laporan kerusakan. + Halaman ini memuat informasi tentang konfigurasi terakhir Qupzilla yang relevan untuk perbaikan. Harap mengikutsertakan informasi ini saat mengirimkan laporan kerusakan. - + Browser Identification Indentitas Peramban - + Paths Lokasi @@ -3493,43 +3535,43 @@ Anda yakin untuk menutup QupZilla? - + Version Versi - + WebKit version Versi WebKit - + Application version Versi Aplikasi - + Qt version Versi Qt - + Build time Waktu pembangunan - + Platform Platform - + Profile Profil - + Preferences Preferensi @@ -3539,62 +3581,62 @@ Anda yakin untuk menutup QupZilla? Jika anda mengalami permasalahan dengan QupZilla, mohon nonaktifkan dahulu semua ekstensi. <br/>Jika hal ini tidak dapat membantu, silakan isi form berikut ini: - + Build Configuration Konfigurasi Pembangunan - + Option Opsi - + Value Nilai - + Extensions Ekstensi - + Name Nama - + Author Penulis - + Description Deskripsi - + Settings Pengaturan - + Saved session Sesi tersimpan - + Pinned tabs Tab dipinkan - + Data Data - + Themes Tema @@ -3603,7 +3645,7 @@ Anda yakin untuk menutup QupZilla? Pengaya - + Translations Terjemahan @@ -3614,7 +3656,7 @@ Anda yakin untuk menutup QupZilla? If you are experiencing problems with QupZilla, please try to disable all extenions first. <br/>If this does not fix it, then please fill out this form: - Jika anda mengalami permasalahan dengan QupZilla, nonaktifkan dahulu semua ekstensi. <br/>Jika hal ini tidak dapat membantu, silakan isi form berikut ini: + Jika anda mengalami permasalahan dengan QupZilla, nonaktifkan dahulu semua ekstensi. <br/>Jika hal ini tidak dapat membantu, silakan isi form berikut ini: @@ -3632,82 +3674,87 @@ Anda yakin untuk menutup QupZilla? Translator - + Speed Dial Panggilan Cepat - + Add New Page Tambah Halaman Baru - + Apply Terapkan - + Close Tutup - + Speed Dial settings Pengaturan Panggilan Cepat - + Placement: Peletakan: - + Auto Oto - + Cover Penutup - + Fit Pas - + Fit Width Pas Lebar - + Fit Height Pas Tinggi - + Use background image Gunakan gambar latar - + Select image Pilih gambar - + Maximum pages in a row: Maksimum halaman dalam satu baris: - + Change size of pages: Ubah ukuran halaman: - + + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. + Halaman ini memuat informasi tentang konfigurasi terakhir Qupzilla yang relevan untuk perbaikan. Harap mengikutsertakan informasi ini saat mengirimkan laporan kerusakan. + + + No available extensions. Ekstensi tidak tersedia. @@ -3716,45 +3763,45 @@ Anda yakin untuk menutup QupZilla? Halaman ini berisi informasi tentang Konfigurasi QupZilla saat ini, pengaya, dsb, yang terkait dengan informasi perbaikan. Mohon untuk mengikutsertakannya saat mengirimkan laporan bug. - + Disabled Dinonaktifkan - - - - - + + + + + <b>Enabled</b> <b>Aktifkan</b> - + Debug build Pembangunan debug - + WebGL support Dukungan WebGL - + Windows 7 API API Windows 7 - + KDE integration Integrasi KDE - + Portable build Pembangunan portabel @@ -3763,17 +3810,17 @@ Anda yakin untuk menutup QupZilla? Pengaya tidak tersedia. - + Load title from page Muat judul dari halaman - + Edit Sunting - + Remove Hapus @@ -3788,27 +3835,27 @@ Anda yakin untuk menutup QupZilla? - + Information about version Informasi tentang versi - + Reload Muat Ulang - + Url Url - + Title Judul - + New Page Halaman Baru @@ -4177,138 +4224,171 @@ Setelah menambahi atau menghapus lokasi sertifikat, QupZilla harus direstart aga Info Situs - + General Umum - + Media Media - + + Databases + Database + + + Security Keamanan - + + Size: Ukuran: - + Site address: Alamat situs: - + Encoding: Encoding: - + Meta tags of site: Meta tag situs: - + Tag Tag - + Value Nilai - + <b>Security information</b> <b>Informasi Keamanan</b> - + Details Detil - + Image Gambar - + Image address Alamat gambar - + <b>Preview</b> <b>Pratayang</b> + + + <b>Database details</b> + <b>Detil database</b> + + + + Name: + Nama: + + + + Path: + Lokasi: + + + + + + <database not selected> + <database tidak dipilih> + <not set in certificate> <tidak tertera di sertifikat> - + + No databases are used by this page. + Tidak ada database yang digunakan halaman ini. + + + <b>Connection is Encrypted.</b> <b>Koneksi Diacak.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Koneksi anda ke halaman ini diamankan oleh sertifikat ini: </b> - + <b>Connection Not Encrypted.</b> <b>Koneksi Tidak Diacak.</b> - + <b>Your connection to this page is not secured!</b> <b>Koneksi anda ke halaman ini tidak diamankan!</b> - + Copy Image Location Salin Lokasi Gambar - + Copy Image Name Salin Nama Gambar - + Save Image to Disk Simpan Gambar ke Disk - - + + Error! Kesalahan! - + This preview is not available! Pratayang ini tidak tersedia! - + Save image... Simpan gambar... - + Cannot write to file! Tidak dapat menulis ke berkas! - + Preview not available Pratayang tidak tersedia @@ -4531,6 +4611,14 @@ Setelah menambahi atau menghapus lokasi sertifikat, QupZilla harus direstart aga Tidak dapat memuat
+ + SqueezeLabelV2 + + + Copy + Salin + + TabBar @@ -4617,39 +4705,39 @@ Setelah menambahi atau menghapus lokasi sertifikat, QupZilla harus direstart aga Tab Baru - + Loading... Memuat... - + No Named Page Halaman Tanpa Nama - + Currently you have %1 opened tabs Saat ini anda memiliki %1 tab yang terbuka - - - + + + New tab Tab baru - + Empty Kosong - + Restore All Closed Tabs Kembalikan Semua Tab Yang Ditutup - + Clear list Bersihkan daftar @@ -4748,9 +4836,10 @@ Setelah menambahi atau menghapus lokasi sertifikat, QupZilla harus direstart aga WebPage - To show this page, QupZilla must resend request which do it again + To show this page, QupZilla must resend request which do it again (like searching on making an shoping, which has been already done.) - + Untuk menampilkan halaman ini, QupZilla harus mengirim ulang permintaan yang melakukannya lagi +(seperti pencarian saat belanja, yang sudah dilakukan sebelumnya.) @@ -4818,62 +4907,67 @@ Setelah menambahi atau menghapus lokasi sertifikat, QupZilla harus direstart aga Isi tidak ditemukan - + + Unknown network error + Kesalahan jaringan tidak diketahui + + + AdBlocked Content Isi yang diblokir AdBlok - + Blocked by rule <i>%1</i> Diblokir oleh aturan <i>%1</i> - + Content Access Denied Akses Terhadap Isi Ditolak - + Error code %1 Kode kesalahan %1 - + Failed loading page Halaman gagal dimuat - + QupZilla can't load page from %1. QupZilla tidak dapat memuat halaman dari %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Periksa ejaan alamat dari kesalahan pengetikan seperti <b>ww.</b>contoh.com dari yang seharusnya <b>www.</b>contoh.com - + If you are unable to load any pages, check your computer's network connection. Jika anda tidak dapat memuat halaman apapun, periksa koneksi jaringan komputer. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Jika komputer atau jaringan dilindungi firewall atau proxy, pastikan bahwa QupZilla diperbolehkan untuk mengakses Web. - + Try Again Coba Lagi - + JavaScript alert Peringatan JavaScript - + Prevent this page from creating additional dialogs Halangi halaman ini untuk membuat dialog tambahan @@ -4882,7 +4976,7 @@ Setelah menambahi atau menghapus lokasi sertifikat, QupZilla harus direstart aga Peringatan javascript - %1 - + Choose file... Pilih berkas... @@ -4918,233 +5012,233 @@ Setelah menambahi atau menghapus lokasi sertifikat, QupZilla harus direstart aga Halaman Tanpa Nama - + Create Search Engine Buat Mesin Pencari - + &Back &Mundur - + &Forward &Maju - - + + &Reload &Muat Ulang - + S&top Ber&henti - + This frame Bingkai ini - + Show &only this frame Hanya &tampilkan bingkai ini - + Show this frame in new &tab Tampilkan bingkai ini di &tab baru - + Print frame Cetak bingkai - + Zoom &in Zoom &in - + &Zoom out Zoom &out - + Reset Reset - + Show so&urce of frame Tampilkan su&mber dari bingkai - + Book&mark page Book&mark halaman - + &Save page as... &Simpan halaman sebagai... - + &Copy page link &Salin tautan halaman - + Send page link... Kirimkan tautan halaman... - + &Print page Cetak &halaman - + Select &all PIlih semu&a - + Validate page Validasi halaman - + Show so&urce code Tampilkan kode su&mber - + Show info ab&out site Tampilkan inf&o tentang situs - + Open link in new &tab Buka tautan di &tab baru - + Open link in new &window Buka tautan di &jendela baru - + B&ookmark link B&ookmark tautan - + &Save link as... &Simpan tautan sebagai... - + Send link... Kirimkan tautan... - + &Copy link address &Salin alamat tautan - + Show i&mage Tampilkan &gambar - + Copy im&age Salin g&ambar - + Copy image ad&dress Salin a&lamat gambar - + &Save image as... &Simpan gambar sebagai... - + Send image... Kirimkan gambar... - + Send text... Kirimkan teks... - + Google Translate Terjemahan Google - + Dictionary Kamus - + Go to &web address Buka alamat &web - + Search "%1 .." with %2 Cari "%1.." dengan %2 - + Search with... Cari dengan... - + &Play - + &Pause - + Un&mute - + &Mute - + &Copy Media Address &Salin Alamat Media - + &Send Media Address &Kirimkan Alamat Media - + Save Media To &Disk Simpan Media ke &Disk diff --git a/translations/it_IT.ts b/translations/it_IT.ts index c449df6c2..eb9fbce58 100644 --- a/translations/it_IT.ts +++ b/translations/it_IT.ts @@ -283,8 +283,8 @@ - - + + Show Passwords Mostra le password @@ -304,63 +304,63 @@ Esporta password in un file... - + Are you sure that you want to show all passwords? Sei sicuro di voler mostrare tutte le password? - + Hide Passwords Nascondi le password - + Confirmation Conferma - + Are you sure to delete all passwords on your computer? Sei sicuro di voler cancellare tutte le password presenti sul tuo computer? - + Edit password Modifica password - + Change password: Cambia password: - - + + Choose file... Scegli file... - + Cannot read file! Impossibile leggere il file! - + Successfully exported Esportati con successo - + Error while importing! Errore nell'importare il file! - + Successfully imported Importato con successo - + Cannot write to file! Impossibile scrivere sul file! @@ -1017,47 +1017,57 @@ Elimina la cronologia - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies Elimina i cookies - + Clear cache Elimina la cache - + Clear icons Elimina le icone - + Clear cookies from Adobe Flash Player Elimina i cookies di Adobe Flash Player - + <b>Clear Recent History</b> <b>Elimina la Cronologia Recente</b> - + Earlier Today Oggi - + Week Settimana - + Month Mese - + All Tutti @@ -1299,7 +1309,7 @@ Salva come... - + NoNameDownload DownloadSenzaNome @@ -1678,62 +1688,62 @@ Pagina senza nome - + January Gennaio - + February Febbraio - + March Marzo - + April Aprile - + May Maggio - + June Giugno - + July Luglio - + August Agosto - + September Settembre - + October Otobre - + November Novembre - + December Dicembre @@ -2191,7 +2201,7 @@ - + Note: You cannot delete active profile. Nota: Non puoi cancellare un profilo attivo. @@ -2330,12 +2340,12 @@ Cancella i contenuti HTML5 salvati in locale alla chiusura - + JavaScript can access clipboard JavaScript può accedere agli appunti - + Send Do Not Track header to servers Non inviare traccia di intestazione ai server @@ -2506,16 +2516,19 @@ + Port: Porta: + Username: Nome Utente: + Password: Password: @@ -2540,237 +2553,252 @@ Non usare proxy - + + <b>Exceptions</b> + + + + + Server: + Server: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Famiglie di Font</b> - + Standard Standard - + Fixed Fixed - + Serif Serif - + Sans Serif Sans Serif - + Cursive Cursive - + <b>External download manager</b> <b>Gestore dei download esterno</b> - + Use external download manager Usa un gestore dei download esterno - + Executable: Eseguibile: - + Arguments: Argomenti: - + Filter tracking cookies Filtra i cookie traccia - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Attenzione:</b> La corrispondenza esatta del dominio ed il fitraggio dei cookie traccia possono portare al rifiuto di alcuni cookie da certi siti. Se hai problemi con i cookie, prova a disattivare questa opzione! - + Change browser identification: Cambia l'identificazione del browser: - + Fantasy Fantasy - + <b>Font Sizes</b> <b>Dimensioni carattere</b> - + Fixed Font Size Dimensione font fissa - + Default Font Size Dimensione font predefinita - + Minimum Font Size Dimensione font minima - + Minimum Logical Font Size Dimensione minima del carattere logico - + <b>Download Location</b> <b>Percorso file Scaricati</b> - + Ask everytime for download location Chiedi sempre dove salvare - + Use defined location: Usa posizione definita: - - - + + + ... ... - + <b>Download Options</b> <b>Opzioni scaricamento</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Usa file di dialogo nativo di sistema (può o non può causare problemi con il download di contenuti protetti SSL) - + Close download manager when downloading finishes Chiudi il gestore dei download quando termina lo scaricamento - + <b>AutoFill options</b> <b>Opzioni AutoCompletamento</b> - + Allow saving passwords from sites Consenti salvataggio password dai siti - + <b>Cookies</b> <b>Cookie</b> - + Allow storing of cookies Abilita la memorizzazione dei cookie - + Delete cookies on close Cancella cookie alla chiusura - + Match domain exactly Associa il dominio esatto - + Cookies Manager Gestore Cookie - + <b>SSL Certificates</b> <b>Certificati SSl</b> - + SSL Manager Gestore SSL - + Edit CA certificates in SSL Manager Modifica i certificati CA nel gestore SSL - - + + <b>Other</b> <b>Altro</b> - + Send Referer header to servers Invia traccia di intestazione ai server - + Block popup windows Blocca i popup - + <b>Notifications</b> <b>Notifiche</b> - + Use OSD Notifications Usa notifiche OSD - + Use Native System Notifications (Linux only) Utilizza le notifiche native di sistema (solo Linux) - + Do not use Notifications Non usare notifiche - + Expiration timeout: Scadenza timeout: - + seconds secondi - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Nota:</b>È possibile modificare la posizione di notifica OSD trascinandola sullo schermo. @@ -2790,17 +2818,17 @@ Per cambiare lingua, è necessario riavviare il browser. - + StyleSheet automatically loaded with all websites: Foglio di Stile caricato automaticamente con tutti i siti web: - + Languages Lingue - + <b>Preferred language for web sites</b> <b>Lingua preferita per i siti web</b> @@ -2810,68 +2838,68 @@ Aspetto - + OSD Notification Notifica OSD - + Drag it on the screen to place it where you want. Trascina sullo schermo per posizionarlo dove vuoi. - + Choose download location... Scegli percorso dello scaricamento... - + Choose stylesheet location... Scegli la posizione del foglio di stile... - + Deleted Cancellati - + Choose executable location... Scegli la posizione dell'eseguibile... - + New Profile Nuovo Profilo - + Enter the new profile's name: Inserisci il nuovo nome profilo: - - + + Error! Errore! - + This profile already exists! Questo profilo esiste già! - + Cannot create profile directory! Impossibile creare la directory del profilo! - + Confirmation Conferma - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Sei sicuro di voler cancellare definitivamente "%1" il profilo? Questa azione non può essere annullata! @@ -3201,18 +3229,18 @@ (Navigazione Anonima) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again Non chiedere più - + There are still open tabs Ci sono delle schede ancora aperte @@ -3380,37 +3408,37 @@ Are you sure to quit QupZilla? Apri file... - + Are you sure you want to turn on private browsing? Sei sicuro di voler avviare la navigazione anonima? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Quando la navigazione anonima è attiva, alcune azioni riguardanti la tua privacy potrebbero essere disabilitate: - + Webpages are not added to the history. Le pagine web non vengono aggiunte alla cronologia. - + Current cookies cannot be accessed. Non si può accedere ai cookie correnti. - + Your session is not stored. La Sessione non è memorizzata. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Fino alla chiusura della finestra è sempre possibile fare clic sui pulsanti Avanti e Indietro per tornare alla pagine web che hai aperto. - + Start Private Browsing Avvia navigazione anonima @@ -3486,18 +3514,18 @@ Are you sure to quit QupZilla? Informazioni su QupZilla - + Configuration Information - + Browser Identification Identificazione Browser - + Paths Percorsi @@ -3508,103 +3536,103 @@ Are you sure to quit QupZilla? - + Version Versione - + WebKit version Versione WebKit - + Application version - + Qt version - + Build time Rilascio versione - + Platform Piattaforma - + Profile Profilo - + Preferences Preferenze - + Build Configuration - + Option - + Value Valore - + Extensions - + Name - + Author - + Description - + Settings Impostazioni - + Saved session Salva sessione - + Pinned tabs Segna scheda - + Data Dati - + Themes Temi @@ -3613,7 +3641,7 @@ Are you sure to quit QupZilla? Plugins - + Translations Traduzioni @@ -3638,145 +3666,145 @@ Are you sure to quit QupZilla? Traduttori - + Speed Dial Speed dial - + Add New Page Aggiungi nuova pagina - + Apply Applica - + Close Chiudi - + Speed Dial settings Impostazioni di Speed Dial - + Placement: Posizione: - + Auto Automatico - + Cover Cover - + Fit Adatta - + Fit Width Adatta alla larghezza - + Fit Height Adatta all'altezza - + Use background image Utilizza immagine di sfondo - + Select image Seleziona immagine - + Maximum pages in a row: Numero massimo di pagine in una riga: - + Change size of pages: Cambia la dimesione delle pagine: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + No available extensions. - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + Load title from page Carica titolo dalla pagina - + Edit Modifica - + Remove Rimuovi @@ -3795,27 +3823,27 @@ Are you sure to quit QupZilla? - + Information about version Informazioni sulla versione - + Reload Ricarica - + Url Url - + Title Titolo - + New Page Nuova pagina @@ -4184,138 +4212,171 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari Informazioni sito - + General Generale - + Media Media - + + Databases + + + + Security Sicurezza - + + Size: Dimensione: - + Site address: Indirizzo sito: - + Encoding: Codifica: - + Meta tags of site: Meta tag del sito: - + Tag Tag - + Value Valore - + <b>Security information</b> <b>Informazioni di sicurezza</b> - + Details Dettagli - + Image Immagine - + Image address Indirizzo immagine - + <b>Preview</b> <b>Anteprima</b> + + + <b>Database details</b> + + + + + Name: + Nome: + + + + Path: + Percorso: + + + + + + <database not selected> + + <not set in certificate> <non impostato nel certificato> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Connessione protetta</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>La connessione a questa pagina è protetta con questo certificato: </b> - + <b>Connection Not Encrypted.</b> <b>Connessione non protetta.</b> - + <b>Your connection to this page is not secured!</b> <b>La connessione a questa pagina non è sicura!</b> - + Copy Image Location Copia posizione immagine - + Copy Image Name Copia nome immagine - + Save Image to Disk Salva immagine - - + + Error! Errore! - + This preview is not available! Questa anteprima non è disponibile! - + Save image... Salva immagine... - + Cannot write to file! Impossibile scrivere sul file! - + Preview not available Anteprima non disponibile @@ -4538,6 +4599,14 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari Caricamento impossibile + + SqueezeLabelV2 + + + Copy + Copia + + TabBar @@ -4624,39 +4693,39 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari Nuova scheda - + Loading... Caricamento... - + No Named Page Pagina senza nome - + Currently you have %1 opened tabs Attualmente hai %1 schede aperte - - - + + + New tab Nuova scheda - + Empty Vuoto - + Restore All Closed Tabs Ripristina tutte le schede chiuse - + Clear list Pulisci lista @@ -4827,62 +4896,67 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari Cntenuto non trovato - + + Unknown network error + + + + AdBlocked Content Contenuto bloccato (AdBlock) - + Blocked by rule <i>%1</i> Bloccato dalla regola <i>%1</i> - + Content Access Denied Accesso al contenuto negato - + Error code %1 Errore codice %1 - + Failed loading page Caricamento pagina fallito - + QupZilla can't load page from %1. QupZilla non può caricare la pagina da %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Controllare l'indirizzo per errori di battitura come <b>ww.</b>esempio.com invece di <b>www.</b>esempio.com - + If you are unable to load any pages, check your computer's network connection. Se non si riesce a caricare nessuna pagina, controllare la connessione di rete del compiuter. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che QupZilla sia autorizzato ad accedere al Web. - + Try Again Prova di nuovo - + JavaScript alert - + Prevent this page from creating additional dialogs Evita che questa pagina crei finestre di dialogo aggiuntive @@ -4891,7 +4965,7 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari Avviso JavaScript - %1 - + Choose file... Scegli il file... @@ -4922,233 +4996,233 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari WebView - + Open link in new &tab Apri il link in una &nuova scheda - + Open link in new &window Apri il link in una nuova &finestra - + B&ookmark link Aggi&ungi il link ai segnalibri - + &Save link as... &Salva il link come... - + Send link... Invia link... - + &Copy link address Copia indiri&zzo link - + Show i&mage Mostra imma&gine - + Copy im&age Copia im&magine - + Copy image ad&dress Copia in&dirizzo immagine - + &Save image as... Sa&lva immagine come... - + Send image... Invia immagine... - + &Back &Indietro - + Create Search Engine - + &Forward &Avanti - - + + &Reload &Ricarica - + S&top S&top - + This frame Questa cornice - + Show &only this frame Mostra s&olo questa cornice - + Show this frame in new &tab Mostra questa cornice in una nuova &scheda - + Print frame Stampa cornice - + Zoom &in &Ingrandisci - + &Zoom out &Riduci - + Reset Ripristina - + Show so&urce of frame Mostra sor&gente della cornice - + Book&mark page Aggi&ungi la pagina ai Segnalibri - + &Save page as... Sa&lva pagina come... - + &Copy page link &Copia indirizzo pagina - + Send page link... Invia l'indirizzo della pagina... - + &Print page S&tampa pagina - + Send text... Invia testo... - + Google Translate Google Traduttore - + Dictionary Dizionario - + Go to &web address Vai all'indirizzo &web - + Search with... - + &Play &Play - + &Pause &Pausa - + Un&mute Volu&me attivato - + &Mute &Muto - + &Copy Media Address &Copia indirizzo media - + &Send Media Address &Invia indirizzo media - + Save Media To &Disk Salva media su &disco - + Select &all Seleziona &tutto - + Validate page Convalida la pagina - + Show so&urce code Mostra codice so&rgente - + Show info ab&out site Mostra info su&l sito - + Search "%1 .." with %2 Cerca "%1 .." con %2 diff --git a/translations/ja_JP.ts b/translations/ja_JP.ts index ec9cb1246..b5f880555 100644 --- a/translations/ja_JP.ts +++ b/translations/ja_JP.ts @@ -822,6 +822,15 @@ All すべて + + Clear web databases + webデータベースを消去する + + + Clear local storage + 未定 + local strageを消去する + ClickToFlash @@ -2298,6 +2307,18 @@ なにこれこわい エクステンション + + <b>Exceptions</b> + <b>例外</b> + + + Server: + サーバー: + + + Use different proxy for https connection + https接続の際には異なるプロキシを使用する + QObject @@ -3484,6 +3505,30 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Preview not available この画像のプレビューはできません + + Databases + データベース + + + <b>Database details</b> + <b>データベースの詳細</b> + + + Name: + 名前: + + + Path: + パス: + + + <database not selected> + <データベースが選択されていません> + + + No databases are used by this page. + このページではデータベースは使用されていません。 + SiteInfoWidget @@ -3664,6 +3709,13 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 画像ファイル + + SqueezeLabelV2 + + Copy + コピー + + TabBar @@ -3964,6 +4016,10 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla JavaScript alert Javascriptアラート + + Unknown network error + 予期しないエラーが発生しました + WebSearchBar diff --git a/translations/ka_GE.ts b/translations/ka_GE.ts index f79e099fc..492e5d6b0 100644 --- a/translations/ka_GE.ts +++ b/translations/ka_GE.ts @@ -810,6 +810,14 @@ All ყველა + + Clear web databases + + + + Clear local storage + + ClickToFlash @@ -2248,6 +2256,18 @@ Extensions + + <b>Exceptions</b> + + + + Server: + სერვერი: + + + Use different proxy for https connection + + QObject @@ -3398,6 +3418,30 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Preview not available გადახედვა ხელმიუწვდომელია + + Databases + + + + <b>Database details</b> + + + + Name: + სახელი: + + + Path: + მდებარეობა: + + + <database not selected> + + + + No databases are used by this page. + + SiteInfoWidget @@ -3575,6 +3619,13 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla + + SqueezeLabelV2 + + Copy + კოპირება + + TabBar @@ -3864,6 +3915,10 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla JavaScript alert + + Unknown network error + + WebSearchBar diff --git a/translations/nl_NL.ts b/translations/nl_NL.ts index 219a5f9fc..bab40a9ab 100644 --- a/translations/nl_NL.ts +++ b/translations/nl_NL.ts @@ -283,8 +283,8 @@ - - + + Show Passwords Toon wachtwoorden @@ -304,63 +304,63 @@ Exporteer wachtwoorden naar bestand... - + Are you sure that you want to show all passwords? Weet u zeker dat u alle wachtwoorden wilt tonen? - + Hide Passwords Verberg wachtwoorden - + Confirmation Bevestiging - + Are you sure to delete all passwords on your computer? Weet u zeker dat u alle wachtwoorden op uw computer wilt verwijderen? - + Edit password Bewerk wachtwoord - + Change password: Verander wachtwoord: - - + + Choose file... Kies bestand... - + Cannot read file! Kan bestand niet lezen! - + Successfully exported Succesvol geexporteerd - + Error while importing! Fout tijdens importeren! - + Successfully imported Succesvol geimporteerd - + Cannot write to file! Kan niet naar bestand schrijven! @@ -1017,47 +1017,57 @@ Verwijder geschiedenis - + + Clear web databases + Verwijder web-databases + + + + Clear local storage + Verwijder lokale opslag + + + Clear cookies Verwijder cookies - + Clear cache Verwijder cache - + Clear icons - Verwijder iconen + Verwijder pictogrammen - + Clear cookies from Adobe Flash Player Verwijder cookies van Adobe Flash Player - + <b>Clear Recent History</b> <b>Verwijder recente geschiedenis</b> - + Earlier Today Eerder vandaag - + Week Week - + Month Maand - + All Alles @@ -1300,7 +1310,7 @@ Bestand opslaan als... - + NoNameDownload GeenNaamVoorDownload @@ -1679,62 +1689,62 @@ werd niet gevonden! Niet-benoemde pagina - + January Januari - + February Februari - + March Maart - + April April - + May Mei - + June Juni - + July Juli - + August Augustus - + September September - + October Oktober - + November November - + December December @@ -2163,7 +2173,7 @@ werd niet gevonden! Sta toe dat netwerkcache op schijf wordt opgeslagen - + <b>Cookies</b> <b>Cookies</b> @@ -2244,7 +2254,7 @@ werd niet gevonden! - + Note: You cannot delete active profile. Noot: U kunt het actieve profiel niet verwijderen. @@ -2279,7 +2289,7 @@ werd niet gevonden! Sta DNS-prefetch toe - + JavaScript can access clipboard JavaScript kan klembord raadplegen @@ -2301,7 +2311,7 @@ werd niet gevonden! Print element-achtergrond - + Send Do Not Track header to servers Stuur Track Me Niet-header naar servers @@ -2434,212 +2444,227 @@ werd niet gevonden! Proxy-instellingen - + + <b>Exceptions</b> + <b>Uitzonderingen</b> + + + + Server: + Server: + + + + Use different proxy for https connection + Gebruik andere proxy voor https-verbinding + + + <b>Font Families</b> <b>Lettertype-families</b> - + Standard Standaard - + Fixed Vast - + Serif Serif - + Sans Serif Sans Serif - + Cursive Cursief - + Fantasy Fantasie - + <b>Font Sizes</b> <b>Lettertype-groottes</b> - + Fixed Font Size Vastgezette lettergrootte - + Default Font Size Standaard lettergrootte - + Minimum Font Size Minimale lettergrootte - + Minimum Logical Font Size Minimale logische lettergrootte - + <b>Download Location</b> <b>Downloadlocatie</b> - + Ask everytime for download location Vraag elke keer om downloadlocatie - + Use defined location: Gebruik de volgende locatie: - - - + + + ... ... - + <b>Download Options</b> <b>Download-instellingen</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Gebruik systeem bestands-dialoogvenster (kan wellicht problemen veroorzaken met het downloaden van SSL-beveiligde inhoud) - + Close download manager when downloading finishes Sluit downloadbeheerder wanneer downloaden voltooid is - + <b>External download manager</b> <b>Externe downloadmanager</b> - + Use external download manager Gebruik externe downloadmanager - + Executable: Uitvoerbaar: - + Arguments: Argumenten: - + Filter tracking cookies Filter opsporingscookies - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Waarschuwing:</b> Exact overeenkomen met domein en filter opsporingscookies kan leiden tot weigering van cookies door sites. Indien u problemen heeft met cookies, probeer dan deze opties eerst uit te schakelen! - + <b>SSL Certificates</b> <b>SSL-certificaten</b> - + Edit CA certificates in SSL Manager Bewerk CA-certificaten in SSL-beheerder - - + + <b>Other</b> <b>Overig</b> - + Send Referer header to servers Verstuur refereerkop naar servers - + Block popup windows Blokkeer popup-vensters - + <b>Notifications</b> <b>Meldingen</b> - + Use OSD Notifications Gebruik OSD-meldingen - + Use Native System Notifications (Linux only) Gebruik systeemmeldingen (geldt alleen voor Linux) - + Do not use Notifications Gebruik geen meldingen - + Expiration timeout: Vervaltijd-timeout: - + seconds seconden - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Noot: </b> U kunt de positie van OSD-meldingen veranderen door te verslepen op het scherm. - + Change browser identification: Verander browser-indentificatie: - + StyleSheet automatically loaded with all websites: Stylesheet welke automatisch geladen wordt met alle websites: - + Languages Talen - + <b>Preferred language for web sites</b> <b>Voorkeurstalen voor websites</b> @@ -2685,16 +2710,19 @@ werd niet gevonden! + Port: Poort: + Username: Gebruikersnaam: + Password: Wachtwoord: @@ -2733,12 +2761,12 @@ werd niet gevonden! Wachtwoordbeheerder - + <b>AutoFill options</b> <b>AutoAanvullen-instellingen</b> - + Allow saving passwords from sites Sta opslaan van wachtwoorden van sites toe @@ -2748,22 +2776,22 @@ werd niet gevonden! Privacy - + Allow storing of cookies Sta opslag van cookies toe - + Delete cookies on close Verwijder cookies bij afsluiten - + Match domain exactly Exact overeenkomen domein - + Cookies Manager Cookies-beheerder @@ -2799,7 +2827,7 @@ werd niet gevonden! Voeg .nl-domein toe door de ALT-toets in te drukken - + SSL Manager SSL-beheerder @@ -2814,68 +2842,68 @@ werd niet gevonden! Om de gekozen taal toe te passen, moet u de browser herstarten. - + OSD Notification OSD-melding - + Drag it on the screen to place it where you want. Versleep het op het scherm en plaats het waar U wilt. - + Choose download location... Kies downloadlocatie... - + Choose stylesheet location... Kies stylesheet-locatie... - + Deleted Verwijderd - + Choose executable location... Kies uitvoerbaar bestands-locatie... - + New Profile Nieuw profiel - + Enter the new profile's name: Voer de nieuw profielnaam in: - - + + Error! Fout! - + This profile already exists! Dit profiel bestaat reeds! - + Cannot create profile directory! Kan profielmap niet aanmaken! - + Confirmation Bevestiging - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Weet u zeker dat u profiel "%1"wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt! @@ -3144,19 +3172,19 @@ werd niet gevonden! Alle bestanden - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? Er zijn nog steeds %1 openstaande tabbladen en uw sessie wordt niet opgeslagen. Weet u zeker dat u QupZIlla wilt afsluiten? - + Don't ask again Vraag nooit meer - + There are still open tabs Er zijn nog openstaande tabbladen @@ -3240,17 +3268,17 @@ Weet u zeker dat u QupZIlla wilt afsluiten? %1 - QupZilla - + Current cookies cannot be accessed. Huidige cookies kunnen niet worden benaderd. - + Your session is not stored. Uw sessie is niet bewaard. - + Start Private Browsing Start incognito browsen @@ -3399,22 +3427,22 @@ Weet u zeker dat u QupZIlla wilt afsluiten? Open bestand... - + Are you sure you want to turn on private browsing? Weet u zeker dat u incognito browsen wilt inschakelen? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Wanneer incognito browsen is ingeschakeld, zullen sommige acties aangaande uw privacy uitgeschakeld worden: - + Webpages are not added to the history. Webpagina's worden niet toegevoegd aan uw geschiedenis. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Totdat u dit venster afsluit, kunt nog steeds op de Terug en Vooruit-knoppen klikken om terug naar de webpagina's te gaan die u hebt geopend. @@ -3490,18 +3518,18 @@ Weet u zeker dat u QupZIlla wilt afsluiten? Over QupZilla - + Configuration Information Informatie over configuratie - + Browser Identification Browser-identificatie - + Paths Paden @@ -3512,103 +3540,103 @@ Weet u zeker dat u QupZIlla wilt afsluiten? - + Version Versie - + WebKit version WebKit-versie - + Application version Programma-versie - + Qt version Qt-versie - + Build time Bouwtijd - + Platform Platform - + Profile Profiel - + Preferences Instellingen - + Build Configuration Bouwconfiguratie - + Option Optie - + Value Waarde - + Extensions Extensies - + Name Naam - + Author Auteur - + Description Beschrijving - + Settings Instellingen - + Saved session Opgeslagen sessie - + Pinned tabs Vastgepinde tabbladen - + Data Data - + Themes Thema's @@ -3617,7 +3645,7 @@ Weet u zeker dat u QupZIlla wilt afsluiten? Plugins - + Translations Vertalingen @@ -3642,87 +3670,87 @@ Weet u zeker dat u QupZIlla wilt afsluiten? Vertalers - + Speed Dial Speed Dial - + Add New Page Voeg nieuwe pagina toe - + Apply Pas toe - + Close Sluit - + Speed Dial settings Snelkiezer-instellingen - + Placement: Plaatsing: - + Auto Auto - + Cover Overlappend - + Fit Passend - + Fit Width Pas in breedte - + Fit Height Pas in hoogte - + Use background image Gebruik achtergrondafbeelding - + Select image Selecteer afbeelding - + Maximum pages in a row: Maximaal pagina´s in een rij: - + Change size of pages: Verander grootte van pagina´s: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. Deze pagina bevat informatie over QupZilla's huidige configuratie - nuttig voor probleemoplossing. Verstuur deze informatie mee bij het verzenden van bug-rapporten. - + No available extensions. Geen beschikbare extensies. @@ -3731,45 +3759,45 @@ Weet u zeker dat u QupZIlla wilt afsluiten? Deze pagina bevast informatie over QupZilla's huidige configuratie, plugins, etc, alle relevante informatie voor probleemoplossing. Vermeld deze alstublieft bij het verzenden van bugrapportages. - + Disabled Uitgeschakeld - - - - - + + + + + <b>Enabled</b> <b>Ingeschakeld</b> - + Debug build Debugbare bouw - + WebGL support WebGL-ondersteuning - + Windows 7 API Windows 7-API - + KDE integration KDE-integratie - + Portable build Meeneembare bouw @@ -3778,17 +3806,17 @@ Weet u zeker dat u QupZIlla wilt afsluiten? Geen beschikbare plugins. - + Load title from page Laad titel van pagina - + Edit Bewerk - + Remove Verwijder @@ -3807,27 +3835,27 @@ Weet u zeker dat u QupZIlla wilt afsluiten? - + Information about version Informatie over versie - + Reload Herlaad - + Url URL - + Title Titel - + New Page Nieuwe pagina @@ -4196,73 +4224,101 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te Site-info - + General Algemeen - + Media Media - + + Databases + Databases + + + Security Beveiliging - + + Size: Grootte: - + Encoding: Tekenset: - + Tag Tag - + Value Waarde - + <b>Security information</b> <b>Beveiligingsinformatie</b> - + Details Details - + Image Afbeelding - + Image address Afbeeldingsadres - + <b>Preview</b> <b>Voorbeeld</b> - + + <b>Database details</b> + <b>Database-details</b> + + + + Name: + Naam: + + + + Path: + Pad: + + + + + + <database not selected> + <database niet geselecteerd> + + + Site address: Site address Website-adres: - + Meta tags of site: Metatags van website: @@ -4272,63 +4328,68 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te <niet aangegeven in certificaat> - + + No databases are used by this page. + Er zijn geen databases in gebruik door deze pagina. + + + <b>Connection is Encrypted.</b> <b>Verbinding is beveiligd.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Uw verbinding met deze pagina is beveiligd met dit certifitcaat: </b> - + <b>Connection Not Encrypted.</b> <b>Verbinding niet beveiligd.</b> - + <b>Your connection to this page is not secured!</b> <b>Uw verbinding met deze pagina is niet beveiligd!</b> - + Copy Image Location Kopieer afbeeldingslocatie - + Copy Image Name Kopieer afbeeldingsnaam - + Save Image to Disk Sla afbeelding op op schijf - - + + Error! Fout! - + This preview is not available! Dit voorbeeld is niet beschikbaar! - + Save image... Sla afbeelding op... - + Cannot write to file! Kan niet schrijven naar bestand! - + Preview not available Voorbeeld niet beschikbaar @@ -4551,6 +4612,14 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te Niet in staat om te laden + + SqueezeLabelV2 + + + Copy + Kopieer + + TabBar @@ -4637,39 +4706,39 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te Nieuw tabblad - + Loading... Bezig met laden... - + No Named Page Niet-benoemde pagina - + Currently you have %1 opened tabs Eigenlijk heeft U %1 geopende tabbladen - - - + + + New tab Nieuw tabblad - + Empty Leeg - + Restore All Closed Tabs Herstel alle gesloten tabbladen - + Clear list Wis lijst @@ -4839,62 +4908,67 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te Inhoud niet gevonden - + + Unknown network error + Onbekende netwerkfout + + + AdBlocked Content Door AdBlock geblokkeerde inhoud - + Blocked by rule <i>%1</i> Geblokkeerd door regel <i>%1</i> - + Content Access Denied Inhoudstoegang geweigerd - + Error code %1 Foutcode %1 - + Failed loading page Mislukt om pagina te laden - + QupZilla can't load page from %1. QupZilla kan de pagina niet laden van %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Controleer het adres op typfouten zoals <b>ww.</b>voorbeeld.nl in plaats van <b>www.</b>voorbeeld.nl - + If you are unable to load any pages, check your computer's network connection. Indien u niet in staat bent om eender welke pagina te laden, controleer dan uw netwerkverbinding. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Indien uw computer of netwerk beveiligd is door een firewall of proxy, zorg dan dat QupZilla toestemming heeft om het web te benaderen. - + Try Again Probeer nogmaals - + JavaScript alert JavaScript-waarschuwing - + Prevent this page from creating additional dialogs Voorkom dat deze pagina extra dialoogvensters aanmaakt @@ -4903,7 +4977,7 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te JavaScript-waarschuwing - %1 - + Choose file... Kies bestand... @@ -4934,223 +5008,223 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te WebView - + Open link in new &tab Open link in nieuw &tabblad - + Open link in new &window Open link in nieuw &venster - + B&ookmark link B&ladwijzer link - + &Save link as... &Sla link op als... - + &Copy link address &Kopieer linkadres - + Show i&mage Toon af&beelding - + Copy im&age &Kopieer afbeelding - + Copy image ad&dress Kopieer af&beeldingsadres - + S&top &Stop - + Create Search Engine Creeer zoekmachine - + This frame Dit frame - + Show &only this frame Toon &alleen dit frame - + Show this frame in new &tab Toon dit frame in nieuw &tabblad - + Print frame Druk frame af - + Zoom &in Zoom &in - + &Zoom out &Zoom uit - + Reset Zet terug - + Show so&urce of frame Toon &bron van frame - + &Copy page link &Kopieer paginalink - + Send page link... Verstuur paginalink... - + &Print page &Print pagina - + Validate page Valideer pagina - + Show info ab&out site Toon info &over site - + Search with... Zoek met... - + &Play &Speel af - + &Pause &Pauzeer - + Un&mute Ont&demp - + &Mute &Demp - + &Copy Media Address &Kopieer media-adres - + &Send Media Address &Verstuur media-adres - + Save Media To &Disk Sla media op naar &schijf - + &Save image as... &Sla afbeelding op als... - + &Back &Terug - + &Forward &Vooruit - - + + &Reload &Herlaad - + Book&mark page &Bladwijzer pagina - + &Save page as... &Sla pagina op als... - + Select &all &Selecteer alles - + Show so&urce code &Toon broncode - + Send text... Verstuur tekst... - + Google Translate Google Vertalen - + Dictionary Woordenboek - + Go to &web address Ga naar &webadres - + Search "%1 .." with %2 Zoek "%1 .." met %2 @@ -5160,12 +5234,12 @@ Na het toevoegen of verwijderen van paden, is het noodzakelijk om de browser te Niet benoemde pagina - + Send link... Verstuur link... - + Send image... Verstuur afbeelding... diff --git a/translations/pl_PL.ts b/translations/pl_PL.ts index cd6d0f4c6..0cfcd19aa 100644 --- a/translations/pl_PL.ts +++ b/translations/pl_PL.ts @@ -284,8 +284,8 @@ - - + + Show Passwords Pokaż hasła @@ -305,63 +305,63 @@ Eksportuj hasła do pliku... - + Are you sure that you want to show all passwords? Czy na pewno chcesz pokazać wszystkie hasła? - + Hide Passwords Ukryj hasła - + Confirmation Potwierdzenie - + Are you sure to delete all passwords on your computer? Czy na pewno chcesz usunąć wszystkie hasła zapisane na komputerze? - + Edit password Edytuj hasło - + Change password: Zmień hasło: - - + + Choose file... Wybierz plik... - + Cannot read file! Nie można odczytać pliku! - + Successfully exported Eksportowanie udane - + Error while importing! Błąd podczas importowania! - + Successfully imported Importowanie udane - + Cannot write to file! Nie można zapisać do pliku! @@ -1018,47 +1018,57 @@ Usuń historię - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies Usuń cisteczka - + Clear cache Wyczyść pamięć podręczną - + Clear icons Usuń ikony - + Clear cookies from Adobe Flash Player Usuń cisteczka z Adobe Flash Player - + <b>Clear Recent History</b> <b>Wyczyść historię</b> - + Earlier Today Z dzisiaj - + Week Z tygodnia - + Month Z miesiąca - + All Wszystko @@ -1300,7 +1310,7 @@ Zapisz plik jako... - + NoNameDownload Bez nazwy @@ -1679,62 +1689,62 @@ Strona bez nazwy - + January Styczeń - + February Luty - + March Marzec - + April Kwiecień - + May Maj - + June Czerwiec - + July Lipiec - + August Sierpień - + September Wrzesień - + October Październik - + November Listopad - + December Grudzień @@ -2196,7 +2206,7 @@ Włącz pamięć podręczną dysku - + <b>Cookies</b> <b>Ciasteczka</b> @@ -2282,90 +2292,90 @@ Wyczyść teraz - + Ask everytime for download location Zawsze pytaj gdzie zapisać pobierane - + Use defined location: Użyj określonej lokalizacji: - - - + + + ... ... - + <b>External download manager</b> <b>Zewnętrzny menedżer pobierania</b> - + Use external download manager Używaj zewnętrznego menedżera pobierania - + Executable: Program: - + Arguments: Argumenty: - + Filter tracking cookies Filtruj śledźące ciasteczka - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Uwaga:</b> Włączenie opcji dokładnego dopasowania domeny i filtrowania śledzącego ciasteczka może doprowadzić do blokowania niektórych ciasteczek. Jeśli wystąpią z nimi problemy, spróbuj wyłączyć te opcje! - + <b>SSL Certificates</b> <b>Certyfikaty SSL</b> - + Edit CA certificates in SSL Manager Edytuj certyfikaty CA w menedżerze SSL - - + + <b>Other</b> <b>Inne</b> - + Send Referer header to servers Wysyłaj nagłówek odsyłający do serwerów - + Block popup windows Blokuj wyskakujące okna - + Languages Języki - + <b>Preferred language for web sites</b> <b>Język preferowany dla stron</b> - + Change browser identification: Zmień identyfikację przeglądarki: @@ -2399,12 +2409,12 @@ Menedżer haseł - + <b>AutoFill options</b> <b>Opcje autouzupełniania</b> - + Allow saving passwords from sites Pozwól na zapisywanie haseł dla stron @@ -2420,7 +2430,7 @@ - + Note: You cannot delete active profile. Notka: Nie można usunąć aktywnego profilu. @@ -2445,7 +2455,7 @@ Włącz DNS Prefetch - + JavaScript can access clipboard JavaScript może uzyskać dostęp do schowka @@ -2467,7 +2477,7 @@ Drukuj element tła - + Send Do Not Track header to servers Wysyłaj serwerom nagłówek Do Not Track @@ -2584,144 +2594,159 @@ Ustawienia systemowe - + + <b>Exceptions</b> + + + + + Server: + Serwer: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Rodzaje czcionek</b> - + Standard Standardowa - + Fixed Proporcjonalna - + Serif Szeryfowa - + Sans Serif Bezszeryfowa - + Cursive Kursywa - + Fantasy Fantazyjna - + <b>Font Sizes</b> <b>Rozmiary czcionek</b> - + Fixed Font Size Rozmiar czcionki proporcjonalnej - + Default Font Size Rozmiar czcionki domyślnej - + Minimum Font Size Minimalny rozmiar czcionki - + Minimum Logical Font Size Minimalny logiczny rozmiar czcionki - + <b>Download Location</b> <b>Lokalizacja dla pobierania</b> - + <b>Download Options</b> <b>Opcje pobierania</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Użyj systemowych okien dialogowych (może powodować problemy z pobieraniem treści zabezpieczonych protokołem SSL) - + Close download manager when downloading finishes Zamknij menedżer pobierania po ukończeniu pobierania - + Allow storing of cookies Pozwól na zapisywanie ciasteczek - + Delete cookies on close Usuń ciasteczka przy zamykaniu przeglądarki - + Match domain exactly Dokładnie dopasowuj domeny - + Cookies Manager Menedżer ciasteczek - + <b>Notifications</b> <b>Powiadomienia</b> - + Use OSD Notifications Użyj powiadomień OSD - + Use Native System Notifications (Linux only) Użyj natywnych powiadomień systemowych (tylko Linux) - + Do not use Notifications Nie pokazuj powiadomień - + Expiration timeout: Czas do wygaśnięcia: - + seconds sekund - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Uwaga: </b>Możesz zmienić położenie powiadomień OSD, przenosząc je po ekranie. - + StyleSheet automatically loaded with all websites: Styl automatycznie ładowany z wszystkimi stronami: @@ -2747,16 +2772,19 @@ + Port: Port: + Username: Nazwa użytkownika: + Password: Hasło: @@ -2797,7 +2825,7 @@ Dodaj domenę .pl po naciśnięciu klawisza ALT - + SSL Manager Menedżer SSL @@ -2812,68 +2840,68 @@ Aby zmienić język należy uruchomić ponownie przeglądarke. - + OSD Notification Powiadomienia OSD - + Drag it on the screen to place it where you want. Przenieś to w miejsce które chcesz. - + Choose download location... Wybierz miejsce pobierania... - + Choose stylesheet location... Wybierz położenie stylu... - + Deleted Wyczyszczono - + Choose executable location... Wybierz program... - + New Profile Nowy profil - + Enter the new profile's name: Wpisz nową nazwe profilu: - - + + Error! Błąd! - + This profile already exists! Taki profil już istnieje! - + Cannot create profile directory! Nie można utworzyć katalogu profilu! - + Confirmation Potwierdzenie - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Czy jesteś pewny że chcesz usunąć profil "%1"? Akcji ten nie będzie można cofnąć! @@ -3107,18 +3135,18 @@ Najczęściej odwiedzane - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again Nie pytaj ponownie - + There are still open tabs Nadal są otwarte karty @@ -3242,17 +3270,17 @@ Are you sure to quit QupZilla? - + Current cookies cannot be accessed. Aktualne ciasteczka nie są dostępne. - + Your session is not stored. Twoja sesja nie jest przechowywana. - + Start Private Browsing Uruchom tryb prywatny @@ -3396,22 +3424,22 @@ Are you sure to quit QupZilla? Otwórz plik... - + Are you sure you want to turn on private browsing? Czy na pewno chcesz włączyć tryb prywatny? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Kiedy tryb prywatny jest włączony, niektóre działania naruszające twoją prywatność będą wyłączone: - + Webpages are not added to the history. Strony internetowe nie są dodawane do historii. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Do zamknięcia okna, możesz używać Wstecz i Dalej aby powrócić do stron jakie miałeś otwarte. @@ -3487,18 +3515,18 @@ Are you sure to quit QupZilla? O QupZilli - + Configuration Information - + Browser Identification Identyfikator przeglądarki - + Paths Ścieżki @@ -3509,103 +3537,103 @@ Are you sure to quit QupZilla? - + Version Wersja - + WebKit version Wersja WebKit - + Application version - + Qt version - + Build time Zbudowana - + Platform Platforma - + Profile Profil - + Preferences Ustawienia - + Build Configuration - + Option - + Value Wartość - + Extensions - + Name - + Author - + Description - + Settings Ustawienia - + Saved session Zapisana sesja - + Pinned tabs Przypięte karty - + Data Data - + Themes Motywy @@ -3614,7 +3642,7 @@ Are you sure to quit QupZilla? Wtyczki - + Translations Tłumaczenia @@ -3639,145 +3667,145 @@ Are you sure to quit QupZilla? Tłumacze - + Speed Dial Speed Dial - + Add New Page Dodaj Nową Stronę - + Apply Potwierdź - + Close Zamknij - + Speed Dial settings Ustawienia szybkiego wybierania - + Placement: Położenie: - + Auto Auto - + Cover Zmieść - + Fit Dopasuj - + Fit Width Dopasuj szerokość - + Fit Height Dopasuj wysokość - + Use background image Użyj obrazu tła - + Select image Wybierz obraz - + Maximum pages in a row: Maksymalna ilość stron w wierszu: - + Change size of pages: Zmień rozmiar miniatur: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + No available extensions. - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + Load title from page Pobierz tytuł ze strony - + Edit Edytuj - + Remove Usuń @@ -3796,27 +3824,27 @@ Are you sure to quit QupZilla? - + Information about version Informacje o wersji - + Reload Odśwież - + Url Adres - + Title Tytuł - + New Page Nowa strona @@ -4185,72 +4213,100 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi Informacje o stronie - + General Główne - + Media Media - + + Databases + + + + Security Zabezpieczenia - + + Size: Rozmiar: - + Encoding: Kodowanie: - + Tag Tag - + Value Wartość - + <b>Security information</b> <b>Informacje o zabezpieczeniach</b> - + Details Szczególy - + Image Obrazy - + Image address Adres obrazków - + <b>Preview</b> <b>Podgląd</b> - + + <b>Database details</b> + + + + + Name: + Nazwa: + + + + Path: + Ścieżka: + + + + + + <database not selected> + + + + Site address: Adres strony: - + Meta tags of site: Meta tagi na stronie: @@ -4260,63 +4316,68 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi <brak certyfikatu> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Połączenie jest szyfrowane.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Twoje połączenie z tą witryną jest zabezpieczone przez ten certyfikat: </b> - + <b>Connection Not Encrypted.</b> <b>Połączenie nie jest szyfrowane.</b> - + <b>Your connection to this page is not secured!</b> <b>Twoje połączenie z tą stroną nie jest szyfrowane</b> - + Copy Image Location Kopiuj adres obrazka - + Copy Image Name Kopuj nazwe obrazka - + Save Image to Disk Zapisz obraz na dysk - - + + Error! Błąd! - + This preview is not available! Podgląd nie jest dostępny! - + Save image... Zapisz obrazek... - + Cannot write to file! Nie można zapisać do pliku! - + Preview not available Podgląd nie dostępny @@ -4539,6 +4600,14 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi Nie można wczytać + + SqueezeLabelV2 + + + Copy + Kopiuj + + TabBar @@ -4625,39 +4694,39 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi nowa karta - + Loading... Wczytywanie... - + No Named Page Strona bez nazwy - + Currently you have %1 opened tabs Aktualnie otwartych kart: %1 - - - + + + New tab Nowa karta - + Empty Pusta - + Restore All Closed Tabs Przywróć wszystkie zamknięte karty - + Clear list Wyczyść listę @@ -4827,62 +4896,67 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi Zawartość nie znaleziona - + + Unknown network error + + + + AdBlocked Content AdBlock zablokował - + Blocked by rule <i>%1</i> Zablokowano regułą <i>%1</i> - + Content Access Denied Dostęp zablokowany - + Error code %1 Kod błędu %1 - + Failed loading page Błąd ładowania strony - + QupZilla can't load page from %1. QupZilla nie może załadować strony z serwera %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Sprawdź czy adres został wpisnay poprawnie, gdzie zamiast np. <b>ww.</b>serwer.pl powinno być <b>www.</b>serwer.pl - + If you are unable to load any pages, check your computer's network connection. Jeśli nie możesz otworzyć żadnej strony, sprawdź swoje połączenie z internetem. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Jeśli twój komputer lub sieć jest zabezpieczona za pomocą firewalla lub proxy, upewnij się że QupZilla ma zezwolenie na dostęp do sieci. - + Try Again Spróbuj ponownie - + JavaScript alert - + Prevent this page from creating additional dialogs Zapobiegaj otwieraniu dodatkowych okien dialogowych na tej stronie @@ -4891,7 +4965,7 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi Ostrzeżenie JavaScript - %1 - + Choose file... Wybierz plik... @@ -4922,223 +4996,223 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi WebView - + Open link in new &tab O&twórz odnośnik w nowej karcie - + Open link in new &window Ot&wórz odnośnik w nowym oknie - + B&ookmark link D&odaj odnośnik do zakładek - + &Save link as... &Zapisz odnośnik jako... - + &Copy link address &Kopiuj adres odnośnika - + Show i&mage Pokaż o&brazek - + Copy im&age Kopiuj ob&razek - + Copy image ad&dress Kopiuj adres obr&azka - + S&top Za&trzymaj - + Create Search Engine - + This frame Ta ramka - + Show &only this frame P&okaż tylko tą ramkę - + Show this frame in new &tab Pokaż &tą ramkę w nowej karcie - + Print frame Drukuj ramkę - + Zoom &in Po&większ - + &Zoom out Po&mniejsz - + Reset Resetuj - + Show so&urce of frame Pokaż &źródło ramki - + &Copy page link &Kopiuj odnośnik strony - + Send page link... Wyślij odnośnik strony... - + &Print page &Drukuj stronę - + Validate page Sprawdź poprawność strony - + Show info ab&out site Pokaż &informacje o stronie - + Search with... - + &Play O&dtwarzaj - + &Pause &Pauza - + Un&mute Włącz &dźwięk - + &Mute &Wycisz - + &Copy Media Address &Kopiuj adres filmu wideo - + &Send Media Address &Wyślij adres filmu wideo - + Save Media To &Disk &Zapisz film wideo na dysk - + &Save image as... &Zapisz obrazek jako... - + &Back &Wstecz - + &Forward &Dalej - - + + &Reload &Odśwież - + Book&mark page Dodaj &stronę do zakładek - + &Save page as... &Zapisz stronę jako... - + Select &all Zaznacz &wszystko - + Show so&urce code Pokaż &kod źródłowy - + Send text... Wyślij tekst... - + Google Translate Tłumacz Google - + Dictionary Słownik - + Go to &web address Przejdź do adresu &www - + Search "%1 .." with %2 Szukaj "%1 .." z %2 @@ -5148,12 +5222,12 @@ Po dodaniu lub usunięciu ścieżki certyfikatu, konieczne jest ponowne uruchomi Strona bez nazwy - + Send link... Wyślij odnośnik... - + Send image... Wyślij obrazek... diff --git a/translations/pt_BR.ts b/translations/pt_BR.ts index 7538b80e2..778a7d2c1 100644 --- a/translations/pt_BR.ts +++ b/translations/pt_BR.ts @@ -436,7 +436,7 @@ <b>Note:</b> Currently, only import from Html File can import also bookmark folders. - + <b>Observação:</b> Atualmente, estamos importanto favoritos e pastas somente de arquivos HTML. @@ -573,7 +573,7 @@ Open link in current &tab - Abrir link na aba a&tual + Abrir link na guia a&tual &Delete @@ -652,7 +652,7 @@ Show Only Icons - + Mostras Somente Icons @@ -711,11 +711,11 @@ Remove - Remover + Remover Add to Bookmarks - + Adicionar aos Favoritos @@ -838,6 +838,14 @@ Earlier Today Hoje + + Clear web databases + Limpar Banco de Dados da Web + + + Clear local storage + Limpar arquivos temporários + ClickToFlash @@ -878,7 +886,7 @@ CloseDialog There are still open tabs - Ainda existem abas abertas + Você ainda possui guias abertas Don't ask again @@ -973,43 +981,43 @@ Stored Cookies - + Cookies Salvos Cookie Filtering - + Filtrar Cookie <b>Cookie whitelist</b> - + <b>Cookie Whitelist</b> Cookies from these servers will ALWAYS be accepted (even if you have disabled saving cookies) - + Cookies desses servidores SEMPRE serão aceitos (mesmo que você desabilite a função cookies) Add - Adicionar + Adicionar Remove - Remover + Remover <b>Cookie blacklist</b> - + <b>Cookies Blacklist</b> Cookies from these servers will NEVER be accepted - + Cookies desses servidores NUNCA serão aceitos (mesmo que você habilite a função cookies) Add to whitelist - + Adicionar à whitelist Add to blacklist - + Adicionar à Blacklist @@ -1248,7 +1256,7 @@ não foi encontrado! Image files - + Imagens @@ -1408,7 +1416,7 @@ não foi encontrado! LicenseViewer License Viewer - Visualizador de licença + Visualizador de licença @@ -1440,7 +1448,7 @@ não foi encontrado! .co.uk Append domain name on ALT + Enter = Should be different for every country - .com.br + .com.br @@ -1619,11 +1627,11 @@ não foi encontrado! Error! - Erro! + Erro! Cannot load extension! - + Não foi possível carregar essa extensão! @@ -2270,15 +2278,27 @@ não foi encontrado! Allow Netscape Plugins (Flash plugin) - + Permitir Plugins NetScape (Flash plugin) Don't load tabs until selected - + Não carregar guias até ser selecionada Extensions - + Extensões + + + <b>Exceptions</b> + <b>Excessões</b> + + + Server: + Servidor: + + + Use different proxy for https connection + Usar proxy diferente para conexões https @@ -2675,44 +2695,45 @@ não foi encontrado! Configuration Information - + Informações de Configurações HTML files - + Arquivos HTML Image files - + Imagens Text files - + Arquivos de texto All files - + Todos os Arquivos Last session crashed - O navegador foi fechado de forma incorreta + O navegador foi fechado de forma incorreta <b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state? - <b>QupZilla travou :/</b><br/>Oops, parece que a última sessão do QupZilla não foi fechada como o planejado. Pedimos mil desculpas por isso. Você deseja que nós tentassemos abrir a última sessão que você estava? + <b>QupZilla travou :/</b><br/>Oops, parece que a última sessão do QupZilla não foi fechada como o planejado. Pedimos mil desculpas por isso. Você deseja que nós tentassemos abrir a última sessão que você estava? There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Ainda há %1 guias abertas. A sua sessão não será salva. +Você tem certeza que deseja sair do QupZilla? Don't ask again - Não perguntar novamente + Não perguntar novamente There are still open tabs - Ainda existem abas abertas + Ainda existem guias abertas @@ -2931,99 +2952,99 @@ Are you sure to quit QupZilla? E-mail is optional<br/><b>Note: </b>Please read how to make a bug report <a href=%1>here</a> first. - + O Email é opicional<br/><b>Observação:</b>Por favor, leia como reportar um bug <a href=%1>aqui</a> antes. Cover - + Cover Configuration Information - + Informações de Configurações Preferences - Preferências + Preferências Option - + Opções Value - Valor + Valor Name - + Nome Author - + Autor Description - + Descrição Application version - + Versão do Aplicativo Qt version - + Versão do Qt Build Configuration - + Configuração da compilação Disabled - + Desabilitado <b>Enabled</b> - + <b>Habilitado</b> Debug build - + Compilar WebGL support - + Suporte WebGL Windows 7 API - + Windows 7 API KDE integration - + Integração com o KDE Portable build - + Compilação Portátil Extensions - + Extensões No available extensions. - + Não há extensões disponíveis. If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: - + Se você estiver enfrentando problemas com o QupZilla, tente desabilitar as extensões.<br/>Se não funcionar, por favor, preencha o formulário abaixo: Close - Fechar + Fechar This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + Essa página contém informações sobre as configurações atuais do QupZilla - que são importantes para sabermos a causa do problema. Por favor, inclua essas informações quanto for reportar um bug (por favor, escreva em Inglês). @@ -3397,7 +3418,7 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici Save image... - Salvaragem... + Salvar imagem... Security @@ -3421,12 +3442,36 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici <b>Your connection to this page is secured with this certificate: </b> - <b>A conexão para essa página é seguda com um certificado.</b> + <b>A conexão para essa página é sgura por causa desse certificado.</b> Cannot write to file! Não foi possível escrever no arquivo! + + Databases + Banco de Dados + + + <b>Database details</b> + <b>Detalhe do banco de dados</b> + + + Name: + Nome: + + + Path: + Atalho: + + + <database not selected> + <nenhum banco de dados selecionado> + + + No databases are used by this page. + Essa página não usa nenhum banco de dados. + SiteInfoWidget @@ -3601,7 +3646,14 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici Image files - + Imagens + + + + SqueezeLabelV2 + + Copy + Copiar @@ -3695,7 +3747,7 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici Loading... - A carregar... + Carregando... No Named Page @@ -3853,7 +3905,7 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici QupZilla can't load page from %1. - O Qupzilla não conseguiu carregar a página %1. + O QupZilla não conseguiu carregar a página %1. Server not found @@ -3891,7 +3943,11 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici JavaScript alert - + Alerta JavaScript + + + Unknown network error + Erro de rede desconhecido @@ -4081,7 +4137,7 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici &Copy Media Address - &Copiar endereço multimidia + &Copiar endereço multimídia Send text... @@ -4089,7 +4145,7 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici &Send Media Address - &Enviar endereço multimidia + &Enviar endereço multimídia Copy image ad&dress @@ -4097,11 +4153,11 @@ Após adicionar ou remover os caminhos dos certificados, você terá que reinici Search with... - + Procurar com... Create Search Engine - + Criar Motor de Busca diff --git a/translations/pt_PT.ts b/translations/pt_PT.ts index 58d382f4b..9d17e5958 100644 --- a/translations/pt_PT.ts +++ b/translations/pt_PT.ts @@ -283,8 +283,8 @@ - - + + Show Passwords Mostrar senhas @@ -304,63 +304,63 @@ Exportar senhas para o ficheiro... - + Are you sure that you want to show all passwords? Tem a certeza que pretende mostrar todas as senhas? - + Hide Passwords Ocultar senhas - + Confirmation Confirmação - + Are you sure to delete all passwords on your computer? Tem a certeza que pretende eliminar todas as senhas? - + Edit password Editar senha - + Change password: Alterar senha: - - + + Choose file... Escolha o ficheiro... - + Cannot read file! Incapaz de ler o ficheiro! - + Successfully exported Exportado com sucesso - + Error while importing! Ocorreu um erro ao importar! - + Successfully imported Importado com sucesso - + Cannot write to file! Incapaz de escrever no ficheiro! @@ -1017,47 +1017,57 @@ Apagar histórico - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies Apagar cookies - + Clear cache Apagar cache - + Clear icons Apagar ícones - + Clear cookies from Adobe Flash Player Apagar cookies do Adobe Flash Player - + <b>Clear Recent History</b> <b>Apagar histórico recente</b> - + Earlier Today Hoje - + Week Semana - + Month Mês - + All Tudo @@ -1299,7 +1309,7 @@ Gravar ficheiro como... - + NoNameDownload Transferência sem nome @@ -1678,62 +1688,62 @@ não foi encontrado! Página sem nome - + January janeiro - + February fevereiro - + March março - + April abril - + May maio - + June junho - + July julho - + August agosto - + September setembro - + October outubro - + November novembro - + December dezembro @@ -2146,7 +2156,7 @@ não foi encontrado! - + Note: You cannot delete active profile. Nota: não pode eliminar o perfil ativo. @@ -2251,7 +2261,7 @@ não foi encontrado! Ativar o último separador ao fechar o separador ativo - + Change browser identification: Alterar identificação do navegador: @@ -2326,12 +2336,12 @@ não foi encontrado! Eliminar conteúdo HTML5 ao fechar o navegador - + JavaScript can access clipboard Os JavaScripts podem aceder à área de transferência - + Send Do Not Track header to servers Enviar aos servidores uma notificação de não monitorização @@ -2460,16 +2470,19 @@ não foi encontrado! + Port: Porta: + Username: Utilizador: + Password: Senha: @@ -2494,232 +2507,247 @@ não foi encontrado! Não utilizar proxy - + + <b>Exceptions</b> + + + + + Server: + Servidor: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Famílias de letras</b> - + Standard Padrão - + Fixed Fixa - + Serif Serif - + Sans Serif Sans Serif - + Cursive Cursiva - + <b>External download manager</b> <b>Gestor de transferências externo</b> - + Use external download manager Utilizar gestor de transferências externo - + Executable: Executável: - + Arguments: Argumentos: - + Filter tracking cookies Filtrar cookies de rastreio - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Aviso:</b> as opções Coincidente com domínio e Filtrar cookies de rastreio podem recusar alguns cookies das páginas visitadas. Se ocorrem problemas, tente desativar estas opções! - + Fantasy Fantasia - + <b>Font Sizes</b> <b>Tamanho do tipo de letra</b> - + Fixed Font Size Tamanho das letras fixas - + Default Font Size Tamanho padrão das letras - + Minimum Font Size Tamanho mínimo das letras - + Minimum Logical Font Size Tamanho mínimo lógico das letras - + <b>Download Location</b> <b>Localização das transferências</b> - + Ask everytime for download location Perguntar sempre - + Use defined location: Utilizar esta localização: - - - + + + ... ... - + <b>Download Options</b> <b>Opções de transferências</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Utilizar caixa de diálogo do sistema (pode interferir na transferência de conteúdo seguro SSL) - + Close download manager when downloading finishes Fechar gestor de transferências ao terminar - + <b>AutoFill options</b> <b>Preenchimento automático</b> - + Allow saving passwords from sites Permitir gravação de senhas das páginas - + <b>Cookies</b> <b>Cookies</b> - + Allow storing of cookies Permitir armazenamento de cookies - + Delete cookies on close Eliminar cookies ao fechar - + Match domain exactly Coincidente com domínio - + Cookies Manager Gestor de cookies - + <b>SSL Certificates</b> <b>Certificados SSL</b> - + SSL Manager Gestor SSL - + Edit CA certificates in SSL Manager Editar certificados no gestor SSL - - + + <b>Other</b> <b>Outros</b> - + Send Referer header to servers Enviar endereço para os servidores - + Block popup windows Bloquear janelas emergentes - + <b>Notifications</b> <b>Notificações</b> - + Use OSD Notifications Utilizar notificações - + Use Native System Notifications (Linux only) Utilizar notificações do sistema (só para Linux) - + Do not use Notifications Não utilizar notificações - + Expiration timeout: Terminam em: - + seconds segundos - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Nota: </b>pode alterar a posição da notificação arrastando-a pelo ecrã. @@ -2739,17 +2767,17 @@ não foi encontrado! Para utilizar o idioma, tem que reiniciar o navegador. - + StyleSheet automatically loaded with all websites: A stylesheet a carregar automaticamente nas páginas web: - + Languages Idiomas - + <b>Preferred language for web sites</b> <b>Idioma preferencial para páginas web</b> @@ -2808,68 +2836,68 @@ não foi encontrado! Outras - + OSD Notification Notificação - + Drag it on the screen to place it where you want. Arraste a notificação no ecrã para a posicionar. - + Choose download location... Escolha a localização das transferências... - + Choose stylesheet location... Escolha a localização da stylesheet... - + Deleted Eliminado - + Choose executable location... Escolha a localização do executável... - + New Profile Novo perfil - + Enter the new profile's name: Indique o nome do novo perfil: - - + + Error! Erro! - + This profile already exists! Este perfil já existe! - + Cannot create profile directory! Incapaz de criar o diretório do perfil! - + Confirmation Confirmação - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Tem a certeza que pretende eliminar o perfil "%1" permanentemente? Esta ação não pode ser anulada! @@ -3203,18 +3231,18 @@ não foi encontrado! (Navegação privada) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again Não perguntar novamente - + There are still open tabs Ainda existem separadores abertos @@ -3373,37 +3401,37 @@ Are you sure to quit QupZilla? Abrir ficheiro... - + Are you sure you want to turn on private browsing? Tem a certeza que pretende ativar a navegação privada? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Se a navegação privada estiver ativa, alguns elementos de privacidade estarão inativos: - + Webpages are not added to the history. As páginas web não são adicionadas ao histórico. - + Current cookies cannot be accessed. Os cookies atuais não estarão acessíveis. - + Your session is not stored. A sua sessão não pode ser gravada. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. No entanto, enquanto não fechar a janela pode utilizar os botões Recuar e Avançar para voltar às páginas abertas anteriormente. - + Start Private Browsing Iniciar navegação privada @@ -3483,23 +3511,23 @@ Are you sure to quit QupZilla? Sobre QupZilla - + Configuration Information - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + Browser Identification Identificação do navegador - + Paths Caminhos @@ -3510,98 +3538,98 @@ Are you sure to quit QupZilla? - + Version Versão - + WebKit version Versão WebKit - + Application version - + Qt version - + Build time Compilado - + Platform Plataforma - + Profile Perfil - + Preferences Preferências - + Build Configuration - + Option - + Value Valor - + Name - + Author - + Description - + Settings Definições - + Saved session Sessão gravada - + Pinned tabs Separadores fixos - + Data Dados - + Themes Temas @@ -3610,7 +3638,7 @@ Are you sure to quit QupZilla? Plugins - + Translations Traduções @@ -3635,145 +3663,145 @@ Are you sure to quit QupZilla? Tradutores - + Speed Dial Ligação rápida - + Add New Page Adicionar nova página - + Apply Aplicar - + Close Fechar - + Speed Dial settings Definições da ligação rápida - + Placement: Posicionamento: - + Auto Automático - + Cover - + Fit Ajustar - + Fit Width Ajustar à largura - + Fit Height Ajustar à altura - + Use background image Utilizar imagem de fundo - + Select image Selecione a imagem - + Maximum pages in a row: Máximo de páginas por linha: - + Change size of pages: Alterar tamanho das páginas: - + Extensions - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + No available extensions. - + Load title from page Carregar título da página - + Edit Editar - + Remove Remover @@ -3792,27 +3820,27 @@ Are you sure to quit QupZilla? - + Information about version Informações da versão - + Reload Recarregar - + Url Url - + Title Título - + New Page Nova página @@ -4181,138 +4209,171 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup Informações da página - + General Geral - + Media Média - + + Databases + + + + Security Segurança - + + Size: Tamanho: - + Site address: Endereço: - + Encoding: Codificação: - + Meta tags of site: Meta tags da página: - + Tag Tag - + Value Valor - + <b>Security information</b> <b>Informações de segurança</b> - + Details Detalhes - + Image Imagem - + Image address Endereço da imagem - + <b>Preview</b> <b>Antevisão</b> + + + <b>Database details</b> + + + + + Name: + Nome: + + + + Path: + Caminho: + + + + + + <database not selected> + + <not set in certificate> <não definido no certificado> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Ligação codificada.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>A ligação a esta página está protegida por este certificado.</b> - + <b>Connection Not Encrypted.</b> <b>Ligação não codificada.</b> - + <b>Your connection to this page is not secured!</b> <b>A ligação a esta página não está protegida.</b> - + Copy Image Location Copiar localização da imagem - + Copy Image Name Copiar nome da imagem - + Save Image to Disk Gravar imagem no disco - - + + Error! Erro! - + This preview is not available! A antevisão não está disponível! - + Save image... Gravar imagem... - + Cannot write to file! Incapaz de escrever no ficheiro! - + Preview not available Antevisão não disponível @@ -4535,6 +4596,14 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup Incapaz de carregar + + SqueezeLabelV2 + + + Copy + Copiar + + TabBar @@ -4621,39 +4690,39 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup Novo separador - + Loading... A carregar... - + No Named Page Página sem nome - + Currently you have %1 opened tabs Atualmente, tem %1 separadores abertos - - - + + + New tab Novo separador - + Empty Vazio - + Restore All Closed Tabs Restaurar todos os separadores fechados - + Clear list Apagar lista @@ -4823,62 +4892,67 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup Conteúdo não encontrado - + + Unknown network error + + + + AdBlocked Content Conteúdo bloqueado - + Blocked by rule <i>%1</i> Bloqueado pela regra <i>%1</i> - + Content Access Denied Negado o acesso ao conteúdo - + Error code %1 Código de erro %1 - + Failed loading page Falha ao carregar a página - + QupZilla can't load page from %1. O Qupzilla não conseguiu carregar a página %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Verifique se existem erros de inserção como <b>ww.</b>exemplo.com em vez de <b>www.</b>exemplo.com - + If you are unable to load any pages, check your computer's network connection. Se não consegue carregar quaisquer páginas, verifique a ligação de rede. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Se o computador estiver protegido por uma firewall ou proxy, certifique-se que o QupZilla pode aceder à Internet. - + Try Again Tente novamente - + JavaScript alert - + Prevent this page from creating additional dialogs Impedir que esta página crie mais caixas de diálogo @@ -4887,7 +4961,7 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup Alerta JavaScript - %1 - + Choose file... Escolha o ficheiro... @@ -4918,233 +4992,233 @@ Após adicionar ou remover os caminhos dos certificados, tem que reiniciar o Qup WebView - + &Copy page link &Copiar ligação da página - + Send page link... Enviar ligação da página... - + &Print page Im&primir página - + Validate page Validar página - + Send text... Enviar texto... - + Google Translate Google Translate - + Dictionary Dicionário - + Go to &web address Ir para endereço &web - + Open link in new &tab Abrir ligação em novo &separador - + Open link in new &window Abrir ligação em nova &janela - + B&ookmark link Marcar ligaçã&o - + &Save link as... &Gravar ligação como... - + Send link... Enviar ligação... - + &Copy link address &Copiar endereço da ligação - + Show i&mage &Mostrar imagem - + Copy im&age Copi&ar imagem - + Copy image ad&dress Copiar en&dereço da imagem - + &Save image as... &Gravar imagem como... - + Send image... Enviar imagem... - + &Back &Recuar - + Create Search Engine - + &Forward &Avançar - - + + &Reload &Recarregar - + S&top Pa&rar - + This frame Esta moldura - + Show &only this frame M&ostrar apenas esta moldura - + Show this frame in new &tab Mostrar es&ta moldura em novo separador - + Print frame Imprimir moldura - + Zoom &in Ampl&iar - + &Zoom out Redu&zir - + Reset Restaurar - + Show so&urce of frame Mostrar código fonte da mold&ura - + Book&mark page &Marcar esta página - + &Save page as... &Gravar página como... - + Search with... - + &Play Re&produzir - + &Pause &Pausa - + Un&mute Co&m som - + &Mute Se&m som - + &Copy Media Address &Copiar endereço multimédia - + &Send Media Address &Enviar endereço multimédia - + Save Media To &Disk Gravar multimédia no &disco - + Select &all Selecion&ar tudo - + Show so&urce code Mos&trar código fonte - + Show info ab&out site Mostrar inf&ormações da página - + Search "%1 .." with %2 Procurar "%1 ..." no %2 diff --git a/translations/ro_RO.ts b/translations/ro_RO.ts index c6280f5fa..9248bd157 100644 --- a/translations/ro_RO.ts +++ b/translations/ro_RO.ts @@ -29,7 +29,7 @@ <p>&copy; %1 %2<br/>All rights reserved.<br/> - <p>&copy; %1 %2<br/>Toate drepturile rezervate.<br/> + <p>&copy; %1 %2<br/>Toate drepturile rezervate.<br/> <small>Build time: %1 </small></p> @@ -434,6 +434,10 @@ Unable to open database. Is Firefox running? Baza de date nu poate fi deschisă. Firefox rulează? + + <b>Note:</b> Currently, only import from Html File can import also bookmark folders. + + BookmarksManager @@ -806,6 +810,14 @@ All Tot + + Clear web databases + + + + Clear local storage + + ClickToFlash @@ -846,11 +858,11 @@ CloseDialog There are still open tabs - Încă sunt taburi deschise + Încă sunt taburi deschise Don't ask again - Nu întreba din nou + Nu întreba din nou @@ -1411,11 +1423,11 @@ nu a putut fi găsit! MainApplication Last session crashed - Ultima sesiune a eșuat + Ultima sesiune a eșuat <b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state? - <b>QupZilla a eșuat:-(</b><br/>Oops, ultima sesiune a QupZilla a fost întreruptă in mod neașteptat. Ne cerem scuze pentru asta. Ați dori să incercați să restaurați ultima sesiune? + <b>QupZilla a eșuat:-(</b><br/>Oops, ultima sesiune a QupZilla a fost întreruptă in mod neașteptat. Ne cerem scuze pentru asta. Ați dori să incercați să restaurați ultima sesiune? @@ -1579,7 +1591,11 @@ nu a putut fi găsit! Cannot load plugin! - Plugin-ul nu poate fi încărcat! + Plugin-ul nu poate fi încărcat! + + + Cannot load extension! + @@ -1637,7 +1653,7 @@ nu a putut fi găsit! Plugins - Plugin-uri + Plugin-uri Other @@ -2230,6 +2246,22 @@ nu a putut fi găsit! Don't load tabs until selected Nu incărca tab-uri până când nu sunt selectate + + Extensions + + + + <b>Exceptions</b> + + + + Server: + Server: + + + Use different proxy for https connection + + QObject @@ -2621,7 +2653,7 @@ nu a putut fi găsit! There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - Mai sunt %1 tab-uri deschise și sesiunea dvs. nu va fi stocată. Sunteți sigur că doriți să închideți QupZilla? + Mai sunt %1 tab-uri deschise și sesiunea dvs. nu va fi stocată. Sunteți sigur că doriți să închideți QupZilla? You have successfully added RSS feed "%1". @@ -2643,6 +2675,27 @@ nu a putut fi găsit! All files Toate fișierele + + Last session crashed + Ultima sesiune a eșuat + + + <b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state? + <b>QupZilla a eșuat:-(</b><br/>Oops, ultima sesiune a QupZilla a fost întreruptă in mod neașteptat. Ne cerem scuze pentru asta. Ați dori să incercați să restaurați ultima sesiune? + + + There are still %1 open tabs and your session won't be stored. +Are you sure to quit QupZilla? + + + + Don't ask again + Nu întreba din nou + + + There are still open tabs + Încă sunt taburi deschise + QupZillaSchemeReply @@ -2660,7 +2713,7 @@ nu a putut fi găsit! If you are experiencing problems with QupZilla, please try to disable all plugins first. <br/>If this does not fix it, then please fill out this form: - Dacă întâmpinați probleme cu QupZilla, vă rugăm încercați să dezactivați toate plugin-urile. <br/>Dacă asta nu remediază problema, vă rugăm cumpletați următorul formular: + Dacă întâmpinați probleme cu QupZilla, vă rugăm încercați să dezactivați toate plugin-urile. <br/>Dacă asta nu remediază problema, vă rugăm cumpletați următorul formular: Your E-mail @@ -2820,7 +2873,7 @@ nu a putut fi găsit! This page contains information about QupZilla's current configuration, plugins, etc, all relevant information for troubleshooting. Please include these information when sending bug reports. - Această pagină contine informații despre configurarea curentă a QupZilla, plugin-uri, etc. toate informațiile relevante pentru remedierea problemelor. Vă rugăm să includeți aceste informații la trimiterea raport-urilor despre bug-uri. + Această pagină contine informații despre configurarea curentă a QupZilla, plugin-uri, etc. toate informațiile relevante pentru remedierea problemelor. Vă rugăm să includeți aceste informații la trimiterea raport-urilor despre bug-uri. Browser Identification @@ -2844,7 +2897,7 @@ nu a putut fi găsit! Plugins - Plugin-uri + Plugin-uri Name @@ -2904,7 +2957,7 @@ nu a putut fi găsit! No available plugins. - Nu sunt plugin-uri disponibile. + Nu sunt plugin-uri disponibile. Build Configuration @@ -2938,6 +2991,26 @@ nu a putut fi găsit! Portable build Configurare portabilă + + If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: + + + + Close + Închide + + + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. + + + + Extensions + + + + No available extensions. + + RSSManager @@ -3339,6 +3412,30 @@ După adăugarea sau ștergerea de căi pentru certificate, este necesar să res Preview not available Previzualizare indisponibilă + + Databases + + + + <b>Database details</b> + + + + Name: + Nume: + + + Path: + Cale: + + + <database not selected> + + + + No databases are used by this page. + + SiteInfoWidget @@ -3419,7 +3516,7 @@ După adăugarea sau ștergerea de căi pentru certificate, este necesar să res Delete - Șterge + Șterge Select All @@ -3516,6 +3613,13 @@ După adăugarea sau ștergerea de căi pentru certificate, este necesar să res Fișiere imagine + + SqueezeLabelV2 + + Copy + Copiază + + TabBar @@ -3790,12 +3894,20 @@ După adăugarea sau ștergerea de căi pentru certificate, este necesar să res JavaScript alert - %1 - Alertă JavaScript - %1 + Alertă JavaScript - %1 Choose file... Alege fișier... + + Unknown network error + + + + JavaScript alert + + WebSearchBar diff --git a/translations/ru_RU.ts b/translations/ru_RU.ts index 6a4a2a56f..dddf5d923 100644 --- a/translations/ru_RU.ts +++ b/translations/ru_RU.ts @@ -285,8 +285,8 @@ - - + + Show Passwords Показать пароли @@ -306,63 +306,63 @@ Экспортировать пароли в файл... - + Are you sure that you want to show all passwords? Вы точно хотите увидеть все пароли? - + Hide Passwords Скрыть пароли - + Confirmation Подтверждение - + Are you sure to delete all passwords on your computer? Вы уверены, что хотите удалить все пароли на данном компьютере? - + Edit password Редактировать пароль - + Change password: Изменить пароль: - - + + Choose file... Выберите файл... - + Cannot read file! Невозможно прочитать файл! - + Successfully exported Экспорт завершен удачно - + Error while importing! Ошибка при импорте! - + Successfully imported Импорт завершен успешно - + Cannot write to file! Невозможно выполнить запись в файл! @@ -1020,47 +1020,57 @@ Стереть историю - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies Очистить файлы cookie - + Clear cache Очистить кэш - + Clear icons Удалить иконки - + Clear cookies from Adobe Flash Player Очистить cookie от данных Flash player'а - + <b>Clear Recent History</b> <b>Очистить недавнюю историю</b> - + Earlier Today Ранее сегодя - + Week За неделю - + Month За месяц - + All Всю @@ -1302,7 +1312,7 @@ Сохранить как... - + NoNameDownload ?? Безымянная загрузка @@ -1683,62 +1693,62 @@ Безымянная страница - + January Январь - + February Февраль - + March Март - + April Апрель - + May Май - + June Июнь - + July Июль - + August Август - + September Сентябрь - + October Октябрь - + November Ноябрь - + December Декабрь @@ -2152,7 +2162,7 @@ - + Note: You cannot delete active profile. Примечание: Нельзя удалить активный профиль. @@ -2327,12 +2337,12 @@ Удалять локальные данные HTML5 при закрытии - + JavaScript can access clipboard JavaScript может получить доступ к буферу обмена - + Send Do Not Track header to servers Просить сервер не отслежевать вас @@ -2462,16 +2472,19 @@ + Port: Порт: + Username: Имя пользователя: + Password: Пароль: @@ -2496,239 +2509,254 @@ Не использовать прокси - + + <b>Exceptions</b> + + + + + Server: + Сервер: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Семейства шрфтов</b> - + Standard Стандарт - + Fixed Фиксированный - + Serif Serif - + Sans Serif Sans Serif - + Cursive Курсив - + <b>External download manager</b> <b>Внешний менеджер загрузки</b> - + Use external download manager Использовать внешний менеджер загрузки - + Executable: Активные: - + Arguments: Аргументы: - + Filter tracking cookies Фильтрация шпионских Cookies - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Внимание:</b> Опции "Требовать точное соответствие домена" и "фильтрация шпионских cookies" могут привести к запрещению некторых cookies. Если у вас проблемы с cookies, то попробуйте отключить эти опции! - + Change browser identification: Изменить идентификатор браузера: - + Fantasy ??? Fantasy - + <b>Font Sizes</b> <b>Размеры шрифтов</b> - + Fixed Font Size Изменить размер шрифта - + Default Font Size Размер шрифта по-умолчанию - + Minimum Font Size Минимальный размер шрифта - + Minimum Logical Font Size Минимальный логический размер шрифта - + <b>Download Location</b> <b>Расположение загружаемых файлов</b> - + Ask everytime for download location Каждый раз спрашивать путь для загрузки - + Use defined location: ??? Использовать определенное место: - - - + + + ... ... - + <b>Download Options</b> <b>Параметры загрузки</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Использовать системный диалог для файловых операций. (Могут возникнуть проблемы с закачкой файлов защищенных SSL) - + Close download manager when downloading finishes Закрыть менеджер загрузок после завершения всех загрузок - + <b>AutoFill options</b> <b>Автозаполнение</b> - + Allow saving passwords from sites Сохранять пароли - + <b>Cookies</b> <B>Cookies</b> - + Allow storing of cookies Сохранять cookies - + Delete cookies on close Удалить cookies после закрытия - + Match domain exactly Требовать точное соответствие домена - + Cookies Manager Менеджер Cookies - + <b>SSL Certificates</b> <b>SSL Сертификаты</b> - + SSL Manager Менеджер SSL - + Edit CA certificates in SSL Manager Редактировать CA сертификаты в SSL Менеджере - - + + <b>Other</b> <b>Остальное</b> - + Send Referer header to servers Отправить Referer заголовок к серверам - + Block popup windows Блокировать всплывающие окна - + <b>Notifications</b> <b>Уведомления</b> - + Use OSD Notifications Использовать экранные уведомления - + Use Native System Notifications (Linux only) Использовать системные уведомления ( только для Linux) - + Do not use Notifications Не использовать уведомления - + Expiration timeout: Время действия: - + seconds секунд - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Примечание: </b>Вы можете изменить расположение экранных уведомлений перетаскивая их по экрану. @@ -2748,17 +2776,17 @@ Чтобы изменить язык, вы должны перезапустить браузер. - + StyleSheet automatically loaded with all websites: Выберите таблицу стилей для всех сайтов: - + Languages Языки - + <b>Preferred language for web sites</b> <b>Предпочитаемый язык для веб сайтов</b> @@ -2817,68 +2845,68 @@ Прочее - + OSD Notification Экранные уведомления - + Drag it on the screen to place it where you want. Перетащите уведомление, в место где вы хотите его разместить. - + Choose download location... Выберите папку для загрузок... - + Choose stylesheet location... Укажите местоположение таблицы стилей... - + Deleted Удален - + Choose executable location... Выберите место для выполнения... - + New Profile Новый профиль - + Enter the new profile's name: Введите имя профиля: - - + + Error! Ошибка! - + This profile already exists! Такой профиль уже существует! - + Cannot create profile directory! Невозможно создать папку для профиля! - + Confirmation Подтверждение - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Вы точно хотите удалить профиль "%1"? Это действие необратимо! @@ -3213,18 +3241,18 @@ (Режим приватного просмотра) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again Не спрашивать снова - + There are still open tabs Некоторые вкладки не закрыты @@ -3383,37 +3411,37 @@ Are you sure to quit QupZilla? Открыть файл... - + Are you sure you want to turn on private browsing? Вы действительно хотите включить режим приватного прсмотра? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Когда включен режим приватного просмотра, будут отключены функции, которые могут нарушить вашу конфиденциальность: - + Webpages are not added to the history. Будет отключено ведение истории. - + Current cookies cannot be accessed. Текущие cookies станут недоступны. - + Your session is not stored. Ваша сессия не сохранится. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Пока окно не будет закрыто, вы можете использовать кнопки "Назад" и "Вперед" чтобы возвращаться на открытые страницы. - + Start Private Browsing Включить режим приватного просмотра @@ -3488,18 +3516,18 @@ Are you sure to quit QupZilla? О QupZilla - + Configuration Information - + Browser Identification Идентификационная информаця браузера - + Paths ??? Файлы @@ -3511,43 +3539,43 @@ Are you sure to quit QupZilla? - + Version Версия - + WebKit version Версия WebKit - + Application version - + Qt version - + Build time Дата сборки - + Platform Платформа - + Profile Профиль - + Preferences Настройки @@ -3557,63 +3585,63 @@ Are you sure to quit QupZilla? - + Build Configuration - + Option - + Value Значение - + Extensions - + Name - + Author - + Description - + Settings Настройки - + Saved session Сохраненные сессии - + Pinned tabs ?? Закрепленные вкладки - + Data Дата - + Themes Темы @@ -3622,7 +3650,7 @@ Are you sure to quit QupZilla? Плагины - + Translations Переводы @@ -3647,145 +3675,145 @@ Are you sure to quit QupZilla? Переводчики - + Speed Dial Страница быстрого доступа - + Add New Page Добавить новую страницу - + Apply Применить - + Close Закрыть - + Speed Dial settings Настройки страницы быстрого доступа - + Placement: Размещение: - + Auto Автоматическое - + Cover Покрытие - + Fit По длине и ширине - + Fit Width По ширине - + Fit Height По высоте - + Use background image Использовать фоновое изображение - + Select image Выбрать изображение - + Maximum pages in a row: Максимально страниц в строке: - + Change size of pages: Изменить размер страниц: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + No available extensions. - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + Load title from page Загрузить назвние из страницы - + Edit Изменить - + Remove Удалить @@ -3804,27 +3832,27 @@ Are you sure to quit QupZilla? - + Information about version О версии программы - + Reload Обновить - + Url Url - + Title Название - + New Page Новая страница @@ -4193,138 +4221,171 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Информация о странице - + General Общее - + Media Медиа - + + Databases + + + + Security Безопасность - + + Size: Размер: - + Site address: Адрес сайта: - + Encoding: Кодировка: - + Meta tags of site: Meta теги для сайта: - + Tag Тэг - + Value Значение - + <b>Security information</b> <b>Информация о безопасности</b> - + Details Подробнее - + Image Изображение - + Image address Адрес изображения - + <b>Preview</b> <b>Предварительгый просмотр</b> + + + <b>Database details</b> + + + + + Name: + Имя: + + + + Path: + Путь: + + + + + + <database not selected> + + <not set in certificate> <Не установленно в сертификате> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Соединение зашифровано</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Ваше соединение с этой страницей обеспечивается с этим сертификатом: </b> - + <b>Connection Not Encrypted.</b> <b>Соединение не зашифровано</b> - + <b>Your connection to this page is not secured!</b> <b>Соединение с этой страницей не безопасно!</b> - + Copy Image Location Копировать местоположение изображения - + Copy Image Name Копировать имя изображения - + Save Image to Disk Сохранить изображение - - + + Error! Ошибка! - + This preview is not available! Предпросмотр не доступен! - + Save image... Сохранить изображение... - + Cannot write to file! Невозможно выполнить запись в файл! - + Preview not available Предпросмотр не доступен @@ -4548,6 +4609,14 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Невозможно загрузить + + SqueezeLabelV2 + + + Copy + Копировать + + TabBar @@ -4635,39 +4704,39 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Новая вкладка - + Loading... Загрузка... - + No Named Page Безымянная страница - + Currently you have %1 opened tabs Сейчас вы имеет %1 открытых вкладок - - - + + + New tab Новая вкладка - + Empty Пусто - + Restore All Closed Tabs Открыть все закрытые вкладки - + Clear list Очистить список @@ -4837,62 +4906,67 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Содержимое не найдено - + + Unknown network error + + + + AdBlocked Content Содержимое заболкировано AdBlock'ом - + Blocked by rule <i>%1</i> Заблокировано по правилу <i>%1</i> - + Content Access Denied Доступ к содержанию запрещен - + Error code %1 Код ошибки %1 - + Failed loading page Невозможно загрузить страницу - + QupZilla can't load page from %1. QupZilla не может загрузить страницу %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Проверьте адрес страницы на ошибки ( Например <b>ww</b>.example.com вместо <b>www</b>.example.com) - + If you are unable to load any pages, check your computer's network connection. Если невозможно загрузить любую страницу, проверьте ваше соединение с Internet. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Если ваш компютер или сеть защишена с помощью фаервола или прокси, удостовертесь, что QupZilla может выходить в Internet. - + Try Again Попробовать снова - + JavaScript alert - + Prevent this page from creating additional dialogs Запретить странице создавать дополнительные диалоги @@ -4901,7 +4975,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla JavaScript предупреждение -%1 - + Choose file... Выберите файл... @@ -4932,233 +5006,233 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla WebView - + Open link in new &tab Открыть ссылку в новой &вкладке - + Open link in new &window Открыть ссылку в новом &окне - + B&ookmark link Добавить ссылку в &закладки - + &Save link as... С&охранить ссылку как... - + Send link... Послать адрес... - + &Copy link address &Копировать адрес - + Show i&mage Показать и&зображение - + Copy im&age Копи&ровать изображение - + Copy image ad&dress Копировать &адрес изображения - + &Save image as... Со&хранить изображение как... - + Send image... Послать изображение... - + &Back &Назад - + Create Search Engine - + &Forward &Вперед - - + + &Reload &Обновить - + S&top &Прервать - + This frame Эта структура - + Show &only this frame Показывать &только эту структуру - + Show this frame in new &tab Показывать структуру в новой вкладк&е - + Print frame Распечатаь структуру - + Zoom &in &Увеличить - + &Zoom out &Уменьшить - + Reset Восстановить - + Show so&urce of frame &Показать код структуры - + Book&mark page Добавить в &закладки - + &Save page as... &Сохранить страницу как... - + &Copy page link Копировать &ссылку страницы - + Send page link... Послать адрес страницы... - + &Print page &Распечатать страницу - + Send text... Послать текст... - + Google Translate Google перевод - + Dictionary Словарь - + Go to &web address Идти по &ссылке - + Search with... - + &Play &Играть - + &Pause &Пауза - + Un&mute &Включение - + &Mute &Отключение - + &Copy Media Address Копировать &сслыку медиаконтента - + &Send Media Address &Послать сслыку медиаконтента - + Save Media To &Disk &Сохранить медиоконтент - + Select &all В&ыделить всё - + Validate page Проверенная страница - + Show so&urce code Показать &исходый код - + Show info ab&out site Показывать &информацию о сайте - + Search "%1 .." with %2 Искать "%1 .." с %2 diff --git a/translations/sk_SK.ts b/translations/sk_SK.ts index e65f579d4..264d31c1f 100644 --- a/translations/sk_SK.ts +++ b/translations/sk_SK.ts @@ -838,6 +838,14 @@ Earlier Today Dnes + + Clear web databases + + + + Clear local storage + + ClickToFlash @@ -2280,6 +2288,18 @@ Extensions Rozšírenia + + <b>Exceptions</b> + + + + Server: + Server: + + + Use different proxy for https connection + + QObject @@ -3436,6 +3456,30 @@ Po pridaní či odobratí ciest k certifikátom je nutné reštartovať prehliad Cannot write to file! Nedá sa zapisovať do súboru! + + Databases + + + + <b>Database details</b> + + + + Name: + Názov: + + + Path: + Cesta: + + + <database not selected> + + + + No databases are used by this page. + + SiteInfoWidget @@ -3613,6 +3657,13 @@ Po pridaní či odobratí ciest k certifikátom je nutné reštartovať prehliad Obrázky + + SqueezeLabelV2 + + Copy + Kopírovať + + TabBar @@ -3902,6 +3953,10 @@ Po pridaní či odobratí ciest k certifikátom je nutné reštartovať prehliad JavaScript alert JavaScript upozornenie + + Unknown network error + + WebSearchBar diff --git a/translations/sr_BA.ts b/translations/sr_BA.ts index 9bb0d5578..513b1961e 100644 --- a/translations/sr_BA.ts +++ b/translations/sr_BA.ts @@ -279,8 +279,8 @@ - - + + Show Passwords Прикажи лозинке @@ -300,63 +300,63 @@ Извези лозинке у фајл... - + Are you sure that you want to show all passwords? Желите ли заиста да прикажете све лозинке? - + Hide Passwords Сакриј лозинке - + Confirmation Потврда - + Are you sure to delete all passwords on your computer? Желите ли заиста да обришете све лозинке са вашег рачунара? - + Edit password Уреди лозинку - + Change password: Измијени лозинку: - - + + Choose file... Изабери фајл... - + Cannot read file! Не могу да очитам фајл! - + Successfully exported Успјешно извезено - + Error while importing! Грешка приликом увоза! - + Successfully imported Успјешно увезено - + Cannot write to file! Не могу да упишем у фајл! @@ -985,47 +985,57 @@ историјат посјећених страница - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies колачиће - + Clear cache кеш - + Clear icons иконе - + Clear cookies from Adobe Flash Player Очисти колачиће од Адоубовог Флеш Плејера - + <b>Clear Recent History</b> <b>Очисти недавни историјат</b> - + Earlier Today раније данас - + Week недјеље - + Month мјесеца - + All Све @@ -1256,7 +1266,7 @@ Сачувај фајл као... - + NoNameDownload Неименовано_преузимање @@ -1635,62 +1645,62 @@ Неименована страница - + January Јануар - + February Фебруар - + March Март - + April Април - + May Мај - + June Јун - + July Јул - + August Август - + September Септембар - + October Октобар - + November Новембар - + December Децембар @@ -2084,7 +2094,7 @@ - + Note: You cannot delete active profile. Напомена: Не можете обрисати активни профил. @@ -2256,12 +2266,12 @@ Обриши локални ХТМЛ5 веб садржај по затварању - + JavaScript can access clipboard Јаваскрипта може приступити клипборду - + Send Do Not Track header to servers Шаљи ДНТ (Не Прати Ме) заглавље серверима @@ -2390,16 +2400,19 @@ + Port: Порт: + Username: Корисничко име: + Password: Лозинка: @@ -2424,237 +2437,252 @@ Не користи прокси - + + <b>Exceptions</b> + + + + + Server: + Домен: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Породице фонта</b> - + Standard Стандардни - + Fixed Фиксни - + Serif Серифни - + Sans Serif Бесерифни - + Cursive Курзивни - + Fantasy Фантазијски - + <b>Font Sizes</b> <b>Величине фонта</b> - + Fixed Font Size Фиксни фонт - + Default Font Size Подразумијевани фонт - + Minimum Font Size Најмања величина - + Minimum Logical Font Size Најмања могућа величина - + <b>Download Location</b> <b>Одредиште преузимања</b> - + Ask everytime for download location Питај сваки пут за одредиште - + Use defined location: Користи одредиште: - - - + + + ... ... - + <b>Download Options</b> <b>Опције преузимања</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Користи системски дијалог фајлова (може проузрочити проблеме за преузимање ССЛ безбиједног садржаја) - + Close download manager when downloading finishes Затвори менаџера преузимања када се преузимање заврши - + <b>External download manager</b> <b>Спољашњи менаџер преузимања</b> - + Use external download manager Користи спољашњи менаџер преузимања - + Executable: Извршна: - + Arguments: Аргументи: - + <b>AutoFill options</b> <b>Опције аутоматске попуне</b> - + Allow saving passwords from sites Дозволи успремање лозинки са сајтова - + <b>Cookies</b> <b>Колачићи</b> - + Filter tracking cookies Пречишћај колачиће пратиоце - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Упозорење:</b> Тачно поклапање домена и пречишћање колачића пратиоца може довести до одбијања неких колачића са сајтова. Ако имате проблема са колачићима, искључите ове опције! - + Change browser identification: Промијени идентификацију прегледача: - + Allow storing of cookies Дозволи успремање колачића - + Delete cookies on close Обриши колачиће по затварању - + Match domain exactly Поклапај домен тачно - + Cookies Manager Менаџер колачића - + <b>SSL Certificates</b> <b>ССЛ сертификати</b> - + SSL Manager ССЛ менаџер - + Edit CA certificates in SSL Manager Уредите сертификате издавача у ССЛ менаџеру - - + + <b>Other</b> <b>Разно</b> - + Send Referer header to servers Шаљи заглавље пратиоца серверима - + Block popup windows Блокирај искачуће прозоре - + <b>Notifications</b> <b>Обавјештења</b> - + Use OSD Notifications Користи ОСД обавјештења - + Use Native System Notifications (Linux only) Користи изворна системска обавјештења (само за Линукс) - + Do not use Notifications Не користи ОСД обавјештења - + Expiration timeout: Вријеме истека: - + seconds секунди - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Напомена: </b>Можете промијенити положај ОСД обавјештења превлачењем по екрану. @@ -2674,17 +2702,17 @@ Да бисте промијенили језик, морате поново покренути прегледач. - + StyleSheet automatically loaded with all websites: Опис стила који ће аутоматски бити учитан за све сајтове: - + Languages Језици - + <b>Preferred language for web sites</b> <b>Приоритетни језик за веб странице</b> @@ -2739,68 +2767,68 @@ Остало - + OSD Notification ОСД обавјештење - + Drag it on the screen to place it where you want. Превуците га по екрану на жељени положај. - + Choose download location... Одабир одредишта за преузимање... - + Choose stylesheet location... Одабир фајла описа стила... - + Deleted Обрисано - + Choose executable location... Одабир локације извршног фајла... - + New Profile Нови профил - + Enter the new profile's name: Унесите име новог профила: - - + + Error! Грешка! - + This profile already exists! Овај профил већ постоји! - + Cannot create profile directory! Не могу да направим директоријум профила! - + Confirmation Потврда - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Желите ли заиста трајно да обришете „%1“ профил? Ова радња не може да се поништи! @@ -3134,19 +3162,19 @@ (приватно прегледање) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? Још увијек имате %1 отворених језичака а ваша сесија неће бити сачувана. Желите ли заиста да напустите Капзилу? - + Don't ask again Не питај поново - + There are still open tabs Још увијек имате отворених језичака @@ -3305,37 +3333,37 @@ Are you sure to quit QupZilla? Отвори фајл... - + Are you sure you want to turn on private browsing? Желите ли заиста да укључите приватно прегледање? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Када је приватно прегледање укључено неке радње које се тичу ваше приватности су онемогућене: - + Webpages are not added to the history. Веб странице нису додане у историјат. - + Current cookies cannot be accessed. Текућим колачићима није могућ приступ. - + Your session is not stored. Ваша сесија није сачувана. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Док год не затворите прозор можете користити дугмад Напријед и Назад да се вратите на странице које сте отварали. - + Start Private Browsing Покретање приватног прегледања @@ -3406,18 +3434,18 @@ Are you sure to quit QupZilla? О Капзили - + Configuration Information Подаци о поставкама - + Browser Identification Идентификација прегледача - + Paths Путање @@ -3428,43 +3456,43 @@ Are you sure to quit QupZilla? - + Version Издање - + WebKit version Издање Вебкита - + Application version Издање програма - + Qt version Издање Кјут-а - + Build time Датум компајлирања - + Platform Платформа - + Profile Профил - + Preferences Подешавања @@ -3474,67 +3502,67 @@ Are you sure to quit QupZilla? Ако имате проблема са Капзилом најприје покушајте да онемогућите проширења. <br/>Ако то не помогне, онда попуните овај формулар: - + Build Configuration Параметри компајлирања - + Option Поставка - + Value Вриједност - + Extensions Проширења - + Name Име - + Author Аутор - + Description Опис - + Settings Подешавања - + Saved session Сачуване сесије - + Pinned tabs Закачени језичци - + Data Подаци - + Themes Теме - + Translations Преводи @@ -3559,145 +3587,145 @@ Are you sure to quit QupZilla? Преводиоци - + Speed Dial Брзо бирање - + Add New Page Додај нову страницу - + Apply Примијени - + Close Затвори - + Speed Dial settings Подешавање брзог бирања - + Placement: Положај: - + Auto Ауто - + Cover Прекриј - + Fit Уклопи - + Fit Width Уклопи ширину - + Fit Height Уклопи висину - + Use background image Слика за позадину - + Select image Изабери слику - + Maximum pages in a row: Највише брзих бирања у реду: - + Change size of pages: Промијени величину брзих бирања: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. Ова страница садржи податке о текућим Капзилиним подешавањима битним за рјешавање проблема. Укључите ове податке приликом слања извјештаја о грешци. - + No available extensions. Нема доступних проширења. - + Disabled искључено - - - - - + + + + + <b>Enabled</b> <b>укључено</b> - + Debug build Проналажење грешака - + WebGL support ВебГЛ подршка - + Windows 7 API Виндоуз 7 АПИ - + KDE integration Интеграција у КДЕ - + Portable build Преносно издање - + Load title from page Учитај наслов са странице - + Edit Уреди - + Remove Уклони @@ -3708,27 +3736,27 @@ Are you sure to quit QupZilla? - + Information about version Подаци о издању - + Reload Учитај поново - + Url Урл - + Title Име - + New Page Нова страница @@ -4097,138 +4125,171 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Подаци о сајту - + General Опште - + Media Медији - + + Databases + + + + Security Безбиједност - + + Size: Величина: - + Site address: Адреса сајта: - + Encoding: Кодирање: - + Meta tags of site: Мета ознаке сајта: - + Tag ознака - + Value вриједност - + <b>Security information</b> <b>Подаци о безбиједности</b> - + Details Детаљи - + Image слика - + Image address адреса слике - + <b>Preview</b> <b>Преглед</b> + + + <b>Database details</b> + + + + + Name: + Име: + + + + Path: + Путања: + + + + + + <database not selected> + + <not set in certificate> <није постављено у сертификату> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Веза је шифрована.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Ваша веза са овом страницом је обезбијеђена овим сертификатом: </b> - + <b>Connection Not Encrypted.</b> <b>Веза није шифрована.</b> - + <b>Your connection to this page is not secured!</b> <b>Ваша веза са овом страницом није безбиједна!</b> - + Copy Image Location Копирај локацију слике - + Copy Image Name Копирај име слике - + Save Image to Disk Сачувај слику на диск - - + + Error! Грешка! - + This preview is not available! Овај преглед није доступан! - + Save image... Сачувај слику... - + Cannot write to file! Не могу да упишем у фајл! - + Preview not available Преглед није доступан @@ -4447,6 +4508,14 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Не могу да учитам + + SqueezeLabelV2 + + + Copy + Копирај + + TabBar @@ -4533,39 +4602,39 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Нови језичак - + Loading... Учитавам... - + No Named Page Неименована страница - + Currently you have %1 opened tabs Имате %1 отворених језичака - - - + + + New tab Нови језичак - + Empty Празно - + Restore All Closed Tabs Врати све затворене језичке - + Clear list Очисти списак @@ -4731,67 +4800,72 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Садржај није нађен - + + Unknown network error + + + + AdBlocked Content Блокиран садржај - + Blocked by rule <i>%1</i> Блокирано филтером <i>%1</i> - + Content Access Denied Приступ садржају одбијен - + Error code %1 Кôд грешке %1 - + Failed loading page Неуспјех учитавања странице - + QupZilla can't load page from %1. Капзила не може да учита страницу са %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Провјерите да ли сте погрешно укуцали адресу, на примјер <b>ww.</b>example.com умјесто <b>www.</b>example.com - + If you are unable to load any pages, check your computer's network connection. Ако не можете да учитате ниједну страницу, провјерите везу вашег рачунара са интернетом. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Ако су ваш рачунар или мрежа заштићени заштитним зидом или проксијем, провјерите да ли је Капзили дозвољен приступ интернету. - + Try Again Покушај поново - + JavaScript alert Јаваскрипт упозорење - + Prevent this page from creating additional dialogs Не дозволи овој страници да прави још дијалога - + Choose file... Изабери фајл... @@ -4827,233 +4901,233 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Неименована страница - + Create Search Engine Направи мотор претраге - + &Back На&зад - + &Forward На&пријед - - + + &Reload &Учитај поново - + S&top Заус&тави - + This frame Оквир - + Show &only this frame П&рикажи само овај оквир - + Show this frame in new &tab Прикажи овај оквир у новом &језичку - + Print frame Штампај оквир - + Zoom &in У&вличај - + &Zoom out У&мањи - + Reset Стварна величина - + Show so&urce of frame Прикажи извор о&квира - + Book&mark page &Обиљежи страницу - + &Save page as... &Сачувај страницу као... - + &Copy page link &Копирај везу странице - + Send page link... Пошаљи везу странице... - + &Print page &Штампај страницу - + Select &all Из&абери све - + Validate page Провјера кôда - + Show so&urce code Прикажи &изворни кôд - + Show info ab&out site По&даци о сајту - + Open link in new &tab Отвори везу у новом &језичку - + Open link in new &window Отвори везу у новом &прозору - + B&ookmark link &Обиљежи везу - + &Save link as... &Сачувај везу као... - + Send link... Пошаљи везу... - + &Copy link address &Копирај адресу везе - + Show i&mage П&рикажи слику - + Copy im&age К&опирај слику - + Copy image ad&dress Копирај &адресу слике - + &Save image as... Сачувај с&лику као... - + Send image... Пошаљи слику... - + Send text... Пошаљи текст... - + Google Translate Гуглов преводилац - + Dictionary Рјечник - + Go to &web address Иди на &веб адресу - + Search "%1 .." with %2 Тражи „%1“ на %2 - + Search with... Тражи на... - + &Play &Пусти - + &Pause &Паузирај - + Un&mute Вра&ти звук - + &Mute У&тишај - + &Copy Media Address &Копирај адресу медија - + &Send Media Address П&ошаљи адресу медија - + Save Media To &Disk &Сачувај медиј на диск diff --git a/translations/sr_RS.ts b/translations/sr_RS.ts index f033514ce..0ae9f7cf0 100644 --- a/translations/sr_RS.ts +++ b/translations/sr_RS.ts @@ -279,8 +279,8 @@ - - + + Show Passwords Прикажи лозинке @@ -300,63 +300,63 @@ Извези лозинке у фајл... - + Are you sure that you want to show all passwords? Желите ли заиста да прикажете све лозинке? - + Hide Passwords Сакриј лозинке - + Confirmation Потврда - + Are you sure to delete all passwords on your computer? Желите ли заиста да обришете све лозинке са вашег рачунара? - + Edit password Уреди лозинку - + Change password: Измени лозинку: - - + + Choose file... Изабери фајл... - + Cannot read file! Не могу да очитам фајл! - + Successfully exported Успешно извезено - + Error while importing! Грешка приликом увоза! - + Successfully imported Успешно увезено - + Cannot write to file! Не могу да упишем у фајл! @@ -985,47 +985,57 @@ историјат посећених страница - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies колачиће - + Clear cache кеш - + Clear icons иконе - + Clear cookies from Adobe Flash Player Очисти колачиће од Адоубовог Флеш Плејера - + <b>Clear Recent History</b> <b>Очисти недавни историјат</b> - + Earlier Today раније данас - + Week недеље - + Month месеца - + All Све @@ -1256,7 +1266,7 @@ Сачувај фајл као... - + NoNameDownload Неименовано_преузимање @@ -1635,62 +1645,62 @@ Неименована страница - + January Јануар - + February Фебруар - + March Март - + April Април - + May Мај - + June Јун - + July Јул - + August Август - + September Септембар - + October Октобар - + November Новембар - + December Децембар @@ -2084,7 +2094,7 @@ - + Note: You cannot delete active profile. Напомена: Не можете обрисати активни профил. @@ -2255,12 +2265,12 @@ Обриши локални ХТМЛ5 веб садржај по затварању - + JavaScript can access clipboard Јаваскрипта може приступити клипборду - + Send Do Not Track header to servers Шаљи ДНТ (Не Прати Ме) заглавље серверима @@ -2389,16 +2399,19 @@ + Port: Порт: + Username: Корисничко име: + Password: Лозинка: @@ -2423,237 +2436,252 @@ Не користи прокси - + + <b>Exceptions</b> + + + + + Server: + Домен: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>Породице фонта</b> - + Standard Стандардни - + Fixed Фиксни - + Serif Серифни - + Sans Serif Бесерифни - + Cursive Курзивни - + Fantasy Фантазијски - + <b>Font Sizes</b> <b>Величине фонта</b> - + Fixed Font Size Фиксни фонт - + Default Font Size Подразумевани фонт - + Minimum Font Size Најмања величина - + Minimum Logical Font Size Најмања могућа величина - + <b>Download Location</b> <b>Одредиште преузимања</b> - + Ask everytime for download location Питај сваки пут за одредиште - + Use defined location: Користи одредиште: - - - + + + ... ... - + <b>Download Options</b> <b>Опције преузимања</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Користи системски дијалог фајлова (може проузрочити проблеме за преузимање ССЛ безбедног садржаја) - + Close download manager when downloading finishes Затвори менаџера преузимања када се преузимање заврши - + <b>External download manager</b> <b>Спољашњи менаџер преузимања</b> - + Use external download manager Користи спољашњи менаџер преузимања - + Executable: Извршна: - + Arguments: Аргументи: - + <b>AutoFill options</b> <b>Опције аутоматске попуне</b> - + Allow saving passwords from sites Дозволи успремање лозинки са сајтова - + <b>Cookies</b> <b>Колачићи</b> - + Filter tracking cookies Пречишћај колачиће пратиоце - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Упозорење:</b> Тачно поклапање домена и пречишћање колачића пратиоца може довести до одбијања неких колачића са сајтова. Ако имате проблема са колачићима, искључите ове опције! - + Change browser identification: Промени идентификацију прегледача: - + Allow storing of cookies Дозволи успремање колачића - + Delete cookies on close Обриши колачиће по затварању - + Match domain exactly Поклапај домен тачно - + Cookies Manager Менаџер колачића - + <b>SSL Certificates</b> <b>ССЛ сертификати</b> - + SSL Manager ССЛ менаџер - + Edit CA certificates in SSL Manager Уредите сертификате издавача у ССЛ менаџеру - - + + <b>Other</b> <b>Разно</b> - + Send Referer header to servers Шаљи заглавље пратиоца серверима - + Block popup windows Блокирај искачуће прозоре - + <b>Notifications</b> <b>Обавештења</b> - + Use OSD Notifications Користи ОСД обавештења - + Use Native System Notifications (Linux only) Користи изворна системска обавештења (само за Линукс) - + Do not use Notifications Не користи ОСД обавештења - + Expiration timeout: Време истека: - + seconds секунди - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Напомена: </b>Можете променити положај ОСД обавештења превлачењем по екрану. @@ -2673,17 +2701,17 @@ Да бисте промијенили језик, морате поново покренути прегледач. - + StyleSheet automatically loaded with all websites: Опис стила који ће аутоматски бити учитан за све сајтове: - + Languages Језици - + <b>Preferred language for web sites</b> <b>Приоритетни језик за веб странице</b> @@ -2738,68 +2766,68 @@ Остало - + OSD Notification ОСД обавештење - + Drag it on the screen to place it where you want. Превуците га по екрану на жељени положај. - + Choose download location... Одабир одредишта за преузимање... - + Choose stylesheet location... Одабир фајла описа стила... - + Deleted Обрисано - + Choose executable location... Одабир локације извршног фајла... - + New Profile Нови профил - + Enter the new profile's name: Унесите име новог профила: - - + + Error! Грешка! - + This profile already exists! Овај профил већ постоји! - + Cannot create profile directory! Не могу да направим директоријум профила! - + Confirmation Потврда - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Желите ли заиста трајно да обришете „%1“ профил? Ова радња не може да се поништи! @@ -3133,19 +3161,19 @@ (приватно прегледање) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? Још увек имате %1 отворених језичака а ваша сесија неће бити сачувана. Желите ли заиста да напустите Капзилу? - + Don't ask again Не питај поново - + There are still open tabs Још увек имате отворених језичака @@ -3304,37 +3332,37 @@ Are you sure to quit QupZilla? Отвори фајл... - + Are you sure you want to turn on private browsing? Желите ли заиста да укључите приватно прегледање? - + When private browsing is turned on, some actions concerning your privacy will be disabled: Када је приватно прегледање укључено неке радње које се тичу ваше приватности су онемогућене: - + Webpages are not added to the history. Веб странице нису додане у историјат. - + Current cookies cannot be accessed. Текућим колачићима није могућ приступ. - + Your session is not stored. Ваша сесија није сачувана. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Док год не затворите прозор можете користити дугмад Напред и Назад да се вратите на странице које сте отварали. - + Start Private Browsing Покретање приватног прегледања @@ -3405,18 +3433,18 @@ Are you sure to quit QupZilla? О Капзили - + Configuration Information Подаци о поставкама - + Browser Identification Идентификација прегледача - + Paths Путање @@ -3427,43 +3455,43 @@ Are you sure to quit QupZilla? - + Version Издање - + WebKit version Издање Вебкита - + Application version Издање програма - + Qt version Издање Кјут-а - + Build time Датум компајлирања - + Platform Платформа - + Profile Профил - + Preferences Подешавања @@ -3473,67 +3501,67 @@ Are you sure to quit QupZilla? Ако имате проблема са Капзилом најпре покушајте да онемогућите проширења. <br/>Ако то не помогне, онда попуните овај формулар: - + Build Configuration Параметри компајлирања - + Option Поставка - + Value Вредност - + Extensions Проширења - + Name Име - + Author Аутор - + Description Опис - + Settings Подешавања - + Saved session Сачуване сесије - + Pinned tabs Закачени језичци - + Data Подаци - + Themes Теме - + Translations Преводи @@ -3558,145 +3586,145 @@ Are you sure to quit QupZilla? Преводиоци - + Speed Dial Брзо бирање - + Add New Page Додај нову страницу - + Apply Примени - + Close Затвори - + Speed Dial settings Подешавање брзог бирања - + Placement: Положај: - + Auto Ауто - + Cover Прекриј - + Fit Уклопи - + Fit Width Уклопи ширину - + Fit Height Уклопи висину - + Use background image Слика за позадину - + Select image Изабери слику - + Maximum pages in a row: Највише брзих бирања у реду: - + Change size of pages: Промени величину брзих бирања: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. Ова страница садржи податке о текућим Капзилиним подешавањима битним за решавање проблема. Укључите ове податке приликом слања извештаја о грешци. - + No available extensions. Нема доступних проширења. - + Disabled искључено - - - - - + + + + + <b>Enabled</b> <b>укључено</b> - + Debug build Проналажење грешака - + WebGL support ВебГЛ подршка - + Windows 7 API Виндоуз 7 АПИ - + KDE integration Интеграција у КДЕ - + Portable build Преносно издање - + Load title from page Учитај наслов са странице - + Edit Уреди - + Remove Уклони @@ -3707,27 +3735,27 @@ Are you sure to quit QupZilla? - + Information about version Подаци о издању - + Reload Учитај поново - + Url Урл - + Title Име - + New Page Нова страница @@ -4096,138 +4124,171 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Подаци о сајту - + General Опште - + Media Медији - + + Databases + + + + Security Безбедност - + + Size: Величина: - + Site address: Адреса сајта: - + Encoding: Кодирање: - + Meta tags of site: Мета ознаке сајта: - + Tag ознака - + Value вредност - + <b>Security information</b> <b>Подаци о безбедности</b> - + Details Детаљи - + Image слика - + Image address адреса слике - + <b>Preview</b> <b>Преглед</b> + + + <b>Database details</b> + + + + + Name: + Име: + + + + Path: + Путања: + + + + + + <database not selected> + + <not set in certificate> <није постављено у сертификату> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>Веза је шифрована.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Ваша веза са овом страницом је обезбеђена овим сертификатом: </b> - + <b>Connection Not Encrypted.</b> <b>Веза није шифрована.</b> - + <b>Your connection to this page is not secured!</b> <b>Ваша веза са овом страницом није безбедна!</b> - + Copy Image Location Копирај локацију слике - + Copy Image Name Копирај име слике - + Save Image to Disk Сачувај слику на диск - - + + Error! Грешка! - + This preview is not available! Овај преглед није доступан! - + Save image... Сачувај слику... - + Cannot write to file! Не могу да упишем у фајл! - + Preview not available Преглед није доступан @@ -4446,6 +4507,14 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Не могу да учитам + + SqueezeLabelV2 + + + Copy + Копирај + + TabBar @@ -4532,39 +4601,39 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Нови језичак - + Loading... Учитавам... - + No Named Page Неименована страница - + Currently you have %1 opened tabs Имате %1 отворених језичака - - - + + + New tab Нови језичак - + Empty Празно - + Restore All Closed Tabs Врати све затворене језичке - + Clear list Очисти списак @@ -4730,67 +4799,72 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Садржај није нађен - + + Unknown network error + + + + AdBlocked Content Блокиран садржај - + Blocked by rule <i>%1</i> Блокирано филтером <i>%1</i> - + Content Access Denied Приступ садржају одбијен - + Error code %1 Кôд грешке %1 - + Failed loading page Неуспех учитавања странице - + QupZilla can't load page from %1. Капзила не може да учита страницу са %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Проверите да ли сте погрешно укуцали адресу, на пример <b>ww.</b>example.com уместо <b>www.</b>example.com - + If you are unable to load any pages, check your computer's network connection. Ако не можете да учитате ниједну страницу, проверите везу вашег рачунара са интернетом. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Ако су ваш рачунар или мрежа заштићени заштитним зидом или проксијем, проверите да ли је Капзили дозвољен приступ интернету. - + Try Again Покушај поново - + JavaScript alert Јаваскрипт упозорење - + Prevent this page from creating additional dialogs Не дозволи овој страници да прави још дијалога - + Choose file... Изабери фајл... @@ -4826,233 +4900,233 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Неименована страница - + Create Search Engine Направи мотор претраге - + &Back На&зад - + &Forward На&пред - - + + &Reload &Учитај поново - + S&top Заус&тави - + This frame Оквир - + Show &only this frame П&рикажи само овај оквир - + Show this frame in new &tab Прикажи овај оквир у новом &језичку - + Print frame Штампај оквир - + Zoom &in У&величај - + &Zoom out У&мањи - + Reset Стварна величина - + Show so&urce of frame Прикажи извор о&квира - + Book&mark page &Обележи страницу - + &Save page as... &Сачувај страницу као... - + &Copy page link &Копирај везу странице - + Send page link... Пошаљи везу странице... - + &Print page &Штампај страницу - + Select &all Из&абери све - + Validate page Провера кôда - + Show so&urce code Прикажи &изворни кôд - + Show info ab&out site По&даци о сајту - + Open link in new &tab Отвори везу у новом &језичку - + Open link in new &window Отвори везу у новом &прозору - + B&ookmark link &Обележи везу - + &Save link as... &Сачувај везу као... - + Send link... Пошаљи везу... - + &Copy link address &Копирај адресу везе - + Show i&mage П&рикажи слику - + Copy im&age К&опирај слику - + Copy image ad&dress Копирај &адресу слике - + &Save image as... Сачувај с&лику као... - + Send image... Пошаљи слику... - + Send text... Пошаљи текст... - + Google Translate Гуглов преводилац - + Dictionary Речник - + Go to &web address Иди на &веб адресу - + Search "%1 .." with %2 Тражи „%1“ на %2 - + Search with... Тражи на... - + &Play &Пусти - + &Pause &Паузирај - + Un&mute Вра&ти звук - + &Mute У&тишај - + &Copy Media Address &Копирај адресу медија - + &Send Media Address П&ошаљи адресу медија - + Save Media To &Disk &Сачувај медиј на диск diff --git a/translations/sv_SE.ts b/translations/sv_SE.ts index cca74f582..93605b611 100644 --- a/translations/sv_SE.ts +++ b/translations/sv_SE.ts @@ -283,8 +283,8 @@ - - + + Show Passwords Visa lösenord @@ -304,63 +304,63 @@ Exportera lösenord till fil... - + Are you sure that you want to show all passwords? Är du säker på att du vill visa alla lösenord? - + Hide Passwords Göm lösenord - + Confirmation Bekräftelse - + Are you sure to delete all passwords on your computer? Är du säker på att du vill ta bort alla lösenord? - + Edit password Redigera lösenord - + Change password: Byt lösenord: - - + + Choose file... Välj fil... - + Cannot read file! Kan ej läsa fil! - + Successfully exported Exporteringen lyckades - + Error while importing! Fel vid importering! - + Successfully imported Importeringen lyckades - + Cannot write to file! Kan ej skriva till fil! @@ -430,7 +430,7 @@ <b>Note:</b> Currently, only import from Html File can import also bookmark folders. - + <b>Observera:</b> För närvarande kan endast Importera från HTML-fil importera bokmärkesmappar. @@ -1018,47 +1018,57 @@ Rensa historik - + + Clear web databases + Rensa webbdatabaser + + + + Clear local storage + Rensa lokal lagring + + + Clear cookies Rensa kakor - + Clear cache Rensa cache - + Clear icons Rensa ikoner - + Clear cookies from Adobe Flash Player Rensa kakor från Adobe Flash Player - + <b>Clear Recent History</b> <b>Rensa senaste historik</b> - + Earlier Today Tidigare idag - + Week Vecka - + Month Månad - + All Allt @@ -1300,7 +1310,7 @@ Spara fil som... - + NoNameDownload Namnlös nedladdning @@ -1582,7 +1592,7 @@ Image files - + Bildfiler @@ -1679,62 +1689,62 @@ Namnlös sida - + January Januari - + February Februari - + March Mars - + April April - + May Maj - + June Juni - + July Juli - + August Augusti - + September September - + October Oktober - + November November - + December December @@ -1790,7 +1800,7 @@ License Viewer - Licensvisare + Licensvisare @@ -2050,7 +2060,7 @@ Cannot load extension! - + Kan ej ladda insticksmodul! Cannot load plugin! @@ -2151,7 +2161,7 @@ - + Note: You cannot delete active profile. Observera: Du kan inte ta bort aktiv profil. @@ -2326,13 +2336,13 @@ Ta bort lokalt sparade HTML5-data vid avslut - + JavaScript can access clipboard Klippbord? Javaskript kan komma åt klippbordet - + Send Do Not Track header to servers Skicka DNT-instruktioner till servrar @@ -2382,17 +2392,17 @@ Extensions - + Insticksmoduler Don't load tabs until selected - + Hämta inte flikar förrän de väljs Allow Netscape Plugins (Flash plugin) - + Tillåt Netscape-insticksmoduler (Flash) @@ -2461,16 +2471,19 @@ + Port: Port: + Username: Användarnamn: + Password: Lösenord: @@ -2495,237 +2508,252 @@ Använd inte proxy - + + <b>Exceptions</b> + <b>Undantag</b> + + + + Server: + Server: + + + + Use different proxy for https connection + Använd annan proxy för https-anslutningar + + + <b>Font Families</b> <b>Teckensnittsfamilerj</b> - + Standard Standard - + Fixed Fast bredd - + Serif Serif - + Sans Serif Sans Serif - + Cursive Kursivt - + <b>External download manager</b> <b>Extern nedladdningshanterare</b> - + Use external download manager Använd extern nedladdningshanterare - + Executable: Körbar fil: - + Arguments: Argument: - + Filter tracking cookies Filtrera spårningskakor - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>Varning: </b>Matcha domännamn exakt och Filtrera spårningskakor kan leda till att kakor från vissa sidor nekas. Om du har problem med kakor, prova att inaktivera dessa inställningar först! - + Change browser identification: Ändra webbläsaridentifiering: - + Fantasy - + <b>Font Sizes</b> <b>Teckenstorlek</b> - + Fixed Font Size Fast - + Default Font Size Standard - + Minimum Font Size Minsta - + Minimum Logical Font Size Minsta logiska - + <b>Download Location</b> <b>Nedladdningsdestination</b> - + Ask everytime for download location Fråga efter nedladdningsdestination varje gång - + Use defined location: Använd förinställd destination: - - - + + + ... ... - + <b>Download Options</b> <b>Nedladdningsinställningar</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) Använd systemets egna filhanterare (skapar eventuellt problem vid nedladdning av SSL-säkrat material) - + Close download manager when downloading finishes Stäng nedladdningshanterare när alla nedladdningar avslutas - + <b>AutoFill options</b> <b>Autofyll-alternativ</b> - + Allow saving passwords from sites Tillåt att lösenord lagras på sidor - + <b>Cookies</b> <b>Kakor</b> - + Allow storing of cookies Tillåt lagring av kakor - + Delete cookies on close Ta bort kakor vid avslut - + Match domain exactly Matcha domännamn exakt - + Cookies Manager Kakhanterare - + <b>SSL Certificates</b> <b>SSL-certifikat</b> - + SSL Manager SSL-hanterare - + Edit CA certificates in SSL Manager Redigera CA-certifikat i SSL-hanterare - - + + <b>Other</b> <b>Övrigt</b> - + Send Referer header to servers Skicka Referer header till servrar - + Block popup windows Blockera popup-fönster - + <b>Notifications</b> <b>Notifikationer</b> - + Use OSD Notifications Använd OSD-notifikationer - + Use Native System Notifications (Linux only) Använd systemets egna notifikationssystem (endast Linux) - + Do not use Notifications Använd inte notifikationer - + Expiration timeout: Tiden löper ut: - + seconds sekunder - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>Observera: </b>Du kan ändra notifikationernas placering genom att dra runt dem på skärmen. @@ -2745,17 +2773,17 @@ För att byta språk måste du starta om webbläsaren. - + StyleSheet automatically loaded with all websites: Stilmall som automatiskt laddas med alla webbsidor: - + Languages Språk - + <b>Preferred language for web sites</b> <b>Föredraget språk för hemsidor</b> @@ -2814,68 +2842,68 @@ Annat - + OSD Notification OSD-notifikationer - + Drag it on the screen to place it where you want. Flytta runt den på skämen för att placera den där du vill ha den. - + Choose download location... Välj nedladdningsdestination... - + Choose stylesheet location... Välj stilmallens plats... - + Deleted Borttagen - + Choose executable location... Välj den körbara filens plats... - + New Profile Ny profil - + Enter the new profile's name: Välj namn på den nya profilen: - - + + Error! Fel! - + This profile already exists! Denna profil finns redan! - + Cannot create profile directory! Kan inte skapa profilensökväg! - + Confirmation Bekräftelse - + Are you sure to permanently delete "%1" profile? This action cannot be undone! Är du säker på att du permanent vill ta bort profilen"%1"? Detta kan ej göras ogjort! @@ -3076,12 +3104,12 @@ Last session crashed - Senaste sessionen kraschade + Senaste sessionen kraschade <b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state? - <b>QupZilla krashade :-(</b><br/>Hoppsan,den senaste sessionen av QupZilla avslutades oväntat. Vi är ledsna för detta. Vill du prova att återställa senast sparade läge? + <b>QupZilla krashade :-(</b><br/>Hoppsan,den senaste sessionen av QupZilla avslutades oväntat. Vi är ledsna för detta. Vill du prova att återställa senast sparade läge? @@ -3209,20 +3237,21 @@ (Privat surfning) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Det finns fortfarande %1 öppna flikar och din session kommer inte att sparas. +Är du säker på att du vill avsluta QupZilla? - + Don't ask again - Fråga inte igen + Fråga inte igen - + There are still open tabs - Det finns fortfarande öppna flikar + Det finns fortfarande öppna flikar @@ -3356,22 +3385,22 @@ Are you sure to quit QupZilla? HTML files - + HTML-filer Image files - + Bildfiler Text files - + Textfiler All files - + Alla filer< @@ -3379,37 +3408,37 @@ Are you sure to quit QupZilla? Öppna fil... - + Are you sure you want to turn on private browsing? Är du säker på att du vill aktivera privat surfning? - + When private browsing is turned on, some actions concerning your privacy will be disabled: När privat surfning aktiveras stängs vissa integritetsrelaterade funktioner av: - + Webpages are not added to the history. Hemsidor sparas inte i historiken. - + Current cookies cannot be accessed. Nuvarande kakor kan inte kommas åt. - + Your session is not stored. Din session sparas inte. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. Fram till att du stänger fönstret kan du använda Bakåt/Framåt-knapparna för att återvända till sidor du besökt. - + Start Private Browsing Aktivera privat surfning @@ -3484,18 +3513,18 @@ Are you sure to quit QupZilla? Om QupZilla - + Configuration Information Konfigurationsinformation - + Browser Identification Webbläsaridentifiering - + Paths Sökvägar @@ -3506,108 +3535,108 @@ Are you sure to quit QupZilla? - + Version Version - + WebKit version WebKit-version - + Application version Programversion - + Qt version Qt-version - + Build time Byggdatum - + Platform Plattform - + Profile Profil - + Preferences Inställningar If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: - + Om du har problem med QupZilla, prova att inaktivera alla insticksmoduler först. <br/> Om detta inte löser problemet, fyll i i detta formulär: - + Build Configuration - + Byggflaggor - + Option Alternativ - + Value Värde - + Extensions - + Insticksmoduler - + Name Namn - + Author Författare - + Description Beskrivning - + Settings Inställningar - + Saved session Sparad session - + Pinned tabs Nålade flikar - + Data Data - + Themes Teman @@ -3616,7 +3645,7 @@ Are you sure to quit QupZilla? Insticksmoduler - + Translations Översättningar @@ -3641,134 +3670,134 @@ Are you sure to quit QupZilla? Översättare - + Speed Dial Speed Dial - + Add New Page Lägg till ny sida - + Apply Verkställ - + Close - Stäng + Stäng - + Speed Dial settings Speed Dial-inställningar - + Placement: Placering: - + Auto Automatisk - + Cover Omslag - + Fit Passa in - + Fit Width Passa in bredd - + Fit Height Passa in höjd - + Use background image Använd bakgrundsbild - + Select image Välj bild - + Maximum pages in a row: Maximalt antal sidor på en rad: - + Change size of pages: Ändra storlek på sidor: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + Denna sida innehåller information om QupZillas aktuella konfiguration - relevant för felsökning. Vänligen inkludera denna information i buggrapporter. - + No available extensions. - + Inga tillgängliga insticksmoduler This page contains information about QupZilla's current configuration, plugins, etc, all relevant information for troubleshooting. Please include these information when sending bug reports. Denna sida innehåller information om QupZillas nuvarande konfiguration, insticksmoduler etc, all information som är relevant för felsökning. Var vänlig och inkludera denna information i buggrapporter. - + Disabled - + Inaktiverad - - - - - + + + + + <b>Enabled</b> - + <b>Aktiverad</b> - + Debug build - - - WebGL support - - - Windows 7 API - + WebGL support + WebGL-stöd - KDE integration - + Windows 7 API + Windows 7 API + KDE integration + KDE-integration + + + Portable build @@ -3777,17 +3806,17 @@ Are you sure to quit QupZilla? Inga tillgängliga insticksmoduler. - + Load title from page Hämta titel från sidan - + Edit Redigera - + Remove Ta bort @@ -3806,27 +3835,27 @@ Are you sure to quit QupZilla? - + Information about version Information om version - + Reload Hämta om - + Url Url - + Title Titel - + New Page Ny sida @@ -4195,138 +4224,171 @@ Efter att ha lagt till eller tagit bort certifikats sökvägar måste QupZilla s Sidinformation - + General Allmänt - + Media Media - + + Databases + Databaser + + + Security Säkerhet - + + Size: Storlek: - + Site address: Sidadress: - + Encoding: Kodning: - + Meta tags of site: Metataggar på denna sidan: - + Tag Tagg - + Value Värde - + <b>Security information</b> <b>Säkerhetsinformation</b> - + Details Detaljer - + Image Bild - + Image address Bildadress - + <b>Preview</b> <b>Förhandsgranskning</b> + + + <b>Database details</b> + <b>Databasdetaljer</b> + + + + Name: + Namn: + + + + Path: + Sökväg: + + + + + + <database not selected> + <databas inte vald> + <not set in certificate> <ej hittad i certifikat> - + + No databases are used by this page. + Inga databaser används av denna sida. + + + <b>Connection is Encrypted.</b> <b>Anslutningen är krypterad.</b> - + <b>Your connection to this page is secured with this certificate: </b> <b>Din anslutning till denna sidan är säkrad med detta certifikat:</b> - + <b>Connection Not Encrypted.</b> <b>Anslutningen okrypterad.</b> - + <b>Your connection to this page is not secured!</b> <b>Din anslutning till denna sidan är osäker!</b> - + Copy Image Location Kopiera bildens plats - + Copy Image Name Kopiera bildens namn - + Save Image to Disk Spara bild till hårddisk - - + + Error! Fel! - + This preview is not available! Denna förhandsgranskning är inte tillgänglig! - + Save image... Spara bild... - + Cannot write to file! Kan ej skriva till fil! - + Preview not available Förhandsgranskning otillgänglig @@ -4536,7 +4598,7 @@ Efter att ha lagt till eller tagit bort certifikats sökvägar måste QupZilla s Image files - + Bildfiler @@ -4549,6 +4611,14 @@ Efter att ha lagt till eller tagit bort certifikats sökvägar måste QupZilla s Kan ej hämta + + SqueezeLabelV2 + + + Copy + Kopiera + + TabBar @@ -4635,39 +4705,39 @@ Efter att ha lagt till eller tagit bort certifikats sökvägar måste QupZilla s Ny flik - + Loading... Hämtar... - + No Named Page Namnlös sida - + Currently you have %1 opened tabs Du har för närvarande %1 öppna flikar - - - + + + New tab Ny flik - + Empty Tom - + Restore All Closed Tabs Återställ alla stängda flikar - + Clear list Rensa lista @@ -4838,62 +4908,67 @@ beställningsbekräftelse) Innehåll hittades inte - + + Unknown network error + Okänt nätverksfel + + + AdBlocked Content Reklamblockerat innehåll - + Blocked by rule <i>%1</i> Blockart av regeln <i>%1</i> - + Content Access Denied Innehållsåtkomst nekad - + Error code %1 Felkod %1 - + Failed loading page Misslyckades med att hämta sidan - + QupZilla can't load page from %1. QupZilla kan inte hämta sidan från %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com Kontrollera adressen efter stavfel såsom <b>ww.</b>exempel.se istället för <b>www.</b>exempel.se - + If you are unable to load any pages, check your computer's network connection. Om du inte kan hämta några sidor alls, kontrollera din dators nätverksanslutning. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. Om din dator eller ditt nätverk är skyddat av en brandvägg eller proxy, kontrollera att QupZilla har tillåtelse att nå webben. - + Try Again Försök igen - + JavaScript alert - + JavaScript-varning - + Prevent this page from creating additional dialogs Förhindra att denna sidan skapar fler dialogrutor @@ -4902,7 +4977,7 @@ beställningsbekräftelse) Javaskriptvarning - %1 - + Choose file... Välj fil... @@ -4933,233 +5008,233 @@ beställningsbekräftelse) WebView - + &Copy page link &Kopiera sidlänk - + Send page link... Skicka sidlänk... - + &Print page &Skriv ut sida - + Validate page Validera sida - + Send text... Skicka text... - + Google Translate Google Översätt - + Dictionary Ordlista - + Go to &web address Gå till &webadress - + Open link in new &tab Öppna länk i ny &flik - + Open link in new &window Öppna länk i nytt &fönster - + B&ookmark link Bokmärk &länk - + &Save link as... &Spara länk som... - + Send link... Skicka länk... - + &Copy link address &Kopiera länkadress - + Show i&mage Visa &bild - + Copy im&age Kopiera &bild - + Copy image ad&dress Kopiera bild&adress - + &Save image as... &Spara bild som... - + Send image... Skicka bild... - + &Back &Bakåt - + Create Search Engine - + Skapa sökmotor - + &Forward &Framåt - - + + &Reload &Hämta om - + S&top &Stopp - + This frame Denna ram - + Show &only this frame Visa &endast denna ramen - + Show this frame in new &tab Visa denna ramen i ny &flik - + Print frame Skriv ut ram - + Zoom &in Zooma &in - + &Zoom out Zooma &ut - + Reset Återställ - + Show so&urce of frame Visa ramens &källa - + Book&mark page Bok&märk sida - + &Save page as... &Spara sida som... - + Select &all Markera &allt - + Show so&urce code Visa &källkod - + Show info ab&out site Visa &information om denna sida - + Search with... Sök med... - + &Play &Spela upp - + &Pause &Paus - + Un&mute Slå &på ljud - + &Mute &Stäng av ljud - + &Copy Media Address &Kopiera medieadress - + &Send Media Address &Skicka medieadress - + Save Media To &Disk Spara media till &hårddisk - + Search "%1 .." with %2 Sök efter"%1 .."på %2 diff --git a/translations/translations.pri b/translations/translations.pri index 3b04b2877..cf0ea8f40 100644 --- a/translations/translations.pri +++ b/translations/translations.pri @@ -20,8 +20,6 @@ TRANSLATIONS += $$PWD/cs_CZ.ts\ $$PWD/ja_JP.ts\ $$PWD/ro_RO.ts\ -include(../src/defines.pri) - updateqm.input = TRANSLATIONS updateqm.output = $$PWD/../bin/locale/${QMAKE_FILE_BASE}.qm updateqm.commands = $$QMAKE_LRELEASE -silent ${QMAKE_FILE_IN} -qm $$PWD/../bin/locale/${QMAKE_FILE_BASE}.qm diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index e97ae7915..1c2b71e17 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -279,8 +279,8 @@ - - + + Show Passwords 显示密码 @@ -300,63 +300,63 @@ 密码导出到文件... - + Are you sure that you want to show all passwords? 确定要显示所有密码? - + Hide Passwords 隐藏密码 - + Confirmation 确认 - + Are you sure to delete all passwords on your computer? 你确定要删除计算机上的所有密码吗? - + Edit password 编辑密码 - + Change password: 改变密码: - - + + Choose file... 选择文件... - + Cannot read file! 无法读取文件! - + Successfully exported 成功导出 - + Error while importing! 导入错误! - + Successfully imported 成功导入 - + Cannot write to file! 无法写入文件! @@ -1009,47 +1009,57 @@ 清除历史 - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies 清除cookies - + Clear cache 清除缓存 - + Clear icons 清除图标 - + Clear cookies from Adobe Flash Player 清除Adobe Flash Player的Cookies - + <b>Clear Recent History</b> <b>清除最近的历史</ B> - + Earlier Today 今天早些时候 - + Week 本周 - + Month 本月 - + All 全部 @@ -1291,7 +1301,7 @@ 另存为... - + NoNameDownload 无命名下载 @@ -1668,62 +1678,62 @@ - + January 一月 - + February 二月 - + March 三月 - + April 四月 - + May 五月 - + June 六月 - + July 七月 - + August 八月 - + September 九月 - + October 十月 - + November 十一月 - + December 十二月 @@ -2170,7 +2180,7 @@ - + Note: You cannot delete active profile. 注意:您不能删除活动配置文件。 @@ -2314,12 +2324,12 @@ 删除本地存储的HTML5网页内容 - + JavaScript can access clipboard JavaScript可访问剪贴板 - + Send Do Not Track header to servers 发送不跟踪头到服务器 @@ -2490,16 +2500,19 @@ + Port: 端口: + Username: 用户名: + Password: 密码: @@ -2524,237 +2537,252 @@ 不使用代理 - + + <b>Exceptions</b> + + + + + Server: + + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>字体系列</b> - + Standard 标准字体 - + Fixed 等宽字体 - + Serif 衬线字体 - + Sans Serif 无衬线字体 - + Cursive 手写字体 - + <b>External download manager</b> <b>外部下载管理器</b> - + Use external download manager 使用外部下载管理器 - + Executable: 可执行文件: - + Arguments: 参数: - + Filter tracking cookies 过滤器跟踪Cookie - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>警告:</b>精确匹配和筛选跟踪Cookie的选项可能会导致拒绝网站的一些cookies。如果您有与cookie有关的问题,请首先尝试禁用此选项! - + Change browser identification: 更改浏览器识别: - + Fantasy 幻想字体 - + <b>Font Sizes</b> - + Fixed Font Size 等宽字体大小 - + Default Font Size 默认字体大小 - + Minimum Font Size 最小字体大小 - + Minimum Logical Font Size 最小的逻辑字体大小 - + <b>Download Location</b> <b>下载位置</ b> - + Ask everytime for download location 每次询问下载位置 - + Use defined location: 使用定义的位置: - - - + + + ... ... - + <b>Download Options</b> <b>下载选项</ B> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) 使用本地系统文件对话框 (可能会导致下载SSL保护内容的问题) - + Close download manager when downloading finishes 下载完成后关闭下载管理器 - + <b>AutoFill options</b> <B>自动填充选项</ B> - + Allow saving passwords from sites 允许保存网站密码 - + <b>Cookies</b> <b>Cookies</b> - + Allow storing of cookies 允许存储cookie - + Delete cookies on close 关闭后删除cookies - + Match domain exactly 域完全匹配 - + Cookies Manager 管理Cookies - + <b>SSL Certificates</b> <b>SSL证书</b> - + SSL Manager 管理SSL - + Edit CA certificates in SSL Manager 在SSL管理器中编辑CA证书 - - + + <b>Other</b> <b>其他</b> - + Send Referer header to servers 发送引用者标头到服务器 - + Block popup windows 拦截弹出窗口 - + <b>Notifications</b> <b>通知</b> - + Use OSD Notifications 使用OSD的通知 - + Use Native System Notifications (Linux only) 使用本机的系统通知(仅限Linux) - + Do not use Notifications 不要使用通知 - + Expiration timeout: 到期超时: - + seconds - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>注意:</ b>您可以在屏幕上拖动以改变OSD​​通知的位置。 @@ -2774,17 +2802,17 @@ 要改变语言,你必须重新启动浏览器。 - + StyleSheet automatically loaded with all websites: 所有的网站自动加载样式表: - + Languages 语言 - + <b>Preferred language for web sites</b> <b>网站首选的语言</ B> @@ -2794,68 +2822,68 @@ 外观 - + OSD Notification OSD的通知 - + Drag it on the screen to place it where you want. 在屏幕上拖动它到你想要的地方。 - + Choose download location... 选择下载位置... ... - + Choose stylesheet location... 选择样式表的位置... - + Deleted 已删除 - + Choose executable location... 选择可执行文件的位置... - + New Profile 新的配置文件 - + Enter the new profile's name: 输入新配置文件的名称: - - + + Error! 错误! - + This profile already exists! 此配置文件已经存在! - + Cannot create profile directory! 无法创建配置文件目录! - + Confirmation 确认 - + Are you sure to permanently delete "%1" profile? This action cannot be undone! 您确定要永久删除“%1”个人资料吗?这将无法复原! @@ -3184,18 +3212,18 @@ (私人浏览) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Don't ask again 不要再询问 - + There are still open tabs 总是打开标签页 @@ -3363,37 +3391,37 @@ Are you sure to quit QupZilla? 打开文件... - + Are you sure you want to turn on private browsing? 你确定要打开隐私浏览吗? - + When private browsing is turned on, some actions concerning your privacy will be disabled: 打开隐私浏览时,有关于您的隐私行动将被禁用: - + Webpages are not added to the history. 网页不会添加到历史记录。 - + Current cookies cannot be accessed. 当前的cookies无法被访问。 - + Your session is not stored. 不会存储您的会话。 - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. 直到您关闭该窗口,你仍然可以单击后退和前进按钮,返回到你已经打开的网页. - + Start Private Browsing 开始隐私浏览 @@ -3469,18 +3497,18 @@ Are you sure to quit QupZilla? 关于 QupZilla - + Configuration Information - + Browser Identification 浏览器标识 - + Paths 路径 @@ -3491,103 +3519,103 @@ Are you sure to quit QupZilla? - + Version 版本 - + WebKit version Webkit版本 - + Application version - + Qt version - + Build time 构建时间 - + Platform 平台 - + Profile 配置文件 - + Preferences 首选项 - + Build Configuration - + Option - + Value 价值 - + Extensions - + Name - + Author - + Description - + Settings 设置 - + Saved session 保存的会话 - + Pinned tabs 固定选项卡 - + Data 数据 - + Themes 主题 @@ -3596,7 +3624,7 @@ Are you sure to quit QupZilla? 插件 - + Translations 翻译 @@ -3621,145 +3649,145 @@ Are you sure to quit QupZilla? 翻译 - + Speed Dial 快速拨号 - + Add New Page 添加新网页 - + Apply 应用 - + Close 关闭 - + Speed Dial settings 快速拨号设置 - + Placement: 放置: - + Auto 自动 - + Cover 覆盖 - + Fit 适合 - + Fit Width 适合宽度 - + Fit Height 适合高度 - + Use background image 使用背景 - + Select image 选择图像 - + Maximum pages in a row: 一排大的网页: - + Change size of pages: 改变页面大小: - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + No available extensions. - + Disabled - - - - - + + + + + <b>Enabled</b> - + Debug build - + WebGL support - + Windows 7 API - + KDE integration - + Portable build - + Load title from page 从网页载入标题 - + Edit 编辑 - + Remove 删除 @@ -3778,27 +3806,27 @@ Are you sure to quit QupZilla? - + Information about version 版本信息 - + Reload 刷新 - + Url 地址 - + Title 标题 - + New Page 新网页 @@ -4165,138 +4193,171 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 网站信息 - + General 常规 - + Media 媒体 - + + Databases + + + + Security 安全 - + + Size: 大小: - + Site address: 网站地址: - + Encoding: 编码: - + Meta tags of site: 网站的Meta标签: - + Tag 标签 - + Value 价值 - + <b>Security information</b> <b>安全信息</ B> - + Details 详情 - + Image 图片 - + Image address 图片地址 - + <b>Preview</b> <b>预览</ B> + + + <b>Database details</b> + + + + + Name: + 名称: + + + + Path: + + + + + + + <database not selected> + + <not set in certificate> <没有设置证书> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>连接是加密的。</ B> - + <b>Your connection to this page is secured with this certificate: </b> <B>此页的连接与此证书获得:</ B> - + <b>Connection Not Encrypted.</b> <b>连接没有加密。</ B> - + <b>Your connection to this page is not secured!</b> <b>您连接到这个网页不安全!</ B> - + Copy Image Location 复制图像位置 - + Copy Image Name 复制图像名称 - + Save Image to Disk 将图像保存到磁盘 - - + + Error! 错误! - + This preview is not available! 这个预览不可用! - + Save image... 保存图像... - + Cannot write to file! 无法写入文件! - + Preview not available 预览不可用 @@ -4519,6 +4580,14 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 无法加载 + + SqueezeLabelV2 + + + Copy + 复制 + + TabBar @@ -4605,39 +4674,39 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 新标签 - + Loading... 载入中... - + No Named Page 无命名页面 - + Currently you have %1 opened tabs 目前,你有%1打开的标签 - - - + + + New tab 新标签 - + Empty 空页面 - + Restore All Closed Tabs 还原关闭的标签 - + Clear list 清除列表 @@ -4806,67 +4875,72 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 内容不存在 - + + Unknown network error + + + + AdBlocked Content AdBlocked内容 - + Blocked by rule <i>%1</i> 阻止规则 <i>%1</i> - + Content Access Denied 内容访问被拒绝 - + Error code %1 错误代码为%1 - + Failed loading page 载入页面失败 - + QupZilla can't load page from %1. QupZilla无法加载%1页。 - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com 检查输入错误的地址,如<b> WW</b> example.com,而不是<B> WWW。</b> example.com - + If you are unable to load any pages, check your computer's network connection. 如果您无法载入任何页面,请检查您的计算机的网络连接。 - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. 如果您的计算机或网络受到防火墙或代理的保护,确保QupZilla允许访问Web。 - + Try Again 再试一次 - + JavaScript alert - + Prevent this page from creating additional dialogs 阻止此页创建额外的对话 - + Choose file... 选择文件... @@ -4897,233 +4971,233 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla WebView - + Open link in new &tab 在新标签中打开链接&t - + Open link in new &window 在新窗口中打开链接&w - + B&ookmark link 书签链接&o - + &Save link as... 链接另存为&S... - + Send link... 发送链接... - + &Copy link address 复制链接地址&C - + Show i&mage 显示图像&m - + Copy im&age 复制图像&a - + Copy image ad&dress 复制图像地址&d - + &Save image as... 图像另存为&S... - + Send image... 发送图像... - + &Back 后退&B - + Create Search Engine - + &Forward 前进&F - - + + &Reload 刷新&R - + S&top 停止&t - + This frame 此帧 - + Show &only this frame 仅显示此帧&o - + Show this frame in new &tab 在新选项卡的显示帧&t - + Print frame 打印帧 - + Zoom &in 放大&i - + &Zoom out 缩小&Z - + Reset 重置 - + Show so&urce of frame 显示帧源码&u - + Book&mark page 加入书签&m - + &Save page as... 保存网页为&S... - + &Copy page link 复制页面的链接&C - + Send page link... 发送页面链接... - + &Print page 打印页面...&P - + Send text... 发送短信... - + Google Translate 谷歌翻译 - + Dictionary 字典 - + Go to &web address 去网页地址&w - + Search with... - + &Play 播放&P - + &Pause 暂停&P - + Un&mute 取消静音&m - + &Mute 静音&M - + &Copy Media Address 复制媒体地址&C - + &Send Media Address 发送媒体地址&S - + Save Media To &Disk 储存媒体到磁盘&D - + Select &all 选取所有&a - + Validate page 验证页面 - + Show so&urce code 显示源代码&u - + Show info ab&out site 显示有关网站的信息&o - + Search "%1 .." with %2 使用 %2搜索"%1 .." diff --git a/translations/zh_TW.ts b/translations/zh_TW.ts index 7d51fbd24..abc757c29 100644 --- a/translations/zh_TW.ts +++ b/translations/zh_TW.ts @@ -279,8 +279,8 @@ - - + + Show Passwords 顯示密碼 @@ -300,63 +300,63 @@ 將密碼匯出至檔案... - + Are you sure that you want to show all passwords? 確定要顯示所有密碼? - + Hide Passwords 隱藏密碼 - + Confirmation 確定 - + Are you sure to delete all passwords on your computer? 你確定要移除所有電腦上的密碼嗎? - + Edit password 編輯密碼 - + Change password: 修改密碼: - - + + Choose file... 選擇檔案... - + Cannot read file! 無法讀取檔案! - + Successfully imported 成功匯入 - + Error while importing! 匯入錯誤! - + Cannot write to file! 無法寫入檔案! - + Successfully exported 成功匯出 @@ -985,47 +985,57 @@ 清除紀錄 - + + Clear web databases + + + + + Clear local storage + + + + Clear cookies 清除cookies - + Clear cache 清除快取 - + Clear icons 清除圖示 - + Clear cookies from Adobe Flash Player 清除Adobe Flash Player的Cookies - + <b>Clear Recent History</b> <b>清除最近的瀏覽紀錄</b> - + Earlier Today 今天以前 - + Week 這禮拜 - + Month 這個月 - + All 全部 @@ -1256,7 +1266,7 @@ 另存為... - + NoNameDownload 未命名下載 @@ -1633,62 +1643,62 @@ 未命名頁面 - + January 一月 - + February 二月 - + March 三月 - + April 四月 - + May 五月 - + June 六月 - + July 七月 - + August 八月 - + September 九月 - + October 十月 - + November 十一月 - + December 十二月 @@ -2116,7 +2126,7 @@ - + Note: You cannot delete active profile. 注意:您不能刪除正在運行的配置文件。 @@ -2256,12 +2266,12 @@ 關閉時刪除本地的HTML5網頁內容 - + JavaScript can access clipboard JavaScript可以讀取剪貼區 - + Send Do Not Track header to servers 傳送不跟蹤標頭到伺服器 @@ -2432,16 +2442,19 @@ + Port: 端口: + Username: 使用者名稱: + Password: 密碼: @@ -2466,237 +2479,252 @@ 不使用代理 - + + <b>Exceptions</b> + + + + + Server: + 伺服器: + + + + Use different proxy for https connection + + + + <b>Font Families</b> <b>字型家族</b> - + Standard 標準字體 - + Fixed 等寬字體 - + Serif 襯線字體 - + Sans Serif 無襯線字體 - + Cursive 手寫字體 - + <b>External download manager</b> <b>外部下載管理</b> - + Use external download manager 使用外部下載管理 - + Executable: 可執行的: - + Arguments: 衝突: - + Filter tracking cookies Cookies濾鏡追蹤 - + <b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first! <b>警告:</b>追蹤濾鏡將會拒絕指定網域存取cookie,如果有問題,請先取消此選項! - + Fantasy 幻想字體 - + <b>Font Sizes</b> <b>字體大小</b> - + Fixed Font Size 等寬字體大小 - + Default Font Size 預設字體大小 - + Minimum Font Size 最小字體大小 - + Minimum Logical Font Size 最小邏輯字體大小 - + <b>Download Location</b> <b>下載位置</b> - + Ask everytime for download location 總是詢問下載位置 - + Use defined location: 自訂下載位置: - - - + + + ... ... - + <b>Download Options</b> <b>下載選項</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) 使用本地系統檔案對話框 (可能會導致SSL下載保護內容的問題) - + Close download manager when downloading finishes 下載完畢後關閉下載管理員 - + <b>AutoFill options</b> <b>自動填充選項</b> - + Allow saving passwords from sites 允許儲存網站密碼 - + <b>Cookies</b> <b>Cookies</b> - + Change browser identification: 使用者代理程式: - + Allow storing of cookies 允許儲存cookie - + Delete cookies on close 關閉後刪除cookies - + Match domain exactly 網域完全匹配 - + Cookies Manager 管理Cookies - + <b>SSL Certificates</b> <b>SSL 憑證</b> - + SSL Manager 管理SSL - + Edit CA certificates in SSL Manager 在SSL管理原理編輯CA憑證 - - + + <b>Other</b> <b>其他</b> - + Send Referer header to servers 傳送偏好的標頭到伺服器 - + Block popup windows 封鎖彈出式視窗 - + <b>Notifications</b> <b>通知</b> - + Use OSD Notifications 使用OSD的通知 - + Use Native System Notifications (Linux only) 使用系統通知(僅限Linux) - + Do not use Notifications 不要使用通知 - + Expiration timeout: 截止日期: - + seconds - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. <b>注意: </b>您可以在螢幕上拖曳OSD通知的位置。 @@ -2716,17 +2744,17 @@ 要改變語言,您必須重新開啟瀏覽器。 - + StyleSheet automatically loaded with all websites: 所有的網站套用樣式表: - + Languages 語言 - + <b>Preferred language for web sites</b> <b>網站優先的語言</b> @@ -2736,68 +2764,68 @@ 外觀 - + OSD Notification OSD的通知 - + Drag it on the screen to place it where you want. 在螢幕上拖曳它到你想要的位置。 - + Choose download location... 選擇下載位置... - + Choose stylesheet location... 選擇樣式表的位置... - + Deleted 已刪除 - + Choose executable location... 選擇可執行的位置... - + New Profile 新的設置文件 - + Enter the new profile's name: 輸入新的設置文件名稱: - - + + Error! 錯誤! - + This profile already exists! 此設置文件已存在! - + Cannot create profile directory! 無法新建設置見目錄! - + Confirmation 確認 - + Are you sure to permanently delete "%1" profile? This action cannot be undone! 您確定要永就移除"%1"個人資料嗎?這將無法復原! @@ -3121,19 +3149,19 @@ (私密瀏覽) - + There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? 仍然有%1個開啟中分頁且您的會話並不會被儲存。 您確定還要離開QupZilla嗎? - + Don't ask again 不要在詢問 - + There are still open tabs 仍然有開啟中分頁 @@ -3302,37 +3330,37 @@ Are you sure to quit QupZilla? 開啟檔案... - + Are you sure you want to turn on private browsing? 你確定要開始私密瀏覽? - + When private browsing is turned on, some actions concerning your privacy will be disabled: 開啟私密瀏覽時,有關您的隱私行動將禁止: - + Webpages are not added to the history. 網頁不會被記錄。 - + Current cookies cannot be accessed. 當前的cookies無法被讀取。 - + Your session is not stored. 您的交談將不被儲存。 - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. 直到您關閉視窗,您仍然可以按上一頁及下一頁,返回您開啟過的網頁。 - + Start Private Browsing 開始私密瀏覽 @@ -3408,17 +3436,17 @@ Are you sure to quit QupZilla? 關於 QupZilla - + This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. 此頁包涵QupZilla現在的設定相關訊息(也許有關解決問題)。回報問題給我們時請附上這些資訊。 - + Browser Identification 瀏覽器識別 - + Paths 路徑 @@ -3429,109 +3457,109 @@ Are you sure to quit QupZilla? - + Version 版本 - + WebKit version Webkit版本 - + Application version 軟體版本 - + Qt version Qt版本 - + Build time 建構時間 - + Platform 平台 - + Profile 設置文件 - + Configuration Information 設定資訊 - + Build Configuration 建立設定 - + Preferences 偏好設定 - + Option 選項 - + Value 數值 - + Name 名稱 - + Author 作者 - + Description 描述 - + Settings 設定 - + Saved session 儲存的交談 - + Pinned tabs 固定分頁 - + Data 資料 - + Themes 主題 - + Translations 翻譯 @@ -3556,145 +3584,145 @@ Are you sure to quit QupZilla? 翻譯團隊 - + Speed Dial 快速撥號 - + Add New Page 新增頁面 - + Apply 套用 - + Close 關閉 - + Speed Dial settings 快速撥號設定 - + Placement: 佈局: - + Auto 自動 - + Cover - + Fit - + Fit Width - + Fit Height - + Use background image - + Select image - + Maximum pages in a row: - + Change size of pages: - + Extensions 外掛 - + Disabled 不允許 - - - - - + + + + + <b>Enabled</b> <b>允許</b> - + Debug build 除錯建立 - + WebGL support WebGL支援 - + Windows 7 API Windows 7應用程式介面 - + KDE integration KDE介面 - + Portable build 可攜版本建立 - + No available extensions. 無可用外掛。 - + Load title from page 從網頁匯入標題 - + Edit 編輯 - + Remove 移除 @@ -3705,27 +3733,27 @@ Are you sure to quit QupZilla? - + Information about version 版本資訊 - + Reload 重新整理 - + Url 位址 - + Title 標題 - + New Page 新頁面 @@ -4092,138 +4120,171 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 網站訊息 - + General 通用規則 - + Media 多媒體 - + + Databases + + + + Security 安全 - + + Size: 大小: - + Site address: 網站位址: - + Encoding: 編碼: - + Meta tags of site: 網頁中的Meta標籤: - + Tag 分頁 - + Value 數值 - + <b>Security information</b> <b>安全訊息</b> - + Details 細節 - + Image 圖片 - + Image address 圖片位址 - + <b>Preview</b> <b>預覽</b> + + + <b>Database details</b> + + + + + Name: + 名稱: + + + + Path: + 路徑: + + + + + + <database not selected> + + <not set in certificate> <沒有設置憑證> - + + No databases are used by this page. + + + + <b>Connection is Encrypted.</b> <b>連結是有加密的。</b> - + <b>Your connection to this page is secured with this certificate: </b> <B>此頁的連結與此憑證的獲得:</b> - + <b>Connection Not Encrypted.</b> <b>連結沒有加密。</b> - + <b>Your connection to this page is not secured!</b> <b>您連結到這個網頁不安全啊!</b> - + Copy Image Location 複製圖片位址 - + Copy Image Name 複製圖片名稱 - + Save Image to Disk 另存圖片 - - + + Error! 錯誤! - + This preview is not available! 這個預覽不可用! - + Save image... 儲存圖片... - + Cannot write to file! 無法寫入檔案! - + Preview not available 預覽不可用 @@ -4442,6 +4503,14 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 無法匯入 + + SqueezeLabelV2 + + + Copy + 複製 + + TabBar @@ -4528,39 +4597,39 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 新分頁 - + Loading... 讀取中... - + No Named Page 未命名頁面 - + Currently you have %1 opened tabs 現在您有%1個開啟分頁 - - - + + + New tab 新分頁 - + Empty 空頁面 - + Restore All Closed Tabs 還原關閉分頁 - + Clear list 清除清單 @@ -4725,67 +4794,72 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla 找不到內容 - + + Unknown network error + + + + AdBlocked Content 封鎖廣告內容內容 - + Blocked by rule <i>%1</i> 阻止規則 <i>%1</i> - + Content Access Denied 讀取內容被拒 - + Error code %1 錯誤代碼為%1 - + Failed loading page 讀取頁面失敗 - + QupZilla can't load page from %1. QupZilla無法讀取%1頁。 - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com 檢查輸入錯誤位址,如<b> WW</b> example.com,而不是<B> WWW。</b> example.com - + If you are unable to load any pages, check your computer's network connection. 如果無法讀取任何頁面,請檢查您的電腦的網路連接。 - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. 如果您的電腦或網路受到防火牆或代理的保護,確認QupZilla可以讀取網頁。 - + Try Again 重試 - + JavaScript alert JavaScript 警告 - + Prevent this page from creating additional dialogs 創見附加的對話,防止此頁 - + Choose file... 選擇檔案... @@ -4816,233 +4890,233 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla WebView - + Open link in new &tab 在新分頁中開起連結(&t) - + Open link in new &window 在新視窗中開起連結(&w) - + B&ookmark link 書籤連結(&o) - + &Save link as... 另存連結為(&S)... - + Send link... 傳送連結... - + &Copy link address 複製連結位址(&C) - + Show i&mage 顯示圖片(&m) - + Copy im&age 複製圖片(&a) - + Copy image ad&dress 複製圖片位址(&d) - + &Save image as... 圖片另存為(&S)... - + Send image... 傳送圖片... - + &Back 上一頁(&B) - + Create Search Engine 建立搜尋引擎 - + &Forward 下一頁(&F) - - + + &Reload 重新整理(&R) - + S&top 終止(&t) - + This frame 這個框架 - + Show &only this frame 僅顯示此框架(&o) - + Show this frame in new &tab 在心分頁中顯示此框架(&t) - + Print frame 列印此框架 - + Zoom &in 放大(&i) - + &Zoom out 縮小(&Z) - + Reset 重置 - + Show so&urce of frame 顯示此框架的原始碼(&u) - + Book&mark page 加入書籤(&m) - + &Save page as... 另存網頁為(&S)... - + &Copy page link 複製網頁連結(&C) - + Send page link... 傳送網頁連結... - + &Print page 列印此頁(&P) - + Send text... 傳送文字... - + Google Translate Google翻譯 - + Dictionary 字典 - + Go to &web address 前往網址(&w) - + Search with... 選擇使用搜尋引擎... - + &Play 播放(&P) - + &Pause 暫停(&P) - + Un&mute 取消靜音(&m) - + &Mute 靜音(&M) - + &Copy Media Address 複製此多媒體位址(&C) - + &Send Media Address 傳送此多媒體位址(&S) - + Save Media To &Disk 儲存此多媒體(&D) - + Select &all 全選(&a) - + Validate page 驗證此頁 - + Show so&urce code 顯示原始碼(&u) - + Show info ab&out site 顯示有關網站的訊息(&o) - + Search "%1 .." with %2 使用 %2搜尋"%1 .." diff --git a/windows/languages.nsh b/windows/languages.nsh index bb3353f88..0dfb2d928 100644 --- a/windows/languages.nsh +++ b/windows/languages.nsh @@ -278,6 +278,23 @@ LangString DESC_SecDesktop ${LANG_JAPANESE} "デスクトップにアイコン LangString DESC_SecExtensions ${LANG_JAPANESE} "QupZillaにhtm、htmlファイルを関連付けます。" LangString DESC_SecThemes ${LANG_JAPANESE} "QupZillaのデフォルトテーマ以外のテーマをダウンロードします。" +;;;;SWEDISH +LangString TITLE_SecMain ${LANG_SWEDISH} "Huvudkomponenter" +LangString DESC_SecMain ${LANG_SWEDISH} "Programmets viktigaste komponenter." +LangString TITLE_SecTranslations ${LANG_SWEDISH} "Översättningar" +LangString DESC_SecTranslations ${LANG_SWEDISH} "Andra översättningar tillgängliga för installation. Förval är Engelska." +LangString TITLE_SecPlugins ${LANG_SWEDISH} "Insticksmoduler" +LangString DESC_SecPlugins ${LANG_SWEDISH} "Andra insticksmoduler tillgängliga för installation." +LangString TITLE_SecExamplePlugin ${LANG_SWEDISH} "Exempel-plugin" +LangString DESC_SecExamplePlugin ${LANG_SWEDISH} "Funktionslöst exempel på en insticksmodul." +LangString TITLE_SecDesktop ${LANG_SWEDISH} "Skrivbordsikon" +LangString DESC_SecDesktop ${LANG_SWEDISH} "Lägg till en ikon på skrivbordet." +LangString TITLE_SecExtensions ${LANG_SWEDISH} "Filbindningar" +LangString DESC_SecExtensions ${LANG_SWEDISH} "Associera QupZilla med .htm- och .html-filer" +LangString FILE_Htm ${LANG_SWEDISH} "HTM-fil" +LangString FILE_Html ${LANG_SWEDISH} "HTML-fil" +LangString TITLE_SecThemes ${LANG_SWEDISH} "Teman" +LangString DESC_SecThemes ${LANG_SWEDISH} "Ytterligare teman för QupZilla" ;;;;;;;;; ;;;;;;;;; @@ -287,71 +304,55 @@ LangString DESC_SecThemes ${LANG_JAPANESE} "QupZillaのデフォルトテーマ LangString TITLE_SecMain ${LANG_KOREAN} "Main Components" LangString TITLE_SecMain ${LANG_RUSSIAN} "Main Components" LangString TITLE_SecMain ${LANG_SPANISH} "Main Components" -LangString TITLE_SecMain ${LANG_SWEDISH} "Main Components" LangString DESC_SecMain ${LANG_KOREAN} "Main components of application." LangString DESC_SecMain ${LANG_RUSSIAN} "Main components of application." LangString DESC_SecMain ${LANG_SPANISH} "Main components of application." -LangString DESC_SecMain ${LANG_SWEDISH} "Main components of application." LangString TITLE_SecTranslations ${LANG_KOREAN} "Translations" LangString TITLE_SecTranslations ${LANG_RUSSIAN} "Translations" LangString TITLE_SecTranslations ${LANG_SPANISH} "Translations" -LangString TITLE_SecTranslations ${LANG_SWEDISH} "Translations" LangString DESC_SecTranslations ${LANG_KOREAN} "Other translations available to install. Default is English." LangString DESC_SecTranslations ${LANG_RUSSIAN} "Other translations available to install. Default is English." LangString DESC_SecTranslations ${LANG_SPANISH} "Other translations available to install. Default is English." -LangString DESC_SecTranslations ${LANG_SWEDISH} "Other translations available to install. Default is English." LangString TITLE_SecPlugins ${LANG_KOREAN} "Plugins" LangString TITLE_SecPlugins ${LANG_RUSSIAN} "Plugins" LangString TITLE_SecPlugins ${LANG_SPANISH} "Plugins" -LangString TITLE_SecPlugins ${LANG_SWEDISH} "Plugins" LangString DESC_SecPlugins ${LANG_KOREAN} "Other plugins available to install." LangString DESC_SecPlugins ${LANG_RUSSIAN} "Other plugins available to install." LangString DESC_SecPlugins ${LANG_SPANISH} "Other plugins available to install." -LangString DESC_SecPlugins ${LANG_SWEDISH} "Other plugins available to install." LangString TITLE_SecExamplePlugin ${LANG_KOREAN} "Example Plugin" LangString TITLE_SecExamplePlugin ${LANG_RUSSIAN} "Example Plugin" LangString TITLE_SecExamplePlugin ${LANG_SPANISH} "Example Plugin" -LangString TITLE_SecExamplePlugin ${LANG_SWEDISH} "Example Plugin" LangString DESC_SecExamplePlugin ${LANG_KOREAN} "Useless example plugin." LangString DESC_SecExamplePlugin ${LANG_RUSSIAN} "Useless example plugin." LangString DESC_SecExamplePlugin ${LANG_SPANISH} "Useless example plugin." -LangString DESC_SecExamplePlugin ${LANG_SWEDISH} "Useless example plugin." LangString TITLE_SecDesktop ${LANG_KOREAN} "Desktop Icon" LangString TITLE_SecDesktop ${LANG_RUSSIAN} "Desktop Icon" LangString TITLE_SecDesktop ${LANG_SPANISH} "Desktop Icon" -LangString TITLE_SecDesktop ${LANG_SWEDISH} "Desktop Icon" LangString DESC_SecDesktop ${LANG_KOREAN} "Add launcher to desktop." LangString DESC_SecDesktop ${LANG_RUSSIAN} "Add launcher to desktop." LangString DESC_SecDesktop ${LANG_SPANISH} "Add launcher to desktop." -LangString DESC_SecDesktop ${LANG_SWEDISH} "Add launcher to desktop." LangString TITLE_SecExtensions ${LANG_KOREAN} "File Associations" LangString TITLE_SecExtensions ${LANG_RUSSIAN} "File Associations" LangString TITLE_SecExtensions ${LANG_SPANISH} "File Associations" -LangString TITLE_SecExtensions ${LANG_SWEDISH} "File Associations" LangString DESC_SecExtensions ${LANG_KOREAN} "Associate QupZilla with .htm and .html files" LangString DESC_SecExtensions ${LANG_RUSSIAN} "Associate QupZilla with .htm and .html files" LangString DESC_SecExtensions ${LANG_SPANISH} "Associate QupZilla with .htm and .html files" -LangString DESC_SecExtensions ${LANG_SWEDISH} "Associate QupZilla with .htm and .html files" LangString FILE_Htm ${LANG_KOREAN} "HTM File" LangString FILE_Htm ${LANG_RUSSIAN} "HTM File" LangString FILE_Htm ${LANG_SPANISH} "HTM File" -LangString FILE_Htm ${LANG_SWEDISH} "HTM File" LangString FILE_Html ${LANG_KOREAN} "HTML File" LangString FILE_Html ${LANG_RUSSIAN} "HTML File" LangString FILE_Html ${LANG_SPANISH} "HTML File" -LangString FILE_Html ${LANG_SWEDISH} "HTML File" LangString TITLE_SecThemes ${LANG_KOREAN} "Themes" LangString TITLE_SecThemes ${LANG_RUSSIAN} "Themes" LangString TITLE_SecThemes ${LANG_SPANISH} "Themes" -LangString TITLE_SecThemes ${LANG_SWEDISH} "Themes" LangString DESC_SecThemes ${LANG_KOREAN} "Additional themes for QupZilla" LangString DESC_SecThemes ${LANG_RUSSIAN} "Additional themes for QupZilla" LangString DESC_SecThemes ${LANG_SPANISH} "Additional themes for QupZilla" -LangString DESC_SecThemes ${LANG_SWEDISH} "Additional themes for QupZilla" \ No newline at end of file