Searched refs:gettext (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/libgdl/ |
H A D | gdl-i18n.h | 52 # undef gettext 53 # define gettext(String) (String)
|
/inkscape/share/extensions/ |
H A D | image_attributes.py | 34 import gettext namespace 35 _ = gettext.gettext
|
H A D | inkex.py | 30 import gettext namespace 60 trans = gettext.translation(domain, localdir, [current_locale], fallback=True) 62 trans = gettext.translation(domain, fallback=True) 66 trans = gettext.translation(domain, localdir, fallback=True) 70 trans = gettext.translation(domain, localdir, fallback=True) 72 trans = gettext.translation(domain, fallback=True) 76 trans = gettext.translation(domain, localdir, fallback=True) 78 trans = gettext.translation(domain, fallback=True)
|
H A D | guides_creator.py | 68 import gettext namespace 69 _ = gettext.gettext
|
H A D | plotter.py | 26 import gettext namespace
|
/inkscape/src/util/ |
H A D | ege-tags.cpp | 46 #define _(s) gettext(s)
|
/inkscape/src/ui/ |
H A D | tools-switch.cpp | 160 dt->tipsMessageContext()->set(Inkscape::NORMAL_MESSAGE, gettext( tool_msg[num] ) );
|
/inkscape/src/widgets/ |
H A D | ege-paint-def.cpp | 53 #define _(s) gettext(s)
|
H A D | desktop-widget.cpp | 418 gtk_widget_set_tooltip_text (dtw->hruler_box, gettext(pt->name_plural.c_str())); 455 gtk_widget_set_tooltip_text (dtw->vruler_box, gettext(pt->name_plural.c_str())); 1854 gtk_widget_set_tooltip_text(this->hruler_box, gettext(nv->display_units->name_plural.c_str())); 1855 gtk_widget_set_tooltip_text(this->vruler_box, gettext(nv->display_units->name_plural.c_str()));
|
/inkscape/src/ui/widget/ |
H A D | color-wheel-selector.cpp | 291 Glib::ustring ColorWheelSelectorFactory::modeName() const { return gettext(ColorWheelSelector::MODE_NAME); }
|
H A D | color-scales.cpp | 678 return gettext(ColorScales::SUBMODE_NAMES[_submode]);
|
H A D | color-icc-selector.cpp | 1076 Glib::ustring ColorICCSelectorFactory::modeName() const { return gettext(ColorICCSelector::MODE_NAME); }
|
Completed in 45 milliseconds