mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Started to work on 1.0.0 beta2 version
This commit is contained in:
parent
fb8be5dad0
commit
bab9f768c2
2
README
2
README
|
@ -1,7 +1,7 @@
|
||||||
#################################
|
#################################
|
||||||
## QUPZILLA - WEB BROWSER ##
|
## QUPZILLA - WEB BROWSER ##
|
||||||
#################################
|
#################################
|
||||||
Version: 1.0.0-b1
|
Version: 1.0.0-b2
|
||||||
|
|
||||||
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
|
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
|
||||||
Written in Qt Framework http://qt.nokia.com
|
Written in Qt Framework http://qt.nokia.com
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
#include "iconprovider.h"
|
#include "iconprovider.h"
|
||||||
#include "progressbar.h"
|
#include "progressbar.h"
|
||||||
|
|
||||||
const QString QupZilla::VERSION = "1.0.0-b1";
|
const QString QupZilla::VERSION = "1.0.0-b2";
|
||||||
//const QString QupZilla::BUILDTIME = QLocale(QLocale::English).toDateTime(__DATE__" "__TIME__, "MMM d yyyy hh:mm:ss").toString("MM/dd/yyyy hh:ss");
|
//const QString QupZilla::BUILDTIME = QLocale(QLocale::English).toDateTime(__DATE__" "__TIME__, "MMM d yyyy hh:mm:ss").toString("MM/dd/yyyy hh:ss");
|
||||||
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
|
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
|
||||||
const QString QupZilla::AUTHOR = "nowrep";
|
const QString QupZilla::AUTHOR = "nowrep";
|
||||||
|
|
|
@ -17,12 +17,12 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "QupZilla Association"
|
VALUE "CompanyName", "QupZilla Association"
|
||||||
VALUE "FileDescription", "QupZilla Web Browser"
|
VALUE "FileDescription", "QupZilla Web Browser"
|
||||||
VALUE "FileVersion", "1.0.0.b1"
|
VALUE "FileVersion", "1.0.0.b2"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2010-2011 nowrep"
|
VALUE "LegalCopyright", "Copyright (C) 2010-2011 nowrep"
|
||||||
VALUE "InternalName", "qupzilla"
|
VALUE "InternalName", "qupzilla"
|
||||||
VALUE "OriginalFilename", "qupzilla.exe"
|
VALUE "OriginalFilename", "qupzilla.exe"
|
||||||
VALUE "ProductName", "QupZilla"
|
VALUE "ProductName", "QupZilla"
|
||||||
VALUE "ProductVersion", "1.0.0.b1"
|
VALUE "ProductVersion", "1.0.0.b2"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 819 B After Width: | Height: | Size: 416 B |
|
@ -958,24 +958,24 @@ nebyl nalezen!</translation>
|
||||||
<translation>Všechny soubory byly stažené.</translation>
|
<translation>Všechny soubory byly stažené.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="290"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="293"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Varování</translation>
|
<translation>Varování</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="291"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="294"/>
|
||||||
<source>Are you sure to quit? All uncompleted downloads will be cancelled!</source>
|
<source>Are you sure to quit? All uncompleted downloads will be cancelled!</source>
|
||||||
<translation>Jste si jistý že chcete skončit? Všechna nedokončená stahování budou zrušena!</translation>
|
<translation>Jste si jistý že chcete skončit? Všechna nedokončená stahování budou zrušena!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="252"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="255"/>
|
||||||
<source>NoNameDownload</source>
|
<source>NoNameDownload</source>
|
||||||
<translation>BezNazvu</translation>
|
<translation>BezNazvu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.ui" line="14"/>
|
<location filename="../src/downloads/downloadmanager.ui" line="14"/>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="76"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="76"/>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="217"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="220"/>
|
||||||
<source>Download Manager</source>
|
<source>Download Manager</source>
|
||||||
<translation>Správce stahování</translation>
|
<translation>Správce stahování</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1195,12 +1195,12 @@ nebyl nalezen!</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>MainApplication</name>
|
<name>MainApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/mainapplication.cpp" line="494"/>
|
<location filename="../src/app/mainapplication.cpp" line="496"/>
|
||||||
<source>Last session crashed</source>
|
<source>Last session crashed</source>
|
||||||
<translation>Poslední relace spadla</translation>
|
<translation>Poslední relace spadla</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/mainapplication.cpp" line="495"/>
|
<location filename="../src/app/mainapplication.cpp" line="497"/>
|
||||||
<source><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?</source>
|
<source><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?</source>
|
||||||
<translation><b>QupZilla spadla :-(</b><br/>Oops, poslední relace QupZilly skončila jejím pádem. Velice se omlouváme. Přejete si obnovit uložený stav?</translation>
|
<translation><b>QupZilla spadla :-(</b><br/>Oops, poslední relace QupZilly skončila jejím pádem. Velice se omlouváme. Přejete si obnovit uložený stav?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2055,7 +2055,7 @@ nebyl nalezen!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="174"/>
|
<location filename="../src/app/appui.cpp" line="174"/>
|
||||||
<location filename="../src/app/appui.cpp" line="252"/>
|
<location filename="../src/app/appui.cpp" line="253"/>
|
||||||
<source>History</source>
|
<source>History</source>
|
||||||
<translation>Historie</translation>
|
<translation>Historie</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2165,17 +2165,17 @@ nebyl nalezen!</translation>
|
||||||
<translation>Sta&tus bar</translation>
|
<translation>Sta&tus bar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="259"/>
|
<location filename="../src/app/appui.cpp" line="261"/>
|
||||||
<source>Toolbars</source>
|
<source>Toolbars</source>
|
||||||
<translation>Nástrojové lišty</translation>
|
<translation>Nástrojové lišty</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="265"/>
|
<location filename="../src/app/appui.cpp" line="267"/>
|
||||||
<source>Sidebars</source>
|
<source>Sidebars</source>
|
||||||
<translation>Postranní lišta</translation>
|
<translation>Postranní lišta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="283"/>
|
<location filename="../src/app/appui.cpp" line="285"/>
|
||||||
<source>&Page Source</source>
|
<source>&Page Source</source>
|
||||||
<translation>Zdrojový &kód stránky</translation>
|
<translation>Zdrojový &kód stránky</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2205,17 +2205,17 @@ nebyl nalezen!</translation>
|
||||||
<translation>Kó&dování znaků</translation>
|
<translation>Kó&dování znaků</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="277"/>
|
<location filename="../src/app/appui.cpp" line="279"/>
|
||||||
<source>Zoom &In</source>
|
<source>Zoom &In</source>
|
||||||
<translation>Zoo&m +</translation>
|
<translation>Zoo&m +</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="278"/>
|
<location filename="../src/app/appui.cpp" line="280"/>
|
||||||
<source>Zoom &Out</source>
|
<source>Zoom &Out</source>
|
||||||
<translation>Z&oom -</translation>
|
<translation>Z&oom -</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="279"/>
|
<location filename="../src/app/appui.cpp" line="281"/>
|
||||||
<source>Reset</source>
|
<source>Reset</source>
|
||||||
<translation>Původní</translation>
|
<translation>Původní</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2297,7 +2297,7 @@ nebyl nalezen!</translation>
|
||||||
<translation>Prázdný</translation>
|
<translation>Prázdný</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/qupzilla.h" line="143"/>
|
<location filename="../src/app/qupzilla.h" line="142"/>
|
||||||
<source>New tab</source>
|
<source>New tab</source>
|
||||||
<translation>Nový panel</translation>
|
<translation>Nový panel</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -961,24 +961,24 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>Všetky súbory boli úspešne stiahnuté.</translation>
|
<translation>Všetky súbory boli úspešne stiahnuté.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="290"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="293"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Upozornenie</translation>
|
<translation>Upozornenie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="291"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="294"/>
|
||||||
<source>Are you sure to quit? All uncompleted downloads will be cancelled!</source>
|
<source>Are you sure to quit? All uncompleted downloads will be cancelled!</source>
|
||||||
<translation>Ste si istý, že chcete skončiť? Všetky nedokončené sťahovania budú zrušene!</translation>
|
<translation>Ste si istý, že chcete skončiť? Všetky nedokončené sťahovania budú zrušene!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="252"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="255"/>
|
||||||
<source>NoNameDownload</source>
|
<source>NoNameDownload</source>
|
||||||
<translation>BezNázvu</translation>
|
<translation>BezNázvu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/downloads/downloadmanager.ui" line="14"/>
|
<location filename="../src/downloads/downloadmanager.ui" line="14"/>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="76"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="76"/>
|
||||||
<location filename="../src/downloads/downloadmanager.cpp" line="217"/>
|
<location filename="../src/downloads/downloadmanager.cpp" line="220"/>
|
||||||
<source>Download Manager</source>
|
<source>Download Manager</source>
|
||||||
<translation>Správca sťahovania</translation>
|
<translation>Správca sťahovania</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1197,12 +1197,12 @@ p, li { white-space: pre-wrap; }
|
||||||
<context>
|
<context>
|
||||||
<name>MainApplication</name>
|
<name>MainApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/mainapplication.cpp" line="494"/>
|
<location filename="../src/app/mainapplication.cpp" line="496"/>
|
||||||
<source>Last session crashed</source>
|
<source>Last session crashed</source>
|
||||||
<translation>Posledná relácia spadla</translation>
|
<translation>Posledná relácia spadla</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/mainapplication.cpp" line="495"/>
|
<location filename="../src/app/mainapplication.cpp" line="497"/>
|
||||||
<source><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?</source>
|
<source><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?</source>
|
||||||
<translation><b>QupZilla spadla :-(</b><br/>Oops, posledná relácia QupZilly skončila chybou. Prepáčte. Chcete obnoviť uložený stav?</translation>
|
<translation><b>QupZilla spadla :-(</b><br/>Oops, posledná relácia QupZilly skončila chybou. Prepáčte. Chcete obnoviť uložený stav?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2057,7 +2057,7 @@ p, li { white-space: pre-wrap; }
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="174"/>
|
<location filename="../src/app/appui.cpp" line="174"/>
|
||||||
<location filename="../src/app/appui.cpp" line="252"/>
|
<location filename="../src/app/appui.cpp" line="253"/>
|
||||||
<source>History</source>
|
<source>History</source>
|
||||||
<translation>História</translation>
|
<translation>História</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2167,17 +2167,17 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>Status &bar</translation>
|
<translation>Status &bar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="259"/>
|
<location filename="../src/app/appui.cpp" line="261"/>
|
||||||
<source>Toolbars</source>
|
<source>Toolbars</source>
|
||||||
<translation>Nástrojové lišty</translation>
|
<translation>Nástrojové lišty</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="265"/>
|
<location filename="../src/app/appui.cpp" line="267"/>
|
||||||
<source>Sidebars</source>
|
<source>Sidebars</source>
|
||||||
<translation>Bočné lišty</translation>
|
<translation>Bočné lišty</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="283"/>
|
<location filename="../src/app/appui.cpp" line="285"/>
|
||||||
<source>&Page Source</source>
|
<source>&Page Source</source>
|
||||||
<translation>Zdrojový &kód stránky</translation>
|
<translation>Zdrojový &kód stránky</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2207,17 +2207,17 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>Kódovan&ie znakov</translation>
|
<translation>Kódovan&ie znakov</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="277"/>
|
<location filename="../src/app/appui.cpp" line="279"/>
|
||||||
<source>Zoom &In</source>
|
<source>Zoom &In</source>
|
||||||
<translation>Prib&lížiť</translation>
|
<translation>Prib&lížiť</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="278"/>
|
<location filename="../src/app/appui.cpp" line="280"/>
|
||||||
<source>Zoom &Out</source>
|
<source>Zoom &Out</source>
|
||||||
<translation>Od&dialiť</translation>
|
<translation>Od&dialiť</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/appui.cpp" line="279"/>
|
<location filename="../src/app/appui.cpp" line="281"/>
|
||||||
<source>Reset</source>
|
<source>Reset</source>
|
||||||
<translation>Resetovať</translation>
|
<translation>Resetovať</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2298,7 +2298,7 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>Prázdny</translation>
|
<translation>Prázdny</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/app/qupzilla.h" line="143"/>
|
<location filename="../src/app/qupzilla.h" line="142"/>
|
||||||
<source>New tab</source>
|
<source>New tab</source>
|
||||||
<translation>Nový panel</translation>
|
<translation>Nový panel</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user