Searched refs:B_TRANSLATE (Results 1 - 25 of 596) sorted by path

1234567891011>>

/haiku/headers/os/locale/tools/
H A DCollectingCatalog.h10 #undef B_TRANSLATE macro
11 #define B_TRANSLATE(string) \ macro
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp73 fAttributeControl = new BTextControl("attr", B_TRANSLATE("If"), NULL, NULL);
75 B_TRANSLATE("Header field (e.g. Subject, From, " B_UTF8_ELLIPSIS ")"));
78 fRegexControl = new BTextControl("regex", B_TRANSLATE("has"), NULL, NULL);
79 fRegexControl->SetToolTip(B_TRANSLATE("Wildcard value like \"*spam*\".\n"
84 B_TRANSLATE("this field is based on the action"));
94 fAccountMenu = new BPopUpMenu(B_TRANSLATE("<Choose account>"));
112 fAccountField = new BMenuField("reply", B_TRANSLATE("Account"),
117 fActionMenu = new BPopUpMenu(B_TRANSLATE("<Choose action>"));
123 {ACTION_MOVE_TO, B_TRANSLATE("Move to")},
124 {ACTION_SET_FLAGS_TO, B_TRANSLATE("Se
[all...]
H A DRuleFilter.cpp128 B_TRANSLATE("Match \"%attribute\" against \"%regex\""));
134 return B_TRANSLATE("Match header");
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp40 B_TRANSLATE("Beep"),
41 B_TRANSLATE("Alert"),
42 B_TRANSLATE("Keyboard LEDs"),
43 B_TRANSLATE("Central alert"),
44 B_TRANSLATE("Central beep"),
45 B_TRANSLATE("Log window")
53 new BMenuField("notify", B_TRANSLATE("Method:"), menu));
120 label = B_TRANSLATE("none");
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp318 return B_TRANSLATE("Bayesian Spam Filter");
H A DSpamFilterConfig.cpp83 B_TRANSLATE("Add spam rating to start of subject"), NULL);
89 B_TRANSLATE("Spam above:"), number.String(), NULL);
92 B_TRANSLATE("or empty e-mail"), NULL);
97 B_TRANSLATE("Genuine below and uncertain above:"),
101 B_TRANSLATE("Learn from all incoming e-mail"), NULL);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DConfigView.cpp63 AddFlavor(B_TRANSLATE("No encryption"));
64 AddFlavor(B_TRANSLATE("SSL"));
71 fFolderButton = new BButton("IMAP Folders", B_TRANSLATE(
78 fFileView = new MailFileConfigView(B_TRANSLATE("Destination:"),
H A DFolderConfigWindow.cpp85 BWindow(BRect(0, 0, 10, 10), B_TRANSLATE("status"), B_MODAL_WINDOW_LOOK,
256 BWindow(BRect(0, 0, 350, 350), B_TRANSLATE("IMAP Folders"),
262 B_TRANSLATE("Failed to fetch available storage."));
267 fFolderListView = new EditListView(B_TRANSLATE("IMAP Folders"));
271 BButton* cancelButton = new BButton("cancel", B_TRANSLATE("Cancel"),
273 BButton* applyButton = new BButton("apply", B_TRANSLATE("Apply"),
313 B_TRANSLATE("Fetching IMAP folders, please be patient" B_UTF8_ELLIPSIS));
322 BString message = B_TRANSLATE("Could not connect to server "
327 B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_AS_USUAL, B_STOP_ALERT);
350 quotaString.SetToFormat(B_TRANSLATE("Serve
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DConfigView.cpp48 AddAuthMethod(B_TRANSLATE("Plain text"));
49 AddAuthMethod(B_TRANSLATE("APOP"));
51 AddFlavor(B_TRANSLATE("No encryption"));
52 AddFlavor(B_TRANSLATE("SSL"));
56 fFileView = new MailFileConfigView(B_TRANSLATE("Destination:"),
H A DPOP3.cpp145 ReportProgress(1, 0, B_TRANSLATE("Connect to server" B_UTF8_ELLIPSIS));
154 ReportProgress(1, 0, B_TRANSLATE("Getting UniqueIDs" B_UTF8_ELLIPSIS));
318 ReportProgress(0, 0, B_TRANSLATE("Connecting to POP3 server"
327 BString errorMessage(B_TRANSLATE("Error while connecting to server %serv"));
361 errorMessage << B_TRANSLATE(". The server said:\n")
364 errorMessage << B_TRANSLATE(": No reply.\n");
381 BString errorMessage(B_TRANSLATE("Error while authenticating user %user"));
387 ReportProgress(0, 0, B_TRANSLATE("Sending APOP authentication"
403 errorMessage << B_TRANSLATE(". The server said:\n") << fLog;
410 errorMessage << B_TRANSLATE("
[all...]
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp31 fFileView = new MailFileConfigView(B_TRANSLATE("Fortune file:"),
33 fTagControl = new BTextControl("tag_line", B_TRANSLATE("Tag line:"),
48 B_TRANSLATE("Fortune cookie says:\n\n"));
H A DFortuneFilter.cpp102 return B_TRANSLATE("Fortune");
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DConfigView.cpp48 AddFlavor(B_TRANSLATE("Unencrypted"));
49 AddFlavor(B_TRANSLATE("SSL"));
51 AddAuthMethod(B_TRANSLATE("None"), false);
52 AddAuthMethod(B_TRANSLATE("ESMTP"));
53 AddAuthMethod(B_TRANSLATE("POP3 before SMTP"), false);
56 control->SetLabel(B_TRANSLATE("SMTP server:"));
60 fFileView = new MailFileConfigView(B_TRANSLATE("Destination:"), "path",
H A DSMTP.cpp271 errorMessage << B_TRANSLATE("POP3 authentication failed. The "
281 errorMessage << B_TRANSLATE("Error while opening connection to %serv");
289 errorMessage << B_TRANSLATE(". The server says:\n") << fLog;
304 errorMessage << B_TRANSLATE("Error while logging in to %serv")
305 << B_TRANSLATE(". The server said:\n") << fLog;
365 ReportProgress(0, 0, B_TRANSLATE("Connecting to server" B_UTF8_ELLIPSIS));
/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSClientServiceAddOn.cpp64 fItem(new BStringItem(B_TRANSLATE("DNS settings"))),
/haiku/src/add-ons/network_settings/ftpd/
H A DFTPServiceAddOn.cpp65 fItem(new ServiceListItem("ftp", B_TRANSLATE("FTP server"), settings)),
98 fView = new ServiceView("ftp", "ftpd", B_TRANSLATE("FTP server"),
99 B_TRANSLATE("The FTP server allows you to remotely access the "
/haiku/src/add-ons/network_settings/hostname/
H A DHostnameAddOn.cpp65 fItem(new BStringItem(B_TRANSLATE("Hostname settings"))),
H A DHostnameView.cpp38 B_TRANSLATE("Hostname settings"));
42 fHostname = new BTextControl(B_TRANSLATE("Hostname:"), "", NULL);
43 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(kMsgApply));
/haiku/src/add-ons/network_settings/ipv4/
H A DIPv4InterfaceAddOn.cpp68 B_TRANSLATE("IPv4"), settings)),
/haiku/src/add-ons/network_settings/ipv6/
H A DIPv6InterfaceAddOn.cpp68 B_TRANSLATE("IPv6"), settings)),
/haiku/src/add-ons/network_settings/sshd/
H A DSSHServiceAddOn.cpp89 ServiceView("ssh", NULL, B_TRANSLATE("SSH server"), B_TRANSLATE(
174 fItem(new ServiceListItem("ssh", B_TRANSLATE("SSH server"), settings)),
/haiku/src/add-ons/network_settings/telnetd/
H A DTelnetServiceAddOn.cpp65 fItem(new ServiceListItem("telnet", B_TRANSLATE("Telnet server"),
100 B_TRANSLATE("Telnet server"),
101 B_TRANSLATE("The Telnet server allows you to remotely access "
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp46 B_TRANSLATE("by Geoffry Song"));
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp54 B_TRANSLATE("by Ryan Leavengood"));
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp85 B_TRANSLATE("Render dots additive"), new BMessage(kMsgToggleAdditive),
98 B_TRANSLATE("Morphing speed:"), new BMessage(kMsgSetSpeed), 1, 12,
118 BString aboutScreenSaver(B_TRANSLATE("%screenSaverName%\n\n"
122 BString screenSaverName(B_TRANSLATE("Iterated Function System"));

Completed in 544 milliseconds

1234567891011>>