Revision: 6416
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6416&view=rev
Author: manningr
Date: 2011-09-25 18:25:10 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
Fixed spelling errors.
Modified Paths:
--------------
trunk/sql12/plugins/graph/src/main/resources/net/sourceforge/squirrel_sql/plugins/graph/I18NStrings.properties
Modified: trunk/sql12/plugins/graph/src/main/resources/net/sourceforge/squirrel_sql/plugins/graph/I18NStrings.properties
===================================================================
--- trunk/sql12/plugins/graph/src/main/resources/net/sourceforge/squirrel_sql/plugins/graph/I18NStrings.properties 2011-09-25 18:22:44 UTC (rev 6415)
+++ trunk/sql12/plugins/graph/src/main/resources/net/sourceforge/squirrel_sql/plugins/graph/I18NStrings.properties 2011-09-25 18:25:10 UTC (rev 6416)
@@ -115,7 +115,7 @@
graph.ConfigureNonDbConstraintDlgConfigureNonDBConstraint=Configure non DB constraint
graph.ConfigureNonDbConstraintDlg.add=Add
-graph.ConfigureNonDbConstraintDlg.remove=Remove selected colum pairs
+graph.ConfigureNonDbConstraintDlg.remove=Remove selected column pairs
graph.ConstraintDataSet.ReferencingColumn=Referencing column ({0})
graph.ConstraintDataSet.LocalColumn=Local column ({0})
@@ -128,7 +128,7 @@
graph.DndHandler.dndMessage=To create a non DB constraint using drag and drop hold down the control key. Then right click the constraint to configure it.
-graph.ConfigureNonDbConstraintDlg.NonDbConstraintHint=Note: For most RDBMSes you will only be able to create this constraint in the DB if the constraint references all (and only) PK colums.
+graph.ConfigureNonDbConstraintDlg.NonDbConstraintHint=Note: For most RDBMSes you will only be able to create this constraint in the DB if the constraint references all (and only) PK columns.
graph.showThisConstraintName=show this constraint name
@@ -176,7 +176,7 @@
graph.QueryClearAllFilters=Clear all SQL-WHERE filters
graph.ConfigureNonDbConstraintDlg.AddColsTitle=Add referencing column pairs to this constraint:
-graph.ConfigureNonDbConstraintDlg.tblTitle=Constraint's referencing colum pairs:
+graph.ConfigureNonDbConstraintDlg.tblTitle=Constraint's referencing column pairs:
ConstraintIconHandler.innerJoin=INNER JOIN
@@ -202,7 +202,7 @@
QueryBuilderController.HideNoJoins=Hide no joins
-ConstraintView.overwrite=Another non DB constraint for the same columns already exists. Would you like to replace the exisiting constraint?
+ConstraintView.overwrite=Another non DB constraint for the same columns already exists. Would you like to replace the existing constraint?
ConstraintView.existsInDB=A DB constraint for the same columns already exists.
graph.ConstraintViewsModel.joinMergeMsg=A user defined join from table "{0}" to table "{1}" already exists.\n\nWould you really like to add another (aliased) join?\n\nIf you choose "No" a new join column pair will be added to the existing join.
@@ -212,7 +212,7 @@
QueryBuilderController.Order=Order by
Sorting.notSorted=Not sorted
-Sorting.notSortedTT=Click to select an ORDER BY direction for thios column
+Sorting.notSortedTT=Click to select an ORDER BY direction for this column
Sorting.sortedAsc=Order ascending
Sorting.sortedAscTT=Column will appear as ASC in ORDER BY clause
Sorting.sortedDesc=Order descending
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|