Lines Matching refs:_
140 g_error(_("GUI loading failed !\n")); in init_main_window()
236 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree()
279 gtk_tree_view_column_set_title(column, _("Options")); in init_right_tree()
308 _("Name"), renderer, in init_right_tree()
332 _("Value"), renderer, in init_right_tree()
371 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help()
425 dialog = gtk_dialog_new_with_buttons(_("Warning !"), in on_window1_delete_event()
439 label = gtk_label_new(_("\nSave configuration ?\n")); in on_window1_delete_event()
499 text_insert_msg(_("Error"), _("Unable to load configuration !")); in load_filename()
508 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()
527 text_insert_msg(_("Error"), _("Unable to save configuration !")); in on_save_activate()
540 text_insert_msg(_("Error"), _("Unable to save configuration !")); in store_filename()
549 fs = gtk_file_selection_new(_("Save file as...")); in on_save_as1_activate()
642 const gchar *intro_text = _( in on_introduction1_activate()
674 _("gkc is copyright (c) 2002 Romain Lievin <roms@lpg.ticalc.org>.\n" in on_about1_activate()
692 _("gkc is released under the terms of the GNU GPL v2.\n" in on_license1_activate()
1052 g_strdup_printf("%s %s", _(menu_get_prompt(menu)), in fill_row()
1105 g_strdup(_(menu_get_prompt(def_menu))); in fill_row()