Revision: 6413
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6413&view=rev
Author: manningr
Date: 2011-09-25 17:24:08 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
Fixed spelling errors.
Modified Paths:
--------------
trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/gui/db/I18NStrings.properties
Modified: trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/gui/db/I18NStrings.properties
===================================================================
--- trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/gui/db/I18NStrings.properties 2011-09-25 17:03:00 UTC (rev 6412)
+++ trunk/sql12/app/src/main/resources/net/sourceforge/squirrel_sql/client/gui/db/I18NStrings.properties 2011-09-25 17:24:08 UTC (rev 6413)
@@ -43,12 +43,12 @@
AliasInternalFrame.userdriverprops=Use Driver Properties
AliasInternalFrame.username=User Name:
-AliasWindowFactory.error.copyAlias=Error occured copying the alias
+AliasWindowFactory.error.copyAlias=Error occurred copying the alias
AliasesListInternalFrame.error.ctrlF4key=Probably closed by the ctrl F4 key. See BasicDesktopPaneUi.CloseAction
AliasesListInternalFrame.windowtitle=Aliases
-BaseListInternalFrame.error.execdoubleclick=Error occured executing doubleclick event
+BaseListInternalFrame.error.execdoubleclick=Error occurred executing doubleclick event
ColumnDetailsDialog.addColumnTitle=Add Column
@@ -89,7 +89,7 @@
ColumnListDialog.tableNameLabel=Table Name:
ConnectionInternalFrame.alias=Alias:
-ConnectionInternalFrame.cancelling=Cancelling connection attempt...
+ConnectionInternalFrame.cancelling=Canceling connection attempt...
ConnectionInternalFrame.connect=Connect
ConnectionInternalFrame.connecting=Connecting...
ConnectionInternalFrame.driver=Driver:
@@ -125,18 +125,18 @@
DriversList.tooltiptext=List of database drivers that can be used to configure an alias
-DriversListInternalFrame.error.ctrlF4key=Propably closed by the ctrl F4 key. See BasicDesktopPaneUi.CloseAction
+DriversListInternalFrame.error.ctrlF4key=Probably closed by the ctrl F4 key. See BasicDesktopPaneUi.CloseAction
DriversListInternalFrame.windowtitle=Drivers
-DriverWindowFactory.error.copyingdriver=Error occured copying the driver
+DriverWindowFactory.error.copyingdriver=Error occurred copying the driver
-ConnectToAliasCommand.error.unexpected=Unexpected Error occured attempting to open an SQL connection.
+ConnectToAliasCommand.error.unexpected=Unexpected Error occurred attempting to open an SQL connection.
-AliasWindowFactory.schemaPropsCopiedWarning=Warning: Your target Alias contains database specific Schema properties copied from the source Alias.\nSchema loading of the target Alias may be errorneous. Please check your target Alias's Schema properties.
+AliasWindowFactory.schemaPropsCopiedWarning=Warning: Your target Alias contains database-specific Schema properties copied from the source Alias.\nSchema loading of the target Alias may be erroneous. Please check your target Alias's Schema properties.
DataCache.error.driverClassNotFound=Could not find class {0} in neither the Java class path nor the Extra class path of the {1} driver definition:\n{2}
-DataCache.msg.driverRegisteredSucessfully=Driver class {0} sucessfully registered for driver definition: {1}
+DataCache.msg.driverRegisteredSucessfully=Driver class {0} successfully registered for driver definition: {1}
DataCache.error.loadingaliases=Error loading aliases file: {0}.
DataCache.error.loadingdrivers=Error loading drivers file: {0}. Default drivers loaded instead.
DataCache.error.registerdriver=Error registering driver: {0}.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|