home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / USER.Z / DataLinks.strings < prev    next >
Text File  |  1996-09-09  |  5KB  |  160 lines

  1. /* ALERT */
  2. /* Title */
  3. "Break Link";
  4. /* Message */
  5. "Do you really want to break the selected link?";
  6. /* Default Button */
  7. "Break";
  8. /* Alternate Button */
  9. "Cancel";
  10.  
  11. /* ALERT */
  12. /* Title */
  13. "Break All Links";
  14. /* Message */
  15. "Do you really want to break all the links in this document?";
  16. /* Default Button */
  17. "Break All";
  18. /* Alternate Button */
  19. "Cancel";
  20.  
  21. /* Text substituted for the source filename of an unresolved link. */
  22. "(Unresolved link)" = "(Unresolved link)";
  23.  
  24. /* Message given to user when a selection with multiple items is made. */
  25. "Multiple Selection" = "Multiple Selection";
  26.  
  27. /* Message given to user when the selection is a help link. */
  28. "Help Link Selection" = "Help Link Selection";
  29.  
  30. /* Message given to user when no selected items are links. */
  31. "No Links Selected" = "No Links Selected";
  32.  
  33. /* ALERT */
  34. /* Title */
  35. "Links";
  36. /* Message */
  37. "Could not contact AppKit server.";
  38.  
  39. /* ALERT */
  40. /* Title */
  41. "Links";
  42. /* Message */
  43. "You must save the source document before you can link to it.";
  44.  
  45. /* ALERT */
  46. /* Title */
  47. "Links";
  48. /* Message */
  49. "The link was not added to the document because doing so would have created a circular reference from the document to itself.";
  50.  
  51. /* ALERT */
  52. /* Title */
  53. "Links";
  54. /* Message */
  55. "The link to %@ creates a circular reference from the document to itself.  This link will be ignored while the document is open.";
  56.  
  57. /* ALERT */
  58. /* Title */
  59. "Reading Links";
  60. /* Message */
  61. "Error while reading link information from %@.";
  62.  
  63. /* ALERT */
  64. /* Title */
  65. "Saving Links";
  66. /* Message */
  67. "Error while writing link information to %@.";
  68.  
  69. /* ALERT */
  70. /* Title */
  71. "Writing Link";
  72. /* Message */
  73. "Unable to save link as file %@.";
  74.  
  75. /* ALERT */
  76. /* Title */
  77. "Update Link";
  78. /* Message */
  79. "Unable to update the link destination from %@.";
  80.  
  81. /* ALERT */
  82. /* Title */
  83. "Update Link";
  84. /* Message */
  85. "Unable to update link destination.";
  86.  
  87. /* ALERT */
  88. /* Title */
  89. "Open Link Source";
  90. /* Message */
  91. "Unable to open the source of the link.";
  92.  
  93. /* ALERT */
  94. /* Title */
  95. "Open Link Source";
  96. /* Message */
  97. "Unable to open the source of the link.";
  98.  
  99. /* ALERT */
  100. /* Title */
  101. "Break Link";
  102. /* Message */
  103. "Unexpected error breaking link.";
  104.  
  105. /* ALERT */
  106. /* Title */
  107. "Break Link";
  108. /* Message */
  109. "Unexpected error breaking link.";
  110.  
  111. /* ALERT */
  112. /* Title */
  113. "Links";
  114. /* Message */
  115. "The link to %@ creates a circular reference from the document to itself.  This link will be ignored while the document is open.";
  116.  
  117. /* ALERT */
  118. /* Title */
  119. "Reading Links";
  120. /* Message */
  121. "The file %@ could not be read.";
  122.  
  123. /* ALERT */
  124. /* Title */
  125. "Links";
  126. /* Message */
  127. "The link creates a circular reference from the document to itself.  This link will be ignored while the document is open.";
  128.  
  129. /* ALERT */
  130. /* Title */
  131. "Links";
  132. /* Message */
  133. "The link creates a circular reference from the document to itself.  This link will be ignored while the document is open.";
  134.  
  135. /* ALERT */
  136. /* Title */
  137. "Links";
  138. /* Message */
  139. "The file %@ is linked to but could not be found.  Do you want to choose a file to use instead?";
  140. /* Default Button */
  141. "OK";
  142. /* Alternate Button */
  143. "Cancel";
  144.  
  145. /* The first argument (%1$@) is the linked-to file; the other the linked-from file. */
  146. "The file %1$@ is linked to by %2$@ but could not be found.  Do you want to choose a file to use instead?" = "The file %1$@ is linked to by %2$@ but could not be found.  Do you want to choose a file to use instead?";
  147.  
  148. /* Title of the SavePanel when Publishing a Selection. */
  149. "Publish" = "Publish";
  150.  
  151. /* The first argument is the filename; the second the application; reverse the %1$@ and %2$@ if localization requires the application name first. */
  152. "This document is linked to %1$@, which is open in more than one application.  Updates from applications other than %2$@ will not be forwarded." = "This document is linked to %1$@, which is open in more than one application.  Updates from applications other than %2$@ will not be forwarded.";
  153.  
  154. /* Title of alerts concerning links */
  155. "Links" = "Links";
  156.  
  157. /* The first argument is the filename; the second the application; reverse the %1$@ and %2$@ if localization requires the application name first. */
  158. "This document is linked to %1$@, which is open in a different application than the one used to create the link.  You must close the source document in applications other than %2$@ in order to use the link." = "This document is linked to %1$@, which is open in a different application than the one used to create the link.  You must close the source document in applications other than %2$@ in order to use the link.";
  159.  
  160.