b9c2965d48df2d0316dc1d8d9048aba98dbf002f
java/com.sap.sse.datamining.ui/src/main/java/com/sap/sse/datamining/ui/client/StringMessages.properties
| ... | ... | @@ -2,7 +2,7 @@ dataMiningSettings=Data Mining Settings |
| 2 | 2 | runPredefinedQuery=Run Predefined Query |
| 3 | 3 | viewQueryDefinition=View Query Definition |
| 4 | 4 | selectPredefinedQuery=Select Predefined Query |
| 5 | -errorRunningDataMiningQuery=An error occured running the query |
|
| 5 | +errorRunningDataMiningQuery=An error occurred running the query |
|
| 6 | 6 | predefinedQueryRunner=Predefined Query Runner |
| 7 | 7 | useClassGetNameTooltip=More robust against changes in the code base, but the code snippet can only be used in the scope where the classes are available. |
| 8 | 8 | useClassGetName=Use Class.getName() for type names |
java/com.sap.sse.filestorage/resources/stringmessages/FileStorageStringMessages.properties
| ... | ... | @@ -2,6 +2,6 @@ s3Desc=Store files on Amazon S3. The resulting file name is a random UUID plus t |
| 2 | 2 | s3AccessIdDesc=Access ID (leave blank to use ~/.aws/credentials instead) |
| 3 | 3 | s3AccessKeyDesc=Secret Access Key (leave blank to use ~/.aws/credentials instead) |
| 4 | 4 | s3BucketNameDesc=Name of Bucket to use (has to already exist, and user needs sufficient permissions) |
| 5 | -localDesc=Service for storing files in the local file system. Files get stored in localPath+fileName and can be accessed at baseUrl+fileName Note that the content lying in baseUrl must therefore be accessible remotely. This can for examplebe achieved by mounting a remote file system for example from static.sapsailing.com on the replicas to localPath. |
|
| 5 | +localDesc=Service for storing files in the local file system. Files get stored in localPath+fileName and can be accessed at baseUrl+fileName Note that the content lying in baseUrl must therefore be accessible remotely. This can for example be achieved by mounting a remote file system for example from static.sapsailing.com on the replicas to localPath. |
|
| 6 | 6 | localBaseUrlDesc=Base URL + fileName = URL where uploaded file will be accessible |
| 7 | 7 | localLocalPathDesc=Local Path to use for file storage |
java/com.sap.sse.gwt.adminconsole/src/com/sap/sse/gwt/adminconsole/StringMessages.properties
| ... | ... | @@ -44,9 +44,9 @@ explainReplicationServletPort=Servlet port number that is used to connect to reg |
| 44 | 44 | setUpStorageService=Please set up a file storage service first |
| 45 | 45 | usernameAndPasswordMustBothBeSet=Username and password must both be filled or empty |
| 46 | 46 | username=User name |
| 47 | -explainUserName=Username to use for authentification on the master |
|
| 47 | +explainUserName=Username to use for authentication on the master |
|
| 48 | 48 | password=Password |
| 49 | -explainPassword=Password to use for authentification on the master |
|
| 49 | +explainPassword=Password to use for authentication on the master |
|
| 50 | 50 | additionalInformation=Info |
| 51 | 51 | serverInformation=Server Information |
| 52 | 52 | serverName=Server Name: {0} |