Skip to content

Commit

Permalink
Merge pull request #243 from slarosa/master
Browse files Browse the repository at this point in the history
Italian translation for python console
  • Loading branch information
timlinux committed Sep 23, 2012
2 parents 58ba3f0 + 740eaf9 commit aa74a8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions i18n/qgis_it.ts
Expand Up @@ -6254,12 +6254,14 @@ Cambiare questa situazione prima, perché il plugin OSM non quale layer è la de
<translation>Console python</translation>
</message>
<message>
<source>To access Quantum GIS environment from this console
use qgis.utils.iface object (instance of QgisInterface class).
<source>## To access Quantum GIS environment from this console
## use qgis.utils.iface object (instance of QgisInterface class).

</source>
<translation>Per accedere all&apos;ambiente Quantum GIS da questa console
usa l&apos;oggetto qgis.utils.iface (istanza della classe QgisInterface).</translation>
<translation>## Per accedere all&apos;ambiente Quantum GIS da questa console
## usa l&apos;oggetto qgis.utils.iface (istanza della classe QgisInterface).

</translation>
</message>
</context>
<context>
Expand Down
4 changes: 2 additions & 2 deletions python/console_sci.py
Expand Up @@ -205,8 +205,8 @@ def setLexers(self, lexer):

def insertInitText(self):
#self.setLexers(False)
txtInit = ("## To access Quantum GIS environment from this console\n"
"## use qgis.utils.iface object (instance of QgisInterface class).\n\n")
txtInit = QCoreApplication.translate("PythonConsole","## To access Quantum GIS environment from this console\n"
"## use qgis.utils.iface object (instance of QgisInterface class).\n\n")
initText = self.setText(txtInit)

def getCurrentPos(self):
Expand Down

0 comments on commit aa74a8f

Please sign in to comment.