diff --git a/i18n/qgis_it.ts b/i18n/qgis_it.ts
index 01121bbac93..21f5b802bc4 100644
--- a/i18n/qgis_it.ts
+++ b/i18n/qgis_it.ts
@@ -6470,30 +6470,69 @@ Cambiare questa situazione prima, perché il plugin OSM non quale layer è la de
Esegui comando
- Are you sure you want to completely
-delete the command history ?
- Sei sicuro di voler concellare completamente
-la cronologia dei comandi ?
+ Session and file history cleared successfully.
+ Storia dei comandi cancellata completamente.
- ## History saved successfully ##
- ## Storia comandi salvata con successo ##
+ History saved successfully.
+ Storia comandi salvata con successo.
- ## History cleared successfully ##
- ## Storia comandi cancellata con successo ##
+ History cleared successfully.
+ Storia comandi cancellata con successo.
+
+
+ Script was correctly saved.
+ File salvato correttamente.
+
+
+ URL copied to clipboard.
+ URL copiata nella clipboard
+
+
+ Connection error:
+ Errore di connessione:
## To access Quantum GIS environment from this console
-## use qgis.utils.iface object (instance of QgisInterface class). Read help for more info.
+## use iface object (instance of QgisInterface class).
+## Type help(iface) for more info and list of methods.
## Per accedere all'ambiente Quantum GIS da questa console
-## usa l'oggetto qgis.utils.iface (istanza della classe QgisInterface). Consulta l'aiuto per ottenere più informazioni.
+## usa l'oggetto iface (istanza della classe QgisInterface).
+## Digita help(iface) per ottenere più informazioni.
+
+ SettingsDialogPythonConsole
+
+ Settings Python Console
+ Impostazioni Python Console
+
+
+
+ Font
+ Carattere
+
+
+
+ Size
+ Dimensione
+
+
+
+ Browse
+ Sfoglia
+
+
+
+ Using preloaded API file
+ Usare il file delle API preinstallato
+
+
QGis::UnitType
diff --git a/python/console/console_output.py b/python/console/console_output.py
index c27a10f959d..d16eba89548 100644
--- a/python/console/console_output.py
+++ b/python/console/console_output.py
@@ -137,7 +137,7 @@ class EditorOutput(QsciScintilla):
def insertInitText(self):
txtInit = QCoreApplication.translate("PythonConsole",
"## To access Quantum GIS environment from this console\n"
- "## use iface object (instance of QgisInterface class). \n"
+ "## use iface object (instance of QgisInterface class).\n"
"## Type help(iface) for more info and list of methods.\n\n")
initText = self.setText(txtInit)
@@ -277,10 +277,11 @@ class EditorOutput(QsciScintilla):
link = i.replace('
- SettingsDialog
-
+ SettingsDialogPythonConsole
+
Qt::NonModal
@@ -109,43 +109,6 @@
-
-
-
-
-
- QAbstractItemView::NoEditTriggers
-
-
- false
-
-
- false
-
-
- false
-
-
- QAbstractItemView::ExtendedSelection
-
-
- QAbstractItemView::SelectItems
-
-
- QAbstractItemView::ScrollPerItem
-
-
- QAbstractItemView::ScrollPerPixel
-
-
- 0
-
-
- true
-
-
- false
-
-
-
-
-
@@ -207,6 +170,43 @@
+ -
+
+
+ QAbstractItemView::NoEditTriggers
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+ QAbstractItemView::ExtendedSelection
+
+
+ QAbstractItemView::SelectItems
+
+
+ QAbstractItemView::ScrollPerItem
+
+
+ QAbstractItemView::ScrollPerPixel
+
+
+ 0
+
+
+ true
+
+
+ false
+
+
+
-
@@ -222,7 +222,7 @@
-
- Use preloaded API file
+ Using preloaded API file
true
@@ -239,7 +239,7 @@
buttonBox
accepted()
- SettingsDialog
+ SettingsDialogPythonConsole
accept()
@@ -255,7 +255,7 @@
buttonBox
rejected()
- SettingsDialog
+ SettingsDialogPythonConsole
reject()