]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/MailerUI/English.lproj/Localizable.strings
New translations and labels
[scalable-opengroupware.org] / SOGo / 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 "to"            = "To";
45 "cc"            = "Cc";
46 "bcc"           = "Bcc";
47
48 "Addressbook"   = "Addressbook";
49 "Anais"         = "Anais";
50
51 "This mail is being sent from an unsecure network!" = "This mail is being sent from an unsecure network!";
52
53 /* Popup "show" */
54
55 "all"     = "all";
56 "read"    = "read";
57 "unread"  = "unread";
58 "deleted" = "deleted";
59 "flagged" = "flagged";
60
61 /* MailListView */
62
63 "Subject or Sender contains" = "Subject or Sender contains";
64 "Date"          = "Date";
65 "View"          = "View";
66 "All"           = "All";
67 "Unread"        = "Unread";
68 "messages"      = "messages";
69
70 "first"         = "first";
71 "previous"      = "prev";
72 "next"          = "next";
73
74 "msgnumber_to"  = "to";
75 "msgnumber_of"  = "of";
76
77 "Mark Unread" = "Mark Unread";
78 "Mark Read"   = "Mark Read";
79
80 /* Tree */
81
82 "SentFolderName"   = "Sent";
83 "TrashFolderName"  = "Trash";
84 "InboxFolderName"  = "Inbox";
85 "DraftsFolderName" = "Drafts";
86 "SieveFolderName"  = "Filters";
87 "Folders"          = "Folders"; /* title line */
88
89 /* MailMoveToPopUp */
90
91 "MoveTo"        = "Move …";