Quantum version 2.4.1
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / php / PHPResources.properties
diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/php/PHPResources.properties b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/php/PHPResources.properties
new file mode 100644 (file)
index 0000000..06eee1f
--- /dev/null
@@ -0,0 +1,27 @@
+tableview.phpselect = PHP SELECT to Clipboard...
+tableview.phpupdate = PHP UPDATE to Clipboard...
+tableview.phpinsert = PHP INSERT to Clipboard...
+tableview.phpdelete = PHP DELETE to Clipboard...
+TableView.PHPSelectRow=PHP Select Row
+TableView.PHPUpdateRow=PHP Update Row
+TableView.PHPInsertRow=PHP Insert Row
+TableView.PHPDeleteRow=PHP Delete Row
+
+PHPDeleteRowPage.ColumnName=Column Name
+PHPDeleteRowPage.Value=Value
+PHPDeleteRowPage.IncludeIn=Include in?
+PHPDeleteRowPage.WhereClause=Where clause
+PHPDeleteRowPage.UpdatingQuery=Updating query
+PHPDeleteRowPage.WarningNoWhere=Warning: no \"where clause\" columns selected, all rows will be deleted
+PHPInsertRowPage.ColumnName=Column Name
+PHPInsertRowPage.Value=Value
+PHPUpdateRowPage.ColumnName=Column Name
+PHPUpdateRowPage.OldValue=Old Value
+PHPUpdateRowPage.NewValue=New Value
+PHPUpdateRowPage._13=
+PHPUpdateRowPage.SetValue=Set Value
+PHPSelectRowPage.ColumnName=Column Name
+PHPSelectRowPage.VariableName=Variable Name
+PHPSelectRowPage.NewValue=New Value
+PHPSelectRowPage._13=
+PHPSelectRowPage.SelectValue=Select Value
\ No newline at end of file