]> err.no Git - scalable-opengroupware.org/blob - UI/MailerUI/English.lproj/Localizable.strings
49ea90505839f6bd4e5fe226157b1aea614ddf92
[scalable-opengroupware.org] / UI / MailerUI / English.lproj / Localizable.strings
1 /* this file is in UTF-8 format! */
2
3 /* Icon's label */
4 "Create"      = "Create";
5 "Empty Trash" = "Empty Trash";
6 "Delete"      = "Delete";
7 "Expunge"     = "Expunge";
8 "Forward"     = "Forward";
9 "Get Mail"    = "Get Mail";
10 "Junk"        = "Junk";
11 "Reply"       = "Reply";
12 "Reply All"   = "Reply All";
13 "Print"       = "Print";
14 "Stop"        = "Stop";
15 "Write"       = "Write";
16
17 /* Main Frame  */
18
19 "Home"                 = "Home"; 
20 "Calendar"             = "Calendar";
21 "Addressbook"          = "Addressbook";
22 "Mail"                 = "Mail";
23 "Right Administration" = "Right Administration";
24
25 "Help" = "Help";
26
27 /* Mail account main windows */
28
29 "Welcome to the SOGo Mailer. Use the folder tree on the left to browse your mail accounts!" = "Welcome to the SOGo Mailer. Use the folder tree on the left to browse your mail accounts!";
30
31 "Read messages"       = "Read messages";
32 "Write a new message" = "Write a new message";
33
34 "Share: " = "Share: ";
35 "Account: " = "Account: ";
36 "Shared Account: " = "Shared Account: ";
37
38 /* Mail edition */
39
40 "From"          = "From";
41 "Subject"       = "Subject";
42 "Add address"   = "Add address";
43
44 "Attachments:" = "Attachments:";
45
46 "to"            = "To";
47 "cc"            = "Cc";
48 "bcc"           = "Bcc";
49
50 "Addressbook"   = "Addressbook";
51 "Anais"         = "Anais";
52
53 "This mail is being sent from an unsecure network!" = "This mail is being sent from an unsecure network!";
54
55 /* Popup "show" */
56
57 "all"     = "all";
58 "read"    = "read";
59 "unread"  = "unread";
60 "deleted" = "deleted";
61 "flagged" = "flagged";
62
63 /* MailListView */
64
65 "Subject or Sender contains" = "Subject or Sender contains";
66 "Date"          = "Date";
67 "View"          = "View";
68 "All"           = "All";
69 "Unread"        = "Unread";
70 "messages"      = "messages";
71
72 "first"         = "first";
73 "previous"      = "prev";
74 "next"          = "next";
75
76 "msgnumber_to"  = "to";
77 "msgnumber_of"  = "of";
78
79 "Mark Unread" = "Mark Unread";
80 "Mark Read"   = "Mark Read";
81
82 /* Tree */
83
84 "SentFolderName"   = "Sent";
85 "TrashFolderName"  = "Trash";
86 "InboxFolderName"  = "Inbox";
87 "DraftsFolderName" = "Drafts";
88 "SieveFolderName"  = "Filters";
89 "Folders"          = "Folders"; /* title line */
90
91 /* MailMoveToPopUp */
92
93 "MoveTo"        = "Move …";
94
95 "error_missingsubject"      = "Missing Subject";
96 "error_missingrecipients"   = "Missing Recipients";
97 "error_validationfailed"    = "Validation failed";