More spelling fixes

* editation
* definintion
* Unabled
* capitalize QGIS
* replace algs by algorithms
* queryings
* symbo(s)
* missing space after a dot
This commit is contained in:
DelazJ 2016-12-21 21:06:56 +01:00 committed by Harrissou Sant-anna
parent ee1abdc507
commit 828e447991
11 changed files with 14 additions and 12 deletions

View File

@ -424,7 +424,7 @@ class Database(DbItemObject):
QApplication.restoreOverrideCursor()
try:
if not isinstance(item, Table) or item.isView:
parent.infoBar.pushMessage(QApplication.translate("DBManagerPlugin", "Select a table for editation."),
parent.infoBar.pushMessage(QApplication.translate("DBManagerPlugin", "Select a table to edit."),
QgsMessageBar.INFO, parent.iface.messageTimeout())
return
from ..dlg_table_properties import DlgTableProperties

View File

@ -146,7 +146,7 @@ class ProcessingConfig(object):
ProcessingConfig.addSetting(Setting(
ProcessingConfig.tr('General'),
ProcessingConfig.RECENT_ALGORITHMS,
ProcessingConfig.tr('Recent algs'), '', hidden=True))
ProcessingConfig.tr('Recent algorithms'), '', hidden=True))
extensions = processing.tools.dataobjects.getSupportedOutputVectorLayerExtensions()
ProcessingConfig.addSetting(Setting(
ProcessingConfig.tr('General'),

View File

@ -6,7 +6,7 @@
{"arg":"string", "description":"the string to capture groups from against the regular expression"},
{"arg":"regex","description":"the regular expression used to capture groups"},
{"arg":"empty_value","optional":true,"default":"''","description":"the optional string to use as replacement for empty (zero length) matches"}],
"examples": [ { "expression":"regexp_matches('qgis=>rocks','(.*)=>(.*)')", "returns":"array: 'qgis', 'rocks'"},
"examples": [ { "expression":"regexp_matches('QGIS=>rocks','(.*)=>(.*)')", "returns":"array: 'QGIS', 'rocks'"},
{ "expression":"regexp_matches('key=>','(.*)=>(.*)','empty value')", "returns":"array: 'key', 'empty value'"}
]
}

View File

@ -140,6 +140,7 @@ debians:Debian's
decompres:decompress
definate:definite
definately:definitely
definintion:definition
deimiter:delimiter
delemeter:delimiter
delemiter:delimiter
@ -463,6 +464,7 @@ supress:suppress
surpress:suppress
suspicously:suspiciously
swaped:swapped
symbo:symbol
syle:style
symetrical:symmetrical
synax:syntax

View File

@ -2488,7 +2488,7 @@ void QgsComposer::exportCompositionAsSVG( QgsComposer::OutputMode mode )
"with layers not being clipped to the map "
"bounding box.</p>" )
+ tr( "If you require a vector-based output file from "
"Qgis it is suggested that you try printing "
"QGIS it is suggested that you try printing "
"to PostScript if the SVG output is not "
"satisfactory."
"</p>" ) );

View File

@ -6369,7 +6369,7 @@ void QgisApp::saveAsLayerDefinition()
bool saved = QgsLayerDefinition::exportLayerDefinition( path, mLayerTreeView->selectedNodes(), errorMessage );
if ( !saved )
{
messageBar()->pushMessage( tr( "Error saving layer definintion file" ), errorMessage, QgsMessageBar::WARNING );
messageBar()->pushMessage( tr( "Error saving layer definition file" ), errorMessage, QgsMessageBar::WARNING );
}
}

View File

@ -380,7 +380,7 @@ void QgsPluginRegistry::loadCppPlugin( const QString& theFullPathName )
{
// something went wrong
QMessageBox::warning( mQgisInterface->mainWindow(), QObject::tr( "Error Loading Plugin" ),
QObject::tr( "There was an error loading a plugin."
QObject::tr( "There was an error loading a plugin. "
"The following diagnostic information may help the QGIS developers resolve the issue:\n%1." )
.arg( myError ) );
//disable it to the qsettings file [ts]

View File

@ -1535,7 +1535,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
) );
layerOptions.insert( QStringLiteral( "FORMAT" ), new SetOption(
QObject::tr( "Controls the format used for the geometry column. Defaults to WKB."
QObject::tr( "Controls the format used for the geometry column. Defaults to WKB. "
"This is generally more space and processing efficient, but harder "
"to inspect or use in simple applications than WKT (Well Known Text)." ),
QStringList()
@ -1569,7 +1569,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
"for databases that have big string blobs. However, use with care, since "
"the value of such columns will be seen as compressed binary content with "
"other SQLite utilities (or previous OGR versions). With OGR, when inserting, "
"modifying or queryings compressed columns, compression/decompression is "
"modifying or querying compressed columns, compression/decompression is "
"done transparently. However, such columns cannot be (easily) queried with "
"an attribute filter or WHERE clause. Note: in table definition, such columns "
"have the 'VARCHAR_deflate' declaration type." ),

View File

@ -417,7 +417,7 @@ void eVisDatabaseConnectionGui::on_pbtnLoadPredefinedQueries_clicked()
}
else
{
teditConsole->append( tr( "Error: Unabled to open file [%1]" ).arg( myFilename ) );
teditConsole->append( tr( "Error: Unable to open file [%1]" ).arg( myFilename ) );
}
}
}

View File

@ -17,7 +17,7 @@
<item row="1" column="0">
<widget class="QLabel" name="textLabel1">
<property name="whatsThis">
<string>Enter the name of an action here. The name should be unique (qgis will make it unique if necessary).</string>
<string>Enter the name of an action here. The name should be unique (QGIS will make it unique if necessary).</string>
</property>
<property name="text">
<string>Description</string>
@ -243,7 +243,7 @@
<string>Enter the action name here</string>
</property>
<property name="whatsThis">
<string>Enter the name of an action here. The name should be unique (qgis will make it unique if necessary).</string>
<string>Enter the name of an action here. The name should be unique (QGIS will make it unique if necessary).</string>
</property>
<property name="placeholderText">
<string>Mandatory description</string>

View File

@ -468,7 +468,7 @@
<string>Export selected symbol(s) as PNG…</string>
</property>
<property name="toolTip">
<string>Export selected symbo(s) as PNG</string>
<string>Export selected symbol(s) as PNG</string>
</property>
</action>
<action name="actnExportAsSVG">