home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Mail.app / English.lproj / UI.strings < prev    next >
Encoding:
Text File  |  1994-08-17  |  3.0 KB  |  151 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; a <space><newline> sequence will represent a soft line break
  47.  * and will be removed when received.  Eg, the string "of<space><space>
  48.  * <newline>%s" below will turn into "of<space>%s" when received.
  49.  */
  50. "READ_RECEIPT_WITH_SUBJECT_MSG" = "\nYour message regarding \"%s\" of  \n%s was read on %s.\n";
  51.  
  52. "READ_RECEIPT_NO_SUBJECT_MSG" = "\nYour message of %s  \nwas read on %s.\n";
  53.  
  54. /* For MIME messages in place for attachments */
  55. "[An attachment was originally included here]";
  56.  
  57. /* Sizes */
  58. "%d bytes";
  59. "%dKB";
  60. "%.1fMB";
  61.  
  62. /************ MailReader Strings ***********/
  63.  
  64. "Removing %d attachment";
  65. "Removing %d attachments";
  66. "Compacting mailbox file";
  67. "Compacting index file";
  68. "Reloading index file";
  69. "Moving %d message to %s";
  70. "Moving %d messages to %s";
  71.  
  72. /* Mailbox status line parts.  The status line looks something like:
  73.  *    "987 messages (123KB) -- 1 new (4KB), 23 deleted (56KB)"
  74.  * where each word have both a singular and plural form.  Note that
  75.  * English can use the same adjective for both singular and plural, but
  76.  * in eg. Swedish, "new" would be "ny" resp. "nya".
  77.  */
  78. "message";
  79. "messages";
  80. "new_message" = "unread";
  81. "new_messages" = "unread";
  82. "deleted_message" = "deleted";
  83. "deleted_messages" = "deleted";
  84. "Focused on %d message";
  85. "Focused on %d messages";
  86.  
  87. /* This string will appear in the rightmost column of the browser */
  88. "%dKB";
  89.  
  90.  
  91. /****** Find Panel ******/
  92.  
  93. "Replace All";
  94. "Find All";
  95.  
  96. "Replace All Scope";
  97. "Find Scope";
  98.  
  99. "Entire File";
  100. "Selection";
  101. "Summaries";
  102. "Messages";
  103.  
  104. "No\ntext";
  105. "Nothing\nselected";
  106. "Illegal\npattern";
  107.  
  108. /* Singular vs. plural versions */
  109. "ONE_REPLACED" = "%d\nreplaced";
  110. "MANY_REPLACED" = "%d\nreplaced";
  111.  
  112. "NOT_FOUND" = "Not found";
  113. "ONE_FOUND" = "%d found";
  114. "MANY_FOUND" = "%d found";
  115. /* %s will be one of XXX_FOUND strings above */
  116. "INTERRUPTED_FOUND" = "Interrupted\n(%s)";
  117. "INTERRUPTED" = "Interrupted";
  118.  
  119. /******** Menu Strings *******/
  120. "Hide Ruler";
  121. "Show Ruler";
  122. "Hide Deleted";
  123. "Show Deleted";
  124. "Hide Sizes";
  125. "Show Sizes";
  126. "Show Filtered Headers";
  127. "Show All Headers";
  128. "Mark as Read";
  129. "Mark as Unread";
  130. "Flag";
  131. "Unflag";
  132.  
  133. /******** Encryption Strings *******/
  134. "Please enter your new private key";
  135. "Please verify private key";
  136. "Authenticate with user password";
  137. "Please enter your private key";
  138. "Decrypting message...";
  139. "Invalid private key.";
  140.  
  141. /****** Dates ******/
  142. "SUMMARY_DATE" = "%b %d";
  143. "LONG_DATE" = "%x %X";
  144.  
  145. /****** Panels ******/
  146. "Addresses";
  147. "Mailboxes";
  148.  
  149. /* Priority UI */
  150. "Sort by Priority";
  151.