Revision: 6365
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6365&view=rev
Author: wis775
Date: 2011-08-18 18:38:44 +0000 (Thu, 18 Aug 2011)
Log Message:
-----------
english grammar - thx
Modified Paths:
--------------
trunk/sql12/fw/src/main/resources/net/sourceforge/squirrel_sql/fw/gui/action/I18NStrings.properties
trunk/sql12/plugins/sqlscript/src/main/resources/doc/changes.txt
Modified: trunk/sql12/fw/src/main/resources/net/sourceforge/squirrel_sql/fw/gui/action/I18NStrings.properties
===================================================================
--- trunk/sql12/fw/src/main/resources/net/sourceforge/squirrel_sql/fw/gui/action/I18NStrings.properties 2011-08-18 00:58:11 UTC (rev 6364)
+++ trunk/sql12/fw/src/main/resources/net/sourceforge/squirrel_sql/fw/gui/action/I18NStrings.properties 2011-08-18 18:38:44 UTC (rev 6365)
@@ -35,15 +35,15 @@
TableExportCsvCommand.failedToExecuteCommand=Failed to execute\n{0}\nError message\n{1}\nSee last log entry for details.
TableExportCsvCommand.missingClobDataMsg=Found Clob placeholder({0}) amongst data to be exported. Continue exporting cell data?
TableExportCsvCommand.writeFileSuccess=Export of {0} rows to file "{1}" is complete.
-AbstractExportCommand.failed=Failed to export the SQL Select statement into a file.
-AbstractExportCommand.anotherExportIsActive=The chosen file can't be used, because another export is writing to the same file.
+AbstractExportCommand.failed=Failed to export the result of the SQL Select statement into a file.
+AbstractExportCommand.anotherExportIsActive=The selected file can't be used, because another export is using the same file.
AbstractExportCommand.anotherExportIsActive.title=File is in use.
TableExportCsvController.fileChooserTitel=Choose export file
TableExportCsvController.fileChooserButton=Choose
TableExportCsvController.commandChooserTitel=Choose command executable
TableExportCsvController.commandChooserButton=Choose
-TableExportCsvController.warnIfExcel=Exporting a huge data set for MS Excel maybe use huge memory.
+TableExportCsvController.warnIfExcel=Microsoft Excel spreadsheet export requires enough memory to hold the entire data set.
TableExportCsvDlg.useGlobalPrefsFormating=Use formatting as configured in Global Prefs
TableExportCsvDlg.useDefaultFormating=Use default formatting
@@ -54,4 +54,4 @@
TableExportCsvDlg.useGlobalPrefsFormatingExcel=Use formatting as configured in Global Prefs (recommended for MS Excel)
-ResultSetExportCommand.errorExecuteStatement=Could not create the data for exporting.
+ResultSetExportCommand.errorExecuteStatement=An error was encountered while attempting to build the data set for export.
Modified: trunk/sql12/plugins/sqlscript/src/main/resources/doc/changes.txt
===================================================================
--- trunk/sql12/plugins/sqlscript/src/main/resources/doc/changes.txt 2011-08-18 00:58:11 UTC (rev 6364)
+++ trunk/sql12/plugins/sqlscript/src/main/resources/doc/changes.txt 2011-08-18 18:38:44 UTC (rev 6365)
@@ -3,12 +3,11 @@
1.3
===
-- Added "Store result of SQL into file"
- This is available through the menu or the tools pop-up menu (sql2file).
- It allows you, to store the result of a SQL directly into a file, without
- building a result table in memory. There are the same output formats
- available as in the traditional "Export as..." action of the result table.
-
+1498978, 2962426 - Added "Store result of SQL into file"
+ It allows you, to store the result of an SQL query directly into a file, without
+ building a result table in memory. The output format can be chosen from
+ the following formats: CSV, XSL, XML
+
1.2
===
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|