diff --git a/scripts/coding_style.sh b/scripts/coding_style.sh new file mode 100755 index 000000000..5f0ddd0e0 --- /dev/null +++ b/scripts/coding_style.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# +# Requirements: +# astyle >=2.02 +# + +echo "running astyle for *.cpp ..." + +cd ../src + +astyle --indent=spaces=4 --style=1tbs \ + --indent-labels --pad-oper --unpad-paren --pad-header \ + --convert-tabs --indent-preprocessor --break-closing-brackets \ + --align-pointer=type --align-reference=name \ + `find -type f -name '*.cpp'` + +echo "running astyle for *.h ..." + +astyle --indent=spaces=4 --style=linux \ + --indent-labels --pad-oper --unpad-paren --pad-header \ + --keep-one-line-statements --keep-one-line-blocks \ + --indent-preprocessor --convert-tabs \ + --align-pointer=type --align-reference=name \ + `find -type f -name '*.h'` + +read -p "Press [ENTER] to close terminal" +exit diff --git a/scripts/coding_style.sh~ b/scripts/coding_style.sh~ new file mode 100755 index 000000000..9d9a26f5c --- /dev/null +++ b/scripts/coding_style.sh~ @@ -0,0 +1,27 @@ +#!/bin/bash +# +# Requirements: +# astyle >=2.02 +# + +echo "running astyle for *.cpp ..." + +cd ../src + +astyle --indent=spaces=4 --style=1tbs \ + --indent-labels --pad-oper --unpad-paren --pad-header \ + --convert-tabs --indent-preprocessor \ + --align-pointer=type --align-reference=name \ + `find -type f -name '*.cpp'` + +echo "running astyle for *.h ..." + +astyle --indent=spaces=4 --style=linux \ + --indent-labels --pad-oper --unpad-paren --pad-header \ + --keep-one-line-statements --keep-one-line-blocks \ + --indent-preprocessor --convert-tabs \ + --align-pointer=type --align-reference=name \ + `find -type f -name '*.h'` + +read -p "Press [ENTER] to close terminal" +exit diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh new file mode 100755 index 000000000..8df3ce38b --- /dev/null +++ b/scripts/cppcheck.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# +# cppcheck +# + +echo "cppcheck..." + +cd ../src +cppcheck \ +--enable=all \ +--force \ +--verbose \ +. > /dev/null + +read -p "Press [ENTER] to close terminal" +exit diff --git a/scripts/cppcheck.sh~ b/scripts/cppcheck.sh~ new file mode 100755 index 000000000..f741d68d4 --- /dev/null +++ b/scripts/cppcheck.sh~ @@ -0,0 +1,18 @@ +#!/bin/bash +# +# cppcheck +# + +echo "cppcheck..." +echo "" +echo "" + +cd ../src +cppcheck \ +--enable=all \ +--force \ +--verbose \ +. > /dev/null + +read -p "Press [ENTER] to close terminal" +exit diff --git a/scripts/make-ca-bundle.sh~ b/scripts/make-ca-bundle.sh~ new file mode 100755 index 000000000..b1e5790e9 --- /dev/null +++ b/scripts/make-ca-bundle.sh~ @@ -0,0 +1,2 @@ +#!/bin/bash +cat /usr/share/ca-certificates/*/*.crt > ../other/ca-bundle.crt diff --git a/scripts/plugin_translations.sh b/scripts/plugin_translations.sh new file mode 100755 index 000000000..1222dfb8b --- /dev/null +++ b/scripts/plugin_translations.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +lupdate ../plugins/TestPlugin/TestPlugin.pro -no-obsolete -ts ../plugins/TestPlugin/cs_CZ.ts + +lupdate ../plugins/TestPlugin/TestPlugin.pro -no-obsolete -ts ../plugins/TestPlugin/sk_SK.ts + +read -p "Press [ENTER] to close terminal" +exit diff --git a/scripts/translations.sh b/scripts/translations.sh new file mode 100755 index 000000000..a130bd136 --- /dev/null +++ b/scripts/translations.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +## circular inclusions workaround - we comment that buggy line +sed -i 's/include(3rdparty/##temp/g' ../src/QupZilla.pro + +lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/cs_CZ.ts + +lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/sk_SK.ts + +lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/nl_NL.ts + +lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/de_DE.ts + +lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/es.ts + +lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/it_IT.ts + +lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/zh_CN.ts + +## uncomment it now +sed -i 's/##temp/include(3rdparty/g' ../src/QupZilla.pro + +read -p "Press [ENTER] to close terminal" +exit diff --git a/scripts/translations_safe.sh b/scripts/translations_safe.sh new file mode 100755 index 000000000..580f26e7d --- /dev/null +++ b/scripts/translations_safe.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +## circular inclusions workaround - we comment that buggy line +sed -i 's/include(3rdparty/##temp/g' ../src/QupZilla.pro + +lupdate ../src/QupZilla.pro -ts ../translations/cs_CZ.ts + +lupdate ../src/QupZilla.pro -ts ../translations/sk_SK.ts + +lupdate ../src/QupZilla.pro -ts ../translations/nl_NL.ts + +lupdate ../src/QupZilla.pro -ts ../translations/de_DE.ts + +lupdate ../src/QupZilla.pro -ts ../translations/es.ts + +lupdate ../src/QupZilla.pro -ts ../translations/it_IT.ts + +lupdate ../src/QupZilla.pro -ts ../translations/zh_CN.ts + +## uncomment it now +sed -i 's/##temp/include(3rdparty/g' ../src/QupZilla.pro + +read -p "Press [ENTER] to close terminal" +exit diff --git a/translations/es.ts b/translations/es.ts new file mode 100644 index 000000000..3d01ff275 --- /dev/null +++ b/translations/es.ts @@ -0,0 +1,4343 @@ + + + + + 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; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> + + + + + 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>Contributors:</b><br/>%1</p> + + + + + <p><b>Translators:</b><br/>%1</p> + + + + + AcceptLanguage + + + Preferred Languages + + + + + Add... + + + + + Remove + + + + + Up + + + + + Down + + + + + + Personal [%1] + + + + + AdBlockDialog + + + AdBlock Configuration + + + + + Enable AdBlock + + + + + Search... + + + + + Rule + + + + + + Add Rule + + + + + Update EasyList + + + + + AdBlock + + + + + Delete Rule + + + + + Update completed + + + + + EasyList has been successfully updated. + + + + + Custom Rules + + + + + Add Custom Rule + + + + + Please write your rule here: + + + + + AdBlockIcon + + + AdBlock 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 + + + + + AddAcceptLanguage + + + Add Language + + + + + Choose preferred language for web sites + + + + + Personal definition: + + + + + AutoFillManager + + + Passwords + + + + + + Server + + + + + Password + + + + + + Remove + + + + + Edit + + + + + + Remove All + + + + + + Show Passwords + + + + + Exceptions + + + + + Are you sure that you want to show all passwords? + + + + + Confirmation + + + + + Are you sure to delete all passwords on your computer? + + + + + Edit password + + + + + Change password: + + + + + AutoFillNotification + + + Do you want QupZilla to remember password on %1? + + + + + AutoFillWidget + + + Remember + + + + + Never For This Site + + + + + Not Now + + + + + BookmarkIcon + + + + Bookmark this Page + + + + + Edit this bookmark + + + + + BookmarksImportDialog + + + Import Bookmarks + + + + + <b>Import Bookmarks</b> + + + + + Choose browser from which you want to import bookmarks: + + + + + Choose... + + + + + Fetching icons, please wait... + + + + + Title + + + + + Url + + + + + Next + + + + + Cancel + + + + + <b>Importing from %1</b> + + + + + Finish + + + + + + + Error! + + + + + Choose directory... + + + + + Choose file... + + + + + Mozilla Firefox stores its bookmarks in <b>places.sqlite</b> SQLite database. This file is usually located in + + + + + + + Please choose this file to begin importing bookmarks. + + + + + Google Chrome stores its bookmarks in <b>Bookmarks</b> text file. This file is usually located in + + + + + Opera stores its bookmarks in <b>bookmarks.adr</b> text file. This file is usually located in + + + + + Internet Explorer stores its bookmarks in <b>Favorites</b> folder. This folder is usually located in + + + + + Please choose this folder to begin importing bookmarks. + + + + + BookmarksManager + + + Bookmarks + + + + + Title + + + + + Url + + + + + Add Folder + + + + + Optimize Database + + + + + Add Subfolder + + + + + + Rename Folder + + + + + Delete + + + + + Del + + + + + Add new folder + + + + + Choose name for new bookmark folder: + + + + + Add new subfolder + + + + + Choose name for new subfolder in bookmarks toolbar: + + + + + + + + + + Bookmarks In Menu + + + + + + + + + + + Bookmarks In ToolBar + + + + + Choose name for folder: + + + + + New Tab + + + + + Open link in actual &tab + + + + + Open link in &new tab + + + + + Move bookmark to &folder + + + + + + + Unsorted Bookmarks + + + + + <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 + + + + + BookmarksModel + + + + + Bookmarks In Menu + + + + + + + Bookmarks In ToolBar + + + + + + Unsorted Bookmarks + + + + + BookmarksSideBar + + + Search... + + + + + New Tab + + + + + Open link in actual &tab + + + + + Open link in &new tab + + + + + Copy address + + + + + &Delete + + + + + + Bookmarks In Menu + + + + + BookmarksToolbar + + + &Bookmark Current Page + + + + + Bookmark &All Tabs + + + + + &Organize Bookmarks + + + + + Hide Most &Visited + + + + + Show Most &Visited + + + + + &Hide Toolbar + + + + + Move right + + + + + Move left + + + + + Remove bookmark + + + + + Most visited + + + + + Sites you visited the most + + + + + + Empty + + + + + BookmarksWidget + + + Edit This Bookmark + + + + + Remove Bookmark + + + + + Name: + + + + + Folder: + + + + + Save + + + + + Close + + + + + Unsorted Bookmarks + + + + + Bookmarks In Menu + + + + + Bookmarks In ToolBar + + + + + BrowsingLibrary + + + Library + + + + + Search... + + + + + History + + + + + Bookmarks + + + + + RSS + + + + + Database Optimized + + + + + Database successfully optimized.<br/><br/><b>Database Size Before: </b>%1<br/><b>Database Size After: </b>%2 + + + + + CertificateInfoWidget + + + <b>Issued To</b> + + + + + + Common Name (CN): + + + + + + Organization (O): + + + + + + Organizational Unit (OU): + + + + + Serial Number: + + + + + <b>Issued By</b> + + + + + <b>Validity</b> + + + + + Issued On: + + + + + Expires On: + + + + + <not set in certificate> + + + + + ChromeImporter + + + No Error + + + + + Unable to open file. + + + + + Cannot evaluate JSON code. + + + + + 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 + + + + + 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. + + + + + CloseDialog + + + There are still open tabs + + + + + Don't ask again + + + + + 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 + + + + + DownloadFileHelper + + + + Save file as... + + + + + NoNameDownload + + + + + 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: + + + + + DownloadManager + + + + + Download Manager + + + + + Clear + + + + + %1% of %2 files (%3) %4 remaining + + + + + % - Download Manager + + + + + Download Finished + + + + + All files have been successfully downloaded. + + + + + Warning + + + + + Are you sure to quit? All uncompleted downloads will be cancelled! + + + + + DownloadOptionsDialog + + + Opening + + + + + You have chosen to open + + + + + which is a: + + + + + from: + + + + + What should QupZilla do with this file? + + + + + Open... + + + + + Save File + + + + + Opening %1 + + + + + EditSearchEngine + + + Name: + + + + + Url: + + + + + Shortcut: + + + + + Icon: + + + + + <b>Note: </b>%s in url represent searched string + + + + + Add from file ... + + + + + Choose icon... + + + + + FirefoxImporter + + + No Error + + + + + File does not exists. + + + + + Unable to open database. Is Firefox running? + + + + + 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? + + + + + HistoryModel + + + Failed loading page + + + + + No Named Page + + + + + January + + + + + February + + + + + March + + + + + April + + + + + May + + + + + June + + + + + July + + + + + August + + + + + September + + + + + October + + + + + November + + + + + December + + + + + HistorySideBar + + + Search... + + + + + Title + + + + + New Tab + + + + + Open link in actual tab + + + + + Open link in new tab + + + + + Copy address + + + + + + Today + + + + + + This Week + + + + + + This Month + + + + + LocationBar + + + Show informations about this page + + + + + Add RSS from this page... + + + + + Enter URL address or search on %1 + + + + + .co.uk + Append domain name on ALT key = Should be different for every country + + + + + 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? + + + + + NavigationBar + + + Back + + + + + Forward + + + + + Home + + + + + New Tab + + + + + Main Menu + + + + + + Exit Fullscreen + + + + + + Clear history + + + + + 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. + + + + + OperaImporter + + + No Error + + + + + Unable to open file. + + + + + PageScreen + + + Page Screen + + + + + Save Page Screen... + + + + + screen.png + + + + + 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) + + + + + 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 + + + + + Default zoom on pages: + + + + + 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) + + + + + Close download manager when downloading finishes + + + + + <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: + + + + + Languages + + + + + <b>Preferred language for web sites</b> + + + + + 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! + + + + + QObject + + + The file is not an OpenSearch 1.1 file. + + + + + QtWin + + + Open new tab + + + + + Opens a new tab if browser is running + + + + + Open new window + + + + + Opens a new window if browser is running + + + + + Open download manager + + + + + Opens a download manager if browser is running + + + + + QupZilla + + + Private Browsing Enabled + + + + + IP Address of current page + + + + + &Tools + + + + + &Help + + + + + &Bookmarks + + + + + Hi&story + + + + + &File + + + + + &New Window + + + + + New Tab + + + + + Open Location + + + + + Open &File + + + + + Close Tab + + + + + Close Window + + + + + &Save Page As... + + + + + Save Page Screen + + + + + Send Link... + + + + + &Print + + + + + Import bookmarks... + + + + + 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 + + + + + Bookmarks + + + + + History + + + + + 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 + + + + + + New tab + + + + + 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? + + + + + 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 + + + + + Profile + + + + + Settings + + + + + Saved session + + + + + Pinned tabs + + + + + Data + + + + + Themes + + + + + Plugins + + + + + Translations + + + + + Main developer + + + + + Contributors + + + + + Translators + + + + + 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. + + + + + RSSNotification + + + Open RSS Manager + + + + + You have successfully added RSS feed "%1". + + + + + RSSWidget + + + Add RSS Feeds from this site + + + + + Add + + + + + ReloadStopButton + + + Stop + + + + + Reload + + + + + 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 + + + + + + Remove + + + + + 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 risk! + + + + + Ignore all SSL Warnings + + + + + All certificates must have .crt suffix. +After adding or removing certificate paths, it is neccessary to restart browser in order to changes take effect. + + + + + Choose path... + + + + + Certificate Informations + + + + + SearchEnginesDialog + + + Manage Search Engines + + + + + Add... + + + + + Remove + + + + + Edit + + + + + Defaults + + + + + Search Engine + + + + + Shortcut + + + + + Add Search Engine + + + + + Edit Search Engine + + + + + SearchEnginesManager + + + Search Engine Added + + + + + Search Engine "%1" has been successfully added. + + + + + Search Engine is not valid! + + + + + Error + + + + + Error while adding Search Engine <br><b>Error Message: </b> %1 + + + + + SearchToolBar + + + No results found. + + + + + SearchToolbar + + + Search: + + + + + Search... + + + + + Highlight + + + + + Case sensitive + + + + + SideBar + + + Bookmarks + + + + + History + + + + + SiteInfo + + + Site Info + + + + + General + + + + + Media + + + + + Security + + + + + Size: + + + + + Site address: + + + + + Encoding: + + + + + Meta tags of site: + + + + + Tag + + + + + Value + + + + + <b>Security information</b> + + + + + Details + + + + + Image + + + + + Image address + + + + + <b>Preview</b> + + + + + <not set in certificate> + + + + + <b>Connection is Encrypted.</b> + + + + + <b>Your connection to this page is secured with this certificate: </b> + + + + + <b>Connection Not Encrypted.</b> + + + + + <b>Your connection to this page is not secured!</b> + + + + + Copy Image Location + + + + + Copy Image Name + + + + + Save Image to Disk + + + + + + Error! + + + + + This preview is not available! + + + + + Save image... + + + + + Cannot write to file! + + + + + Preview not available + + + + + SiteInfoWidget + + + More... + + + + + Your connection to this site is <b>secured</b>. + + + + + Your connection to this site is <b>unsecured</b>. + + + + + + This is your <b>%1.</b> visit of this site. + + + + + You have <b>never</b> visited this site before. + + + + + first + + + + + second + + + + + third + + + + + SourceViewer + + + Source of + + + + + File + + + + + Save as... + + + + + Close + + + + + Edit + + + + + Undo + + + + + Redo + + + + + Cut + + + + + Copy + + + + + Paste + + + + + Delete + + + + + Select All + + + + + Find + + + + + + Go to Line... + + + + + View + + + + + Reload + + + + + Editable + + + + + Word Wrap + + + + + Save file... + + + + + Error! + + + + + Cannot write to file! + + + + + Error writing to file + + + + + Source successfully saved + + + + + Source reloaded + + + + + Editable changed + + + + + Word Wrap changed + + + + + Enter line number + + + + + SourceViewerSearch + + + Search: + + + + + Search... + + + + + 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 + + + + + TabWidget + + + Show list of opened tabs + + + + + New Tab + + + + + Loading... + + + + + + No Named Page + + + + + Actually you have %1 opened tabs + + + + + + New tab + + + + + ThemeManager + + + <b>Name:</b> + + + + + <b>Author:</b> + + + + + <b>Description:</b> + + + + + License + + + + + License Viewer + + + + + Updater + + + Update available + + + + + New version of QupZilla is ready to download. + + + + + Update + + + + + WebInspectorDockWidget + + + + Web Inspector + + + + + WebPage + + + To show this page, QupZilla must resend request which do it again +(like searching on making an shoping, which has been already done.) + + + + + 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... + + + + + WebSearchBar + + + Manage Search Engines + + + + + Add %1 ... + + + + + 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 .." with %2 + + + + + No Named Page + + + + + jsAlert + + + Prevent this page from creating additional dialogs + + + +