Searched refs:B_TRANSLATE (Results 151 - 175 of 596) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp134 BMenu* menu = new BMenu(B_TRANSLATE("File"));
137 menu->AddItem(new BMenu(B_TRANSLATE("Submenu")));
139 BMenuItem* menuItem = new BMenuItem(B_TRANSLATE("Quit"), new BMessage(B_QUIT_REQUESTED),
178 controlGroup->SetLabel(B_TRANSLATE("Controls"));
188 fNewB = new BButton(b, "new button", B_TRANSLATE("New object"),
195 fClearB = new BButton(b, "clear button", B_TRANSLATE("Clear"), new BMessage(MSG_CLEAR));
205 radioButton = new BRadioButton(b, "radio 1", B_TRANSLATE("Line"), message);
213 radioButton = new BRadioButton(b, "radio 2", B_TRANSLATE("Rect"), message);
219 radioButton = new BRadioButton(b, "radio 3", B_TRANSLATE("Round rect"), message);
225 radioButton = new BRadioButton(b, "radio 4", B_TRANSLATE("Ellips
[all...]
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp83 B_TRANSLATE("Select current")) + 20;
86 B_TRANSLATE("Select current"), new BMessage(MSG_DIRECTORY),
92 SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Select"));
93 Window()->SetTitle(B_TRANSLATE("Expander: Choose destination"));
122 if (asprintf(&label, B_TRANSLATE("Select '%s'" B_UTF8_ELLIPSIS),
H A DExpanderWindow.cpp105 fDestButton = new BButton(B_TRANSLATE("Destination"),
107 fSourceButton = new BButton(B_TRANSLATE("Source"),
109 fExpandButton = new BButton(B_TRANSLATE("Expand"),
150 B_TRANSLATE("Show contents"),
197 B_TRANSLATE("Destination folder doesn't exist. "
199 B_TRANSLATE("Cancel"), B_TRANSLATE("Create"), NULL,
208 B_TRANSLATE("Failed to create the destination folder."),
209 B_TRANSLATE("OK"), NULL, NULL,
223 B_TRANSLATE("Th
[all...]
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp147 B_TRANSLATE("The settings specified in the settings file "
149 B_TRANSLATE("Load defaults"), B_TRANSLATE("Quit")))->Go();
157 B_TRANSLATE("The volume specified in the settings file "
159 B_TRANSLATE("Use boot volume"), B_TRANSLATE("Quit")))->Go();
168 B_TRANSLATE("Enable virtual memory"),
173 B_TRANSLATE("Automatic swap management"),
181 B_TRANSLATE("Use volume:"), menu);
196 B_TRANSLATE("Requeste
[all...]
/haiku/src/preferences/time/
H A DTimeWindow.cpp127 fDateTimeView = new DateTimeView(B_TRANSLATE("Date and time"));
128 fTimeZoneView = new TimeZoneView(B_TRANSLATE("Time zone"));
129 fNetworkTimeView = new NetworkTimeView(B_TRANSLATE("Network time"));
130 fClockView = new ClockView(B_TRANSLATE("Clock"));
145 fRevertButton = new BButton("revert", B_TRANSLATE("Revert"),
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp90 const char* str = B_TRANSLATE("NetworkStatus options:\n"
145 const char* str = B_TRANSLATE("Deskbar is not running, giving up.");
156 BAlert* alert = new BAlert("", B_TRANSLATE("You can run NetworkStatus "
158 B_TRANSLATE("Run in window"), B_TRANSLATE("Install in Deskbar"),
/haiku/src/servers/print/
H A DConfigWindow.cpp135 B_TRANSLATE("Page setup"),
151 SetTitle(B_TRANSLATE("Print setup"));
157 BPopUpMenu* menu = new BPopUpMenu(B_TRANSLATE("Select a printer"));
160 fPrinters = new BMenuField(B_TRANSLATE("Printer:"), menu);
168 B_TRANSLATE("Paper setup:"));
179 B_TRANSLATE("Print job setup:"));
188 BButton* cancel = new BButton("Cancel", B_TRANSLATE("Cancel"),
190 fOk = new BButton("OK", B_TRANSLATE("OK"), new BMessage(MSG_OK));
306 BString text = B_TRANSLATE("Printer server");
314 B_TRANSLATE("O
[all...]
/haiku/src/add-ons/translators/png/
H A DPNGView.cpp37 B_TRANSLATE("PNG image translator"));
41 snprintf(version, sizeof(version), B_TRANSLATE("Version %d.%d.%d, %s"),
53 fInterlaceMenu = new BPopUpMenu(B_TRANSLATE("Interlace Option"));
54 BMenuItem* item = new BMenuItem(B_TRANSLATE("None"),
66 B_TRANSLATE("Interlacing type:"), fInterlaceMenu);
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierFilter.cpp80 BStringFormat format(B_TRANSLATE(
88 BAlert *alert = new BAlert(B_TRANSLATE("New messages"), text.String(),
89 B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_AS_USUAL);
110 BStringFormat format(B_TRANSLATE("{0, plural, "
129 return B_TRANSLATE("New mail notification");
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp110 B_TRANSLATE("No supported battery detected. PowerStatus "
111 "cannot be used on your system."), B_TRANSLATE("Too bad!"),
130 B_TRANSLATE("You can run PowerStatus in a window "
131 "or install it in the Deskbar."), B_TRANSLATE("Run in window"),
132 B_TRANSLATE("Install in Deskbar"), NULL, B_WIDTH_AS_USUAL,
/haiku/src/add-ons/translators/ico/
H A DICOTranslator.cpp84 : BaseTranslator(B_TRANSLATE("Windows icons"),
85 B_TRANSLATE("Windows icon translator"),
120 snprintf(info->name, sizeof(info->name), B_TRANSLATE("Windows %s %ld bit image"),
121 type == ICO::kTypeIcon ? B_TRANSLATE("Icon") : B_TRANSLATE("Cursor"),
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp51 DrawString(B_TRANSLATE("No file selected"), labelStart);
61 DrawString(B_TRANSLATE("Audio:"), labelStart);
64 DrawString(B_TRANSLATE("Video:"), labelStart);
67 DrawString(B_TRANSLATE("Duration:"), labelStart);
132 BString labels[] = {B_TRANSLATE("Video:"), B_TRANSLATE("Duration:"), B_TRANSLATE("Audio:")};
136 fNoFileLabelWidth = ceilf(bold.StringWidth(B_TRANSLATE("No file selected")));
162 BString error(B_TRANSLATE("An error has occurred reading the "
166 B_TRANSLATE("Fil
[all...]
H A DMediaConverterWindow.cpp185 fFormatMenu = new BMenuField(NULL, B_TRANSLATE("File format:"),
187 fAudioMenu = new BMenuField(NULL, B_TRANSLATE("Audio encoding:"),
189 fVideoMenu = new BMenuField(NULL, B_TRANSLATE("Video encoding:"),
193 fDestButton = new BButton(B_TRANSLATE("Output folder"),
255 fPreviewButton = new BButton(B_TRANSLATE("Preview"),
259 fConvertButton = new BButton(B_TRANSLATE("Convert"),
346 fConvertButton->SetLabel(B_TRANSLATE("Cancel"));
348 SetStatusMessage(B_TRANSLATE("Convert"));
353 SetStatusMessage(B_TRANSLATE("Cancelling" B_UTF8_ELLIPSIS));
360 SetStatusMessage(fCancelling ? B_TRANSLATE("Conversio
[all...]
/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp55 BWindow(BRect(), B_TRANSLATE("Update usage conditions"),
116 message = B_TRANSLATE(NO_PRIOR_MESSAGE_TEXT);
118 message = B_TRANSLATE(PRIOR_MESSAGE_TEXT);
129 B_TRANSLATE("I agree to the usage conditions"),
133 B_TRANSLATE("View the usage conditions"),
137 fLogoutButton = new BButton("logout", B_TRANSLATE("Logout"),
139 fAgreeButton = new BButton("agree", B_TRANSLATE("Agree"),
318 B_TRANSLATE("Usage conditions download problem"),
319 B_TRANSLATE("An error has arisen downloading the usage "
376 B_TRANSLATE("Usag
[all...]
/haiku/src/apps/terminal/
H A DFindWindow.cpp41 BWindow(kWindowFrame, B_TRANSLATE("Find"), B_FLOATING_WINDOW,
57 .Add(fTextRadio = new BRadioButton(B_TRANSLATE("Use text:"),
60 .Add(useSelection = new BRadioButton(B_TRANSLATE("Use selection"),
65 .Add(fForwardSearchBox = new BCheckBox(B_TRANSLATE("Search forward")))
66 .Add(fMatchCaseBox = new BCheckBox(B_TRANSLATE("Match case")))
67 .Add(fMatchWordBox = new BCheckBox(B_TRANSLATE("Match word")))
70 .Add(fFindButton = new BButton(B_TRANSLATE("Find"),
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp36 BWindow(rect, B_TRANSLATE("Create new account"), B_TITLED_WINDOW_LOOK,
47 fBackButton = new BButton("back", B_TRANSLATE("Back"),
51 fNextButton = new BButton("next", B_TRANSLATE("Next"),
56 fMainView->SetLabel(B_TRANSLATE("Account settings"));
89 B_TRANSLATE("Enter a valid e-mail address."),
90 B_TRANSLATE("OK"));
115 fNextButton->SetLabel(B_TRANSLATE("Finish"));
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp123 fNameControl = new BTextControl(B_TRANSLATE("Name:"), "Haiku", NULL);
130 f1KBlockMenuItem = new BMenuItem(B_TRANSLATE("1024 (Mostly small files)"), message);
135 f2KBlockMenuItem = new BMenuItem(B_TRANSLATE("2048 (Recommended)"),
145 B_TRANSLATE("8192 (Mostly large files)"), message);
148 fBlockSizeMenuField = new BMenuField(B_TRANSLATE("Blocksize:"),
151 fUseIndicesCheckBox = new BCheckBox(B_TRANSLATE("Enable query support"),
154 fUseIndicesCheckBox->SetToolTip(B_TRANSLATE("Disabling query support "
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp178 B_TRANSLATE("At least one partition must be selected!"),
190 BAlert* alert = new BAlert("confirm", B_TRANSLATE("About to write the "
303 << B_TRANSLATE("The partition table of the first hard disk is not "
309 << B_TRANSLATE("The first partition on the disk starts too early "
316 << B_TRANSLATE("Boot Manager is unable to read the partition "
332 << "\n" << B_TRANSLATE("The Master Boot Record (MBR) of the boot "
358 << B_TRANSLATE("The old Master Boot Record was successfully "
363 << B_TRANSLATE("The old Master Boot Record could not be saved "
381 << B_TRANSLATE("About to write the following boot menu to the boot "
417 << B_TRANSLATE("Th
[all...]
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp53 B_TRANSLATE("File type"), B_TITLED_WINDOW,
61 fileTypeBox->SetLabel(B_TRANSLATE("File type"));
74 B_TRANSLATE("Select" B_UTF8_ELLIPSIS), new BMessage(kMsgSelectType));
89 iconBox->SetLabel(B_TRANSLATE("Icon"));
98 preferredBox->SetLabel(B_TRANSLATE("Preferred application"));
102 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Default application"),
109 B_TRANSLATE("Select" B_UTF8_ELLIPSIS),
171 B_TRANSLATE("Multiple files from \"%s\" file type"), name);
174 title = B_TRANSLATE("[Multiple files] file types");
177 snprintf(buffer, sizeof(buffer), B_TRANSLATE("
[all...]
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp47 BString text = fAllowed ? B_TRANSLATE("Allowed") : B_TRANSLATE("Muted");
64 BString text = fAllowed ? B_TRANSLATE("Allowed") : B_TRANSLATE("Muted");
76 fApplications = new BColumnListView(B_TRANSLATE("Applications"),
81 float colWidth = be_plain_font->StringWidth(B_TRANSLATE("Application"))
83 fAppCol = new BStringColumn(B_TRANSLATE("Application"), colWidth * 2,
87 colWidth = be_plain_font->StringWidth(B_TRANSLATE("Status"))
89 fAppEnabledCol = new BStringColumn(B_TRANSLATE("Status"), colWidth * 1.5,
94 fAddButton = new BButton("add_app", B_TRANSLATE("Ad
[all...]
/haiku/src/apps/devices/
H A DDevicesView.cpp38 BMenu* menu = new BMenu(B_TRANSLATE("Devices"));
40 menu->AddItem(new BMenuItem(B_TRANSLATE("Refresh devices"),
43 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Report compatibility"),
46 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Generate system information"),
50 menu->AddItem(new BMenuItem(B_TRANSLATE("Quit"),
68 BMenuItem* byCategory = new BMenuItem(B_TRANSLATE("Category"),
70 BMenuItem* byConnection = new BMenuItem(B_TRANSLATE("Connection"),
76 fOrderByMenu = new BMenuField(B_TRANSLATE("Order by:"), orderByPopupMenu);
273 CAT_COMPUTER, B_TRANSLATE("Computer"));
281 CAT_BUS, B_TRANSLATE("ACP
[all...]
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp92 B_TRANSLATE("Decorator:"), fDecorMenu);
94 fDecorInfoButton = new BButton(B_TRANSLATE("About"),
103 B_TRANSLATE("ControlLook:"), fControlLookMenu);
105 B_TRANSLATE("No effect on running applications"));
107 fControlLookInfoButton = new BButton(B_TRANSLATE("About"),
112 arrowStyleBox->SetLabel(B_TRANSLATE("Arrow style"));
122 .Add(new BStringView("single", B_TRANSLATE("Single:")))
125 .Add(new BStringView("double", B_TRANSLATE("Double:")))
137 = new BStringView("scroll bar", B_TRANSLATE("Scroll bar:"));
206 BString infoText(B_TRANSLATE("
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp94 BString unTitled(B_TRANSLATE("Untitled "));
151 B_TRANSLATE("Save changes to the document \"%s\"? "), Title());
153 int32 index = _ShowAlert(alertText, B_TRANSLATE("Cancel"),
154 B_TRANSLATE("Don't save"), B_TRANSLATE("Save"), B_WARNING_ALERT);
576 fUndoItem->SetLabel(B_TRANSLATE("Redo typing"));
596 fUndoItem->SetLabel(B_TRANSLATE("Undo typing"));
658 B_TRANSLATE("Unable to unlock file\n\t%s"),
660 _ShowAlert(text, B_TRANSLATE("OK"), "", "", B_STOP_ALERT);
838 bs_printf(&alertText, B_TRANSLATE("Thi
[all...]
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp86 BWindow(frame, B_TRANSLATE("Settings"), B_TITLED_WINDOW_LOOK,
91 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(MSG_APPLY));
92 fCancelButton = new BButton(B_TRANSLATE("Cancel"),
94 fRevertButton = new BButton(B_TRANSLATE("Revert"),
271 B_TRANSLATE("Start page:"), "", new BMessage(MSG_START_PAGE_CHANGED));
286 B_TRANSLATE("Download folder:"), "",
294 B_TRANSLATE("Resume prior session"),
297 B_TRANSLATE("Start new session"),
301 B_TRANSLATE("Open start page"),
304 B_TRANSLATE("Ope
[all...]
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp501 .AddMenu(B_TRANSLATE("File"))
502 .AddItem(B_TRANSLATE("Save as image" B_UTF8_ELLIPSIS),
505 .AddItem(B_TRANSLATE("About"), B_ABOUT_REQUESTED)
506 .AddItem(B_TRANSLATE("Quit"), B_QUIT_REQUESTED, 'Q')
508 .AddMenu(B_TRANSLATE("View"))
509 .AddItem(B_TRANSLATE("Full screen"), MSG_TOGGLE_FULLSCREEN,
512 .AddMenu(B_TRANSLATE("Set"))
514 .AddItem(B_TRANSLATE("Mandelbrot"), MSG_MANDELBROT_SET)
515 .AddItem(B_TRANSLATE("Burning Ship"), MSG_BURNINGSHIP_SET)
516 .AddItem(B_TRANSLATE("Tricor
[all...]

Completed in 149 milliseconds

1234567891011>>