20 changes: 14 additions & 6 deletions i18n/qgis_it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7313,15 +7313,23 @@ Cambiare questa situazione prima, perché il plugin OSM non quale layer è la de
<translation type="obsolete">Errore di connessione: </translation>
</message>
<message>
<source>## To access Quantum GIS environment from this console
## use iface object (instance of QgisInterface class).
<source>Click on button to restore all tabs from last session.</source>
<translation>Clicca sul bottone per riaprire le schede della sessione precedente.</translation>
</message>
<message>
<source>Restore tabs</source>
<translation>Riprisitna schede</translation>
</message>
<message>
<source>Close</source>
<translation>Chiudi</translation>
</message>
<message>
<source>Python %1 on %2
## Type help(iface) for more info and list of methods.

</source>
<translation type="obsolete">## Per accedere all&apos;ambiente Quantum GIS da questa console
## usa l&apos;oggetto iface (istanza della classe QgisInterface).
<translation>Python %1 on %2
## Digita help(iface) per ottenere più informazioni.

</translation>
</message>
</context>
Expand Down
14 changes: 14 additions & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,20 @@
<file>themes/default/console/imgHelpConsole.png</file>
<file>themes/default/console/imgHelpDialog.png</file>
<file>themes/default/console/imgHelpMenu.png</file>
<file>themes/default/console/iconHideToolConsole.png</file>
<file>themes/default/console/iconTabEditorConsole.png</file>
<file>themes/default/console/iconNewTabEditorConsole.png</file>
<file>themes/default/console/iconCloseTabEditorConsole.png</file>
<file>themes/default/console/iconRestoreTabsConsole.png</file>
<file>themes/default/console/iconFileTabsMenuConsole.png</file>
<file>themes/default/console/iconShowEditorConsole.png</file>
<file>themes/default/console/iconSaveAsConsole.png</file>
<file>themes/default/console/iconCutEditorConsole.png</file>
<file>themes/default/console/iconCopyEditorConsole.png</file>
<file>themes/default/console/iconPasteEditorConsole.png</file>
<file>themes/default/console/iconRunScriptConsole.png</file>
<file>themes/default/console/iconCommentEditorConsole.png</file>
<file>themes/default/console/iconUncommentEditorConsole.png</file>
<file>themes/default/extents.png</file>
<file>themes/default/favourites.png</file>
<file>themes/default/geographic.png</file>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions python/console/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SET(PY_CONSOLE_FILES
console_help.py
console_settings.py
console_output.py
console_editor.py
__init__.py
)

Expand Down
Loading