Skip to content

Commit

Permalink
QGis => QGIS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 9, 2013
1 parent 10f3cf3 commit 50b96d7
Show file tree
Hide file tree
Showing 10 changed files with 144 additions and 769 deletions.
108 changes: 54 additions & 54 deletions doc/TRANSLATORS

Large diffs are not rendered by default.

775 changes: 75 additions & 700 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions python/plugins/db_manager/db_model.py
Expand Up @@ -530,7 +530,7 @@ def dropMimeData(self, data, action, row, column, parent):
parts = mimeUri.split(":", 3)
if len(parts) != 4:
# invalid qgis mime uri
QMessageBox.warning(None, self.tr("Invalid MIME uri"), self.tr("The dropped object is not a valid QGis layer"))
QMessageBox.warning(None, self.tr("Invalid MIME uri"), self.tr("The dropped object is not a valid layer"))
continue

layerType, providerKey, layerName, uriString = parts
Expand All @@ -553,7 +553,7 @@ def importLayer(self, layerType, providerKey, layerName, uriString, parent):

if not inLayer.isValid():
# invalid layer
QMessageBox.warning(None, self.tr("Invalid layer"), self.tr("QGis was unable to load the layer %s") % inLayer.name)
QMessageBox.warning(None, self.tr("Invalid layer"), self.tr("Unable to load the layer %s") % inLayer.name)
return False

# retrieve information about the new table's db and schema
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_tree.py
Expand Up @@ -116,7 +116,7 @@ def contextMenuEvent(self, ev):

if isinstance(item, Table):
menu.addSeparator()
menu.addAction(self.tr("Add to QGis canvas"), self.addLayer)
menu.addAction(self.tr("Add to canvas"), self.addLayer)

elif isinstance(item, DBPlugin) and item.database() is not None:
menu.addAction(self.tr("Re-connect"), self.reconnect)
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/mapserver_export/mapserverexport.py
Expand Up @@ -242,7 +242,7 @@ def checkCurrentProject(self, forUnload=False):
"QGIS Project Files (*.qgs)", "Filter list for selecting files from a dialog box")
# Check that a file was selected
if len(saveAsFileName) == 0:
QMessageBox.warning(self.dlg, "Not saved!", "QGis project file not saved because no file name was given.")
QMessageBox.warning(self.dlg, "Not saved!", "QGIS project file not saved because no file name was given.")
# fall back to using current project if available
self.dlg.ui.txtQgisFilePath.setText(project.fileName())
else:
Expand Down
6 changes: 3 additions & 3 deletions src/app/qgisapp.cpp
Expand Up @@ -3566,7 +3566,7 @@ void QgisApp::fileOpen()
QString fullPath = QFileDialog::getOpenFileName( this,
tr( "Choose a QGIS project file to open" ),
lastUsedDir,
tr( "QGis files" ) + " (*.qgs *.QGS)" );
tr( "QGIS files" ) + " (*.qgs *.QGS)" );
if ( fullPath.isNull() )
{
return;
Expand Down Expand Up @@ -3729,7 +3729,7 @@ bool QgisApp::fileSave()
this,
tr( "Choose a QGIS project file" ),
lastUsedDir + "/" + QgsProject::instance()->title(),
tr( "QGis files" ) + " (*.qgs *.QGS)" );
tr( "QGIS files" ) + " (*.qgs *.QGS)" );
if ( path.isEmpty() )
return false;

Expand Down Expand Up @@ -3788,7 +3788,7 @@ void QgisApp::fileSaveAs()
QString path = QFileDialog::getSaveFileName( this,
tr( "Choose a file name to save the QGIS project file as" ),
lastUsedDir + "/" + QgsProject::instance()->title(),
tr( "QGis files" ) + " (*.qgs *.QGS)" );
tr( "QGIS files" ) + " (*.qgs *.QGS)" );
if ( path.isEmpty() )
return;

Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsoptions.cpp
Expand Up @@ -830,7 +830,7 @@ void QgsOptions::on_mProjectOnLaunchPushBtn_pressed()
QString projPath = QFileDialog::getOpenFileName( this,
tr( "Choose project file to open at launch" ),
lastUsedDir,
tr( "QGis files" ) + " (*.qgs *.QGS)" );
tr( "QGIS files" ) + " (*.qgs *.QGS)" );
if ( !projPath.isNull() )
{
mProjectOnLaunchLineEdit->setText( projPath );
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsprojectlayergroupdialog.cpp
Expand Up @@ -109,7 +109,7 @@ void QgsProjectLayerGroupDialog::on_mBrowseFileToolButton_clicked()
QString projectFile = QFileDialog::getOpenFileName( this,
tr( "Select project file" ),
s.value( "/qgis/last_embedded_project_path" ).toString() ,
tr( "QGis files" ) + " (*.qgs *.QGS)" );
tr( "QGIS files" ) + " (*.qgs *.QGS)" );
if ( !projectFile.isEmpty() )
{
mProjectFileLineEdit->setText( projectFile );
Expand Down
8 changes: 4 additions & 4 deletions src/plugins/georeferencer/qgsgeorefpluginguibase.ui
Expand Up @@ -294,21 +294,21 @@
<bool>true</bool>
</property>
<property name="text">
<string>Link Georeferencer to QGis</string>
<string>Link Georeferencer to QGIS</string>
</property>
<property name="statusTip">
<string>Link Georeferencer to QGis</string>
<string>Link Georeferencer to QGIS</string>
</property>
</action>
<action name="mActionLinkQGisToGeoref">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Link QGis to Georeferencer</string>
<string>Link QGIS to Georeferencer</string>
</property>
<property name="statusTip">
<string>Link QGis to Georeferencer</string>
<string>Link QGIS to Georeferencer</string>
</property>
</action>
<action name="mActionSaveGCPpoints">
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassbrowser.cpp
Expand Up @@ -390,7 +390,7 @@ void QgsGrassBrowser::deleteMap()
QString mapset = mModel->itemMapset( index );
QString map = mModel->itemMap( index );

// check whether the layer is loaded in QGis canvas
// check whether the layer is loaded in canvas
if ( type == QgsGrassModel::Vector )
{
QStringList layers = QgsGrass::vectorLayers( gisbase, location, mapset, map );
Expand Down Expand Up @@ -419,7 +419,7 @@ void QgsGrassBrowser::deleteMap()
grassProvider->freeze();
#else
QMessageBox::information( this, tr( "Information" ),
tr( "Remove the selected layer(s) from QGis canvas before continue." ) );
tr( "Remove the selected layer(s) from canvas before continue." ) );
return;
#endif
}
Expand Down

0 comments on commit 50b96d7

Please sign in to comment.