Searched refs:B_TRANSLATE (Results 26 - 50 of 596) sorted by relevance

1234567891011>>

/haiku/src/add-ons/translators/ico/
H A DConfigView.cpp25 BGroupView(B_TRANSLATE("ICOTranslator Settings"), B_VERTICAL, 0)
28 B_TRANSLATE("Windows icon translator"));
32 sprintf(version, B_TRANSLATE("Version %d.%d.%d, %s"),
44 B_TRANSLATE("Write 32 bit images on true color input"), NULL);
47 B_TRANSLATE("Enforce valid icon sizes"), NULL);
51 B_TRANSLATE("Valid icon sizes are 16, 32, or 48"));
54 B_TRANSLATE("pixels in either direction."));
/haiku/src/preferences/datatranslations/
H A DDataTranslations.cpp52 B_TRANSLATE("Could not install %s:\n%s"), name, strerror(status));
54 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Error"),
55 text.String(), B_TRANSLATE("OK"));
84 B_TRANSLATE("The item '%name' does not appear to be a Translator and "
87 BAlert* alert = new BAlert("", text.String(), B_TRANSLATE("OK"));
136 B_TRANSLATE("An item named '%name' already exists in the "
141 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslations - Note"),
142 string.String(), B_TRANSLATE("Cancel"),
143 B_TRANSLATE("Overwrite"));
155 BAlert* alert = new BAlert(B_TRANSLATE("DataTranslation
[all...]
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterParams.cpp117 BParameterGroup* inputGroup = group->MakeGroup(B_TRANSLATE("Input format"));
123 0, B_MEDIA_NO_TYPE, B_TRANSLATE("Input format"), B_GENERIC);
128 B_TRANSLATE("Sample format:"),
149 B_TRANSLATE("Channels:"),
156 B_TRANSLATE("mono"));
159 B_TRANSLATE("stereo"));
167 BParameterGroup* outputGroup = group->MakeGroup(B_TRANSLATE("Output format"));
170 0, B_MEDIA_NO_TYPE, B_TRANSLATE("Output format"), B_GENERIC);
175 B_TRANSLATE("Sample format:"),
196 B_TRANSLATE("Channel
[all...]
/haiku/src/apps/cortex/InfoView/
H A DDormantNodeInfoView.cpp65 : InfoView(info.name, B_TRANSLATE("Dormant media node"),
73 setSideBarWidth(be_plain_font->StringWidth(B_TRANSLATE("Output formats"))
81 addField(B_TRANSLATE("AddOn ID"), s);
86 addField(B_TRANSLATE("Flavor ID"), s);
97 addField(B_TRANSLATE("Description"), s);
100 addField(B_TRANSLATE("Kinds"), MediaString::getStringFor(
104 addField(B_TRANSLATE("Flavor flags"), "?");
116 addField(B_TRANSLATE("Max. instances"), s);
123 addField(B_TRANSLATE("Input format"),
128 addField(B_TRANSLATE("Inpu
[all...]
H A DFileNodeInfoView.cpp69 setSideBarWidth(be_plain_font->StringWidth(B_TRANSLATE("File format"))
71 setSubTitle(B_TRANSLATE("Live file-interface node"));
94 addField(B_TRANSLATE("File format"), s);
102 addField(B_TRANSLATE("Copyright"), s);
108 addField(B_TRANSLATE("Tracks"), "");
129 s << B_TRANSLATE("\n- Codec:") << " "
133 s << " (" << B_TRANSLATE("ID:") << " "
145 s << B_TRANSLATE("\n- Duration:") << " " << buffer;
151 s << B_TRANSLATE("\n- Quality:") << " " << quality;
168 title += B_TRANSLATE("(n
[all...]
H A DLiveNodeInfoView.cpp72 : InfoView(ref->name(), B_TRANSLATE("Live media node"),
79 setSideBarWidth(be_plain_font->StringWidth(B_TRANSLATE("Run mode")) + 2 * InfoView::M_H_MARGIN);
84 addField(B_TRANSLATE("Node ID"), s);
94 addField(B_TRANSLATE("Port"), s);
100 addField(B_TRANSLATE("Kinds"), MediaString::getStringFor(static_cast<node_kind>(ref->kind())));
112 addField(B_TRANSLATE("Run mode"), MediaString::getStringFor(runMode));
127 addField(B_TRANSLATE("Latency"), s);
/haiku/src/apps/glteapot/
H A DTeapotWindow.cpp51 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Add a teapot"),
55 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Quit"),
59 menuBar->AddItem(menu = new BMenu(B_TRANSLATE("Settings")));
60 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Perspective"),
64 menu->AddItem(item = new BMenuItem(B_TRANSLATE("FPS display"),
68 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Filled polygons"),
72 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Lighting"),
76 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Backface culling"),
80 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Z-buffered"),
84 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Gourau
[all...]
/haiku/src/add-ons/translators/exr/
H A Dmain.cpp23 B_TRANSLATE("EXR Settings"));
/haiku/src/add-ons/translators/hvif/
H A DHVIFMain.cpp22 B_TRANSLATE("HVIF Settings"), BRect(0, 0, 250, 150)) != B_OK)
/haiku/src/add-ons/translators/webp/
H A Dmain.cpp26 B_TRANSLATE("WebP Settings")) != B_OK)
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessApp.cpp52 B_TRANSLATE("NodeLogger"));
/haiku/src/add-ons/translators/avif/
H A Dmain.cpp26 B_TRANSLATE("AVIF Settings")) != B_OK)
/haiku/src/add-ons/translators/tga/
H A DTGAMain.cpp58 B_TRANSLATE("TGA Settings"));
/haiku/src/tools/translation/inspector/
H A DImageWindow.cpp54 BMenu *pmnufile = new BMenu(B_TRANSLATE("File"));
55 BMenuItem *pitmopen = new BMenuItem(B_TRANSLATE("Open" B_UTF8_ELLIPSIS),
58 BMenuItem *pitmsave = new BMenuItem(B_TRANSLATE("Save" B_UTF8_ELLIPSIS),
61 BMenuItem *pitmquit = new BMenuItem(B_TRANSLATE("Quit"),
70 BMenu *pmnuview = new BMenu(B_TRANSLATE("View"));
71 BMenuItem *pitmfirst = new BMenuItem(B_TRANSLATE("First Page"),
74 BMenuItem *pitmlast = new BMenuItem(B_TRANSLATE("Last Page"),
77 BMenuItem *pitmnext = new BMenuItem(B_TRANSLATE("Next Page"),
80 BMenuItem *pitmprev = new BMenuItem(B_TRANSLATE("Previous Page"),
90 BMenu *pmnuwindow = new BMenu(B_TRANSLATE("Windo
[all...]
/haiku/src/add-ons/translators/tiff/
H A DTIFFMain.cpp62 B_TRANSLATE("TIFF Settings"));
/haiku/src/apps/poorman/
H A DPoorManLoggingView.cpp30 BBox* consoleLogging = new BBox(B_TRANSLATE("Console Logging"));
34 BBox* fileLogging = new BBox(B_TRANSLATE("File Logging"));
38 fLogConsole = new BCheckBox(B_TRANSLATE("Log To Console"),
44 fLogFile = new BCheckBox(B_TRANSLATE("Log To File"), STR_CBX_LOG_FILE,
50 fLogFileName = new BTextControl(B_TRANSLATE("File Name"),
55 fCreateLogFile = new BButton(B_TRANSLATE("Create Log File"),
/haiku/src/preferences/bluetooth/
H A DBluetoothWindow.cpp42 fDefaultsButton = new BButton("defaults", B_TRANSLATE("Defaults"),
46 fRevertButton = new BButton("revert", B_TRANSLATE("Revert"),
54 BMenu* menu = new BMenu(B_TRANSLATE("Server"));
56 B_TRANSLATE("Start bluetooth services" B_UTF8_ELLIPSIS),
59 B_TRANSLATE("Stop bluetooth services" B_UTF8_ELLIPSIS),
63 B_TRANSLATE("Refresh local devices" B_UTF8_ELLIPSIS),
67 menu = new BMenu(B_TRANSLATE("Help"));
68 menu->AddItem(new BMenuItem(B_TRANSLATE("About Bluetooth" B_UTF8_ELLIPSIS),
75 fSettingsView = new BluetoothSettingsView(B_TRANSLATE("Settings"));
77 B_TRANSLATE("Remot
[all...]
/haiku/src/kits/tracker/
H A DVirtualDirectoryWindow.cpp137 item = new BMenuItem(B_TRANSLATE("Resize to fit"),
142 item = new BMenuItem(B_TRANSLATE("Select" B_UTF8_ELLIPSIS),
147 item = new BMenuItem(B_TRANSLATE("Select all"),
152 item = new BMenuItem(B_TRANSLATE("Invert selection"),
157 item = new BMenuItem(B_TRANSLATE("Open parent"),
162 item = new BMenuItem(B_TRANSLATE("Close"),
172 BMenuItem* resizeItem = new BMenuItem(B_TRANSLATE("Resize to fit"),
175 menu->AddItem(new BMenuItem(B_TRANSLATE("Select" B_UTF8_ELLIPSIS),
177 menu->AddItem(new BMenuItem(B_TRANSLATE("Select all"),
179 BMenuItem* closeItem = new BMenuItem(B_TRANSLATE("Clos
[all...]
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp45 BWindow(frame, B_TRANSLATE("MediaPlayer settings"), B_FLOATING_WINDOW_LOOK,
60 B_TRANSLATE("Play mode"));
62 B_TRANSLATE("View options"));
64 B_TRANSLATE("Volume of background clips"));
74 B_TRANSLATE("Automatically start playing"),
78 B_TRANSLATE("Close window after playing video"),
81 B_TRANSLATE("Close window after playing audio"),
85 B_TRANSLATE("Loop video"),
88 B_TRANSLATE("Loop audio"),
92 B_TRANSLATE("Us
[all...]
/haiku/src/apps/haikudepot/server/
H A DServerHelper.cpp61 alertText = B_TRANSLATE("A validation error has occurred");
64 alertText = B_TRANSLATE("A requested object or an object involved"
68 alertText = B_TRANSLATE("The response to the captcha was"
73 alertText = B_TRANSLATE("Authorization or security issue. Logout"
80 B_TRANSLATE("An unexpected error has been sent from the"
86 B_TRANSLATE("Server error"),
88 B_TRANSLATE("OK"));
129 errorDescription = B_TRANSLATE("Network error");
136 alertText.SetToFormat(B_TRANSLATE("A network transport error has arisen"
141 B_TRANSLATE("Networ
[all...]
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp31 BWindow(BRect(0, 0, 300, 100), B_TRANSLATE("Open network stream"),
36 B_TRANSLATE("Stream URL:"), NULL, NULL);
43 .Add(new BButton(B_TRANSLATE("OK"), new BMessage(M_OPEN_URL)))
44 .Add(new BButton(B_TRANSLATE("Cancel"), new BMessage(M_CANCEL)))
67 BAlert* alert = new BAlert(B_TRANSLATE("Bad URL"),
68 B_TRANSLATE("Invalid URL inserted!"),
69 B_TRANSLATE("OK"));
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp88 powerUnit = B_TRANSLATE(" mWh");
89 rateUnit = B_TRANSLATE(" mW");
93 powerUnit = B_TRANSLATE(" mAh");
94 rateUnit = B_TRANSLATE(" mA");
102 string = B_TRANSLATE("Battery charging");
104 string = B_TRANSLATE("Battery discharging");
106 string = B_TRANSLATE("Battery not charging");
112 string = B_TRANSLATE("Empty battery slot");
114 string = B_TRANSLATE("Damaged battery");
116 string = B_TRANSLATE("Batter
[all...]
/haiku/src/preferences/input/
H A DSettingsView.cpp51 "type", B_TRANSLATE("Mouse type:"), new BMessage(kMsgMouseType));
52 fTypeMenu->AddOption(B_TRANSLATE("1-Button"), 1);
53 fTypeMenu->AddOption(B_TRANSLATE("2-Button"), 2);
54 fTypeMenu->AddOption(B_TRANSLATE("3-Button"), 3);
55 fTypeMenu->AddOption(B_TRANSLATE("4-Button"), 4);
56 fTypeMenu->AddOption(B_TRANSLATE("5-Button"), 5);
57 fTypeMenu->AddOption(B_TRANSLATE("6-Button"), 6);
61 = new BSlider("double_click_speed", B_TRANSLATE("Double-click speed"),
67 fMouseSpeedSlider = new BSlider("mouse_speed", B_TRANSLATE("Mouse speed"),
74 = new BSlider("mouse_acceleration", B_TRANSLATE("Mous
[all...]
/haiku/src/apps/processcontroller/
H A DPCWorld.cpp75 BAlert* alert = new BAlert(B_TRANSLATE("Info"),
76 B_TRANSLATE("You can run ProcessController in a window"
77 " or install it in the Deskbar."), B_TRANSLATE("Run in window"),
78 B_TRANSLATE("Install in Deskbar"),
89 BAlert* alert = new BAlert(B_TRANSLATE("Info"),
90 B_TRANSLATE("ProcessController is already installed in Deskbar."),
91 B_TRANSLATE("OK"), NULL,
141 printf(B_TRANSLATE("Usage: %s [-deskbar]\n"), argv[0]);
142 puts(B_TRANSLATE("(c) 1996-2001 Georges-Edouard Berenger, "
/haiku/src/apps/devices/
H A DDevicePCI.cpp83 ManufacturerName << B_TRANSLATE("Unknown");
97 DeviceName << B_TRANSLATE("Unknown");
104 SetAttribute(B_TRANSLATE("Device name"), DeviceName);
105 SetAttribute(B_TRANSLATE("Manufacturer"), ManufacturerName);
110 SetAttribute(B_TRANSLATE("Driver used"), B_TRANSLATE("Not implemented"));
111 SetAttribute(B_TRANSLATE("Device paths"), B_TRANSLATE("Not implemented"));
113 SetAttribute(B_TRANSLATE("Class info"), classInfo);

Completed in 181 milliseconds

1234567891011>>