mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Showing right default directories for bookmarks on Windows. Closes #116
- also updated Italian translation
This commit is contained in:
parent
85cbddf008
commit
31bdfe4f1a
|
@ -60,6 +60,10 @@ If you are using Ubuntu, you can download QupZilla from PPA:
|
|||
$ sudo apt-get update
|
||||
$ sudo apt-get install qupzilla
|
||||
|
||||
for development version:
|
||||
|
||||
$ sudo apt-get install qupzilla-next
|
||||
|
||||
FAQ and Changelog
|
||||
----------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Binary file not shown.
|
@ -299,7 +299,7 @@ void BookmarksImportDialog::setupBrowser(Browser browser)
|
|||
m_browserFileText2 = tr("Please choose this file to begin importing bookmarks.");
|
||||
m_standardDir =
|
||||
#ifdef Q_WS_WIN
|
||||
"%APPDATA%/Opera/";
|
||||
"%APPDATA%/Chrome/Default/";
|
||||
#else
|
||||
"/home/user/.config/chrome/Default/";
|
||||
#endif
|
||||
|
@ -315,7 +315,7 @@ void BookmarksImportDialog::setupBrowser(Browser browser)
|
|||
m_browserFileText2 = tr("Please choose this file to begin importing bookmarks.");
|
||||
m_standardDir =
|
||||
#ifdef Q_WS_WIN
|
||||
"%APPDATA%/Chrome/Default/";
|
||||
"%APPDATA%/Opera/";
|
||||
#else
|
||||
"/home/user/.opera/";
|
||||
#endif
|
||||
|
|
|
@ -3918,7 +3918,7 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari
|
|||
<message>
|
||||
<location filename="../src/webview/siteinfowidget.cpp" line="70"/>
|
||||
<source>This is your <b>%1</b> visit of this site.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Questa è la tua <b>%1</b> visita a questo sito.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -4427,7 +4427,7 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari
|
|||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="486"/>
|
||||
<source>&Save image as...</source>
|
||||
<translation>&Salva immagine come...</translation>
|
||||
<translation>Sa&lva immagine come...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="487"/>
|
||||
|
@ -4458,42 +4458,42 @@ Dopo l'aggiunta o la rimozione dei percorsi di certificazione, è necessari
|
|||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="520"/>
|
||||
<source>This frame</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Questa cornice</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="521"/>
|
||||
<source>Show &only this frame</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mostra s&olo questa cornice</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="522"/>
|
||||
<source>Show this frame in new &tab</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mostra questa cornice in una nuova &scheda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="525"/>
|
||||
<source>Print frame</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stampa cornice</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="527"/>
|
||||
<source>Zoom &in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>&Ingrandisci</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="528"/>
|
||||
<source>&Zoom out</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>&Riduci</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="529"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished">Ripristina</translation>
|
||||
<translation>Ripristina</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="531"/>
|
||||
<source>Show so&urce of frame</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mostra sor&gente della cornice</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/webview/webview.cpp" line="537"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user