home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / DPstructureEditor.strings < prev    next >
Encoding:
Text File  |  1996-02-24  |  4.5 KB  |  113 lines

  1. /* Name of summation summary function */
  2. "Sum";
  3.  
  4. /* Message for Alert when user has circular references in calculated field formulas (2 calculated formulas refer to each other, either directly or indirectly. Arg 1 = first field. Arg2 = second field */
  5. "Field %s uses Field %s. Circular references aren't allowed";
  6.  
  7. /* Message for Alert when user has a type mismatch between the summary field and the summarized field. Arg 1 = first field. Arg2 = second field. Arg 3 = function name */
  8. "Field %s cannot summarize Field %s using the function %s";
  9.  
  10. /* Name of summation maximum function */
  11. "Maximum";
  12.  
  13. /* Name of summation minimum function */
  14. "Minimum";
  15.  
  16. /* Error message for wrong summary function identification */
  17. "Invalid summary function";
  18.  
  19. /* Name of summation count function */
  20. "Count";
  21.  
  22. /* Title for Summary Field Editor */
  23. "Summary Field";
  24.  
  25. /* Name of summation average function */
  26. "Average";
  27.  
  28. /* Message for Alert when user runs Summary Field editor, but no applicable fields have been defined yet */
  29. "No Fields defined which can be used in a summary field. Define some Value or Money fields first";
  30.  
  31. /* Message of Alert in Define Fields when user has added a field without clicking the Add button. Arg1 = field name */
  32. "Field %s has not been added. Take what action?";
  33.  
  34. /* Message of Alert in Define Fields when user has modified field without clicking modify button. Arg1 = field name. */
  35. "Field %s is modified. Take what action?";
  36.  
  37. /* Message of Alert in Define Fields when user has not added any fields to empty database */
  38. "You haven't created any fields; this database won't be created";
  39.  
  40. /* Message of Alert in Define Fields when user has changed name of field without clicking modify button. Arg1 = old field name. Arg2 = modified field name */
  41. "Field %s is modified and has new name '%s'. Take what action?";
  42.  
  43. /* Message for Alert in Define Fields when user has removed all fields */
  44. "You've deleted every field; this will delete the database";
  45.  
  46. /* Button Title in Alert in Define Fields when user has changed name of field without clicking modify button */
  47. "Add New Field";
  48.  
  49. /* Title of Alerts when user is tryng to delete a field from the database in Define Fields */
  50. "Delete Field";
  51.  
  52. /* Button for Alert in Define Fields when user has removed all fields */
  53. "Delete Database";
  54.  
  55. /* Button Title for Alert in Define Fields when user has added a field without clicking the Add button */
  56. "Add Field";
  57.  
  58. /* Partial title for Options panel in Define Fields */
  59. "Options of Field: ";
  60.  
  61. /* Both sorts and finds */
  62. "sort orders and find requests";
  63.  
  64. /* Button title in Alert in Define Fields when user has changed a field without clicking modify button. It means don't modify the field and go to the next field */
  65. "Continue";
  66.  
  67. /* Just finds */
  68. "find requests";
  69.  
  70. /* Message in Alert in Define Fields when user deletes a field that is used in sorts or finds in a currently open view. Arg1 = name of field. Arg2 = description of whether it's sorts or finds or both that use the field */
  71. "There are open views that are using Field %s in %s";
  72.  
  73. /* Just sorts */
  74. "sort orders";
  75.  
  76. /* Title of Alert in Define Fields when user has changed a field without clicking modify button */
  77. "Field Changed";
  78.  
  79. /* Title for Alert in Define Fields when user has removed all fields */
  80. "All Fields Deleted";
  81.  
  82. /* Title of Alert in Define Fields when user has not added any fields to empty database */
  83. "No Fields";
  84.  
  85. /* Button title in Alert in Define Fields when user deletes a field that is used in sorts or finds in a currently open view */
  86. "Delete Anyway";
  87.  
  88. /* Button Title in Alert in Define Fields when user has changed a field without clicking modify button */
  89. "Modify Field";
  90.  
  91. /* Message in Alert in Define Fields when user tries to delete a field that is used in a calculated field. Arg1 = name of field using deleted field */
  92. "%s depends on the field you're deleting";
  93.  
  94. /* Title of Alert in Define Fields when user has added a field without clicking the Add button */
  95. "Field Not Added";
  96.  
  97. /* Title of the list used to pop up choices. */
  98. "Entry List";
  99.  
  100. /* Message for Alert when user has circular references in calculated field formulas (2 calculated formulas refer to each other, either directly or indirectly. Arg 1 = first field. Arg2 = second field */
  101. "Field %s uses Field %s. Circular references aren't allowed";
  102.  
  103. /* Error message for calculated field formula being the wrong type for its field */
  104. "This formula has the wrong type for Field";
  105.  
  106. /* NEW FOR 3.0 */
  107. /* Error message when Summary Field is undefined */
  108. "No Fields defined which can be used in a summary field. Define some Value or Money fields first";
  109.  
  110. /* Summary Field Panel Title */
  111. "Summary Field";
  112.  
  113.