1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Edited themes, should look better on Mac now. Also improved Click2Flash

- also resizing PrintDialog to reasonable size (it is too small by
  default)
- removed obsolete translation entries from .ts files
This commit is contained in:
nowrep 2012-01-06 17:31:44 +01:00
parent 27078a58cd
commit e05cb9b835
22 changed files with 1359 additions and 1431 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 936 B

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 704 B

View File

@ -117,11 +117,7 @@ void AdBlockSubscription::rulesDownloaded()
reply->close();
reply->deleteLater();
if (reply->error() != QNetworkReply::NoError) {
return;
}
if (response.isEmpty()) {
if (reply->error() != QNetworkReply::NoError || response.isEmpty()) {
return;
}

View File

@ -1287,6 +1287,7 @@ void QupZilla::sendLink()
void QupZilla::printPage(QWebFrame* frame)
{
QPrintPreviewDialog* dialog = new QPrintPreviewDialog(this);
dialog->resize(800, 750);
if (!frame) {
connect(dialog, SIGNAL(paintRequested(QPrinter*)), weView(), SLOT(print(QPrinter*)));

View File

@ -64,7 +64,7 @@ void AboutDialog::showAbout()
m_aboutHtml.append(tr("<p>&copy; %1 %2<br/>All rights reserved.<br/>").arg(QupZilla::COPYRIGHT, QupZilla::AUTHOR));
m_aboutHtml.append(tr("<small>Build time: %1 </small></p>").arg(QupZilla::BUILDTIME));
m_aboutHtml.append(QString("<p><a href=%1>%1</a></p>").arg(QupZilla::WWWADDRESS));
m_aboutHtml.append("<p>" + WebPage::UserAgent + "</p>");
m_aboutHtml.append("<p>" + mApp->getWindow()->weView()->webPage()->userAgentForUrl(QUrl()) + "</p>");
m_aboutHtml.append("</div>");
}
ui->textBrowser->setHtml(m_aboutHtml);

View File

@ -179,7 +179,8 @@ void ClickToFlash::findElement()
hitElement = hitResult.element();
}
if (!hitElement.isNull()) {
if (!hitElement.isNull() && (hitElement.tagName().compare("embed", Qt::CaseInsensitive) == 0 ||
hitElement.tagName().compare("object", Qt::CaseInsensitive) == 0 ) ) {
m_element = hitElement;
return;
}

View File

@ -68,6 +68,7 @@ public:
void scheduleAdjustPage();
static QString UserAgent;
QString userAgentForUrl(const QUrl &url) const;
signals:
void privacyChanged(bool status);
@ -79,9 +80,6 @@ protected slots:
void progress(int prog);
void finished();
protected:
QString userAgentForUrl(const QUrl &url) const;
private slots:
void cleanBlockedObjects();
void urlChanged(const QUrl &url);

View File

@ -950,22 +950,22 @@
<translation>Přidat %1 na bílou listinu</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Flash objekt</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Jméno atributu&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Hodnota&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Žádné další informace.</translation>
</message>
@ -1649,12 +1649,12 @@ nebyl nalezen!</translation>
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>Poslední relace spadla</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla spadla :-(&lt;/b&gt;&lt;br/&gt;Oops, poslední relace QupZilly skončila jejím pádem. Velice se omlouváme. Přejete si obnovit uložený stav?</translation>
</message>
@ -1707,74 +1707,74 @@ nebyl nalezen!</translation>
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>Chyba zabezpečení!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organizace: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Doména: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Vyprší: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Chyba: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>Stránka kterou se snažíte navštívit zaslala SSL Certifikát s těmito chybami:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Chcete udělit vyjímku tomuto certifikátu?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Vyžadována autorizace</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Uživatelské jméno: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Heslo: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Uložit jméno a heslo pro tuto stránku</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Server %1 požaduje vaše uživatelské jméno a heslo s komentářem: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Proxy autorizace</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Proxy %1 požaduje uživatelské jméno a heslo.</translation>
</message>
@ -2639,423 +2639,423 @@ nebyl nalezen!</translation>
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Záložky</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Historie</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Konec</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Nový panel</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Zavřít panel</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>IP Adresa aktuální stránky</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>&amp;Nástroje</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>Nápo&amp;věda</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>Zál&amp;ožky</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;Historie</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Soubor</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Nové okno</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Otevřít &amp;soubor</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;Uložit stránku jako...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;Tisk</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Importovat záložky...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>Úpr&amp;avy</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Zpět</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Vpřed</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>V&amp;yjmout</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>&amp;Kopírovat</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>V&amp;ložit</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Odstranit</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>Vyb&amp;rat vše</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;Najít</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Zobrazení</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>&amp;Navigační lišta</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>Panel &amp;záložek</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Sta&amp;tus bar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Nástrojové lišty</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Postranní lišta</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>Zdrojový &amp;kód stránky</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Ještě je otevřeno %1 panelů a Vaše relace nebude uložena. Opravdu chcete skončit?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>&amp;Menu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Celá obrazovka</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>Z&amp;astavit</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>O&amp;bnovit</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>&amp;dování znaků</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>Zoo&amp;m +</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>Z&amp;oom -</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Původní</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Zavřít okno</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Otevřít adresu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Poslat odkaz...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Ostatní</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Defaultní</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Současné cookies nejsou dostupné.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>Vaše relace není uložena.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Spustit soukromé prohlížení</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Soukromé prohlížení zapnuto</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Obnovit zavř&amp;ený panel</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Prázdný</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Nový panel</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>Přidat &amp;stránku do záložek</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Přidat &amp;všechny panely do záložek</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>Organizovat &amp;záložky</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Zpět</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Vpřed</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Domů</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Zobrazit celou &amp;historii</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Zavřené panely</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Uložit snímek stránky</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation> (Soukromé prohlížení)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Obnovit všechny zavřené panely</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Vyčistit seznam</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>O &amp;Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>&amp;O QupZille</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Informace o aplikaci</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>Nahlásit &amp;problém</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>Hledání na &amp;webu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>Informace o &amp;stránce</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>Správce s&amp;tahování</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Správce coo&amp;kies</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>&amp;RSS čtečka</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Vymazat nedá&amp;vnou historii</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>Soukromé prohlíž&amp;ení</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>Předvo&amp;lby</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Otevřít soubor...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Jste si jistý že chcete zapnout soukromé prohlížení?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Se zapnutým soukromým prohlížením jsou některé akce týkající se soukromí vypnuty:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Stránky nejsou přidávány do historie.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>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.</translation>
</message>

View File

@ -950,22 +950,22 @@
<translation>%1 zur Whitelist hinzufügen</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Flash Objekt</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Attribut Name&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Wert&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Keine weiteren Informationen verfügbar.</translation>
</message>
@ -1649,12 +1649,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>Die letzte Sitzung wurde unerwartet beendet</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla ist abgestürzt :-(&lt;/b&gt;&lt;br/&gt;Hoppla,die letzte Sitzung wurde unerwartet beendet. Verzeihung. Möchten Sie den letzten Status wiederherstellen?</translation>
</message>
@ -1707,74 +1707,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>SSL Zertifikatsfehler!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organisation: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Domänen-Name: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Ablaufdatum: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Fehler: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>Beim Laden dieser Seite sind folgende SSL Zertifikatsfehler aufgetreten:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Möchten Sie eine Ausnahme für dieses Zertifkat zulassen?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Authentifizierung erforderlich</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Nutzername:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Passwort: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Nutzername und Passwort für diese Seite speichern</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Bitte Nutzername und Passwort zur Anmeldung an Server %1 angeben. Statusmeldung: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Anmeldung am Proxy erforderlich</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Bitte Nutzername und Passwort zur Anmeldung an Proxy %1 angeben.</translation>
</message>
@ -2640,423 +2640,423 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Lesezeichen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Verlauf</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Beenden</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Neuer Tab</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Tab schließen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>IP Adresse der aktuellen Seite</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>&amp;Werkzeuge</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;Hilfe</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Lesezeichen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;Verlauf</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Datei</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>Neues &amp;Fenster</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Datei ö&amp;ffnen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>Seite speichern &amp;unter...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;Drucken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Lesezeichen importieren...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Bearbeiten</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Rückgängig</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Wiederherstellen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>&amp;Ausschneiden</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>&amp;Kopieren</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>E&amp;infügen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Löschen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>Alles au&amp;swählen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;Suchen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Ansicht</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>&amp;Navigations-Symbolleiste</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>&amp;Lesezeichen-Werkzeug-Leiste</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Sta&amp;tus-Leiste</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Werkzeugleisten</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Seiten-Leiste</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>Seiten-&amp;Quelltext</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Es sind noch %1 Tabs geöffnet und Ihre Sitzung wird nicht gespeichert. Möchten Sie QupZilla wirklich beenden?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>&amp;Menü-Leiste</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Vollbild</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>&amp;Stopp</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Neu laden</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>&amp;Zeichenkodierung</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>Ver&amp;größern</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>Ver&amp;kleinern</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Zurücksetzen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Fenster schließen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Adresse aufrufen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Link senden...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Andere</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Standard</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Auf aktuelle Cookies kann nicht zugegriffen werden.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>Ihre Sitzung wird nicht gespeichert.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Privaten Modus starten</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Privater Modus aktiv</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Geschlossenen Tab &amp;wiederherstellen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Leer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Neuer Tab</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>&amp;Lesezeichen für diese Seite hinzufügen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Lesezeichen für alle &amp;geöffneten Tabs hinzufügen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>Bookmarks &amp;bearbeiten</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Zurück</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Vor</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Startseite</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>&amp;Vollständigen Verlauf anzeigen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Geschlossene Tabs</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Bildschirmseite speichern</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation> (Privater Modus)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Alle geschlossenen Tabs wiederherstellen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Liste leeren</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>Üb&amp;er Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>Über Qup&amp;Zilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Informationen über QupZilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>&amp;Fehlerbericht senden</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>Web&amp;suche</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>S&amp;eiteninformationen anzeigen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>&amp;Download Manager</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>&amp;Cookie Manager</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>RSS &amp;Reader</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>&amp;Verlauf löschen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>&amp;Privater Modus</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>&amp;Einstellungen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Datei öffnen...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Möchten Sie wirklich den privaten Modus starten?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Wenn der private Modus aktiv ist, stehen einige Aktionen nicht zur Verfügung:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Webseiten werden nicht zum Verlauf hinzugefügt.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Solange dieses Fenster geöffnet ist, können Sie über die Symbole &quot;Zurück&quot; und &quot;Vor&quot; zu den Webseiten zurückkehren, die Sie geöffnet haben.</translation>
</message>

View File

@ -950,22 +950,22 @@
<translation>Προσθήκη %1 στην whitelist</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Αντικείμενο Flash</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Ονομασία γνωρίσματος&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Τιμή&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Δεν υπάρχουν παραπάνω πληροφορίες.</translation>
</message>
@ -1649,12 +1649,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>Η τελευταία συνεδρία κατέρρευσε</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>Το &lt;b&gt;QupZilla κατέρρευσε :-(&lt;/b&gt;&lt;br/&gt;Ούπς, η τελευταία συνεδρία του QupZilla διακόπηκε απροσδόκητα. Ζητάμε συγνώμη για αυτό. Θα θέλατε να δοκιμάσετε την επαναφορά στην ποιο πρόσφατα αποθηκευμένη κατάσταση;</translation>
</message>
@ -1707,74 +1707,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>Σφάλμα πιστοποιητικού SSL!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>Η σελίδα που προσπαθείτε να επισκεφτείτε έχει τα εξής σφάλματα στο πιστοποιητικό SSL:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Οργανισμός: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Όνομα τομέα: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Ημερομηνία λήξης: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Σφάλμα: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Θα θέλατε να κάνετε μια εξαίρεση για αυτό το πιστοποιητικό;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Απαιτείται εξουσιοδότηση</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Όνομα χρήστη:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Κωδικός:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Αποθήκευση ονόματος χρήστη και κωδικού σε αυτή τη σελίδα</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Ένα όνομα χρήστη και κωδικός ζητούνται από το %1. Η σελίδα λέει: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Απαιτείται εξουσιοδότηση διαμεσολαβητή (Proxy)</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Ένα όνομα χρήστη και κωδικός ζητούνται από το proxy %1. </translation>
</message>
@ -2638,423 +2638,423 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Νέα καρτέλα</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Ενεργοποιημένη ιδιωτική περιήγηση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>Διεύθυνση IP της τρέχουσας σελίδας</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>Ερ&amp;γαλεία</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;Βοήθεια</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Σελιδοδείκτες</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;Ιστορικό</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Αρχείο</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Νέο παράθυρο</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Νέα καρτέλα</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Άνοιγμα τοποθεσίας</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Άνοιγμα &amp;αρχείου</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Κλείσιμο καρτέλας</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Κλείσιμο παραθύρου</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>Αποθήκευση σε&amp;λίδας ως...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Αποθήκευση στιγμιότυπου οθόνης</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Αποστολή συνδέσμου...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>Ε&amp;κτύπωση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Εισαγωγή σελιδοδεικτών...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Έξοδος</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Επεξεργασία</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>Αναί&amp;ρεση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>Ακύρωση α&amp;ναίρεσης</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>Απο&amp;κοπή</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>Αντι&amp;γραφή</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>Ε&amp;πικόλληση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Διαγραφή</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>Επι&amp;λογή όλων</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>Εύ&amp;ρεση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>Προτι&amp;μήσεις</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>Π&amp;ροβολή</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>Ερ&amp;γαλειοθήκη πλοήγησης</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>Ερ&amp;γαλειοθήκη σελιδοδεικτών</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Μπάρα κα&amp;τάστασης</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>Μπάρα &amp;μενού</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Πλήρης Οθόνη</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>&amp;Διακοπή</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Ανανέωση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>&amp;Κωδικοποίηση χαρακτήρων</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Σελιδοδείκτες</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Ιστορικό</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Εργαλειοθήκες</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Πλευρικές στήλες</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>Ε&amp;στίαση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>Σμίκρ&amp;υνση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Επαναφορά</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>Κώδ&amp;ικας σελίδας</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Κλεισμένες καρτέλες</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Επαναφορά κλει&amp;σμένης καρτέλας</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation>(Ιδιωτική περιήγηση)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>Προσθήκη &amp;σελίδας στους σελιδοδείκτες</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Προσθήκη όλων των &amp;καρτελών στους σελιδοδείκτες</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>&amp;Τακτοποίηση σελιδοδεικτών</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Άδειο</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Πίσω</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Μπροστά</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Αρχική σελίδα</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Εμφάνιση &amp;ολόκληρου του ιστορικού</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Επαναφορά όλων των κλεισμένων καρτελών</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Εκκαθάριση λίστας</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>&amp;Περί Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>Πε&amp;ρί QupZilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Πληροφορίες για την εφαρμογή</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>Αναφορά προ&amp;βλήματος</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>&amp;Αναζήτηση διαδικτύου</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>&amp;Πληροφορίες σελίδας</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>Διαχειριστής &amp;Λήψεων</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Δια&amp;χειριστής Cookies</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>Ad&amp;Block</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>Α&amp;ναγνώστης RSS</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Εκκαθάρ&amp;ιση πρόσφατου ιστορικού</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>Ιδιωτική Περιήγ&amp;ηση</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Άλλα</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Προεπιλεγμένο</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Άνοιγμα αρχείου...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Είστε σίγουροι ότι θέλετε να εκκινήσετε την ιδιωτική περιήγηση;</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Όταν η ιδιωτική περιήγηση είναι ενεργή, κάποιες ενέργειες που αφορούν το ιδιωτικό σας απόρρητο θα είναι απενεργοποιημένες:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Οι ιστοσελίδες δεν προστίθενται στο ιστορικό.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Δεν υπάρχει πρόσβαση στα τρέχοντα cookies.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>Η συνεδρία σας δεν αποθηκεύεται.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Μέχρι να κλείσετε το παράθυρο, μπορείτε ακόμα να κάνετε κλικ στα κουμπιά Πίσω και Μπροστά για να επιστρέψετε στις σελίδες που ανοίξατε.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Έναρξη ιδιωτικής περιήγησης</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Υπάρχουν ακόμα %1 ανοιχτές καρτέλες και η συνεδρία σας δεν θα αποθηκευτεί. Είστε σίγουρος ότι θέλετε να κλείσετε το QupZilla;</translation>
</message>

View File

@ -950,22 +950,22 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation type="unfinished"></translation>
</message>
@ -1646,12 +1646,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation type="unfinished"></translation>
</message>
@ -1704,74 +1704,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation type="unfinished"></translation>
</message>
@ -2634,423 +2634,423 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation type="unfinished"></translation>
</message>

View File

@ -950,22 +950,22 @@
<translation>Añadir %1 a la lista blanca</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Objeto Flash</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Nombre del atributo&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Valor&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>No hay más información disponible.</translation>
</message>
@ -1648,12 +1648,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>La última sesión se cerró inesperadamente</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla se cerró inesperadamente :-(&lt;/b&gt;&lt;br/&gt;Lo sentimos, la última sesión de QupZilla terminó inesperadamente. ¿Le gustaría intentar restaurar la última sesión?</translation>
</message>
@ -1706,74 +1706,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>¡Error del certificad SSL!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organización: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Nombre del dominio: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Fecha de caducidad: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Error: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>La página a la que está intentando acceder tiene los siguientes errores en el certificado SSL:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>¿Le gustaría hacer una excepción para este certificado?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Autorización requerida</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Nombre de usuario:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Contraseña:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Guardar nombre de usuario y contraseña en este sitio</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Un nombre de usuario y contraseña son requeridos por %1. El sitio dice: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Autorización del proxy requerida</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Un nombre de usuario y contraseña son requeridos por el proxy %1. </translation>
</message>
@ -2637,423 +2637,423 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Navegación privada habilitada</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>Dirección IP de la página actual</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>He&amp;rramientas</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>A&amp;yuda</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;Historial</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Archivo</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Nueva ventana</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Nueva pestaña</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Introducir dirección URL</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>&amp;Abrir archivo</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Cerrar pestaña</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Cerrar ventana</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;Guardar como...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Guardar pantallazo de la página</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Enviar enlace...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;Imprimir</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Importar marcadores...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Salir</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Editar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Deshacer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Rehacer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>&amp;Cortar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>C&amp;opiar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>&amp;Pegar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Eliminar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>&amp;Seleccionar todo</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;Buscar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Ver</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>Barra de herramientas de &amp;navegación</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>Barra de herramientas de &amp;marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>&amp;Barra de estado</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>Barra de m&amp;enú</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Pantalla completa</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>&amp;Detener</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>Re&amp;cargar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>&amp;Codificación de caracteres</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Historial</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Barras de herramientas</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Panel lateral</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>&amp;Aumentar tamaño</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>&amp;Reducir tamaño</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Reiniciar tamaño</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>Código &amp;fuente de la página</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Pestañas cerradas recientemente</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>&amp;Restaurar pestaña cerrada</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation> (Navegación privada)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>&amp;Añadir esta página a marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Añadir &amp;todas las pestañas a marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>&amp;Organizar marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Vacío</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Anterior</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Siguiente</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Inicio</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>&amp;Mostrar todo el historial</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Restaurar todas las pestañas cerradas</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Limpiar lista</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>Acerca de &amp;Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>&amp;Acerca de QupZilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Información acerca de la aplicación</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>&amp;Informar de un fallo</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>&amp;Caja de búsqueda</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>&amp;Información de la página</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>Gestor de &amp;descargas</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Gestor de &amp;cookies</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>Lector &amp;RSS</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>&amp;Limpiar historial reciente</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>&amp;Navegación privada</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Está a punto de cerrar %1 pestañas. ¿Está seguro de continuar?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>&amp;Preferencias</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Otros</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Predeterminado</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Nueva pestaña</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Abrir archivo...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>¿Está seguro que desea habilitar la navegación privada?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Cuando la navegación privada está habilitada, algunas opciones relacionadas con su privacidad estarán deshabilitadas:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Las páginas web no se añaden al historial.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Las cookies actuales no pueden ser accedidas.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>La sesión no será guardada.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Hasta que cierre la ventana, puede hacer click en los botones Anterior y Siguiente para regresar a las páginas web que haya abierto.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Comenzar la navegación privada</translation>
</message>

View File

@ -167,10 +167,6 @@
</context>
<context>
<name>AdBlockIcon</name>
<message>
<source>AdBlock let you block any unwanted content on pages</source>
<translation type="obsolete">AdBlock vous permet de bloquer tout le contenu indésirable des pages</translation>
</message>
<message>
<location filename="../src/adblock/adblockicon.cpp" line="29"/>
<source>AdBlock lets you block unwanted content on web-pages</source>
@ -312,10 +308,6 @@
</context>
<context>
<name>AutoFillNotification</name>
<message>
<source>Do you want QupZilla to remember password for &lt;b&gt;%1&lt;/b&gt; on %2?</source>
<translation type="obsolete">Voulez-vous que QupZilla retienne le mot de passe pour &lt;b&gt;%1&lt;/b&gt; sur %2?</translation>
</message>
<message>
<location filename="../src/autofill/autofillnotification.cpp" line="35"/>
<source>Do you want QupZilla to remember the password for &lt;b&gt;%1&lt;/b&gt; on %2?</source>
@ -531,14 +523,6 @@
<source>Choose name for new subfolder in bookmarks toolbar: </source>
<translation>Choisir le nom du nouveau sous dossier dans la barre d&apos;outils des marque pages: </translation>
</message>
<message>
<source>Bookmarks In Menu</source>
<translation type="obsolete">Menu Marque-pages</translation>
</message>
<message>
<source>Bookmarks In ToolBar</source>
<translation type="obsolete">Barre d&apos;outils marques-pages</translation>
</message>
<message>
<location filename="../src/bookmarks/bookmarksmanager.cpp" line="128"/>
<source>Rename Folder</source>
@ -594,10 +578,6 @@
<source>Choose name and location of this bookmark.</source>
<translation>Choisir le nom et l&apos;emplacement du marque-page.</translation>
</message>
<message>
<source>Unsorted Bookmarks</source>
<translation type="obsolete">Marque-pages non classés</translation>
</message>
<message>
<location filename="../src/bookmarks/bookmarksmanager.cpp" line="256"/>
<source>Rename bookmark</source>
@ -608,14 +588,6 @@
<source>Remove bookmark</source>
<translation>Supprimer le marque-page</translation>
</message>
<message>
<source>&lt;b&gt;Warning: &lt;/b&gt;You already have this page bookmarked!</source>
<translation type="obsolete">&lt;b&gt;Attention: &lt;/b&gt;Vous avez déjà marqué cette page!</translation>
</message>
<message>
<source>Choose name and location of bookmark.</source>
<translation type="obsolete">Choisir le nom et l&apos;emplacement du marque-page.</translation>
</message>
<message>
<location filename="../src/bookmarks/bookmarksmanager.cpp" line="567"/>
<source>Add New Bookmark</source>
@ -685,10 +657,6 @@
<source>&amp;Delete</source>
<translation>&amp;Supprimer</translation>
</message>
<message>
<source>Bookmarks In Menu</source>
<translation type="obsolete">Menu Marque-pages</translation>
</message>
</context>
<context>
<name>BookmarksToolbar</name>
@ -786,18 +754,6 @@
<source>Close</source>
<translation>Fermer</translation>
</message>
<message>
<source>Unsorted Bookmarks</source>
<translation type="obsolete">Marque-pages non classés</translation>
</message>
<message>
<source>Bookmarks In Menu</source>
<translation type="obsolete">Menu Marque-pages</translation>
</message>
<message>
<source>Bookmarks In ToolBar</source>
<translation type="obsolete">Barre d&apos;outils marque-pages</translation>
</message>
</context>
<context>
<name>BrowsingLibrary</name>
@ -997,22 +953,22 @@
<translation>Ajouter %1 à la liste blanche</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>FlashObject</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt; Nom de l&apos;attribut&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Valeur&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Aucune information supplémentaire disponible.</translation>
</message>
@ -1675,10 +1631,6 @@ n&apos;a pas été trouvé!</translation>
</context>
<context>
<name>LocationBar</name>
<message>
<source>Show informations about this page</source>
<translation type="obsolete">Montrer les informations de cette page</translation>
</message>
<message>
<location filename="../src/navigation/locationbar.cpp" line="50"/>
<source>Add RSS from this page...</source>
@ -1699,19 +1651,15 @@ n&apos;a pas été trouvé!</translation>
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="720"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>La dernière session a planté</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="721"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla a planté :-(&lt;/b&gt;&lt;br/&gt;Oops, la dernière session de QupZilla s&apos;est terminée par un incident. Nous sommes vraiment désolé. Voulez-vous essayer de restaurer la dernière session?</translation>
</message>
<message>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, last session of QupZilla ends with its crash. We are very sorry. Would you try to restore saved state?</source>
<translation type="obsolete">&lt;b&gt;QupZilla a planté :-(&lt;/b&gt;&lt;br/&gt;Oops, la dernière session de QupZilla s&apos;est terminée par un incident. Nous sommes vraiment désolé. Voulez-vous essayer de restaurer la dernière session?</translation>
</message>
</context>
<context>
<name>NavigationBar</name>
@ -1761,74 +1709,74 @@ n&apos;a pas été trouvé!</translation>
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>Erreur de certificat SSL!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="156"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>La page à laquelle vous essayez d&apos;accéder présente les erreurs suivantes dans le certificat SSL:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="170"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organisation: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Nom de domaine: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Date d&apos;expiration: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Erreur: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="180"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Voulez-vous faire une exception pour ce certificat ?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="201"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Autorisation requise</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Nom d&apos;utilisateur: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="209"/>
<location filename="../src/network/networkmanager.cpp" line="267"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Mot de passe: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="214"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Enregister le nom d&apos;utilisateur et le mot de passe pour ce site</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="223"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Un nom d&apos;utilisateur et un mot de passe sont requis par %1. Le site dit: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="259"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Autorisation du proxy requise</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="279"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Un nom d&apos;utilisateur et un mot de passe sont requis par le proxy %1. </translation>
</message>
@ -2692,434 +2640,426 @@ n&apos;a pas été trouvé!</translation>
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Nouvel onglet</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Navigation privée</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>Adresse IP de la page actuelle</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>&amp;Outils</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;Aide</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Marque-pages</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;Historique</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Fichier</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Nouvelle page</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Nouvel onglet</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Ouvrir un emplacement</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Ouvrir un &amp;fichier</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Fermer l&apos;onglet</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Fermer la fenêtre</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;Enregistrer la page sous...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Enregistrer l&apos;impression d&apos;écran</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Envoyer un lien...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;Imprimer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Importer des marque-pages...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Quitter</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Editer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Annuler</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Rétablir</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>Co&amp;uper</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>C&amp;opier</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>Co&amp;ller</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Supprimer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>&amp;Tout sélectionner</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;Chercher</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>Préfér&amp;ences</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Affichage</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>Barre de &amp;navigation</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>&amp;Barre d&apos;outils marque-pages</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>&amp;Barre d&apos;état</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>Barre de &amp;menu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>Plein &amp;écran</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>&amp;Stop</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Actualiser</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>Enc&amp;odage</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Marque-pages</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Historique</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Barre d&apos;outils</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Barres latérales</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>Zoom &amp;plus</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>Zoom &amp;moins</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Réinitialiser</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>Code &amp;source de la page</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Onglets récemment fermés</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Restaurer l&apos;onglet &amp;fermé</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation>(Navigation Privée)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>Marquer cette &amp;page</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>M&amp;arquer tous les onglets</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>&amp;Organiser les marque-pages</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1474"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Il y a toujours %1 onglets d&apos;ouverts et votre session ne sera pas sauvegardée. Etes-vous sûr de vouloir quitter QupZilla?</translation>
</message>
<message>
<source>Bookmarks In ToolBar</source>
<translation type="obsolete">Barre d&apos;outils marque-pages</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Vide</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Retour</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Précédent</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Accueil</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Montrer tout l&apos;&amp;historique</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Restaurer tous les onglets fermés</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Vider la liste</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>A propos de &amp;Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>A propos de Qup&amp;Zilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Informations à propos de QupZilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>Reporter un &amp;dysfonctionnement</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>Recherche &amp;web</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>&amp;Information sur la page</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>Gestionnaire de &amp;téléchargement</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Gestionnaire de &amp;cookies</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>Lecteur de &amp;flux RSS</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Supprimer l&apos;&amp;historique récent</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>Navigation &amp;privée</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Autre</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Défaut</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Ouvrir un fichier...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Voulez-vous démarrer une session en navigation privée?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1321"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Quand vous lancez la navigation privée, certains paramètres concernant votre vie privée seront désactivés:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Les pages visitées ne sont pas ajoutées à l&apos;historique.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Impossible d&apos;accéder aux cookies en cours d&apos;utilisation.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>Votre session n&apos;est pas enregistrée.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1328"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Jusqu&apos;à 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.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1333"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Commencer la navigation privée</translation>
</message>
<message>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit?</source>
<translation type="obsolete">Il y a toujours %1 onglets d&apos;ouverts et votre session ne sera pas sauvegardée. Etes-vous sûr de vouloir quitter?</translation>
</message>
</context>
<context>
<name>QupZillaSchemeReply</name>
@ -3164,10 +3104,6 @@ n&apos;a pas été trouvé!</translation>
<source>Send</source>
<translation>Envoyer</translation>
</message>
<message>
<source>E-mail is optional</source>
<translation type="obsolete">L&apos;E-mail est facultatif</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="137"/>
<source>Please fill all required fields!</source>
@ -3291,33 +3227,33 @@ n&apos;a pas été trouvé!</translation>
<translation>Traducteurs</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="240"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="241"/>
<source>Speed Dial</source>
<translation>Speed Dial</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="241"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="242"/>
<source>Add New Page</source>
<translation>Ajouter une nouvelle page</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="251"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="252"/>
<source>Apply</source>
<translation>Appliquer</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="245"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="246"/>
<source>Load title from page</source>
<translatorcomment>???</translatorcomment>
<translation>Charger le titre de la page</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="242"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="243"/>
<source>Edit</source>
<translation>Modifier</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="243"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="244"/>
<source>Remove</source>
<translation>Supprimer</translation>
</message>
@ -3327,22 +3263,22 @@ n&apos;a pas été trouvé!</translation>
<translation>L&apos;E-mail est facultatif&lt;br/&gt;&lt;b&gt;Remarque: &lt;/b&gt;Veuillez n&apos;utiliser que l&apos;anglais.</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="244"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="245"/>
<source>Reload</source>
<translation>Actualiser</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="249"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="250"/>
<source>Url</source>
<translation>URL</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="250"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="251"/>
<source>Title</source>
<translation>Titre</translation>
</message>
<message>
<location filename="../src/network/qupzillaschemehandler.cpp" line="252"/>
<location filename="../src/network/qupzillaschemehandler.cpp" line="253"/>
<source>New Page</source>
<translation>Nouvelle Page</translation>
</message>
@ -3875,11 +3811,6 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer
<source>Your connection to this site is &lt;b&gt;unsecured&lt;/b&gt;.</source>
<translation>La connection à ce site &lt;b&gt;n&apos;est pas sécurisée&lt;/b&gt;.</translation>
</message>
<message>
<location filename="../src/webview/siteinfowidget.cpp" line="51"/>
<source>This is your &lt;b&gt;%1.&lt;/b&gt; visit of this site.</source>
<translation>Vous avez visité ce site &lt;b&gt;%1&lt;/b&gt; fois.</translation>
</message>
<message>
<location filename="../src/webview/siteinfowidget.cpp" line="55"/>
<source>You have &lt;b&gt;never&lt;/b&gt; visited this site before.</source>
@ -3901,6 +3832,7 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer
<translation>Troisième</translation>
</message>
<message>
<location filename="../src/webview/siteinfowidget.cpp" line="51"/>
<location filename="../src/webview/siteinfowidget.cpp" line="70"/>
<source>This is your &lt;b&gt;%1&lt;/b&gt; visit of this site.</source>
<translation>Vous avez déjà visité ce site &lt;b&gt;%1&lt;/b&gt; fois.</translation>
@ -4165,7 +4097,7 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer
</message>
<message>
<location filename="../src/webview/tabwidget.cpp" line="216"/>
<location filename="../src/webview/tabwidget.cpp" line="376"/>
<location filename="../src/webview/tabwidget.cpp" line="383"/>
<source>No Named Page</source>
<translation>Page non nommée</translation>
</message>
@ -4175,9 +4107,9 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer
<translation>Il y a actuellement %1 onglet(s) ouvert(s)</translation>
</message>
<message>
<location filename="../src/webview/tabwidget.cpp" line="560"/>
<location filename="../src/webview/tabwidget.cpp" line="636"/>
<location filename="../src/webview/tabwidget.h" line="71"/>
<location filename="../src/webview/tabwidget.cpp" line="567"/>
<location filename="../src/webview/tabwidget.cpp" line="643"/>
<location filename="../src/webview/tabwidget.h" line="72"/>
<source>New tab</source>
<translation>Nouvel onglet</translation>
</message>
@ -4240,94 +4172,94 @@ Après avoir ajouté ou retiré un certificat, il est nécessaire de redémarrer
<context>
<name>WebPage</name>
<message>
<location filename="../src/webview/webpage.cpp" line="200"/>
<location filename="../src/webview/webpage.cpp" line="206"/>
<source>To show this page, QupZilla must resend request which do it again
(like searching on making an shoping, which has been already done.)</source>
<translation>Pour afficher cette page, QupZilla doit à nouveau envoyer une requette
(Comme chercher à faire un achat qui a déjà é réalisé.)</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="240"/>
<location filename="../src/webview/webpage.cpp" line="246"/>
<source>New tab</source>
<translation>Nouvel onglet</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="306"/>
<location filename="../src/webview/webpage.cpp" line="312"/>
<source>Server refused the connection</source>
<translation>Le serveur refuse la connexion</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="309"/>
<location filename="../src/webview/webpage.cpp" line="315"/>
<source>Server closed the connection</source>
<translation>Le serveur a coupé la connexion</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="312"/>
<location filename="../src/webview/webpage.cpp" line="318"/>
<source>Server not found</source>
<translation>Le serveur n&apos;a pas é trouvé</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="315"/>
<location filename="../src/webview/webpage.cpp" line="321"/>
<source>Connection timed out</source>
<translation>Temps de réponse de la connexion dépassé</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="318"/>
<location filename="../src/webview/webpage.cpp" line="324"/>
<source>Untrusted connection</source>
<translation>Connexion non fiable</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="342"/>
<location filename="../src/webview/webpage.cpp" line="348"/>
<source>AdBlocked Content</source>
<translation>Contenu bloqué</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="346"/>
<location filename="../src/webview/webpage.cpp" line="352"/>
<source>Blocked by rule &lt;i&gt;%1&lt;/i&gt;</source>
<translation>Bloqué par la règle &lt;i&gt;%1&lt;/i&gt;</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="353"/>
<location filename="../src/webview/webpage.cpp" line="359"/>
<source>Content Access Denied</source>
<translation>Accès au contenu refusé</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="363"/>
<location filename="../src/webview/webpage.cpp" line="369"/>
<source>Error code %1</source>
<translation>Code erreur %1</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="375"/>
<location filename="../src/webview/webpage.cpp" line="381"/>
<source>Failed loading page</source>
<translation>Echec lors du chargement de la page</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="382"/>
<location filename="../src/webview/webpage.cpp" line="388"/>
<source>QupZilla can&apos;t load page from %1.</source>
<translation>QupZilla ne peut pas charger la page depuis %1.</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="383"/>
<location filename="../src/webview/webpage.cpp" line="389"/>
<source>Check the address for typing errors such as &lt;b&gt;ww.&lt;/b&gt;example.com instead of &lt;b&gt;www.&lt;/b&gt;example.com</source>
<translation>Vérifiez que l&apos;adresse ne contient pas d&apos;erreur comme &lt;b&gt;ww.&lt;/b&gt;example.com à la place de &lt;b&gt;www.&lt;/b&gt;example.com</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="384"/>
<location filename="../src/webview/webpage.cpp" line="390"/>
<source>If you are unable to load any pages, check your computer&apos;s network connection.</source>
<translation>Si vous ne pouvez charger aucune page, vérifiez la connection réseau de votre ordinateur.</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="385"/>
<location filename="../src/webview/webpage.cpp" line="391"/>
<source>If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web.</source>
<translation>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.</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="386"/>
<location filename="../src/webview/webpage.cpp" line="392"/>
<source>Try Again</source>
<translation>Essayer à nouveau</translation>
</message>
<message>
<location filename="../src/webview/webpage.cpp" line="504"/>
<location filename="../src/webview/webpage.cpp" line="510"/>
<source>Choose file...</source>
<translation>Choisir un fichier...</translation>
</message>

View File

@ -950,22 +950,22 @@
<translation>Aggiungi %1 alla withelist</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Oggetto Flash</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Nome dell&apos;Attributo&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Valore&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Non sono disponibili ulteriori informazioni.</translation>
</message>
@ -1648,12 +1648,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>Ultima sessione chiusa</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla si è chiuso inaspettatamente :-(&lt;/b&gt;&lt;br/&gt;Oops, l&apos;ultima sessione di QupZilla si è chiusa inaspettatamente. Ci dispiace molto. Vuoi provare a ripristinare l&apos;ultima sessione salvata?</translation>
</message>
@ -1706,74 +1706,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>Errore Certificato SSL!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organizzazione: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Nome Dominio: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Data di Scadenza: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Errore: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>La pagina cui stai cercando di accedere ha i seguenti errori nel certificato SSL:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Vuoi fare un&apos;eccezione per questo certificato?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Richiesta autorizzazione</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Nome Utente:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Password:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Salva nome utente e password per questo sito</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Nome utente e password sono richiesti da %1. Questo sito: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Richiesta autorizzazione Proxy</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Nome utente e password sono richiesti dal proxy %1. </translation>
</message>
@ -2639,423 +2639,423 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Attiva navigazione anonima</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>Indirizzo IP della pagina corrente</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Segnalibri</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Cronologia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Nuova finestra</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Nuova scheda</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Apri Indirizzo</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Apri &amp;file</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Chiudi scheda</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Chiudi finestra</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;Salva pagina come...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Salva schermata della pagina</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Invia link...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>S&amp;tampa</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Importa segnalibri...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Esci</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Annulla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Ripeti</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>Ta&amp;glia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>C&amp;opia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>&amp;Incolla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Cancella</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>Seleziona &amp;Tutto</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>C&amp;erca</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translatorcomment>accelerator on S is already used by the Bookmarks translation (Segnalibri)</translatorcomment>
<translation>S&amp;trumenti</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;Aiuto</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Segnalibri</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;Cronologia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;File</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Modifica</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Visualizza</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>&amp;Barra di navigazione</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>Barra dei &amp;segnalibri</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Ba&amp;rra di stato</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>&amp;Barra menu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>Sc&amp;hermo intero</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>S&amp;top</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Ricarica</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>Codifica &amp;carattere</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Barre degli strumenti</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Barre laterali</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>&amp;Ingrandisci</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>&amp;Riduci</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Ripristina</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>&amp;Sorgente pagina</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Chiudi schede</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Ripristina &amp;scheda chiusa</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation> (Navigazione Anonima)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>Aggiungi pagina ai &amp;segnalibri</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Aggiungi ai segnalibri &amp;tutte le schede</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>Organizza &amp;segnalibri</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Ci sono ancora %1 delle schede aperte e la sessione non sarà salvata. Sei sicuro di voler uscire da QupZilla?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Vuoto</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Indietro</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Avanti</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Home</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Visualizza &amp;tutta la cronologia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Ripristina tutte le schede chiuse</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Pulisci lista</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>Informazioni su &amp;QT</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>&amp;Informazioni su QupZilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Informazioni sull&apos; applicazione</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>Riporta &amp;problema</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>&amp;Ricerca Web</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>Informazioni &amp;pagina</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>&amp;Gestione scaricamenti</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>&amp;Gestione cookie</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>Lettore &amp;RSS</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Cancella cronologia &amp;recente</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>&amp;Navigazione anonima</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>Pr&amp;eferenze</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Altro</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Predefinito</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Apri file...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Sei sicuro di voler avviare la navigazione anonima?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Quando la navigazione anonima è attiva, alcune azioni riguardanti la tua privacy potrebbero essere disabilitate:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Le pagine web non vengono aggiunte alla cronologia.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Non si può accedere ai cookie correnti.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>La Sessione non è memorizzata.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Fino alla chiusura della finestra è sempre possibile fare clic sui pulsanti Avanti e Indietro per tornare alla pagine web che hai aperto.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Avvia navigazione anonima</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Nuova Scheda</translation>

View File

@ -950,22 +950,22 @@
<translation>Voeg %1 toe aan witte lijst</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Flash-object</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Naam van attribuut&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Waarde&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Geen verdere informatie beschikbaar.</translation>
</message>
@ -1649,12 +1649,12 @@ werd niet gevonden!</translation>
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>Laatste sessie gecrashed</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla crashte :-(&lt;/b&gt;&lt;br/&gt;Oeps, de laatste sessie van QupZilla eindigde met een crash. We verontschuldigen ons. Wilt u proberen om de opgeslagen status te herstellen?</translation>
</message>
@ -1707,74 +1707,74 @@ werd niet gevonden!</translation>
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>SSL-certificaatfout!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organisatie: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Domeinnaam: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Vervaldatum: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Fout: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>De pagina die u probeert te bereiken heeft de volgende fouten in het SSL-certificaat:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Wilt u een uitzondering maken voor dit certificaat?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Machtiging benodigd</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Gebruikersnaam: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Wachtwoord: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Sla gebruikersnaam en wachtwoord van deze site op</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Er wordt om een gebruikersnaam en wachtwoord gevraagd door %1. De site zegt: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Proxy-machtiging benodigd</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Er wordt om een gebruikersnaam en wachtwoord gevraagd door proxy %1. </translation>
</message>
@ -2639,423 +2639,423 @@ werd niet gevonden!</translation>
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Bladwijzers</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Geschiedenis</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Sluit af</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Nieuw tabblad</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Sluit tabblad</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>IP-adres van huidige pagina</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>Hulp&amp;middelen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;Help</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Bladwijzers</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;Geschiedenis</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Bestand</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Nieuw venster</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Open &amp;bestand</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;Sla pagina op als...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;Afdrukken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Importeer bladwijzers...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>Be&amp;werken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Ongedaan maken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Herhalen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>&amp;Knippen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>K&amp;opiëren</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>&amp;Plakken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Verwijderen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>Selecteer &amp;Alles</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;Zoeken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Toon</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>&amp;Navigatiewerkbalk</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>&amp;Bladwijzerwerkbalk</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Sta&amp;tusbalk</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Werkbalken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Zijpanelen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>&amp;Pagina-broncode</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>U heeft nog steeds %1 geopende tabs en uw sessie zal niet worden opgeslagen. Weet u zeker dat u wilt afsluiten?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>&amp;Menubalk</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Volledig scherm</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>&amp;Stoppen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Herladen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>&amp;Karakter-tekenset</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>Zoo&amp;m in</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>Z&amp;oom uit</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Herstart</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Sluit venster</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Open locatie</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Verstuur link...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Overig</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Standaard</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Huidige cookies kunnen niet worden benaderd.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>Uw sessie is niet bewaard.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Start incognito browsen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Incognito browsen ingeschakeld</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Herstel &amp;gesloten tabblad</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Leeg</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Nieuw tabblad</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>Bladwijzer &amp;deze pagina</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Bladwijzer &amp;alle tabbladen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>Organiseer &amp;bladwijzers</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Terug</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Vooruit</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Startpagina</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Toon &amp;alle geschiedenis</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Gesloten tabbladen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Sla schermafbeelding op</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation> (Incognito browsen)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Herstel alle gesloten tabbladen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Wis lijst</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>Over &amp;Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>&amp;Over QupZilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Informatie over programma</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>Rapporteer &amp;probleem</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>&amp;Webzoeken</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>Pagina-&amp;info</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>&amp;Downloadbeheerder</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>&amp;Cookies-beheerder</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>&amp;RSS-lezer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Wis recente &amp;geschiedenis</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>&amp;Incognito browsen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>&amp;Instellingen</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Open bestand...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Weet u zeker dat u incognito browsen wilt inschakelen?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Wanneer incognito browsen is ingeschakeld, zullen sommige acties aangaande uw privacy uitgeschakeld worden:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Webpagina&apos;s worden niet toegevoegd aan uw geschiedenis.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Totdat u dit venster afsluit, kunt nog steeds op de Terug en Vooruit-knoppen klikken om terug naar de webpagina&apos;s te gaan die u hebt geopend.</translation>
</message>

View File

@ -950,22 +950,22 @@
<translation>Dodaj %1 do zaufanej listy</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Objekt Flash</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Nazwa atrybutu&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Wartość&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Nie ma więcej dostępnych informacji.</translation>
</message>
@ -1648,12 +1648,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>Wystąpił błąd w ostatniej sesji</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla się wywróciła :-(&lt;/b&gt;&lt;br/&gt;Oops, ostatnia sesja QupZilly zakończyła się błędem. Przepraszamy za to. Czy przywrócić ostatnia sesje?</translation>
</message>
@ -1706,74 +1706,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>Błąd certyfikatu SSL!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organizacja: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Domena: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Ważna do: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Błąd: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>Strona, którą próbujesz obejrzeć, ma następujące błędy w certyfikacie SSL:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Chcesz zrobić wyjątek dla tego certyfikatu?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Wymagana autoryzacja</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Nazwa użytkownika: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Hasło: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Zapisać użytkownika i hasło dla tej strony</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>Nazwa użytkownika i hasło jest wymagane dla %1. Komentarz: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Autoryzacja Proxy wymagana</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Nazwa użytkownika i hasło wymagane dla proxy %1. </translation>
</message>
@ -2638,423 +2638,423 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Zakładki</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Historia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Zamknij</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Nowa karta</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Zamknij kartę</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>Adres IP aktualnej strony</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>&amp;Narzędzia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;Pomoc</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Zakładki</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>Hi&amp;storia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Plik</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Nowe okno</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Otwórz &amp;Plik</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;Zapisz stronę jako...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;Drukuj</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Importuj zakładki...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Edytuj</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Cofnij</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Dalej</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>&amp;Wytnij</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>&amp;Kopiuj</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>&amp;Wklej</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Usuń</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>Zaznacz &amp;Wszystko</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;Znajdź</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Podgląd</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>&amp;Pasek nawigacyjny</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>Pasek &amp;zakładek</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Pasek &amp;statusu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Paski narzędzi</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Pasek boczny</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>Źródło &amp;strony</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Dom</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Nadal jest otwarte %1 kart a twoja sesja nie zostanie zapisana. Czy napewno chcesz wyłączyć QupZillę?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>&amp;Menu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Pełny ekran</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>Zatrzym&amp;aj</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Odśwież</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>Kodo&amp;wanie znaków</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>Powięk&amp;sz</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>Od&amp;dal</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Resetuj</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Zamknij okno</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Otwórz lokalizację</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Wyslij link...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Inne</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Domyślne</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Aktualne cookies nie dostępne.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>Twoja sesja nie jest przechowywana.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Uruchom Tryb Przeglądania Prywatego</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Przeglądanie w trybie prywatnym jest włączone</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Przywróć zamknięte &amp;karty</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Pusto</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Nowa karta</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>Dodaj &amp;stronę do zakładek</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Dodaj &amp;wszystkie karty do zakładek</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>&amp;Zarządzaj zakładkami</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Cofnij</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Dalej</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Pokaż całą &amp;historię</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Zamknięte karty</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Zapisz obraz strony</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation> (Przeglądanie Prywatne)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Przywróć wszystkie zamknięte karty</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Wyczyść listę</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>O &amp;Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>&amp;O QupZilli</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Informacje o aplikacji</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>Zgłoś &amp;błąd</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>Szukaj w &amp;sieci</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>&amp;Informacje o stronie</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>Menadżer &amp;pobierania</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Menadżer &amp;cookies</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>&amp;Czytnik RSS</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Wyczyść &amp;historię</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>Tryb &amp;prywatny</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>Us&amp;tawienia</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Otwórz plik...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Czy na pewno chcesz włączyć tryb prywatny?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Kiedy tryb prywatny jest włączony, niektóre działania naruszające twoją prywatność będą wyłączone:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Strony internetowe nie dodawane do historii.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Do zamknięcia okna, możesz używać Wstecz i Dalej aby powrócić do stron jakie miałeś otwarte.</translation>
</message>

View File

@ -950,22 +950,22 @@
<translation>Adicionar %1 à lista de permissões</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Objeto Flash</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Nome do atributo&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Valor&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Não existem mais informações.</translation>
</message>
@ -1648,12 +1648,12 @@ não foi encontrado!</translation>
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>A última sessão terminou abruptamente</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;A última sessão do QupZilla terminou abruptamente :-(&lt;/b&gt;&lt;br/&gt; Pedimos desculpa pelo ocorrido. Pretende que o QupZilla tente restaurar a última sessão?</translation>
</message>
@ -1706,74 +1706,74 @@ não foi encontrado!</translation>
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>Erro de certificado SSL!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>A página que está a tentar aceder apresenta os seguintes erros no certificado SSL:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Organização: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Domínio: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Termina em: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Erro: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Pretende criar uma exceção para este certificado?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Requer autorização</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Utilizador: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Senha: </translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Gravar utilizador e senha desta página</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>%1 está a solicitar um utilizador e uma senha. A página reporta: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Requer autorização de proxy</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>O proxy %1 está a solicitar um utilizador e uma senha. </translation>
</message>
@ -2637,423 +2637,423 @@ não foi encontrado!</translation>
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Novo separador</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Navegação privada ativada</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>Endereço IP da página atual</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>Ferramen&amp;tas</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>Aj&amp;uda</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>Hi&amp;stórico</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Ficheiro</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Nova janela</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Novo separador</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Abrir localização</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Abrir &amp;ficheiro</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Fechar separador</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Fechar janela</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>Gra&amp;var página como...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Gravar ecrã da página</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Enviar ligação...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>Im&amp;primir</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Importar marcadores...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Sair</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Editar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>An&amp;ular</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Refazer</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>&amp;Cortar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>C&amp;opiar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>Co&amp;lar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>E&amp;liminar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>Selecion&amp;ar tudo</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>Locali&amp;zar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>Pr&amp;eferências</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Ver</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>Barra de &amp;navegação</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>&amp;Barra de marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Barra de es&amp;tado</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>Barra de &amp;menu</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Ecrã completo</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>&amp;Parar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Recarregar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>Codificação dos caract&amp;eres</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>Histórico</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Barras de ferramentas</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Barra lateral</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>Ampl&amp;iar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>Red&amp;uzir</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Restaurar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>Código fonte da &amp;página</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Separadores fechados</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Restaurar separador fe&amp;chado</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation>(Navegação privada)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>Marcar es&amp;ta página</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>M&amp;arcar todos os separadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>Organizar &amp;marcadores</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Vazio</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Recuar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Avançar</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>Pági&amp;na inicial</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Mostr&amp;ar todo o histórico</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Restaurar todos os separadores fechados</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Apagar lista</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>Sobre &amp;Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>Sobre QupZill&amp;a</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>Informações da aplicação</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>Reportar pro&amp;blema</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>Procura &amp;web</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>&amp;Informações da página</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>Gestor &amp;de transferências</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Gestor de &amp;cookies</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;Adblock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>Leitor &amp;RSS</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Apagar &amp;histórico recente</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>Navegação &amp;privada</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Outras</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>Padrão</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Abrir ficheiro...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Tem a certeza que pretende ativar a navegação privada?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Se a navegação privada estiver ativa, alguns elementos de privacidade estarão inativos:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>As páginas web não são adicionadas ao histórico.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Os cookies atuais não estarão acessíveis.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>A sua sessão não pode ser gravada.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>No entanto, enquanto não fechar a janela pode utilizar os botões Recuar e Avançar para voltar às páginas abertas anteriormente.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Iniciar navegação privada</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>Ainda existe(m) %1 separador(es) aberto(s) e a sessão não será gravada. Tem a certeza que pretende sair?</translation>
</message>

View File

@ -953,22 +953,22 @@
<translation>Добавить %1 в &quot;белый&quot; список</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>объект Flash</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation>&lt;b&gt;Название атрибута&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation>&lt;b&gt;Значение&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation>Нет доступной информации.</translation>
</message>
@ -1653,12 +1653,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation>Последняя сессия завершилась неудачно</translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>&lt;b&gt;QupZilla упал :-(&lt;/b&gt;&lt;br/&gt;К сожалению, последняя сессия QupZilla была завершена неудачно. Вы хотите попробовать восстановить её?</translation>
</message>
@ -1711,74 +1711,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>Ошибка сертификата SSL!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>Странца, на которую вы пытаетесь зайти имеет следующие ошибки в сертификате SSL:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation>&lt;b&gt;Организация:&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation>&lt;b&gt;Имя домена&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation>&lt;b&gt;Истекает: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;Ошибка: &lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>Сделать исключение для данного сертификата?</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation>Необходима авторизация</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>Имя пользователя:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>Пароль:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation>Запомнить имя пользователя и пароль для этого сайта</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>%1 требует имя пользователя и пароль.Сайт сказал: &quot;%2&quot;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation>Прокси сервер требует авторизацию</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>Прокси сервер %1 требует имя пользователя и пароль.</translation>
</message>
@ -2647,423 +2647,423 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation>Новая вкладка</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation>Режим приватного просмотра включен</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>IP адрес текущей страницы</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>&amp;Инструменты</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;Справка</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;Закладки</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>Ис&amp;тория</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;Файл</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;Новое окно</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation>Новая вкладка</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation>Открыть ссылку</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>Открыть &amp;файл</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation>Закрыть вкладку</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation>Закрыть окно</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;Сохранить как...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation>Сохранить снимок страницы</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>Послать адрес...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;Печать</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>Импортировать закладки...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>Выход</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;Правка</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;Отменить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;Повторить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>&amp;Вырезать</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>&amp;Копировать</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>Вс&amp;тавить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;Удалить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>В&amp;ыделить всё</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;Найти</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>Н&amp;астройки</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;Вид</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>Панель &amp;Навигации</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>Панель &amp;Закладок</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>Панель &amp;статуса</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>Панель &amp;Меню</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;Полноэкранный режим</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>П&amp;рервать</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;Обновить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>&amp;Кодировка символов</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation>Закладки</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation>История</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation>Панели инструментов</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation>Боковые панели</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>У&amp;величить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>У&amp;меньшить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation>Восстановить</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>&amp;Исходый код страницы</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation>Закрытые вкладки</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>Открыть &amp;закрытую вкладку</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation> (Режим приватного просмотра)</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>&amp;Добавить в закладки</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>Закладки для &amp;всех открытых страниц</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>&amp;Управление закладками</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation>Пусто</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>&amp;Назад</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;Вперед</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;Домашняя страница</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>Стереть в&amp;сю историю</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation>Открыть все закрытые вкладки</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation>Очистить список</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>О &amp;Qt</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>&amp;О QupZilla</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation>О программе</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>&amp;Сообщить об ошибке</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>П&amp;оиск в интернете</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>&amp;Информация о странице</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>&amp;Менеджер загрузок</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Менеджер &amp;Cookie</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>Чтение &amp;RSS </translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>Очистить &amp;недавнюю историю</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>Режим &amp;приватного просмотра</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation>Прочее</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation>По умолчанию</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>Открыть файл...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation>Вы действительно хотите включить режим приватного прсмотра?</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation>Когда включен режим приватного просмотра, будут отключены функции, которые могут нарушить вашу конфиденциальность:</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation>Будет отключено ведение истории.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>Текущие cookies станут недоступны.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation>Ваша сессия не сохранится.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>Пока окно не будет закрыто, вы можете использовать кнопки &quot;Назад&quot; и &quot;Вперед&quot; чтобы возвращаться на открытые страницы. </translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation>Включить режим приватного просмотра</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>У вас открыто %1 вкладок и ваша сессия не сохранится. Вы точно хотите выйти из QupZilla?</translation>
</message>

View File

@ -950,22 +950,22 @@
<translation></translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="267"/>
<location filename="../src/plugins/clicktoflash.cpp" line="268"/>
<source>Flash Object</source>
<translation>Flash对象</translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Attribute Name&lt;/b&gt;</source>
<translation></translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="270"/>
<location filename="../src/plugins/clicktoflash.cpp" line="271"/>
<source>&lt;b&gt;Value&lt;/b&gt;</source>
<translation></translation>
</message>
<message>
<location filename="../src/plugins/clicktoflash.cpp" line="284"/>
<location filename="../src/plugins/clicktoflash.cpp" line="285"/>
<source>No more informations available.</source>
<translation></translation>
</message>
@ -1646,12 +1646,12 @@
<context>
<name>MainApplication</name>
<message>
<location filename="../src/app/mainapplication.cpp" line="723"/>
<location filename="../src/app/mainapplication.cpp" line="741"/>
<source>Last session crashed</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/mainapplication.cpp" line="724"/>
<location filename="../src/app/mainapplication.cpp" line="742"/>
<source>&lt;b&gt;QupZilla crashed :-(&lt;/b&gt;&lt;br/&gt;Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state?</source>
<translation>QupZilla上次结束时崩溃</translation>
</message>
@ -1704,74 +1704,74 @@
<context>
<name>NetworkManager</name>
<message>
<location filename="../src/network/networkmanager.cpp" line="154"/>
<location filename="../src/network/networkmanager.cpp" line="157"/>
<source>SSL Certificate Error!</source>
<translation>SSL证书错误!</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="169"/>
<location filename="../src/network/networkmanager.cpp" line="172"/>
<source>&lt;b&gt;Organization: &lt;/b&gt;</source>
<translation></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="171"/>
<location filename="../src/network/networkmanager.cpp" line="174"/>
<source>&lt;b&gt;Domain Name: &lt;/b&gt;</source>
<translation></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="173"/>
<location filename="../src/network/networkmanager.cpp" line="176"/>
<source>&lt;b&gt;Expiration Date: &lt;/b&gt;</source>
<translation></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="175"/>
<location filename="../src/network/networkmanager.cpp" line="178"/>
<source>&lt;b&gt;Error: &lt;/b&gt;</source>
<translation>&lt;b&gt;&lt;/b&gt;</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="155"/>
<location filename="../src/network/networkmanager.cpp" line="158"/>
<source>The page you are trying to access has the following errors in the SSL certificate:</source>
<translation>访SSL证书错误</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="179"/>
<location filename="../src/network/networkmanager.cpp" line="182"/>
<source>Would you like to make an exception for this certificate?</source>
<translation>使</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="200"/>
<location filename="../src/network/networkmanager.cpp" line="203"/>
<source>Authorization required</source>
<translation></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="207"/>
<location filename="../src/network/networkmanager.cpp" line="265"/>
<location filename="../src/network/networkmanager.cpp" line="210"/>
<location filename="../src/network/networkmanager.cpp" line="268"/>
<source>Username: </source>
<translation>:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="208"/>
<location filename="../src/network/networkmanager.cpp" line="266"/>
<location filename="../src/network/networkmanager.cpp" line="211"/>
<location filename="../src/network/networkmanager.cpp" line="269"/>
<source>Password: </source>
<translation>:</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="213"/>
<location filename="../src/network/networkmanager.cpp" line="216"/>
<source>Save username and password on this site</source>
<translation></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="222"/>
<location filename="../src/network/networkmanager.cpp" line="225"/>
<source>A username and password are being requested by %1. The site says: &quot;%2&quot;</source>
<translation>%1%2</translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="258"/>
<location filename="../src/network/networkmanager.cpp" line="261"/>
<source>Proxy authorization required</source>
<translation></translation>
</message>
<message>
<location filename="../src/network/networkmanager.cpp" line="278"/>
<location filename="../src/network/networkmanager.cpp" line="281"/>
<source>A username and password are being requested by proxy %1. </source>
<translation>%1.</translation>
</message>
@ -2635,422 +2635,422 @@
<context>
<name>QupZilla</name>
<message>
<location filename="../src/app/qupzilla.cpp" line="252"/>
<location filename="../src/app/qupzilla.cpp" line="250"/>
<source>Private Browsing Enabled</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="256"/>
<location filename="../src/app/qupzilla.cpp" line="254"/>
<source>IP Address of current page</source>
<translation>IP地址</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="348"/>
<location filename="../src/app/qupzilla.cpp" line="346"/>
<source>Bookmarks</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="352"/>
<location filename="../src/app/qupzilla.cpp" line="350"/>
<source>History</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<location filename="../src/app/qupzilla.cpp" line="278"/>
<source>&amp;New Window</source>
<translation>&amp;N</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<source>New Tab</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<location filename="../src/app/qupzilla.cpp" line="280"/>
<source>Open Location</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<location filename="../src/app/qupzilla.cpp" line="281"/>
<source>Open &amp;File</source>
<translation>&amp;F</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="284"/>
<location filename="../src/app/qupzilla.cpp" line="282"/>
<source>Close Tab</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="285"/>
<location filename="../src/app/qupzilla.cpp" line="283"/>
<source>Close Window</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<location filename="../src/app/qupzilla.cpp" line="286"/>
<source>&amp;Save Page As...</source>
<translation>&amp;S...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<location filename="../src/app/qupzilla.cpp" line="287"/>
<source>Save Page Screen</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="290"/>
<location filename="../src/app/qupzilla.cpp" line="288"/>
<source>Send Link...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="291"/>
<location filename="../src/app/qupzilla.cpp" line="289"/>
<source>&amp;Print</source>
<translation>&amp;P</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="294"/>
<location filename="../src/app/qupzilla.cpp" line="292"/>
<source>Import bookmarks...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="295"/>
<location filename="../src/app/qupzilla.cpp" line="293"/>
<source>Quit</source>
<translation>退</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="301"/>
<location filename="../src/app/qupzilla.cpp" line="299"/>
<source>&amp;Undo</source>
<translation>&amp;U</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<source>&amp;Redo</source>
<translation>&amp;R</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<location filename="../src/app/qupzilla.cpp" line="302"/>
<source>&amp;Cut</source>
<translation>&amp;C</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<location filename="../src/app/qupzilla.cpp" line="303"/>
<source>C&amp;opy</source>
<translation>&amp;o</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="306"/>
<location filename="../src/app/qupzilla.cpp" line="304"/>
<source>&amp;Paste</source>
<translation>&amp;p</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<location filename="../src/app/qupzilla.cpp" line="305"/>
<source>&amp;Delete</source>
<translation>&amp;D</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="309"/>
<location filename="../src/app/qupzilla.cpp" line="307"/>
<source>Select &amp;All</source>
<translation>&amp;A</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="310"/>
<location filename="../src/app/qupzilla.cpp" line="308"/>
<source>&amp;Find</source>
<translation>&amp;F</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<location filename="../src/app/qupzilla.cpp" line="266"/>
<source>&amp;Tools</source>
<translation>&amp;T</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<location filename="../src/app/qupzilla.cpp" line="267"/>
<source>&amp;Help</source>
<translation>&amp;H</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="270"/>
<location filename="../src/app/qupzilla.cpp" line="268"/>
<source>&amp;Bookmarks</source>
<translation>&amp;B</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="271"/>
<location filename="../src/app/qupzilla.cpp" line="269"/>
<source>Hi&amp;story</source>
<translation>&amp;s</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="279"/>
<location filename="../src/app/qupzilla.cpp" line="277"/>
<source>&amp;File</source>
<translation>&amp;F</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="300"/>
<location filename="../src/app/qupzilla.cpp" line="298"/>
<source>&amp;Edit</source>
<translation>&amp;E</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="320"/>
<location filename="../src/app/qupzilla.cpp" line="318"/>
<source>&amp;View</source>
<translation>&amp;V</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="321"/>
<location filename="../src/app/qupzilla.cpp" line="319"/>
<source>&amp;Navigation Toolbar</source>
<translation>&amp;N</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="324"/>
<location filename="../src/app/qupzilla.cpp" line="322"/>
<source>&amp;Bookmarks Toolbar</source>
<translation>&amp;B</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="327"/>
<location filename="../src/app/qupzilla.cpp" line="325"/>
<source>Sta&amp;tus Bar</source>
<translation>&amp;t</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="330"/>
<location filename="../src/app/qupzilla.cpp" line="328"/>
<source>&amp;Menu Bar</source>
<translation>&amp;M</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="333"/>
<location filename="../src/app/qupzilla.cpp" line="331"/>
<source>&amp;Fullscreen</source>
<translation>&amp;F</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="337"/>
<location filename="../src/app/qupzilla.cpp" line="335"/>
<source>&amp;Stop</source>
<translation>&amp;S</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="340"/>
<location filename="../src/app/qupzilla.cpp" line="338"/>
<source>&amp;Reload</source>
<translation>&amp;R</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="343"/>
<location filename="../src/app/qupzilla.cpp" line="341"/>
<source>Character &amp;Encoding</source>
<translation>&amp;E</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="360"/>
<location filename="../src/app/qupzilla.cpp" line="358"/>
<source>Toolbars</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="364"/>
<location filename="../src/app/qupzilla.cpp" line="362"/>
<source>Sidebars</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<location filename="../src/app/qupzilla.cpp" line="374"/>
<source>Zoom &amp;In</source>
<translation>&amp;I</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="377"/>
<location filename="../src/app/qupzilla.cpp" line="375"/>
<source>Zoom &amp;Out</source>
<translation>&amp;O</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="378"/>
<location filename="../src/app/qupzilla.cpp" line="376"/>
<source>Reset</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="382"/>
<location filename="../src/app/qupzilla.cpp" line="380"/>
<source>&amp;Page Source</source>
<translation>&amp;P</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="395"/>
<location filename="../src/app/qupzilla.cpp" line="393"/>
<source>Closed Tabs</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="401"/>
<location filename="../src/app/qupzilla.cpp" line="399"/>
<source>Restore &amp;Closed Tab</source>
<translation>&amp;C</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="517"/>
<location filename="../src/app/qupzilla.cpp" line="515"/>
<source> (Private Browsing)</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<location filename="../src/app/qupzilla.cpp" line="580"/>
<source>Bookmark &amp;This Page</source>
<translation>&amp;T</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="583"/>
<location filename="../src/app/qupzilla.cpp" line="581"/>
<source>Bookmark &amp;All Tabs</source>
<translation>&amp;A</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="584"/>
<location filename="../src/app/qupzilla.cpp" line="582"/>
<source>Organize &amp;Bookmarks</source>
<translation>&amp;B</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="624"/>
<location filename="../src/app/qupzilla.cpp" line="652"/>
<location filename="../src/app/qupzilla.cpp" line="738"/>
<location filename="../src/app/qupzilla.cpp" line="622"/>
<location filename="../src/app/qupzilla.cpp" line="650"/>
<location filename="../src/app/qupzilla.cpp" line="736"/>
<source>Empty</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<location filename="../src/app/qupzilla.cpp" line="679"/>
<source>&amp;Back</source>
<translation>退&amp;B</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="682"/>
<location filename="../src/app/qupzilla.cpp" line="680"/>
<source>&amp;Forward</source>
<translation>&amp;F</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="683"/>
<location filename="../src/app/qupzilla.cpp" line="681"/>
<source>&amp;Home</source>
<translation>&amp;H</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="688"/>
<location filename="../src/app/qupzilla.cpp" line="686"/>
<source>Show &amp;All History</source>
<translation>&amp;A</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="741"/>
<location filename="../src/app/qupzilla.cpp" line="739"/>
<source>Restore All Closed Tabs</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="742"/>
<location filename="../src/app/qupzilla.cpp" line="740"/>
<source>Clear list</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="751"/>
<location filename="../src/app/qupzilla.cpp" line="749"/>
<source>About &amp;Qt</source>
<translation>Qt&amp;Q</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<location filename="../src/app/qupzilla.cpp" line="750"/>
<source>&amp;About QupZilla</source>
<translation>QupZIlla&amp;A</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="754"/>
<location filename="../src/app/qupzilla.cpp" line="752"/>
<source>Informations about application</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="759"/>
<location filename="../src/app/qupzilla.cpp" line="757"/>
<source>Report &amp;Issue</source>
<translation>&amp;I</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="765"/>
<location filename="../src/app/qupzilla.cpp" line="763"/>
<source>&amp;Web Search</source>
<translation>&amp;W网页搜索</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<location filename="../src/app/qupzilla.cpp" line="764"/>
<source>Page &amp;Info</source>
<translation>&amp;I</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<location filename="../src/app/qupzilla.cpp" line="766"/>
<source>&amp;Download Manager</source>
<translation>&amp;D</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<location filename="../src/app/qupzilla.cpp" line="767"/>
<source>&amp;Cookies Manager</source>
<translation>Cookies&amp;C</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<location filename="../src/app/qupzilla.cpp" line="768"/>
<source>&amp;AdBlock</source>
<translation>&amp;AdBlock</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<location filename="../src/app/qupzilla.cpp" line="769"/>
<source>RSS &amp;Reader</source>
<translation>RSS阅读器&amp;R</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="772"/>
<location filename="../src/app/qupzilla.cpp" line="770"/>
<source>Clear Recent &amp;History</source>
<translation>&amp;H</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="773"/>
<location filename="../src/app/qupzilla.cpp" line="771"/>
<source>&amp;Private Browsing</source>
<translation>&amp;P</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1475"/>
<location filename="../src/app/qupzilla.cpp" line="1476"/>
<source>There are still %1 open tabs and your session won&apos;t be stored. Are you sure to quit QupZilla?</source>
<translation>%1退</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="313"/>
<location filename="../src/app/qupzilla.cpp" line="782"/>
<location filename="../src/app/qupzilla.cpp" line="311"/>
<location filename="../src/app/qupzilla.cpp" line="780"/>
<source>Pr&amp;eferences</source>
<translation>&amp;e</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="859"/>
<location filename="../src/app/qupzilla.cpp" line="857"/>
<source>Other</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="869"/>
<location filename="../src/app/qupzilla.cpp" line="867"/>
<source>Default</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1210"/>
<location filename="../src/app/qupzilla.cpp" line="1208"/>
<source>Open file...</source>
<translation>...</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<location filename="../src/app/qupzilla.cpp" line="1318"/>
<source>Are you sure you want to turn on private browsing?</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1320"/>
<location filename="../src/app/qupzilla.cpp" line="1319"/>
<source>When private browsing is turned on, some actions concerning your privacy will be disabled:</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<location filename="../src/app/qupzilla.cpp" line="1322"/>
<source>Webpages are not added to the history.</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<location filename="../src/app/qupzilla.cpp" line="1323"/>
<source>Current cookies cannot be accessed.</source>
<translation>cookies无法被访问</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1325"/>
<location filename="../src/app/qupzilla.cpp" line="1324"/>
<source>Your session is not stored.</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1327"/>
<location filename="../src/app/qupzilla.cpp" line="1326"/>
<source>Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened.</source>
<translation>退.</translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="1332"/>
<location filename="../src/app/qupzilla.cpp" line="1331"/>
<source>Start Private Browsing</source>
<translation></translation>
</message>
<message>
<location filename="../src/app/qupzilla.cpp" line="182"/>
<location filename="../src/app/qupzilla.cpp" line="952"/>
<location filename="../src/app/qupzilla.cpp" line="972"/>
<location filename="../src/app/qupzilla.cpp" line="180"/>
<location filename="../src/app/qupzilla.cpp" line="950"/>
<location filename="../src/app/qupzilla.cpp" line="970"/>
<location filename="../src/app/qupzilla.h" line="149"/>
<source>New tab</source>
<translation></translation>