Home
last modified time | relevance | path

Searched refs:gettext_domain (Results 1 – 25 of 87) sorted by relevance

1234

/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/utils/gtk/
H A Dlqt_gtk.c8 #define TR_DOM(str) dgettext(gettext_domain, str)
607 const char * gettext_domain; in lqtgtk_codec_browser_model_update() local
620 gettext_domain = codecs[i]->gettext_domain; in lqtgtk_codec_browser_model_update()
625 gettext_domain = PACKAGE; in lqtgtk_codec_browser_model_update()
888 const char * gettext_domain; in lqtgtk_create_codec_config_window() local
899 gettext_domain = codec_info->gettext_domain; in lqtgtk_create_codec_config_window()
904 gettext_domain = PACKAGE; in lqtgtk_create_codec_config_window()
1068 const char * gettext_domain; in lqtgtk_create_codec_info_widget() local
1073 bindtextdomain(info->gettext_domain, in lqtgtk_create_codec_info_widget()
1075 gettext_domain = info->gettext_domain; in lqtgtk_create_codec_info_widget()
[all …]
H A Dlqt_gtk.h31 …parameter_widget(lqt_parameter_info_t * info, GtkTooltips * tooltips, const char * gettext_domain);
34 lqtgtk_create_parameter_widget(lqt_parameter_info_t * info, const char * gettext_domain);
65 const char * gettext_domain);
/dports/multimedia/libquicktime/libquicktime-1.2.4/utils/gtk/
H A Dlqt_gtk.c8 #define TR_DOM(str) dgettext(gettext_domain, str)
607 const char * gettext_domain; in lqtgtk_codec_browser_model_update() local
620 gettext_domain = codecs[i]->gettext_domain; in lqtgtk_codec_browser_model_update()
625 gettext_domain = PACKAGE; in lqtgtk_codec_browser_model_update()
888 const char * gettext_domain; in lqtgtk_create_codec_config_window() local
899 gettext_domain = codec_info->gettext_domain; in lqtgtk_create_codec_config_window()
904 gettext_domain = PACKAGE; in lqtgtk_create_codec_config_window()
1068 const char * gettext_domain; in lqtgtk_create_codec_info_widget() local
1073 bindtextdomain(info->gettext_domain, in lqtgtk_create_codec_info_widget()
1075 gettext_domain = info->gettext_domain; in lqtgtk_create_codec_info_widget()
[all …]
H A Dlqt_gtk.h31 …parameter_widget(lqt_parameter_info_t * info, GtkTooltips * tooltips, const char * gettext_domain);
34 lqtgtk_create_parameter_widget(lqt_parameter_info_t * info, const char * gettext_domain);
65 const char * gettext_domain);
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/lang/
H A Ddata.py741 def gettext_domain(langcode, domain, localedir=None): function
758 return gettext_domain(langcode, "iso_639")
759 return gettext_domain(langcode, "iso639-3", pycountry.LOCALES_DIR)
767 return gettext_domain(langcode, "iso_3166")
768 return gettext_domain(langcode, "iso3166", pycountry.LOCALES_DIR)
/dports/x11/gnome-shell/gnome-shell-41.1/subprojects/extensions-tool/src/
H A Dcommand-pack.c181 const char *gettext_domain, in extension_pack_add_locales() argument
208 if (gettext_domain == NULL) in extension_pack_add_locales()
214 gettext_domain = json_object_get_string_member (pack->metadata, in extension_pack_add_locales()
217 gettext_domain = json_object_get_string_member (pack->metadata, in extension_pack_add_locales()
222 moname = g_strdup_printf ("%s.mo", gettext_domain); in extension_pack_add_locales()
377 char *gettext_domain) in pack_extension() argument
417 extension_pack_add_locales (pack, podir, gettext_domain, &error); in pack_extension()
445 g_autofree char *gettext_domain = NULL; in handle_pack() local
462 .arg = G_OPTION_ARG_STRING, .arg_data = &gettext_domain, in handle_pack()
515 extra_sources, schemas, podir, gettext_domain); in handle_pack()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsettingsschema.c150 const gchar *gettext_domain; member
459 if (schema->gettext_domain) in g_settings_schema_source_lookup()
477 GSList *gettext_domain; member
522 const gchar *gettext_domain = NULL; in start_element() local
530 gettext_domain = attribute_values[i]; in start_element()
537 push_attribute_value (&info->gettext_domain, gettext_domain); in start_element()
616 pop_attribute_value (&info->gettext_domain); in end_element()
623 const gchar *gettext_domain; in end_element() local
627 gettext_domain = get_attribute_value (info->gettext_domain); in end_element()
714 info.gettext_domain = NULL; in parse_into_text_tables()
[all …]
H A Dglib-compile-schemas.c201 const gchar *gettext_domain, in key_state_new() argument
210 state->have_gettext_domain = gettext_domain != NULL; in key_state_new()
226 const gchar *gettext_domain) in key_state_override() argument
232 copy->have_gettext_domain = gettext_domain != NULL; in key_state_override()
859 gchar *gettext_domain; member
868 const gchar *gettext_domain, in schema_state_new() argument
877 state->gettext_domain = g_strdup (gettext_domain); in schema_state_new()
893 g_free (state->gettext_domain); in schema_state_free()
1024 key = key_state_new (type_string, state->gettext_domain, in schema_state_add_key()
1129 const gchar *gettext_domain, in parse_state_start_schema() argument
[all …]
/dports/net/geoclue/geoclue-3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8/po/
H A Dmeson.build2 gettext_domain = api_name variable
5 i18n.gettext(gettext_domain, preset: 'glib')
/dports/net/geocode-glib/geocode-glib-3.26.2/po/
H A Dmeson.build2 gettext_domain = api_name variable
5 i18n.gettext(gettext_domain, preset: 'glib')
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/lqt/
H A Dlqt_common.c67 if(!info->gettext_domain) in bg_lqt_create_codec_info()
69 info->gettext_domain = in bg_lqt_create_codec_info()
70 bg_strdup(info->gettext_domain, in bg_lqt_create_codec_info()
71 codec_info[i]->gettext_domain); in bg_lqt_create_codec_info()
120 info->multi_parameters_nc[index][j].gettext_domain = in bg_lqt_create_codec_info()
121 bg_strdup(info->multi_parameters_nc[index][j].gettext_domain, in bg_lqt_create_codec_info()
122 codec_info[i]->gettext_domain); in bg_lqt_create_codec_info()
/dports/devel/gconf2/GConf-3.2.6/gsettings/
H A Dgsettings-schema-convert88 self.gettext_domain = None
103 if result and self.gettext_domain:
110 if self.gettext_domain:
129 self.gettext_domain = None
159 if self.gettext_domain:
211 if self.gettext_domain:
212 schema_node.set('gettext-domain', self.gettext_domain)
560 current_object.gettext_domain = self.unparsed_line
680 schema.gettext_domain = schema_node.get('gettext-domain')
1023 self.root.gettext_domain = 'FIXME'
[all …]
/dports/deskutils/gnome-tweaks/gnome-tweaks-40.0/gtweak/
H A Dgsettings.py57 gettext_domain = schema.getAttribute('gettext-domain')
59 if gettext_domain:
60 translation = gettext.translation(gettext_domain, gtweak.LOCALE_DIR)
65 … logging.debug("Schema not translated %s (domain: %s)" % (schema_name, gettext_domain))
/dports/x11/gnome-shell-extensions/gnome-shell-extensions-41.0/extensions/
H A Dmeson.build13 metadata_conf.set('gettext_domain', gettext_domain)
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-palette.c43 gchar *gettext_domain; member
900 if (self->gettext_domain) in gstyle_palette_save_to_xml()
903 xmlNewProp (palette_node, CHAR_TO_XML ("gettext-domain"), CHAR_TO_XML (self->gettext_domain)); in gstyle_palette_save_to_xml()
1043 if (self->gettext_domain) in gstyle_palette_get_name()
1044 return g_dgettext (self->gettext_domain, self->name); in gstyle_palette_get_name()
1115 gstyle_clear_pointer (&self->gettext_domain, g_free); in gstyle_palette_finalize()
1144 g_value_set_string (value, self->gettext_domain); in gstyle_palette_get_property()
1188 g_free (self->gettext_domain); in gstyle_palette_set_property()
1189 self->gettext_domain = g_value_dup_string (value); in gstyle_palette_set_property()
1190 bind_textdomain_codeset (self->gettext_domain, "UTF-8"); in gstyle_palette_set_property()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dparameter.c161 dst->gettext_domain = bg_strdup(dst->gettext_domain, src->gettext_domain); in bg_parameter_info_copy()
309 if(info[index].gettext_domain) in bg_parameter_info_destroy_array()
310 free(info[index].gettext_domain); in bg_parameter_info_destroy_array()
H A Dcfg_xml.c158 cfg_section->gettext_domain = in bg_cfg_xml_2_section()
159 bg_strdup(cfg_section->gettext_domain, tmp_string); in bg_cfg_xml_2_section()
254 if(section->gettext_domain) in bg_cfg_section_2_xml()
255 BG_XML_SET_PROP(xml_section, "gettext_domain", section->gettext_domain); in bg_cfg_section_2_xml()
H A Dcfg_section.c762 if(s->gettext_domain) in bg_cfg_section_destroy()
763 free(s->gettext_domain); in bg_cfg_section_destroy()
1203 if(s->gettext_domain && s->gettext_directory) in bg_cfg_section_get_name_translated()
1205 bg_bindtextdomain(s->gettext_domain, s->gettext_directory); in bg_cfg_section_get_name_translated()
1206 return bg_strdup(NULL, dgettext(s->gettext_domain, s->name)); in bg_cfg_section_get_name_translated()
1214 const char * gettext_domain, in bg_cfg_section_set_name() argument
1218 s->gettext_domain = bg_strdup(s->gettext_domain, gettext_domain); in bg_cfg_section_set_name()
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/videofilters/
H A Dfv_colormatrix_yuv.c87 .gettext_domain = PACKAGE,
145 .gettext_domain = PACKAGE,
203 .gettext_domain = PACKAGE,
261 .gettext_domain = PACKAGE,
H A Dfv_colormatrix_rgb.c91 .gettext_domain = PACKAGE,
149 .gettext_domain = PACKAGE,
207 .gettext_domain = PACKAGE,
265 .gettext_domain = PACKAGE,
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/transcoder/
H A Dtrackdialog.c112 label = TRD(plugin_info->long_name, plugin_info->gettext_domain); in track_dialog_create()
132 label = TRD(plugin_info->long_name, plugin_info->gettext_domain); in track_dialog_create()
154 label = TRD(plugin_info->long_name, plugin_info->gettext_domain); in track_dialog_create()
178 label = TRD(plugin_info->long_name, plugin_info->gettext_domain); in track_dialog_create()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dpluginmenu.c95 bg_bindtextdomain(plugin_info->gettext_domain, in bg_gtk_plugin_menu_create()
99 plugin_info->gettext_domain)); in bg_gtk_plugin_menu_create()
/dports/x11/gnome-shell-extensions/gnome-shell-extensions-41.0/po/
H A Dmeson.build1 i18n.gettext(gettext_domain, preset: 'glib')
/dports/x11/gnome-shell-extensions/gnome-shell-extensions-41.0/extensions/screenshot-window-sizer/
H A Dmetadata.json.in5 "gettext-domain": "@gettext_domain@",
/dports/x11/gnome-shell-extensions/gnome-shell-extensions-41.0/extensions/drive-menu/
H A Dmetadata.json.in5 "gettext-domain": "@gettext_domain@",

1234