mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Updated slovak translation + fixed windows build
This commit is contained in:
parent
6bf4095c24
commit
f52a40d6f4
Binary file not shown.
|
@ -774,8 +774,8 @@ void WebView::mousePressEvent(QMouseEvent* event)
|
|||
break;
|
||||
|
||||
case Qt::MiddleButton: {
|
||||
#ifdef Q_WS_WIN
|
||||
QWebFrame* frame = page()->frameAt(event->pos());
|
||||
#ifdef Q_WS_WIN
|
||||
if (frame && frame->hitTestContent(event->pos()).linkUrl().isEmpty()) {
|
||||
// Creating auto scroll on Windows
|
||||
m_clickedUrl = QUrl();
|
||||
|
@ -783,7 +783,6 @@ void WebView::mousePressEvent(QMouseEvent* event)
|
|||
return;
|
||||
}
|
||||
#endif
|
||||
QWebFrame* frame = page()->frameAt(event->pos());
|
||||
if (frame) {
|
||||
m_clickedUrl = frame->hitTestContent(event->pos()).linkUrl();
|
||||
}
|
||||
|
|
|
@ -507,7 +507,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Open link in current &tab</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Otvoriť odkaz v &aktuálnom panely</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -553,7 +553,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Open link in current &tab</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Otvoriť odkaz v &aktuálnom panely</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -795,7 +795,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Earlier Today</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dnes</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1248,7 +1248,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Open link in current tab</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Otvoriť odkaz v aktuálnom panely</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1350,7 +1350,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Open link in current tab</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Otvoriť odkaz v aktuálnom panely</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2285,31 +2285,31 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Use current</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Použiť aktuálnu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Allow HTML5 local storage</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Povoliť HTML 5 lokálne úložisko</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete local storage on close</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zmazať lokálne úložisko pri ukončení prehliadača</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Filter tracking cookies</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Filtrovať sledovacie cookies</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><b>Warning:</b> Match domain exactly and filter tracking cookies options can lead to deny some cookies from sites. If you have problems with cookies, try to disable this options first!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b>Upozornenie:</b> Možnosť požadovať presnú zhodu domény a filtrovania sledovacích cookies môžu viesť k odmietnutiu niektorých cookies. Pokiaľ máte problémy s cookies, skuste najskôr tieto možnosti zakázať!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><b>SSL Certificates</b></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><b>SSL Certifikáty</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit CA certificates in SSL Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Upraviť CA Certifikáty v správcovi SSL</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -3042,7 +3042,7 @@ Prosím pridajte nejaké kliknutím na RSS ikonku v navigačnom paneli na strán
|
|||
</message>
|
||||
<message>
|
||||
<source>Open link in current tab</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Otvoriť odkaz v aktuálnom panely</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
Loading…
Reference in New Issue
Block a user