Lines Matching refs:_
140 g_error(_("GUI loading failed !\n")); in init_main_window()
260 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree()
305 gtk_tree_view_column_set_title(column, _("Options")); in init_right_tree()
336 _("Name"), renderer, in init_right_tree()
360 _("Value"), renderer, in init_right_tree()
399 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help()
453 dialog = gtk_dialog_new_with_buttons(_("Warning !"), in on_window1_delete_event()
467 label = gtk_label_new(_("\nSave configuration ?\n")); in on_window1_delete_event()
527 text_insert_msg(_("Error"), _("Unable to load configuration !")); in load_filename()
536 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()
555 text_insert_msg(_("Error"), _("Unable to save configuration !")); in on_save_activate()
568 text_insert_msg(_("Error"), _("Unable to save configuration !")); in store_filename()
577 fs = gtk_file_selection_new(_("Save file as...")); in on_save_as1_activate()
670 const gchar *intro_text = _( in on_introduction1_activate()
702 _("gkc is copyright (c) 2002 Romain Lievin <roms@lpg.ticalc.org>.\n" in on_about1_activate()
720 _("gkc is released under the terms of the GNU GPL v2.\n" in on_license1_activate()
1110 g_strdup_printf("%s %s", _(menu_get_prompt(menu)), in fill_row()
1163 g_strdup(_(menu_get_prompt(def_menu))); in fill_row()