/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/ |
H A D | fix_incompatible_pointer_types_for_gtkitemfactorycallbacks_on_gcc-14.patch | 24 3096 | { N_("/Conversation/New Instant _Message..."), "<CTL>M", menu_new_conv_cb, 42 { N_("/Buddies/View User _Log..."), "<CTL>L", pidgin_dialogs_log, 0, "<Item>", NULL }, 44 { N_("/Buddies/Sh_ow"), NULL, NULL, 0, "<Branch>", NULL}, 45 - { N_("/Buddies/Show/_Offline Buddies"), NULL, pidgin_blist_edit_mode_cb, 1, "<CheckItem>", NULL }, 46 - { N_("/Buddies/Show/_Empty Groups"), NULL, pidgin_blist_show_empty_groups_cb, 1, "<CheckItem>", N… 47 - { N_("/Buddies/Show/Buddy _Details"), NULL, pidgin_blist_buddy_details_cb, 1, "<CheckItem>", NULL… 48 - { N_("/Buddies/Show/Idle _Times"), NULL, pidgin_blist_show_idle_time_cb, 1, "<CheckItem>", NULL }, 49 - { N_("/Buddies/Show/_Protocol Icons"), NULL, pidgin_blist_show_protocol_icons_cb, 1, "<CheckItem>… 50 + { N_("/Buddies/Show/_Offline Buddies"), NULL, (GtkItemFactoryCallback)pidgin_blist_edit_mode_cb, … 51 + { N_("/Buddies/Show/_Empty Groups"), NULL, (GtkItemFactoryCallback)pidgin_blist_show_empty_groups… [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 25 static const char mconf_readme[] = N_( 175 menu_instructions[] = N_( 182 radiolist_instructions[] = N_( 187 inputbox_instructions_int[] = N_( 191 inputbox_instructions_hex[] = N_( 194 inputbox_instructions_string[] = N_( 197 setmod_text[] = N_( 200 load_config_text[] = N_( 204 load_config_help[] = N_( 215 save_config_text[] = N_( [all …]
|
H A D | nconf.c | 18 static const char nconf_global_help[] = N_( 134 menu_no_f_instructions[] = N_( 151 menu_instructions[] = N_( 167 radiolist_instructions[] = N_( 172 inputbox_instructions_int[] = N_( 176 inputbox_instructions_hex[] = N_( 179 inputbox_instructions_string[] = N_( 182 setmod_text[] = N_( 185 load_config_text[] = N_( 189 load_config_help[] = N_( [all …]
|
H A D | lkc.h | 35 #define N_(text) (text) macro
|
H A D | Makefile | 69 --add-comments --keyword=_ --keyword=N_ \
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 35 .desc = N_("Processor Core C3"), 42 .desc = N_("Processor Core C6"), 50 .desc = N_("Processor Package C3"), 57 .desc = N_("Processor Package C6"),
|
H A D | snb_idle.c | 32 .desc = N_("Processor Core C7"), 39 .desc = N_("Processor Package C2"), 46 .desc = N_("Processor Package C7"),
|
H A D | hsw_ext_idle.c | 34 .desc = N_("Processor Package C8"), 41 .desc = N_("Processor Package C9"), 48 .desc = N_("Processor Package C10"),
|
H A D | amd_fam14h_idle.c | 53 .desc = N_("Package in sleep state (PC1 or deeper)"), 60 .desc = N_("Processor Package C1"), 67 .desc = N_("Processor Package C6"), 74 .desc = N_("North Bridge P1 boolean counter (returns 0 or 1)"),
|
H A D | mperf_monitor.c | 41 .desc = N_("Processor Core not idle"), 48 .desc = N_("Processor Core in an idle state"), 56 .desc = N_("Average Frequency (including boost) in MHz"),
|
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | helpers.h | 26 #define N_(String) gettext_noop(String) macro 31 #define N_(String) String macro
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | ldconfig-default-to-all-multilib-dirs.patch | 22 # define N_(msgid) msgid
|
H A D | ldconfig.patch | 37 +# define N_(msgid) msgid 372 +# define N_(msgid) msgid 398 static const char doc[] = N_("Configure Dynamic Linker Run Time Bindings.");
|
H A D | endianess-header.patch | 81 # define N_(msgid) msgid
|
H A D | endian-ness_handling.patch | 353 # define N_(msgid) msgid
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
H A D | Makevars | 11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0006-warn-for-uses-of-system-directories-when-cross-linki.patch | 264 + '\0', NULL, N_("Do not warn for -L options using system directories"), 268 + '\0', NULL, N_("Give an error for -L options using system directories"),
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 565 #define MMAL_OPAQUE_TEXT N_("Decode frames directly into RPI VideoCore instead of host memory.") 566 …#define MMAL_OPAQUE_LONGTEXT N_("Decode frames directly into RPI VideoCore instead of host memory.… 572 - set_shortname(N_("MMAL decoder")) 573 - set_description(N_("MMAL-based decoder plugin for Raspberry Pi")) 580 +#define MMAL_RESIZE_TEXT N_("Use mmal resizer rather than hvs.") 581 +#define MMAL_RESIZE_LONGTEXT N_("Use mmal resizer rather than isp. This uses less gpu memory than … 584 +#define MMAL_ISP_TEXT N_("Use mmal isp rather than hvs.") 585 +#define MMAL_ISP_LONGTEXT N_("Use mmal isp rather than hvs. This may be faster but has no blend.") 3320 + set_shortname(N_("MMAL decoder")) 3321 + set_description(N_("MMAL-based decoder plugin for Raspberry Pi")) [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 374 N_("Generate little-endian output") }, 376 N_("Generate big-endian output") }, 378 + N_("Set the target's uint32_t alignment in bytes (default 4)") },
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 5635 +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|