Home
last modified time | relevance | path

Searched refs:gettext (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dcheck.sh7 gettext("");
H A Dlkc.h14 static inline const char *gettext(const char *txt) { return txt; } in gettext() function
34 #define _(text) gettext(text)
H A DMakefile308 $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
H A Dqconf.cc49 return QString::fromLocal8Bit(gettext(str)); in qgettext()
54 return QString::fromLocal8Bit(gettext(str.toLatin1())); in qgettext()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dyesno.c20 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons()
21 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
H A Dmenubox.c148 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
149 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
150 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
151 print_button(win, gettext(" Save "), y, x + 36, selected == 3); in print_buttons()
152 print_button(win, gettext(" Load "), y, x + 48, selected == 4); in print_buttons()
H A Dinputbox.c22 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
23 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
H A Dchecklist.c94 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
95 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
H A Ddialog.h20 # define gettext(Msgid) ((const char *) (Msgid)) macro
H A Dtextbox.c120 print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); in dialog_textbox()
/rk3399_rockchip-uboot/common/
H A Dzglobal.h189 # define _(Text) gettext (Text)