home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextApps / Mail.app / English.lproj / UI.strings < prev    next >
Text File  |  1995-12-21  |  3KB  |  158 lines

  1. /*********** MailAlias Strings ***********/
  2.  
  3. "Users";
  4. "Groups";
  5. "Login Names";
  6. "Private Users";
  7. "Private Groups";
  8.  
  9. /* Browser Title */
  10. "Types";
  11.  
  12. /************ MailSender Strings ***********/
  13.  
  14. /* Title of the Send Window */
  15. "Compose";
  16.  
  17. /* Temporary titles for the send window*/
  18.  
  19. "delivered: ";
  20. "delivering: ";
  21. "loading: ";
  22. "storing: ";
  23. "saving: ";
  24.  
  25. /* 'To', 'bcc', 'cc' field when they are designated in an alert */
  26. "To";
  27. "Cc";
  28. "Bcc";
  29. "Subject";
  30. "Reply-To";
  31.  
  32. /* others */
  33.  
  34. "No subject";
  35. "\n\nBegin forwarded message:\n\n";
  36.  
  37. /* Form labels */
  38.  
  39. "To:";
  40. "Subject:";
  41. "Cc:";
  42.  
  43. /* Subjectless replies; %s is a date */
  44. "Your message of %s";
  45.  
  46. /* Read receipt subject -- must be ASCII only (ie. no high order bits set) */
  47. "Read Receipt";
  48.  
  49. /* Read Receipt; a <space><newline> sequence will represent a soft line break
  50.  * and will be removed when received.  Eg, the string "of<space><space>
  51.  * <newline>%s" below will turn into "of<space>%s" when received.
  52.  */
  53. "READ_RECEIPT_WITH_SUBJECT_MSG" = "\nYour message regarding \"%s\" of  \n%s was read on %s.\n";
  54.  
  55. "READ_RECEIPT_NO_SUBJECT_MSG" = "\nYour message of %s  \nwas read on %s.\n";
  56.  
  57. "<unparsable date>";
  58.  
  59. /* For MIME messages in place for attachments */
  60. "[An attachment was originally included here]";
  61.  
  62. /* Sizes */
  63. "%d bytes";
  64. "%dKB";
  65. "%.1fMB";
  66.  
  67. /************ MailReader Strings ***********/
  68.  
  69. "Removing %d attachment";
  70. "Removing %d attachments";
  71. "Compacting mailbox file";
  72. "Compacting index file";
  73. "Reloading index file";
  74. "Moving %d message to %s";
  75. "Moving %d messages to %s";
  76.  
  77. /* Mailbox status line parts.  The status line looks something like:
  78.  *    "987 messages (123KB) -- 1 new (4KB), 23 deleted (56KB)"
  79.  * where each word have both a singular and plural form.  Note that
  80.  * English can use the same adjective for both singular and plural, but
  81.  * in eg. Swedish, "new" would be "ny" resp. "nya".
  82.  */
  83. "message";
  84. "messages";
  85. "new_message" = "unread";
  86. "new_messages" = "unread";
  87. "deleted_message" = "deleted";
  88. "deleted_messages" = "deleted";
  89. "Focused on %d message";
  90. "Focused on %d messages";
  91.  
  92. /* This string will appear in the rightmost column of the browser */
  93. "%dKB";
  94.  
  95.  
  96. /****** Find Panel ******/
  97.  
  98. "Replace All";
  99. "Find All";
  100.  
  101. "Replace All Scope";
  102. "Find Scope";
  103.  
  104. "Entire File";
  105. "Selection";
  106. "Summaries";
  107. "Messages";
  108.  
  109. "No\ntext";
  110. "Nothing\nselected";
  111. "Illegal\npattern";
  112.  
  113. /* Singular vs. plural versions */
  114. "ONE_REPLACED" = "%d\nreplaced";
  115. "MANY_REPLACED" = "%d\nreplaced";
  116.  
  117. "NOT_FOUND" = "Not found";
  118. "ONE_FOUND" = "%d found";
  119. "MANY_FOUND" = "%d found";
  120. /* %s will be one of XXX_FOUND strings above */
  121. "INTERRUPTED_FOUND" = "Interrupted\n(%s)";
  122. "INTERRUPTED" = "Interrupted";
  123.  
  124. /******** Menu Strings *******/
  125. "Hide Ruler";
  126. "Show Ruler";
  127. "Hide Deleted";
  128. "Show Deleted";
  129. "Hide Sizes";
  130. "Show Sizes";
  131. "Show Filtered Headers";
  132. "Show All Headers";
  133. "Mark as Read";
  134. "Mark as Unread";
  135. "Flag";
  136. "Unflag";
  137.  
  138. /******** Encryption Strings *******/
  139. "Please enter your new private key";
  140. "Please verify private key";
  141. "Authenticate with user password";
  142. "Please enter your private key";
  143. "Decrypting message...";
  144. "Invalid private key.";
  145.  
  146. /****** Dates ******/
  147. "SUMMARY_DATE" = "%b %d";
  148. "LONG_DATE" = "%x %X";
  149.  
  150. /****** Panels ******/
  151. "Addresses";
  152. "Mailboxes";
  153.  
  154. "Open Mailboxes Folder";
  155.  
  156. /* Priority UI */
  157. "Sort by Priority";
  158.