| 1 | NameBlock Config = |
|---|
| 2 | [[ |
|---|
| 3 | Text _.autodoc.member.Time = "Default dates"; |
|---|
| 4 | NameBlock Time = |
|---|
| 5 | [[ |
|---|
| 6 | Text _.autodoc.member.FirstDate = "Initial date"; |
|---|
| 7 | Date FirstDate = y2010m01d01; |
|---|
| 8 | Text _.autodoc.member.LastDate = "Final date"; |
|---|
| 9 | Date LastDate = y2010m12d31 |
|---|
| 10 | ]]; |
|---|
| 11 | Text _.autodoc.member.Output = "Output window"; |
|---|
| 12 | NameBlock Output = |
|---|
| 13 | [[ |
|---|
| 14 | Text _.autodoc.member.Use = "Write messages to output window"; |
|---|
| 15 | Real Use = 1; |
|---|
| 16 | Text _.autodoc.member.errorColor = "Error message color"; |
|---|
| 17 | NameBlock errorColor = |
|---|
| 18 | [[ |
|---|
| 19 | Real Red = 255; |
|---|
| 20 | Real Green = 0; |
|---|
| 21 | Real Blue = 0; |
|---|
| 22 | Real Hue = 0; |
|---|
| 23 | Real Saturation = 240; |
|---|
| 24 | Real Brightness = 120 |
|---|
| 25 | ]]; |
|---|
| 26 | Text _.autodoc.member.warningColor = "Warning message color"; |
|---|
| 27 | NameBlock warningColor = |
|---|
| 28 | [[ |
|---|
| 29 | Real Red = 0; |
|---|
| 30 | Real Green = 0; |
|---|
| 31 | Real Blue = 255; |
|---|
| 32 | Real Hue = 160; |
|---|
| 33 | Real Saturation = 240; |
|---|
| 34 | Real Brightness = 120 |
|---|
| 35 | ]]; |
|---|
| 36 | Text _.autodoc.member.refresh = "Refresh updating in miliseconds"; |
|---|
| 37 | Real refresh = 0 |
|---|
| 38 | ]]; |
|---|
| 39 | Text _.autodoc.member.Precision = "Default precision of real numbers"; |
|---|
| 40 | NameBlock Precision = |
|---|
| 41 | [[ |
|---|
| 42 | Text _.autodoc.member.Decimals = "Number of decimal digits"; |
|---|
| 43 | Real Decimals = 4; |
|---|
| 44 | Text _.autodoc.member.ExpNotation = "Use of exponential notation over this number of digits"; |
|---|
| 45 | Real ExpNotation = 8 |
|---|
| 46 | ]]; |
|---|
| 47 | Text _.autodoc.member.ExternalTools = "Paths to external tools"; |
|---|
| 48 | NameBlock ExternalTools = |
|---|
| 49 | [[ |
|---|
| 50 | Text _.autodoc.member.Navigator = "Internet navigator"; |
|---|
| 51 | Text Navigator = ""; |
|---|
| 52 | Text _.autodoc.member.PdfViewer = "PDF viewer"; |
|---|
| 53 | Text PdfViewer = ""; |
|---|
| 54 | Text _.autodoc.member.Helper = "Helper program"; |
|---|
| 55 | Text Helper = "" |
|---|
| 56 | ]]; |
|---|
| 57 | Text _.autodoc.member.Upgrading = "Automated check and upgrade of versions of TOL and packages"; |
|---|
| 58 | NameBlock Upgrading = |
|---|
| 59 | [[ |
|---|
| 60 | Text _.autodoc.member.TolVersion = "Automated check of TOL versions"; |
|---|
| 61 | NameBlock TolVersion = |
|---|
| 62 | [[ |
|---|
| 63 | Text _.autodoc.member.CheckAllowed = "Allows to check if there are new versions"; |
|---|
| 64 | Real CheckAllowed = 1; |
|---|
| 65 | Text _.autodoc.member.MaxDaysOfDelay = "Number of days between checks"; |
|---|
| 66 | Real MaxDaysOfDelay = 1 |
|---|
| 67 | ]]; |
|---|
| 68 | Text _.autodoc.member.TolPackage = "Automated upgrade of TOL packages"; |
|---|
| 69 | NameBlock TolPackage = |
|---|
| 70 | [[ |
|---|
| 71 | Text _.autodoc.member.LocalOnly = "Use only local repositories"; |
|---|
| 72 | Real LocalOnly = 0; |
|---|
| 73 | Text _.autodoc.member.CaducityInMinutes = "Upgrade when local packages are older than remote in this number of minutes"; |
|---|
| 74 | Real CaducityInMinutes = 60; |
|---|
| 75 | Text _.autodoc.member.Repositories = "List of remote repositories"; |
|---|
| 76 | Set Repositories = [[ "http://packages.tol-prj.org/OfficialTolArchiveNetwork/repository.php", "http://packages.localbayes.es/BayesPrivateTolPackages/repository.php"]] |
|---|
| 77 | ]] |
|---|
| 78 | ]]; |
|---|
| 79 | Text _.autodoc.member.Various = "Various"; |
|---|
| 80 | NameBlock Various = |
|---|
| 81 | [[ |
|---|
| 82 | Text _.autodoc.member.Recent = "Stored recent files"; |
|---|
| 83 | NameBlock Recent = |
|---|
| 84 | [[ |
|---|
| 85 | Text _.autodoc.member.Number = "Number of stored recent files"; |
|---|
| 86 | Real Number = 16; |
|---|
| 87 | Text _.autodoc.member.Order = "Order criterium for recent files"; |
|---|
| 88 | Text Order = "ByDate" |
|---|
| 89 | ]]; |
|---|
| 90 | Text _.autodoc.member.Language = "User Language"; |
|---|
| 91 | Text Language = "Español"; |
|---|
| 92 | Text _.autodoc.member.View = "Windows initial status"; |
|---|
| 93 | NameBlock View = |
|---|
| 94 | [[ |
|---|
| 95 | Text _.autodoc.member.ObjectInspector = "Object Inspector"; |
|---|
| 96 | Real ObjectInspector = 1 |
|---|
| 97 | ]] |
|---|
| 98 | ]] |
|---|
| 99 | ]] |
|---|