Revision: 6417
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6417&view=rev
Author: manningr
Date: 2011-09-26 02:09:24 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
Fixed spelling errors.
Modified Paths:
--------------
trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/I18NStrings.properties
Modified: trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/I18NStrings.properties
===================================================================
--- trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/I18NStrings.properties 2011-09-25 18:25:10 UTC (rev 6416)
+++ trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/I18NStrings.properties 2011-09-26 02:09:24 UTC (rev 6417)
@@ -1,25 +1,25 @@
-Application.error.aliassave=Error occured saving Alias Definitions {0}.
+Application.error.aliassave=Error occurred saving Alias Definitions {0}.
Application.error.closeFileViewers=Unable to close all file viewers
Application.error.closeAllSessions=Unable to close all sessions: {0}
Application.error.compadding=Cannot add components to main frame prior to the main frame being created.
Application.error.compremoving=Cannot remove components from main frame prior to the main frame being created.
-Application.error.driversave=Error occured saving Driver Definitions {0}.
+Application.error.driversave=Error occurred saving Driver Definitions {0}.
Application.error.jdbcstream=Error setting JDBC debug output stream. Using standard output.
Application.error.jdbcwriter=Error setting JDBC debug output writer. Using standard output.
-Application.error.loadsqlhistory=Unable to load SQL history from persistant storage.
-Application.error.loadcellselections=Unable to load Cell Import/Export selections from persistant storage.
+Application.error.loadsqlhistory=Unable to load SQL history from persistent storage.
+Application.error.loadcellselections=Unable to load Cell Import/Export selections from persistent storage.
Application.error.loadcolsinfo=Unable to load Edit 'Where' Columns selections.
-Application.error.loaddatatypeprops=Unable to load DataType Properties selections from persistant storage.
+Application.error.loaddatatypeprops=Unable to load DataType Properties selections from persistent storage.
Application.error.loadUserSpecificWikiConfiguration=Unable to load WIKI configurations from persistent storage.
Application.error.menuadding=Cannot add items to menus prior to menu being created.
-Application.error.savecolsinfo=Unable to write Edit Where Cols options to persistant storage.
+Application.error.savecolsinfo=Unable to write Edit Where Columns options to persistent storage.
Application.error.savedatatypeprops=Unable to write DataType properties to persistant storage.
Application.error.savesqlhistory=Unable to write SQL queries to persistent storage.
Application.error.saveUserSpecificWikiConfiguration=Unable to write user specific WIKI configurations to persistent storage.
Application.error.setlaf=Error setting LAF
Application.error.showhelpwindow=Error showing help window
Application.error.unsupportedJDKVersion=SQuirreL needs JDK 1.4.x or higher. You are using JDK {0} at {1}
-Application.error.writecellselections=Unable to write Cell Import/Export options to persistant storage.
+Application.error.writecellselections=Unable to write Cell Import/Export options to persistent storage.
Application.info.setjdbcdebuglog=Attempting to set JDBC debug log to output stream
Application.info.setjdbcdebuglogsuccess=JDBC debug log set to output stream successfully
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|