Skip to content

Commit

Permalink
Bugzilla bug 402794 - Support Access to mongoDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwu authored and mwu committed Mar 27, 2013
1 parent 15aa891 commit c8229de
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -73,9 +73,9 @@ MongoDBAdvancedSettingsDialog.Label.MaxDocumentsToSkip=Maximum documents to s&ki
MongoDBAdvancedSettingsDialog.Label.IndexHintExpression=Index &hint expression:
MongoDBAdvancedSettingsDialog.Label.QueryCursorPreference=Query cursor &read preference:
MongoDBAdvancedSettingsDialog.Button.text.NoCursorTimeOut=&No cursor time out
MongoDBAdvancedSettingsDialog.Button.tooltip.NoCursorTimeOut=The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use. Enabling this option would prevent that.
MongoDBAdvancedSettingsDialog.Button.tooltip.NoCursorTimeOut=The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use.\nEnabling this option would prevent that.
MongoDBAdvancedSettingsDialog.Button.text.AllowPartialResults=Allows &partial results
MongoDBAdvancedSettingsDialog.Button.tooltip.AllowPartialResults=When used with sharding (mongos), allows partial results from a sharded system if any shards are down/missing from the cluster. If not used, an error will be returned from the mongos server.
MongoDBAdvancedSettingsDialog.Button.tooltip.AllowPartialResults=When used with sharding (mongos), allows partial results from a sharded system if any shards\n are down/missing from the cluster. If not enabled, an error will be returned from the mongos server.
MongoDBAdvancedSettingsDialog.Button.text.FlattenNestedDocuments=&Flatten nested collections
MongoDBAdvancedSettingsDialog.Button.tooltip.FlattenNestedDocuments=An user option to flatten a nested collection of fields into multiple data set rows.
MongoDBAdvancedSettingsDialog.error.NotNumberFormat.MaxResultObjects=Requires an integer value for "Maximum result objects"!
Expand Down

0 comments on commit c8229de

Please sign in to comment.