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

1234567891011>>

/haiku/src/apps/poorman/
H A Dconstants.cpp19 = B_TRANSLATE(
25 = B_TRANSLATE(
28 = B_TRANSLATE(
34 = B_TRANSLATE("File");
36 = B_TRANSLATE("Save console as" B_UTF8_ELLIPSIS);
38 = B_TRANSLATE("Save console selections as" B_UTF8_ELLIPSIS);
40 = B_TRANSLATE("Quit");
42 = B_TRANSLATE("Edit");
44 = B_TRANSLATE("Copy");
46 = B_TRANSLATE("Selec
[all...]
/haiku/src/apps/devices/
H A DDeviceSCSI.cpp24 B_TRANSLATE("Disk Drive"), // 0x00
25 B_TRANSLATE("Tape Drive"), // 0x01
26 B_TRANSLATE("Printer"), // 0x02
27 B_TRANSLATE("Processor"), // 0x03
28 B_TRANSLATE("Worm"), // 0x04
29 B_TRANSLATE("CD-ROM"), // 0x05
30 B_TRANSLATE("Scanner"), // 0x06
31 B_TRANSLATE("Optical Drive"), // 0x07
32 B_TRANSLATE("Changer"), // 0x08
33 B_TRANSLATE("Communication
[all...]
H A DDevice.cpp21 B_TRANSLATE("Unclassified device"), // 0x00
22 B_TRANSLATE("Mass storage controller"), // 0x01
23 B_TRANSLATE("Network controller"), // 0x02
24 B_TRANSLATE("Display controller"), // 0x03
25 B_TRANSLATE("Multimedia controller"), // 0x04
26 B_TRANSLATE("Memory controller"), // 0x05
27 B_TRANSLATE("Bridge"), // 0x06
28 B_TRANSLATE("Communication controller"), // 0x07
29 B_TRANSLATE("Generic system peripheral"), // 0x08
30 B_TRANSLATE("Inpu
[all...]
H A DDeviceACPI.cpp72 deviceName = B_TRANSLATE("ACPI System Bus");
74 deviceName = B_TRANSLATE("ACPI Thermal Zone");
77 BString string(B_TRANSLATE("ACPI Processor Namespace '%2'"));
82 deviceName = B_TRANSLATE("ACPI System Indicator");
85 BString string(B_TRANSLATE("ACPI node '%1'"));
91 BString string(B_TRANSLATE("ACPI Button '%1'"));
95 BString string(B_TRANSLATE("ACPI <unknown>"));
105 manufacturerLabel << B_TRANSLATE("Unknown");
110 SetAttribute(B_TRANSLATE("Device name"), deviceName.String());
111 SetAttribute(B_TRANSLATE("Manufacture
[all...]
/haiku/src/apps/charactermap/
H A DUnicodeBlocks.cpp17 {B_TRANSLATE("Basic Latin"), 0x0000, 0x007f, false, B_BASIC_LATIN_BLOCK},
18 {B_TRANSLATE("Latin-1 supplement"), 0x0080, 0x00ff, false,
20 {B_TRANSLATE("Latin extended A"), 0x0100, 0x017f, false,
22 {B_TRANSLATE("Latin extended B"), 0x0180, 0x024f, false,
24 {B_TRANSLATE("IPA extensions"), 0x0250, 0x02af, false,
26 {B_TRANSLATE("Spacing modifier letters"), 0x02b0, 0x02ff, false,
28 {B_TRANSLATE("Combining diacritical marks"), 0x0300, 0x036f, false,
30 {B_TRANSLATE("Greek and Coptic"), 0x0370, 0x03ff, false,
32 {B_TRANSLATE("Cyrillic"), 0x0400, 0x04ff, false, B_CYRILLIC_BLOCK},
33 {B_TRANSLATE("Cyrilli
[all...]
/haiku/src/apps/terminal/
H A DTermConst.cpp16 const char* const kToolTipSetTabTitlePlaceholders = B_TRANSLATE(
24 const char* const kToolTipSetWindowTitlePlaceholders = B_TRANSLATE(
34 const char* const kToolTipCommonTitlePlaceholders = B_TRANSLATE(
/haiku/src/apps/icon-o-matic/generic/property/
H A DCommonPropertyIDs.cpp30 name = B_TRANSLATE("Name");
34 name = B_TRANSLATE("Alpha");
37 name = B_TRANSLATE("Opacity");
40 name = B_TRANSLATE("Color");
44 name = B_TRANSLATE("Width");
47 name = B_TRANSLATE("Height");
51 name = B_TRANSLATE("Caps");
54 name = B_TRANSLATE("Joins");
57 name = B_TRANSLATE("Miter limit");
60 name = B_TRANSLATE("Shorte
[all...]
/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp89 printf(B_TRANSLATE("Error: unable to read BMP file header\n"));
103 printf(B_TRANSLATE("\nFile Header:\n"));
104 printf(B_TRANSLATE(" magic: 0x%.4x (should be: 0x424d)\n"), fh.magic);
105 printf(B_TRANSLATE(" file size: 0x%.8lx (%lu)\n"), fh.fileSize,
107 printf(B_TRANSLATE(" reserved: 0x%.8lx (should be: 0x%.8x)\n"),
109 printf(B_TRANSLATE("data offset: 0x%.8lx (%lu) (should be: >= 54 for MS "
114 printf(B_TRANSLATE("Error: unable to read info header size\n"));
124 printf(B_TRANSLATE("Error: unable to read entire MS info header\n"));
132 printf(B_TRANSLATE("\nMS Info Header:\n"));
133 printf(B_TRANSLATE(" heade
[all...]
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp106 case 0: return B_TRANSLATE("No colormap");
107 case 1: return B_TRANSLATE("colormap");
116 case 0: return B_TRANSLATE("No Image Data");
117 case 1: return B_TRANSLATE("colormap");
118 case 2: return B_TRANSLATE("true color");
119 case 3: return B_TRANSLATE("grayscale");
120 case 9: return B_TRANSLATE("RLE colormap");
121 case 10: return B_TRANSLATE("RLE true color");
122 case 11: return B_TRANSLATE("RLE grayscale");
125 return B_TRANSLATE("unknow
[all...]
/haiku/src/kits/bluetooth/
H A DDeviceClass.cpp50 serviceClass << B_TRANSLATE("Unspecified");
70 majorClass << B_TRANSLATE("Invalid device class!\n");
91 minorClass << B_TRANSLATE("Uncategorized");
94 minorClass << B_TRANSLATE("Desktop workstation");
97 minorClass << B_TRANSLATE("Server");
100 minorClass << B_TRANSLATE("Laptop");
103 minorClass << B_TRANSLATE("Handheld");
118 minorClass << B_TRANSLATE("Uncategorized");
121 minorClass << B_TRANSLATE("Cellular");
124 minorClass << B_TRANSLATE("Cordles
[all...]
/haiku/src/apps/drivesetup/
H A DEncryptionUtils.cpp30 return B_TRANSLATE("BitLocker encrypted");
32 return B_TRANSLATE("PGP encrypted");
34 return B_TRANSLATE("SafeBoot encrypted");
36 return B_TRANSLATE("LUKS encrypted");
/haiku/src/apps/cortex/support/
H A DMediaString.cpp70 list = B_TRANSLATE("Buffer producer");
76 list = B_TRANSLATE("Buffer consumer");
82 last = B_TRANSLATE("Buffer consumer");
87 list = B_TRANSLATE("Time source");
93 last = B_TRANSLATE("Time source");
98 list = B_TRANSLATE("Controllable");
104 last = B_TRANSLATE("Controllable");
109 list = B_TRANSLATE("File interface");
115 last = B_TRANSLATE("File interface");
120 list = B_TRANSLATE("Entit
[all...]
/haiku/src/kits/textencoding/
H A Dcharacter_sets.cpp26 static const BCharacterSet unicode(0,106, B_TRANSLATE("Unicode"),
36 static const BCharacterSet isoLatin1(1,4, B_TRANSLATE("ISO West European"),
46 static const BCharacterSet isoLatin2(2,5, B_TRANSLATE("ISO East European"),
56 static const BCharacterSet isoLatin3(3,6, B_TRANSLATE("ISO South European"),
66 static const BCharacterSet isoLatin4(4,7, B_TRANSLATE("ISO North European"),
76 static const BCharacterSet isoLatin5(5,8, B_TRANSLATE("ISO Cyrillic"),
86 static const BCharacterSet isoLatin6(6,9, B_TRANSLATE("ISO Arabic"),
96 static const BCharacterSet isoLatin7(7,10, B_TRANSLATE("ISO Greek"),
106 static const BCharacterSet isoLatin8(8,11, B_TRANSLATE("ISO Hebrew"),
116 const BCharacterSet isoLatin9(9,12, B_TRANSLATE("IS
[all...]
/haiku/src/tests/kits/opengl/glinfo/
H A DCapabilitiesView.cpp33 BGroupView(B_TRANSLATE("Capabilities"), B_VERTICAL),
40 fCapabilityColumn = new BStringColumn(B_TRANSLATE("Capability"),
49 fValueColumn = new BStringColumn(B_TRANSLATE("Value"), valueColWidth,
56 B_TRANSLATE("Auxiliary buffer(s)")));
59 GL_MAX_MODELVIEW_STACK_DEPTH, B_TRANSLATE("Model stack size")));
62 GL_MAX_PROJECTION_STACK_DEPTH, B_TRANSLATE("Projection stack size")));
65 GL_MAX_TEXTURE_STACK_DEPTH, B_TRANSLATE("Texture stack size")));
68 GL_MAX_NAME_STACK_DEPTH, B_TRANSLATE("Name stack size")));
71 B_TRANSLATE("List stack size")));
74 GL_MAX_ATTRIB_STACK_DEPTH, B_TRANSLATE("Attribute
[all...]
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp45 { B_TRANSLATE("Idle priority"), 0 },
46 { B_TRANSLATE("Lowest active priority"), 1 },
47 { B_TRANSLATE("Low priority"), 5 },
48 { B_TRANSLATE("Normal priority"), 10 },
49 { B_TRANSLATE("Display priority"), 15 },
50 { B_TRANSLATE("Urgent display priority"), 20 },
51 { B_TRANSLATE("Real-time display priority"), 100 },
52 { B_TRANSLATE("Urgent priority"), 110 },
53 { B_TRANSLATE("Real-time priority"), 120 },
57 PriorityRec customPriority = { B_TRANSLATE("Custo
[all...]
/haiku/src/apps/installer/
H A DEULAWindow.cpp30 BWindow(BRect(0, 0, 600, 450), B_TRANSLATE("README"),
35 infoText << B_TRANSLATE(
37 infoText << B_TRANSLATE(
39 infoText << B_TRANSLATE(
43 infoText << B_TRANSLATE(
54 infoText << B_TRANSLATE(
63 infoText << B_TRANSLATE(
67 infoText << B_TRANSLATE(
79 BButton* cancelButton = new BButton(B_TRANSLATE("Quit"),
83 BButton* continueButton = new BButton(B_TRANSLATE("Continu
[all...]
/haiku/src/apps/cortex/InfoView/
H A DEndPointInfoView.cpp62 : InfoView(input.name, B_TRANSLATE("Media input"), 0),
68 setSideBarWidth(be_plain_font->StringWidth(B_TRANSLATE("Destination"))
72 addField(B_TRANSLATE("Source"), MediaString::getStringFor(input.source));
75 addField(B_TRANSLATE("Destination"),
82 addField(B_TRANSLATE("Media type"),
90 : InfoView(output.name, B_TRANSLATE("Media output"), 0),
96 setSideBarWidth(be_plain_font->StringWidth(B_TRANSLATE("Destination"))
100 addField(B_TRANSLATE("Source"),
104 addField(B_TRANSLATE("Destination"),
111 addField(B_TRANSLATE("Medi
[all...]
H A DConnectionInfoView.cpp67 : InfoView(B_TRANSLATE("Connection"), "", 0),
73 setSideBarWidth(be_plain_font->StringWidth(B_TRANSLATE("Destination"))
84 addField(B_TRANSLATE("Source"), s);
93 addField(B_TRANSLATE("Destination"), s);
100 addField(B_TRANSLATE("Media type"),
124 B_TRANSLATE("Sample rate")) + 2 * InfoView::M_H_MARGIN);
129 addField(B_TRANSLATE("Format"), s);
132 addField(B_TRANSLATE("Sample rate"), s);
135 addField(B_TRANSLATE("Channels"), s);
138 addField(B_TRANSLATE("Channe
[all...]
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp31 SetName(B_TRANSLATE("Attributes"));
36 float typeMaxWidth = StringWidth(B_TRANSLATE(
38 float typeWidth = StringWidth(B_TRANSLATE("64-bit unsigned integer")) + 16;
41 BStringColumn* nameColumn = new BStringColumn(B_TRANSLATE("Name"),
43 BStringColumn* typeColumn = new BStringColumn(B_TRANSLATE("Type"),
45 BStringColumn* valueColumn = new BStringColumn(B_TRANSLATE("Value"),
62 BStringFormat multiValueFormat(B_TRANSLATE(
96 representation = value ? B_TRANSLATE("yes")
97 : B_TRANSLATE("no");
160 BStringFormat multiRectFormat(B_TRANSLATE(
[all...]
/haiku/src/preferences/sounds/
H A DHApp.cpp42 BAlert* alert = new BAlert(B_TRANSLATE("About Sounds"),
43 B_TRANSLATE("Sounds\n"
49 B_TRANSLATE("OK"));
/haiku/headers/build/os/locale/
H A DCatalog.h9 #define B_TRANSLATE(x) x macro
/haiku/src/preferences/input/
H A DKeyboardView.cpp37 = new BSlider("key_repeat_rate", B_TRANSLATE("Key repeat rate"),
41 fRepeatSlider->SetLimitLabels(B_TRANSLATE("Slow"), B_TRANSLATE("Fast"));
47 B_TRANSLATE("Delay until key repeat"),
51 fDelaySlider->SetLimitLabels(B_TRANSLATE("Short"), B_TRANSLATE("Long"));
55 NULL, B_TRANSLATE("Typing test area"), new BMessage('TTEA'));
58 BSize(textcontrol->StringWidth(B_TRANSLATE("Typing test area")),
/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp69 printf(B_TRANSLATE("\nError: Unable to read the Be bitmap "
80 printf(B_TRANSLATE("\nError: Unable to swap byte order\n"));
84 printf(B_TRANSLATE("\nBe bitmap (\"bits\") header for: %s\n\n"),
90 printf(B_TRANSLATE("magic number: 0x%.8lx (valid)\n"),
93 printf(B_TRANSLATE("magic number: 0x%.8lx (INVALID, should be: "
95 printf(B_TRANSLATE("bounds: (%f, %f, %f, %f)\n"),
98 printf(B_TRANSLATE("dimensions: %d x %d\n"),
102 printf(B_TRANSLATE("bytes per row: %u\n"),
158 printf(B_TRANSLATE("color space: %s\n"), colorspaces[i].name);
163 printf(B_TRANSLATE("colo
[all...]
/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",
/haiku/src/apps/softwareupdater/
H A DUpdateAction.cpp55 throw BException(B_TRANSLATE(
73 throw BException(B_TRANSLATE(
77 fUpdateManager->FinalUpdate(B_TRANSLATE("Updates did not complete"),
91 fUpdateManager->FinalUpdate(B_TRANSLATE("No updates available"),
92 B_TRANSLATE("There were no updates found."));
96 fprintf(stderr, B_TRANSLATE(
99 fUpdateManager->FinalUpdate(B_TRANSLATE("Updates did not complete"),

Completed in 149 milliseconds

1234567891011>>