diff --git a/BUILDING b/BUILDING index b2a65800e..97aacf46e 100644 --- a/BUILDING +++ b/BUILDING @@ -50,9 +50,14 @@ UNRELEASED_BUILD QupZilla won't check profile version, thus, it won't reset your profile is lower version (disabled by default) + + USE_WEBGL Enable WebGL. You need to build QupZilla with WebKit built + with WebGL support, otherwise you won't be able to compile + without errors. + (disabled by default) Windows specific defines - W7API Build QupZilla with Windows 7 API support + W7API Enable Windows 7 API support Requires Microsoft Visual C++ Compiler 2010 (disabled by default) diff --git a/bin/locale/cs_CZ.qm b/bin/locale/cs_CZ.qm index e29826925..931d6932d 100644 Binary files a/bin/locale/cs_CZ.qm and b/bin/locale/cs_CZ.qm differ diff --git a/bin/locale/sk_SK.qm b/bin/locale/sk_SK.qm index d9bd35ffc..ef885ca73 100644 Binary files a/bin/locale/sk_SK.qm and b/bin/locale/sk_SK.qm differ diff --git a/src/QupZilla.pro b/src/QupZilla.pro index ba7e8c85f..4f2132992 100644 --- a/src/QupZilla.pro +++ b/src/QupZilla.pro @@ -16,8 +16,9 @@ RCC_DIR = ../build UI_DIR = ../build # Please read BUILD informations # -#win32:DEFINES += UNRELEASED_BUILD -#win32:DEFINES += NO_SYSTEM_DATAPATH +#DEFINES += UNRELEASED_BUILD +#DEFINES += NO_SYSTEM_DATAPATH +#DEFINES += USE_WEBGL #win32:DEFINES += W7API unix:QT += dbus diff --git a/src/app/mainapplication.cpp b/src/app/mainapplication.cpp index 459ab91e5..9ea3fc951 100644 --- a/src/app/mainapplication.cpp +++ b/src/app/mainapplication.cpp @@ -242,6 +242,10 @@ void MainApplication::loadSettings() m_websettings->setAttribute(QWebSettings::LinksIncludedInFocusChain, linkInFocuschain); m_websettings->setAttribute(QWebSettings::ZoomTextOnly, zoomTextOnly); m_websettings->setAttribute(QWebSettings::PrintElementBackgrounds, printElBg); +#ifdef USE_WEBGL + m_websettings->setAttribute(QWebSettings::WebGLEnabled , true); + m_websettings->setAttribute(QWebSettings::AcceleratedCompositingEnabled, true); +#endif m_websettings->setFontFamily(QWebSettings::StandardFont, settings.value("StandardFont", m_websettings->fontFamily(QWebSettings::StandardFont)).toString()); m_websettings->setFontFamily(QWebSettings::CursiveFont, settings.value("CursiveFont", m_websettings->fontFamily(QWebSettings::CursiveFont)).toString()); diff --git a/src/preferences/sslmanager.ui b/src/preferences/sslmanager.ui index cd9f37600..6156f39d1 100644 --- a/src/preferences/sslmanager.ui +++ b/src/preferences/sslmanager.ui @@ -96,7 +96,7 @@ - Delete + Remove @@ -147,7 +147,7 @@ - Delete + Remove @@ -163,12 +163,12 @@ - + - <b>NOTE:</b> Setting this option is big security vulnerability! + <b>NOTE:</b> Setting this option is big security risk! false @@ -213,7 +213,7 @@ - + Qt::Vertical @@ -226,10 +226,27 @@ + + + + After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect. + + + true + + + + + + + QDialogButtonBox::Close + + + diff --git a/translations/cs_CZ.ts b/translations/cs_CZ.ts index d2205a8ae..00bc474ef 100644 --- a/translations/cs_CZ.ts +++ b/translations/cs_CZ.ts @@ -65,7 +65,7 @@ p, li { white-space: pre-wrap; } <p><b>Ostatní spolupracovníci:</b><br/>%1</p> - + <p><b>Thanks to:</b><br/>%1</p> <p><b>Poděkování:</b><br/>%1</p> @@ -651,7 +651,7 @@ p, li { white-space: pre-wrap; } Platný do: - + <not set in certificate> <není součástí certifikátu> @@ -934,7 +934,7 @@ p, li { white-space: pre-wrap; } - + Cancelled Zrušeno @@ -1015,32 +1015,32 @@ p, li { white-space: pre-wrap; } Kopírovat stahovaný odkaz - + Cancel downloading Zrušit stahování - + Clear Vyčistit - + Error Chyba - + New tab Nový panel - + Not found Soubor neexistuje - + Sorry, the file %1 was not found! @@ -1049,12 +1049,12 @@ p, li { white-space: pre-wrap; } nebyl nalezen! - + Error: Cannot write to file! Chyba: Nelze zapisovat do souboru! - + Error: Chyba: @@ -2274,32 +2274,32 @@ nebyl nalezen! QtWin - + Open new tab Otevřít nový panel - + Opens a new tab if browser is running Otevře nový panel pokud je prohlížeč spuštěný - + Open new window Otevřít nové okno - + Opens a new window if browser is running Otevře nové okno pokud je prohlížeč spuštěný - + Open download manager Otevřít správce stahování - + Opens a download manager if browser is running Otevře správce stahování pokud je prohlížeč spuštěný @@ -3063,9 +3063,14 @@ Prosím přidejte si nějaký kliknutím na RSS ikonku v navigačním řádku. - Delete + Remove Odstranit + + + After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect. + Po přidání či odstranění cest k certifikátům je nutné k projevení změn restart prohlížeče. + This is list of Local Certificates stored in user profile. This list also contains all certificates, that have received an exception. @@ -3088,8 +3093,8 @@ Prosím přidejte si nějaký kliknutím na RSS ikonku v navigačním řádku. - <b>NOTE:</b> Setting this option is big security vulnerability! - <b>Poznámka</b> Tato možnost představuje velké bezpečnostní ohrožení! + <b>NOTE:</b> Setting this option is big security risk! + <b>Poznámka.</b> Zaškrtnutím této možnosti se vystavujete velikému bezpečnostnímu riziku! @@ -3097,44 +3102,12 @@ Prosím přidejte si nějaký kliknutím na RSS ikonku v navigačním řádku.Ignorovat všechna SSL varování - Ignore all warnings - Ignorovat všechna varování - - - <b>Organization: </b> - <b>Organizace: </b> - - - <b>Domain Name: </b> - <b>Doména: </b> - - - <b>Locality Name: </b> - <b>Lokalita: </b> - - - <b>Country Name: </b> - <b>Země: </b> - - - <b>Verified by: </b> - <b>Ověřeno: </b> - - - <b>Expiration Date: </b> - <b>Vyprší: </b> - - - SSL Certificate Informations - Informace o certifikátě - - - + Choose path... Vyberte cestu... - + Certificate Informations Informace o certifikátě diff --git a/translations/es.ts b/translations/es.ts index eb7bebbf1..5cc0cc520 100644 --- a/translations/es.ts +++ b/translations/es.ts @@ -4,12 +4,12 @@ AboutDialog - + About QupZilla - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -18,54 +18,54 @@ p, li { white-space: pre-wrap; } - + Authors - - + + Authors and Contributors - - + + < About QupZilla - + <p><b>Application version %1</b><br/> - + <b>WebKit version %1</b></p> - + <p>&copy; %1 %2<br/>All rights reserved.<br/> - + <small>Build time: %1 </small></p> - + <p><b>Main developers:</b><br/>%1 &lt;%2&gt;</p> - + <p><b>Other contributors:</b><br/>%1</p> - + <p><b>Thanks to:</b><br/>%1</p> @@ -73,68 +73,68 @@ p, li { white-space: pre-wrap; } AdBlockDialog - + AdBlock Configuration - + Enable AdBlock - + Search... - + Rule - - + + Add Rule - + Update EasyList - + AdBlock - + Delete Rule - + Update completed - + EasyList has been successfuly updated. - + Custom Rules - + Add Custom Rule - + Please write your rule here: @@ -142,37 +142,37 @@ p, li { white-space: pre-wrap; } AdBlockIcon - + AdBlock let you block any unwanted content on pages - + Show AdBlock &Settings - + No content blocked - + Blocked URL (AdBlock Rule) - click to edit rule - + %1 with (%2) - + Learn About Writing &Rules - + New tab @@ -180,60 +180,60 @@ p, li { white-space: pre-wrap; } AutoFillManager - + Passwords - - + + Server - + Password - - + + Remove - + Edit - - + + Remove All - + Exceptions - + Confirmation - + Are you sure to delete all passwords on your computer? - + Edit password - + Change password: @@ -241,7 +241,7 @@ p, li { white-space: pre-wrap; } AutoFillNotification - + Do you want QupZilla to remember password on %1? @@ -249,17 +249,17 @@ p, li { white-space: pre-wrap; } AutoFillWidget - + Remember - + Never For This Site - + Not Now @@ -267,13 +267,13 @@ p, li { white-space: pre-wrap; } BookmarkIcon - - + + Bookmark this Page - + Edit this bookmark @@ -281,117 +281,117 @@ p, li { white-space: pre-wrap; } BookmarksManager - + Bookmarks - + Title - + Url - + Delete - + Del - + Add Folder - + Optimize Database - + Add new folder - + Choose name for new bookmark folder: - + New Tab - + Open link in actual &tab - + Open link in &new tab - + Move bookmark to &folder - - - + + + Unsorted Bookmarks - - - - - + + + + + Bookmarks In Menu - - - - - + + + + + Bookmarks In ToolBar - + <b>Warning: </b>You already have this page bookmarked! - + Choose name and location of bookmark. - + Add New Bookmark - + Choose folder for bookmarks: - + Bookmark All Tabs @@ -399,22 +399,22 @@ p, li { white-space: pre-wrap; } BookmarksModel - - - + + + Bookmarks In Menu - - - + + + Bookmarks In ToolBar - - + + Unsorted Bookmarks @@ -422,51 +422,51 @@ p, li { white-space: pre-wrap; } BookmarksSideBar - + Search... - + New Tab - + Open link in actual &tab - + Open link in &new tab - + Move bookmark to &folder - + Unsorted Bookmarks - - - + + + Bookmarks In Menu - - - + + + Bookmarks In ToolBar - + &Delete @@ -474,42 +474,42 @@ p, li { white-space: pre-wrap; } BookmarksToolbar - + &Bookmark Current Page - + Bookmark &All Tabs - + &Organize Bookmarks - + Hide Most &Visited - + Show Most &Visited - + &Hide Toolbar - + Most visited - + Sites You visited the most @@ -517,47 +517,47 @@ p, li { white-space: pre-wrap; } BookmarksWidget - + Edit This Bookmark - + Remove Bookmark - + Name: - + Folder: - + Save - + Close - + Unsorted Bookmarks - + Bookmarks In Menu - + Bookmarks In ToolBar @@ -565,37 +565,37 @@ p, li { white-space: pre-wrap; } BrowsingLibrary - + Library - + Search... - + History - + Bookmarks - + RSS - + Database Optimized - + Database successfuly optimized.<br/><br/><b>Database Size Before: </b>%1<br/><b>Databse Size After: </b>%2 @@ -603,55 +603,55 @@ p, li { white-space: pre-wrap; } CertificateInfoWidget - + <b>Issued To</b> - - + + Common Name (CN): - - + + Organization (O): - - + + Organizational Unit (OU): - + Serial Number: - + <b>Issued By</b> - + <b>Validity</b> - + Issued On: - + Expires On: - + <not set in certificate> @@ -659,62 +659,62 @@ p, li { white-space: pre-wrap; } ClearPrivateData - + Clear Recent History - + Choose what you want to delete: - + Clear history - + Clear cookies - + Clear cache - + Clear icons - + Clear cookies from Adobe Flash Player - + <b>Clear Recent History</b> - + Later Today - + Week - + Month - + All @@ -722,42 +722,42 @@ p, li { white-space: pre-wrap; } ClickToFlash - + Object blocked by ClickToFlash - + Show more informations about object - + Delete object - + Add %1 to whitelist - + Flash Object - + <b>Attribute Name</b> - + <b>Value</b> - + No more informations available. @@ -765,12 +765,12 @@ p, li { white-space: pre-wrap; } CloseDialog - + There are still open tabs - + Don't ask again @@ -778,119 +778,119 @@ p, li { white-space: pre-wrap; } CookieManager - + Cookies - + Find: - + These cookies are stored on your computer: - + Server - + Cookie name - + Name: - + Value: - + Server: - + Path: - + Secure: - + Expiration: - - - - - - - - - - - - + + + + + + + + + + + + <cookie not selected> - + Remove all cookies - - + + Remove cookie - + Search - + Confirmation - + Are you sure to delete all cookies on your computer? - + Remove cookies - + Secure only - + All connections - + Session cookie @@ -898,13 +898,13 @@ p, li { white-space: pre-wrap; } DownloadFileHelper - - + + Save file as... - + NoNameDownload @@ -912,146 +912,146 @@ p, li { white-space: pre-wrap; } DownloadItem - + A Clockwork Orange.avi - + Remaining 26 minutes - 339MB of 693 MB (350kB/s) - + Remaining time unavailable - + Done - %1 - - + + Cancelled - + few seconds - + seconds - + minutes - + hours - + Unknown speed - - + + Unknown size - + %2 - unknown size (%3) - + Remaining %1 - %2 of %3 (%4) - + Cancelled - %1 - + Delete file - + Do you want to also delete dowloaded file? - + Open File - + Open Folder - + Go to Download Page - + Copy Download Link - + Cancel downloading - + Clear - + Error - + New tab - + Not found - + Sorry, the file %1 was not found! - + Error: Cannot write to file! - + Error: @@ -1059,44 +1059,44 @@ p, li { white-space: pre-wrap; } DownloadManager - - - + + + Download Manager - + Clear - + %1% of %2 files (%3) %4 remaining - + % - Download Manager - + Download Finished - + All files have been successfuly downloaded. - + Warning - + Are you sure to quit? All uncompleted downloads will be cancelled! @@ -1104,42 +1104,42 @@ p, li { white-space: pre-wrap; } DownloadOptionsDialog - + Opening - + You have chosen to open - + which is a: - + from: - + What should QupZilla do with this file? - + Open... - + Save File - + Opening %1 @@ -1147,80 +1147,80 @@ p, li { white-space: pre-wrap; } HistoryManager - + History - + Title - + Url - + Delete - + Del - + Clear All History - + Optimize Database - + New Tab - + Open link in actual tab - + Open link in new tab - - + + Today - - + + This Week - - + + This Month - + Confirmation - + Are you sure to delete all history? @@ -1228,72 +1228,72 @@ p, li { white-space: pre-wrap; } HistoryModel - + Failed loading page - + No Named Page - + January - + February - + March - + April - + May - + June - + July - + August - + September - + October - + November - + December @@ -1301,45 +1301,45 @@ p, li { white-space: pre-wrap; } HistorySideBar - + Search... - + Title - + New Tab - + Open link in actual tab - + Open link in new tab - - + + Today - - + + This Week - - + + This Month @@ -1347,22 +1347,22 @@ p, li { white-space: pre-wrap; } LocationBar - + Show informations about this page - + Add RSS from this page... - + Enter URL address or search on Google.com - + .co.uk Append domain name on ALT key = Should be different for every country @@ -1371,7 +1371,7 @@ p, li { white-space: pre-wrap; } LocationCompleter - + Search %1 on Google.com .......... @@ -1380,12 +1380,12 @@ p, li { white-space: pre-wrap; } MainApplication - + Last session crashed - + <b>QupZilla crashed :-(</b><br/>Oops, last session of QupZilla ends with its crash. We are very sorry. Would you try to restore saved state? @@ -1393,33 +1393,33 @@ p, li { white-space: pre-wrap; } NavigationBar - + Back - + Forward - + Home - + New Tab - + Main Menu - - + + Exit Fullscreen @@ -1427,74 +1427,74 @@ p, li { white-space: pre-wrap; } NetworkManager - + SSL Certificate Error! - + The page you trying to access has following errors in SSL Certificate: - + <b>Organization: </b> - + <b>Domain Name: </b> - + <b>Expiration Date: </b> - + <b>Error: </b> - + Would you like to make exception for this certificate? - + Authorization required - - + + Username: - - + + Password: - + Save username and password on this site - + A username and password are being requested by %1. The site says: "%2" - + Proxy authorization required - + A username and password are being requested by proxy %1. @@ -1502,17 +1502,17 @@ p, li { white-space: pre-wrap; } PageScreen - + Page Screen - + Save Page Screen... - + screen.png @@ -1520,67 +1520,67 @@ p, li { white-space: pre-wrap; } PluginsList - + Application Extensions - + Allow Application Extensions to be loaded - + Settings - + Load Plugins - + WebKit Plugins - + <b>Click To Flash Plugin</b> - + Click To Flash is a plugin which blocks auto loading of Flash content at page. You can always load it manually by clicking on the Flash play icon. - + Whitelist - + Add - + Remove - + Allow Click To Flash - + Add site to whitelist - + Server without http:// (ex. youtube.com) @@ -1588,678 +1588,678 @@ p, li { white-space: pre-wrap; } Preferences - + Preferences - + General - + Appereance - + Tabs - + Browsing - + Fonts - + Downloads - + Password Manager - + Privacy - + Notifications - + Plugins - + Other - + <b>General</b> - + QupZilla - + <b>Launching</b> - + After launch: - + Open blank page - - + + Open homepage - + Restore session - + Homepage: - - + + Use actual - + On new tab: - + Open blank tab - + Open other page... - + <b>Profiles</b> - + Startup profile: - + Create New - + Delete - - + + Note: You cannot delete active profile. - + Check for updates on start - + Themes - + Advanced options - + <b>Browser Window</b> - + Show StatusBar on start - + Show Bookmarks ToolBar on start - + Show Navigation ToolBar on start - + <b>Navigation ToolBar</b> - + Show Home button - + Show Back / Forward buttons - + Show Add Tab button - + <b>Background<b/> - + Use transparent background - + <b>Tabs behavior</b> - + Make tabs movable - + Hide close button if there is only one tab - + Hide tabs when if there is only one tab - + <b>Address Bar behaviour</b> - + Select all text by double clicking in address bar - + Add .com domain by pressing CTRL key - + Add .co.uk domain by pressing ALT key - + Activate last tab when closing active tab - + Ask when closing multiple tabs - + Web Configuration - + Load images - + Allow JAVA - + Allow JavaScript - + Allow Plugins (Flash plugin) - + Block PopUp windows - + Allow DNS Prefetch - + JavaScript can access clipboard - + Send Do Not Track header to servers - + Zoom text only - + Include links in focus chain - + Print element background - + Mouse wheel scrolls - + lines on page - + Local Storage - + Maximum pages in cache: - + 1 - + Allow storing network cache on disk - + Maximum - + 50 MB - + Allow storing web icons - + Allow saving history - + Delete history on close - + Proxy Configuration - + HTTP - + SOCKS5 - + Port: - + Username: - + Password: - + Don't use on: - + Manual configuration - + System proxy configuration - + Do not use proxy - + <b>Font Families</b> - + Standard - + Fixed - + Serif - + Sans Serif - + Cursive - + Default Font - + Fixed Font - + Fantasy - + <b>Font Sizes</b> - + <b>Download Location</b> - + Ask everytime for download location - + Use defined location: - - + + ... - + <b>Download Options</b> - + Use native system file dialog (may or may not cause problems with downloading SSL secured content) - + <b>AutoFill options</b> - + Allow saving passwords from sites - + <b>Cookies</b> - + Filter Tracking Cookies - + Allow storing of cookies - + Delete cookies on close - + Match domain exactly - + <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! - + Cookies Manager - + SSL Manager - + <b>Notifications</b> - + Use OSD Notifications - + Use Native System Notifications (Linux only) - + Do not use Notifications - + Expiration timeout: - + seconds - + <b>Note: </b>You can change position of OSD Notification by dragging it on the screen. - + <b>Language</b> - + Available translations: - + In order to change language, you must restart browser. - + <b>User CSS StyleSheet</b> - + StyleSheet automatically loaded with all websites: - + OSD Notification - + Drag it on the screen to place it where You want. - + Choose download location... - + Choose stylesheet location... - + New Profile - + Enter the new profile's name: - - + + Error! - + This profile already exists! - + Cannot create profile directory! - + Confirmation - + Are you sure to permanently delete "%1" profile? This action cannot be undone! @@ -2267,32 +2267,32 @@ p, li { white-space: pre-wrap; } QtWin - + Open new tab - + Opens a new tab if browser is running - + Open new window - + Opens a new window if browser is running - + Open download manager - + Opens a download manager if browser is running @@ -2300,418 +2300,418 @@ p, li { white-space: pre-wrap; } QupZilla - + Private Browsing Enabled - + IP Address of current page - + Tools - + Help - - + + Bookmarks - - + + History - + File - + &New Window - + New Tab - + Open Location - + Open &File - + Close Tab - + Close Window - + &Save Page As... - + Save Page Screen - + Send Link... - + &Print - + Quit - + Edit - + &Undo - + &Redo - + &Cut - + C&opy - + &Paste - + &Delete - + Select &All - + &Find - + View - + &Navigation Toolbar - + &Bookmarks Toolbar - + Sta&tus Bar - + &Menu Bar - + &Fullscreen - + &Stop - + &Reload - + Character &Encoding - + Toolbars - + Sidebars - + Zoom &In - + Zoom &Out - + Reset - + &Page Source - + Closed Tabs - + Restore &Closed Tab - - + + (Private Browsing) - + Bookmark &This Page - + Bookmark &All Tabs - + Organize &Bookmarks - + Bookmarks In ToolBar - - - + + + Empty - + &Back - + &Forward - + &Home - + Show &All History - + Restore All Closed Tabs - + Clear list - + About &Qt - + &About QupZilla - + Informations about application - + Report &Issue - + &Web Search - + Page &Info - + &Download Manager - + &Cookies Manager - + &AdBlock - + RSS &Reader - + Clear Recent &History - + &Private Browsing - + Pr&eferences - + Other - + Default - - + + Web Inspector - + Open file... - + Are you sure you want to turn on private browsing? - + When private browsing is turned on, some actions concerning your privacy will be disabled: - + Webpages are not added to the history. - + Current cookies cannot be accessed. - + Your session is not stored. - + Until you close the window, you can still click the Back and Forward buttons to return to the webpages you have opened. - + Start Private Browsing - + There are still %1 open tabs and your session won't be stored. Are you sure to quit? - + New tab @@ -2719,165 +2719,165 @@ p, li { white-space: pre-wrap; } QupZillaSchemeReply - + No Error - + Not Found - - + + Report issue - + If You are experiencing problems with QupZilla, please try first disable all plugins. <br/>If it won't help, then please fill this form: - + Your E-mail - + Issue type - + Priority - + Low - + Normal - + High - + Issue description - + Send - + E-mail is optional - + Please fill all required fields! - + Start Page - + Google Search - + Search results provided by Google - - - + + + About QupZilla - + Informations about version - + Browser Identification - + Paths - + Copyright - + Version - + WebKit version - + Build time - + Platform - + Settings - + Saved session - + Pinned tabs - + Themes - + Plugins - + Translations @@ -2885,101 +2885,101 @@ p, li { white-space: pre-wrap; } RSSManager - + RSS Reader - - + + Empty - + Reload - + Edit feed - + Delete feed - + Optimize Database - + News - - + + Loading... - + You don't have any RSS Feeds.<br/> Please add some with RSS icon in navigation bar on site which offers feeds. - + Fill title and URL of a feed: - + Feed title: - + Feed URL: - + Edit RSS Feed - + Open link in actual tab - + Open link in new tab - - + + New Tab - + Error in fetching feed - + RSS feed duplicated - + You already have this feed. @@ -2987,12 +2987,12 @@ Please add some with RSS icon in navigation bar on site which offers feeds. RSSNotification - + Open RSS Manager - + You have successfuly added RSS feed "%1". @@ -3000,12 +3000,12 @@ Please add some with RSS icon in navigation bar on site which offers feeds. RSSWidget - + Add RSS Feeds from this site - + Add @@ -3013,12 +3013,12 @@ Please add some with RSS icon in navigation bar on site which offers feeds. ReloadStopButton - + Stop - + Reload @@ -3026,74 +3026,79 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SSLManager - + SSL Manager - + CA Authorities Certificates - - + + Show info - + This is list of CA Authorities Certificates stored in standard system path and in user specified paths. - + Local Certificates - - - Delete + + + Remove - + + After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect. + + + + This is list of Local Certificates stored in user profile. This list also contains all certificates, that have received an exception. - + Settings - + Add - + If CA Authorities Certificates were not automatically loaded from system, You can specify manual paths where certificates are stored. - - <b>NOTE:</b> Setting this option is big security vulnerability! + + <b>NOTE:</b> Setting this option is big security risk! - + Ignore all SSL Warnings - + Choose path... - + Certificate Informations @@ -3101,7 +3106,7 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SearchToolBar - + No results found. @@ -3109,22 +3114,22 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SearchToolbar - + Search: - + Search... - + Highlight - + Case sensitive @@ -3132,12 +3137,12 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SideBar - + Bookmarks - + History @@ -3145,143 +3150,143 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SiteInfo - + Site Info - + General - + Media - + Security - + Size: - + Site address: - + Encoding: - + Meta tags of site: - + Tag - + Value - + <b>Security information</b> - + Details - + Image - + Image address - + <b>Preview</b> - + <not set in certificate> - + <b>Connection is Encrypted.</b> - + <b>Your connection to this page is secured with this certificate: </b> - + <b>Connection Not Encrypted.</b> - + <b>Your connection to this page is not secured!</b> - + Copy Image Location - + Copy Image Name - + Save Image to Disk - - + + Error! - + This preview is not available! - + Save image... - + Cannot write to file! - + Preview not available @@ -3289,47 +3294,47 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SiteInfoWidget - + More... - + Your connection to this site is <b>secured</b>. - + Your connection to this site is <b>unsecured</b>. - + This is Your <b>%1.</b> visit of this site. - + You have <b>never</b> visited this site before. - + first - + second - + third - + This is Your <b>%1</b> visit of this site. @@ -3337,138 +3342,138 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SourceViewer - + Source of - + File - + Save as... - + Close - + Edit - + Undo - + Redo - + Cut - + Copy - + Paste - + Delete - + Select All - + Find - - + + Go to Line... - + View - + Reload - + Editable - + Word Wrap - + Save file... - + Error! - + Cannot write to file! - + Error writing to file - + Source successfuly saved - + Source reloaded - + Editable changed - + Word Wrap changed - + Enter line number @@ -3476,12 +3481,12 @@ Please add some with RSS icon in navigation bar on site which offers feeds. SourceViewerSearch - + Search: - + Search... @@ -3489,77 +3494,77 @@ Please add some with RSS icon in navigation bar on site which offers feeds. TabBar - + &New tab - + &Stop Tab - + &Reload Tab - + &Duplicate Tab - + Un&pin Tab - + &Pin Tab - + Re&load All Tabs - + &Bookmark This Tab - + Bookmark &All Tabs - + Close Ot&her Tabs - + Cl&ose - + Reloa&d All Tabs - + Bookmark &All Ta&bs - + Restore &Closed Tab - + New tab @@ -3567,29 +3572,29 @@ Please add some with RSS icon in navigation bar on site which offers feeds. TabWidget - + Show list of opened tabs - + Loading... - - + + No Named Page - + Actually You have %1 opened tabs - - + + New tab @@ -3597,27 +3602,27 @@ Please add some with RSS icon in navigation bar on site which offers feeds. ThemeManager - + <b>Name:</b> - + <b>Author:</b> - + <b>Description:</b> - + License - + License Viewer @@ -3625,17 +3630,17 @@ Please add some with RSS icon in navigation bar on site which offers feeds. Updater - + Update available - + New version of QupZilla is ready to download. - + Update @@ -3643,88 +3648,88 @@ Please add some with RSS icon in navigation bar on site which offers feeds. WebPage - + To show this page, QupZilla must resend request which do it again (like searching on making an shoping, witch has been already done.) - + Server refused the connection - + Server closed the connection - + Server not found - + Connection timed out - + Untrusted connection - + AdBlocked Content - + Blocked by rule <i>%1</i> - + Content Access Denied - + Error code %1 - + Failed loading page - + QupZilla can't load page from %1. - + Check the address for typing errors such as <b>ww.</b>example.com instead of <b>www.</b>example.com - + If you are unable to load any pages, check your computer's network connection. - + If your computer or network is protected by a firewall or proxy, make sure that QupZilla is permitted to access the Web. - + Try Again - + Choose file... @@ -3732,139 +3737,139 @@ Please add some with RSS icon in navigation bar on site which offers feeds. WebView - + Failed loading page - + Loading... - - - + + + New tab - + Open link in new &tab - + Open link in new &window - + B&ookmark link - + &Save link as... - + Send link... - + &Copy link address - + Show i&mage - + Copy im&age - + Copy image ad&dress - + &Save image as... - + Send image... - + &Back - + &Forward - + &Reload - + S&top - + Book&mark page - + &Save page as... - + Send page... - + Select &all - + Show so&urce code - + Show info ab&out site - + Show Web &Inspector - + Search "%1 .." on &Google - + No Named Page @@ -3872,7 +3877,7 @@ Please add some with RSS icon in navigation bar on site which offers feeds. jsAlert - + Prevent this page from creating additional dialogs diff --git a/translations/nl_NL.ts b/translations/nl_NL.ts index 6d8060574..a517a97ec 100644 --- a/translations/nl_NL.ts +++ b/translations/nl_NL.ts @@ -65,7 +65,7 @@ p, li { white-space: pre-wrap; } <p><b>Andere bijdragers:</b><br/>%1</p> - + <p><b>Thanks to:</b><br/>%1</p> <p><b>Bedankt aan:</b><br/>%1</p> @@ -651,7 +651,7 @@ p, li { white-space: pre-wrap; } Vervalt op: - + <not set in certificate> <niet aangegeven in certificaat> @@ -934,7 +934,7 @@ p, li { white-space: pre-wrap; } - + Cancelled Geannuleerd @@ -1015,32 +1015,32 @@ p, li { white-space: pre-wrap; } Kopieer downloadlink - + Cancel downloading Zrušit stahování - + Clear Wis - + Error Fout - + New tab Nieuw tabblad - + Not found Niet gevonden - + Sorry, the file %1 was not found! @@ -1049,12 +1049,12 @@ p, li { white-space: pre-wrap; } werd niet gevonden! - + Error: Cannot write to file! Fout: Kan niet schrijven naar bestand! - + Error: Fout: @@ -1432,74 +1432,74 @@ werd niet gevonden! NetworkManager - + SSL Certificate Error! SSL-certificaatfout! - + The page you trying to access has following errors in SSL Certificate: De pagina die u probeert te bereiken bevat de volgende fouten in SSL-certificaat: - + <b>Organization: </b> <b>Organisatie: </b> - + <b>Domain Name: </b> <b>Domeinnaam: </b> - + <b>Expiration Date: </b> <b>Vervaldatum: </b> - + <b>Error: </b> <b>Fout: </b> - + Would you like to make exception for this certificate? Wilt u een uitzondering maken voor dit certificaat? - + Authorization required Machtiging benodigd - - + + Username: Gebruikersnaam: - - + + Password: Wachtwoord: - + Save username and password on this site Sla gebruikersnaam en wachtwoord van deze site op - + A username and password are being requested by %1. The site says: "%2" Er wordt om een gebruikersnaam en wachtwoord gevraagd door %1. De site zegt: "%2" - + Proxy authorization required Proxy-machtiging benodigd - + A username and password are being requested by proxy %1. Er wordt om een gebruikersnaam en wachtwoord gevraagd door proxy %1. @@ -2274,32 +2274,32 @@ werd niet gevonden! QtWin - + Open new tab Open nieuw tabblad - + Opens a new tab if browser is running Opent een nieuw tabblad wanneer browser draait - + Open new window Open nieuw venster - + Opens a new window if browser is running Opent een nieuw venster wanneer browser draait - + Open download manager Open downloadbeheerder - + Opens a download manager if browser is running Opent een downloadbeheerder wanneer browser draait @@ -3040,54 +3040,76 @@ Voeg enkele toe via het RSS-icoon op de navigatiewerkbalk op een site die feeds SSL-beheerder - + + CA Authorities Certificates + + + + + Show info Toon info - - Delete - Verwijder + + This is list of CA Authorities Certificates stored in standard system path and in user specified paths. + - - Ignore all warnings - Negeer alle waarschuwingen + + Local Certificates + - - <b>Organization: </b> - <b>Organisatie: </b> + + + Remove + Verwijder - - <b>Domain Name: </b> - <b>Domeinnaam: </b> + + This is list of Local Certificates stored in user profile. This list also contains all certificates, that have received an exception. + - - <b>Locality Name: </b> - <b>Plaatsnaam: </b> + + Settings + Instellingen - - <b>Country Name: </b> - <b>Landnaam: </b> + + Add + Voeg toe - - <b>Verified by: </b> - <b>Geverifieerd door: </b> + + If CA Authorities Certificates were not automatically loaded from system, You can specify manual paths where certificates are stored. + - - <b>Expiration Date: </b> - <b>Vervaldatum: </b> + + <b>NOTE:</b> Setting this option is big security risk! + - - SSL Certificate Informations - SSL-certificaat-informatie + + Ignore all SSL Warnings + + + + + After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect. + + + + + Choose path... + + + + + Certificate Informations + diff --git a/translations/sk_SK.ts b/translations/sk_SK.ts index 14dc90fa1..f63597d1a 100644 --- a/translations/sk_SK.ts +++ b/translations/sk_SK.ts @@ -69,7 +69,7 @@ p, li { white-space: pre-wrap; } <p><b>Ostatní prispievatelia:</b><br/>%1</p> - + <p><b>Thanks to:</b><br/>%1</p> <p><b>Poďakovanie:</b><br/>%1</p> @@ -655,7 +655,7 @@ p, li { white-space: pre-wrap; } Platný do: - + <not set in certificate> <nie je súčasťou certifikátu> @@ -937,7 +937,7 @@ p, li { white-space: pre-wrap; } - + Cancelled Zrušené @@ -1018,32 +1018,32 @@ p, li { white-space: pre-wrap; } Kopírovať sťahovaný odkaz - + Cancel downloading Zrušiť sťahovanie - + Clear Vyčistiť - + Error Chyba - + New tab Nový panel - + Not found Súbor neexistuje - + Sorry, the file %1 was not found! @@ -1052,12 +1052,12 @@ p, li { white-space: pre-wrap; } nebol nájdený! - + Error: Cannot write to file! Chyba: Nejde zapisovať do súboru! - + Error: Chyba: @@ -2276,32 +2276,32 @@ p, li { white-space: pre-wrap; } QtWin - + Open new tab Otvoriť nový panel - + Opens a new tab if browser is running Otvoriť nový panel ak je prehliadač spustený - + Open new window Otvoriť nové okno - + Opens a new window if browser is running Otvoriť nové okno ak je prehliadač spustený - + Open download manager Otvoriť správcu sťahovania - + Opens a download manager if browser is running Otvoriť správcu sťahovania pokiaľ je prehliadač spustený @@ -3064,9 +3064,14 @@ Prosím pridajte si nejaký kliknutím na RSS ikonku v navigačnom riadku. - Delete + Remove Odstrániť + + + After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect. + + This is list of Local Certificates stored in user profile. This list also contains all certificates, that have received an exception. @@ -3089,8 +3094,8 @@ Prosím pridajte si nejaký kliknutím na RSS ikonku v navigačnom riadku. - <b>NOTE:</b> Setting this option is big security vulnerability! - <b>Poznámka</b> Tato možnosť predstavuje veľké nebezpečenstvo ohrozenia! + <b>NOTE:</b> Setting this option is big security risk! + @@ -3098,44 +3103,12 @@ Prosím pridajte si nejaký kliknutím na RSS ikonku v navigačnom riadku.Ignorovať SSL upozornenia - Ignore all warnings - Ignorovať všetky varovania - - - <b>Organization: </b> - <b>Organizácia: </b> - - - <b>Domain Name: </b> - <b>Doména: </b> - - - <b>Locality Name: </b> - <b>Lokalita: </b> - - - <b>Country Name: </b> - <b>Krajina: </b> - - - <b>Verified by: </b> - <b>Overené: </b> - - - <b>Expiration Date: </b> - <b>Platnosť do: </b> - - - SSL Certificate Informations - Informácie o certifikáte - - - + Choose path... Vyberte cestu... - + Certificate Informations Informácie o certifkáte