_                 226 lib/charsets.c         fprintf (stderr, "%s\n", _ ("Warning: cannot load codepages list"));
_                 229 lib/charsets.c         g_ptr_array_add (codepages, new_codepage_desc (DEFAULT_CHARSET, _ ("7-bit ASCII")));
_                 256 lib/charsets.c     return (n < 0) ? _ (NO_TRANSLATION)
_                 331 lib/charsets.c         return g_strdup_printf (_ ("Cannot translate from %s to %s"), cp_source, cp_display);
_                 342 lib/charsets.c         return g_strdup_printf (_ ("Cannot translate from %s to %s"), cp_display, cp_source);
_                  57 lib/event/event.c         mc_propagate_error (mcerror, 0, "%s", _ ("Event system already initialized"));
_                  66 lib/event/event.c         mc_propagate_error (mcerror, 0, "%s", _ ("Failed to initialize event system"));
_                  82 lib/event/event.c         mc_propagate_error (mcerror, 0, "%s", _ ("Event system not initialized"));
_                  72 lib/event/manage.c         mc_propagate_error (mcerror, 0, "%s", _ ("Check input data! Some of parameters are NULL!"));
_                 164 lib/event/manage.c             mc_propagate_error (mcerror, 0, _ ("Unable to create group '%s' for events!"),
_                 189 lib/event/manage.c             mc_propagate_error (mcerror, 0, _ ("Unable to create event '%s'!"), event_name);
_                 133 lib/global.c       return g_strdup_printf (_ ("Copyright (C) 1996-%zu the Free Software Foundation"), last_year);
_                 240 lib/lock.c                 msg = g_strdup_printf (_ ("File \"%s\" is already being edited.\n"
_                 244 lib/lock.c                 switch (query_dialog (_ ("File locked"), msg, D_NORMAL, 2, _ ("&Grab lock"),
_                 245 lib/lock.c                                       _ ("&Ignore lock")))
_                 113 lib/mcconfig/paths.c         mc_propagate_error (mcerror, 0, _ ("Cannot create %s directory"), directory_name);
_                 133 lib/mcconfig/paths.c             fprintf (stderr, "%s %s\n", _ ("FATAL: not a directory:"), full_path);
_                 194 lib/search/hex.c             desc = _ (
_                 198 lib/search/hex.c             desc = _ ("Invalid character");
_                 201 lib/search/hex.c             desc = _ ("Unmatched quotes character");
_                 209 lib/search/hex.c             g_strdup_printf (_ ("Hex pattern error at position %d:\n%s."), error_pos + 1, desc);
_                 340 lib/search/regex.c                 str_conv_gerror_message (mcerror, _ ("Regular expression error"));
_                 817 lib/search/regex.c                 str_conv_gerror_message (mcerror, _ ("Regular expression error"));
_                 957 lib/search/regex.c                              _ (STR_E_RPL_NOT_EQ_TO_FOUND));
_                1014 lib/search/regex.c                                  _ (STR_E_RPL_INVALID_TOKEN), lc_index);
_                 257 lib/search/search.c         mc_search_set_error (lc_mc_search, MC_SEARCH_E_INPUT, "%s", _ (STR_E_UNKNOWN_TYPE));
_                 322 lib/search/search.c                 mc_search__list_types[i].str = _ (mc_search__list_types[i].str);
_                 134 lib/skin/common.c                             _ ("Unable to load '%s' skin.\nDefault skin has been loaded"),
_                 144 lib/skin/common.c                             _ ("Unable to parse '%s' skin.\nDefault skin has been loaded"),
_                 155 lib/skin/common.c                             _ ("Unable to use '%s' skin with true colors support:\n%s\nDefault "
_                 167 lib/skin/common.c                             _ ("Unable to use '%s' skin with 256 colors support:\n%s\nDefault "
_                  94 lib/timefmt.c          length = str_term_width1 (_ (INVALID_TIME_TEXT));
_                 115 lib/timefmt.c          tlen = (size_t) str_term_width1 (_ (INVALID_TIME_TEXT));
_                 273 lib/tty/color-ncurses.c                  _ ("\nIf your terminal supports 256 colors, you need to set your TERM\n"
_                 290 lib/tty/color-ncurses.c                  _ ("For true color support, you need version 6.1 or later of the ncurses\n"
_                 301 lib/tty/color-ncurses.c             _ ("\nIf your terminal supports true colors, you need to set your TERM\n"
_                 240 lib/tty/color-slang.c                  _ ("\nIf your terminal supports 256 colors, you need to set your TERM\n"
_                 261 lib/tty/color-slang.c         g_set_error (error, MC_ERROR, -1, _ ("True color not supported in this slang version."));
_                 273 lib/tty/color-slang.c                      _ ("\nIf your terminal supports true colors, you need to set your TERM\n"
_                  71 lib/tty/tty-internal.c         fprintf (stderr, _ ("\nCannot create pipe for SIGWINCH: %s (%d)\n"), mcerror->message,
_                  84 lib/tty/tty-internal.c         fprintf (stderr, _ ("\nCannot configure write end of SIGWINCH pipe: %s (%d)\n"),
_                  93 lib/tty/tty-internal.c         fprintf (stderr, _ ("\nCannot configure read end of SIGWINCH pipe: %s (%d)\n"),
_                 290 lib/tty/tty-slang.c                  _ ("Screen size %dx%d is not supported.\n"
_                 130 lib/tty/tty.c          fputs (_ ("The TERM environment variable is unset!\n"), stderr);
_                 214 lib/tty/tty.c              perror (_ ("Cannot check SIGWINCH pipe"));
_                 332 lib/util.c         const char *xtra = _ ("B");
_                 337 lib/util.c             xtra = use_si ? _ ("kB") : _ ("KiB");
_                 342 lib/util.c                 xtra = use_si ? _ ("MB") : _ ("MiB");
_                 347 lib/util.c                     xtra = use_si ? _ ("GB") : _ ("GiB");
_                1172 lib/util.c         result = _ (s);
_                 561 lib/utilunix.c                           _ ("Cannot create pipe descriptor"));
_                 574 lib/utilunix.c                           _ ("Cannot create pipe streams"));
_                 653 lib/utilunix.c             _ ("Unexpected error in select() reading data from a child process:\n%s"),
_                 729 lib/utilunix.c                           _ ("Cannot close pipe descriptor (p == NULL)"));
_                 747 lib/utilunix.c         mc_replace_error (error, MC_PIPE_ERROR_READ, _ ("Unexpected error in waitpid():\n%s"),
_                 274 lib/vfs/direntry.c         vfs_print_message (_ ("Directory cache expired for %s"), path);
_                 707 lib/vfs/direntry.c         vfs_print_message (_ ("%s: %s: %s %3d%% (%lld) bytes transferred"), fs_name, action,
_                 710 lib/vfs/direntry.c         vfs_print_message (_ ("%s: %s: %s %lld bytes transferred"), fs_name, action, file_name,
_                1362 lib/vfs/direntry.c             vfs_print_message ("%s", _ ("Starting linear transfer..."));
_                1461 lib/vfs/direntry.c         vfs_s_print_stats (me->name, _ ("Getting file"), ino->ent->name, total, stat_size);
_                 176 lib/vfs/interface.c     message (D_ERROR, _ ("Changes to file lost"), "%s",
_                 790 lib/vfs/interface.c                  _ ("Cannot create temporary directory %s: %s.\n"
_                 794 lib/vfs/interface.c         fprintf (stderr, "%s\n", _ ("Press any key to continue..."));
_                 861 lib/vfs/parse_ls_vga.c         message (D_ERROR, _ ("Cannot parse:"), "%s",
_                 864 lib/vfs/parse_ls_vga.c         message (D_ERROR, MSG_ERROR, _ ("More parsing errors will be ignored."));
_                 363 lib/vfs/utilvfs.c     message (D_ERROR, _ ("Internal error:"), "%s", m);
_                 372 lib/vfs/utilvfs.c     return input_dialog (msg, _ ("Password:"), MC_HISTORY_VFS_PASSWORD, INPUT_PASSWORD,
_                 243 lib/widget/dialog-switch.c     listbox = listbox_window_new (lines, cols, _ ("Screens"), "[Screen selector]");
_                 218 lib/widget/history.c     hd->max_width = str_term_width1 (_ ("History")) + 2;
_                 232 lib/widget/history.c                             history_dlg_callback, NULL, "[History-query]", _ ("History"));
_                 326 lib/widget/listbox.c                               _ ("Do you want clean this history?"), D_ERROR, 2, _ ("&Yes"),
_                 327 lib/widget/listbox.c                               _ ("&No"))
_                 216 lib/widget/quick.h         QUICK_BUTTON (_ ("&OK"), B_ENTER, NULL, NULL),                                             \
_                 217 lib/widget/quick.h         QUICK_BUTTON (_ ("&Cancel"), B_CANCEL, NULL, NULL)
_                 129 lib/widget/wtools.c     title = g_strconcat (_ ("Background process:"), " ", title, (char *) NULL);
_                 130 lib/widget/wtools.c     query_dialog (title, text, *flags, 1, _ ("&OK"));
_                 253 lib/widget/wtools.c         header = _ ("Error");
_                 390 lib/widget/wtools.c         title = _ ("Error");
_                 408 lib/widget/wtools.c         query_dialog (title, p, flags, 1, _ ("&OK"));
_                 425 lib/widget/wtools.c         message (D_ERROR, MSG_ERROR, _ ("%s (%d)"), (*mcerror)->message, (*mcerror)->code);
_                 666 lib/widget/wtools.c     const char *b_name = _ ("&Abort");
_                 393 src/args.c             _ ("--colors KEYWORD={FORE},{BACK},{ATTR}:KEYWORD2=...\n\n"
_                 410 src/args.c             _ ("Standard Colors:\n"
_                 419 src/args.c         return g_option_group_new ("color", mc_args__loc__colors_string, _ ("Color options"), NULL,
_                 434 src/args.c             s = g_strdup_printf ("%s\n", _ ("[+lineno] file1[:lineno] [file2[:lineno]...]"));
_                 438 src/args.c             s = g_strdup_printf ("%s\n", _ ("file"));
_                 442 src/args.c             s = g_strdup_printf ("%s\n", _ ("file1 file2"));
_                 447 src/args.c             s = g_strdup_printf ("%s\n", _ ("[this_dir] [other_panel_dir]"));
_                 461 src/args.c             g_strdup_printf (_ ("\n"
_                 687 src/args.c         main_group = g_option_group_new ("main", _ ("Main options"), _ ("Main options"), NULL, NULL);
_                 694 src/args.c             g_option_group_new ("terminal", _ ("Terminal options"), _ ("Terminal options"), NULL, NULL);
_                 709 src/args.c                 mc_propagate_error (mcerror, 0, "%s\n", _ ("Arguments parse error!"));
_                 816 src/args.c             mc_propagate_error (mcerror, 0, "%s\n", _ ("MC is built without builtin editor."));
_                 823 src/args.c                 mc_propagate_error (mcerror, 0, "%s\n", _ ("No arguments given to the viewer."));
_                 835 src/args.c                                     _ ("Two files are required to invoke the diffviewer."));
_                 181 src/background.c     message (D_ERROR, _ ("Background protocol error"), "%s", _ ("Reading failed"));
_                 221 src/background.c     const char *background_process_error = _ ("Background process error");
_                 236 src/background.c             message (D_ERROR, background_process_error, "%s", _ ("Unknown error in child"));
_                 244 src/background.c         message (D_ERROR, background_process_error, "%s", _ ("Child died unexpectedly"));
_                 255 src/background.c         message (D_ERROR, _ ("Background protocol error"), "%s",
_                 256 src/background.c                  _ ("Background process sent us a request for more arguments\n"
_                 287 src/background.c         message (D_ERROR, background_process_error, "%s", _ ("Unknown error in child"));
_                  15 src/diffviewer/internal.h #define error_dialog(h, s) query_dialog (h, s, D_ERROR, 1, _ ("&Dismiss"))
_                  85 src/diffviewer/search.c             QUICK_LABELED_INPUT (_ ("Enter search string:"), input_label_above, INPUT_LAST_TEXT,
_                  93 src/diffviewer/search.c                 QUICK_CHECKBOX (_ ("Cas&e sensitive"), &mcdiffview_search_options.case_sens, NULL),
_                  94 src/diffviewer/search.c                 QUICK_CHECKBOX (_ ("&Backwards"), &mcdiffview_search_options.backwards, NULL),
_                  95 src/diffviewer/search.c                 QUICK_CHECKBOX (_ ("&Whole words"), &mcdiffview_search_options.whole_words, NULL),
_                  96 src/diffviewer/search.c                 QUICK_CHECKBOX (_ ("&All charsets"), &mcdiffview_search_options.all_codepages,
_                 108 src/diffviewer/search.c             .title = _ ("Search"),
_                 234 src/diffviewer/search.c         query_dialog (_ ("Search"), _ (STR_E_NOTFOUND), D_NORMAL, 1, _ ("&Dismiss"));
_                 247 src/diffviewer/search.c         error_dialog (_ ("Search"), _ ("Search is disabled"));
_                 274 src/diffviewer/search.c         error_dialog (_ ("Search"), _ ("Search is disabled"));
_                 179 src/diffviewer/ydiff.c         file_error_message (_ ("Cannot create temporary diff file"), NULL);
_                2126 src/diffviewer/ydiff.c                 file_error_message (_ ("Cannot create backup file\n%s~~~"), dview->file[n_merge]);
_                2134 src/diffviewer/ydiff.c             file_error_message (_ ("Cannot create temporary merge file"), NULL);
_                2325 src/diffviewer/ydiff.c         _ ("No&rmal"),
_                2326 src/diffviewer/ydiff.c         _ ("&Fastest (Assume large files)"),
_                2327 src/diffviewer/ydiff.c         _ ("&Minimal (Find a smaller set of change)"),
_                2332 src/diffviewer/ydiff.c         QUICK_START_GROUPBOX (_ ("Diff algorithm")),
_                2335 src/diffviewer/ydiff.c         QUICK_START_GROUPBOX (_ ("Diff extra options")),
_                2336 src/diffviewer/ydiff.c             QUICK_CHECKBOX (_ ("&Ignore case"), &dview->opt.ignore_case, NULL),
_                2337 src/diffviewer/ydiff.c             QUICK_CHECKBOX (_ ("Ignore tab &expansion"), &dview->opt.ignore_tab_expansion, NULL),
_                2338 src/diffviewer/ydiff.c             QUICK_CHECKBOX (_ ("Ignore &space change"), &dview->opt.ignore_space_change, NULL),
_                2339 src/diffviewer/ydiff.c             QUICK_CHECKBOX (_ ("Ignore all &whitespace"), &dview->opt.ignore_all_space, NULL),
_                2340 src/diffviewer/ydiff.c             QUICK_CHECKBOX (_ ("Strip &trailing carriage return"), &dview->opt.strip_trailing_cr,
_                2352 src/diffviewer/ydiff.c         .title = _ ("Diff Options"),
_                2820 src/diffviewer/ydiff.c         error_dialog (_ ("Edit"), _ ("Edit is disabled"));
_                2853 src/diffviewer/ydiff.c         _ ("Goto line (left)"),
_                2854 src/diffviewer/ydiff.c         _ ("Goto line (right)"),
_                2860 src/diffviewer/ydiff.c     input = input_dialog (_ (title[ord]), _ ("Enter line:"), MC_HISTORY_YDIFF_GOTO_LINE,
_                2953 src/diffviewer/ydiff.c                                 ? _ ("File(s) was modified. Save with exit?")
_                2954 src/diffviewer/ydiff.c                                 : _ ("%s is being shut down.\nSave modified file(s)?"),
_                2956 src/diffviewer/ydiff.c     act = query_dialog (_ ("Quit"), text, D_NORMAL, 2, _ ("&Yes"), _ ("&No"));
_                3284 src/diffviewer/ydiff.c     width1 = (width - str_term_width1 (_ ("Diff:")) - strlen (modified) - 3) / 2;
_                3294 src/diffviewer/ydiff.c     g_string_append (title, _ ("Diff:"));
_                3420 src/diffviewer/ydiff.c             message (D_ERROR, MSG_ERROR, "%s", _ ("File name is empty!"));
_                3428 src/diffviewer/ydiff.c             message (D_ERROR, MSG_ERROR, _ ("%s\nis a directory"), fe0->fname->str);
_                3435 src/diffviewer/ydiff.c             message (D_ERROR, MSG_ERROR, "%s", _ ("File name is empty!"));
_                3442 src/diffviewer/ydiff.c             message (D_ERROR, MSG_ERROR, _ ("%s\nis a directory"), fe1->fname->str);
_                3461 src/diffviewer/ydiff.c                 message (D_ERROR, MSG_ERROR, _ ("%s\nis a directory"), p0);
_                3467 src/diffviewer/ydiff.c             file_error_message (_ ("Cannot stat\n%s"), p0);
_                3477 src/diffviewer/ydiff.c                 message (D_ERROR, MSG_ERROR, _ ("%s\nis a directory"), p1);
_                3483 src/diffviewer/ydiff.c             file_error_message (_ ("Cannot stat\n%s"), p1);
_                3491 src/diffviewer/ydiff.c         message (D_ERROR, MSG_ERROR, _ ("Diff viewer: invalid mode"));
_                3517 src/diffviewer/ydiff.c         message (D_ERROR, MSG_ERROR, _ ("Two files are needed to compare"));
_                 161 src/editor/edit.c         label_set_textv (ssm->label, _ ("Loading: %3d%%"),
_                 164 src/editor/edit.c         label_set_text (ssm->label, _ ("Loading..."));
_                 201 src/editor/edit.c         file_error_message (_ ("Cannot open\n%s"), vfs_path_as_str (filename_vpath));
_                 209 src/editor/edit.c     status_msg_init (STATUS_MSG (&rsm), _ ("Load file"), 1.0, simple_status_msg_init_cb,
_                 217 src/editor/edit.c         message (D_ERROR, MSG_ERROR, _ ("Error reading %s"), vfs_path_as_str (filename_vpath));
_                 310 src/editor/edit.c             file_error_message (_ ("Cannot open\n%s"), vfs_path_as_str (filename_vpath));
_                 321 src/editor/edit.c         file_error_message (_ ("Cannot stat\n%s"), vfs_path_as_str (filename_vpath));
_                 329 src/editor/edit.c             g_strdup_printf (_ ("%s\nis not a regular file"), vfs_path_as_str (filename_vpath));
_                 354 src/editor/edit.c         errmsg = g_strdup_printf (_ ("File \"%s\" is too large.\nOpen it anyway?"),
_                 356 src/editor/edit.c         act = edit_query_dialog2 (_ ("Warning"), errmsg, _ ("&Yes"), _ ("&No"));
_                1997 src/editor/edit.c                 message (D_ERROR, MSG_ERROR, _ ("Error reading from pipe: %s"), p);
_                2003 src/editor/edit.c             file_error_message (_ ("Cannot open pipe for reading\n%s"), p);
_                 177 src/editor/editcmd.c                 edit_query_dialog3 (_ ("Warning"), _ ("File has hard-links. Detach before saving?"),
_                 178 src/editor/editcmd.c                                     _ ("&Yes"), _ ("&No"), _ ("&Cancel"));
_                 199 src/editor/editcmd.c             rv = edit_query_dialog2 (_ ("Warning"),
_                 200 src/editor/editcmd.c                                      _ ("The file has been modified in the meantime. Save anyway?"),
_                 201 src/editor/editcmd.c                                      _ ("&Yes"), _ ("&Cancel"));
_                 264 src/editor/editcmd.c                 message (D_ERROR, MSG_ERROR, _ ("Error writing to pipe: %s"), p);
_                 272 src/editor/editcmd.c             file_error_message (_ ("Cannot open pipe for reading\n%s"), p);
_                 311 src/editor/editcmd.c             file_error_message (_ ("Cannot open file\n%s\nfor writing"), savename);
_                 365 src/editor/editcmd.c              && edit_query_dialog2 (_ ("Warning"),
_                 366 src/editor/editcmd.c                                     _ ("The file you are saving does not end with a newline."),
_                 367 src/editor/editcmd.c                                     _ ("C&ontinue"), _ ("&Cancel"))
_                 381 src/editor/editcmd.c         _ ("&Do not change"),
_                 382 src/editor/editcmd.c         _ ("&Unix format (LF)"),
_                 383 src/editor/editcmd.c         _ ("&Windows/DOS format (CR LF)"),
_                 384 src/editor/editcmd.c         _ ("&Macintosh format (CR)"),
_                 388 src/editor/editcmd.c         QUICK_LABELED_INPUT (_ ("Enter file name:"), input_label_above,
_                 392 src/editor/editcmd.c         QUICK_LABEL (_ ("Change line breaks to:"), NULL),
_                 402 src/editor/editcmd.c         .title = _ ("Save As"),
_                 511 src/editor/editcmd.c         && edit_query_dialog2 (_ ("Warning"),
_                 513 src/editor/editcmd.c                                _ ("C&ontinue"), _ ("&Cancel"))
_                 806 src/editor/editcmd.c             file_error_message (_ ("Cannot create directory\n%s"), user_syntax_dir);
_                 893 src/editor/editcmd.c         _ ("&Quick save"),
_                 894 src/editor/editcmd.c         _ ("&Safe save"),
_                 895 src/editor/editcmd.c         _ ("&Do backups with following extension:"),
_                 906 src/editor/editcmd.c             QUICK_CHECKBOX (_ ("Check &POSIX new line"), &edit_options.check_nl_at_eof, NULL),
_                 915 src/editor/editcmd.c             .title = _ ("Edit Save Mode"),
_                 972 src/editor/editcmd.c                 file_error_message (_ ("Cannot save\n%s:\nnot a regular file"),
_                 987 src/editor/editcmd.c                 if (edit_query_dialog2 (_ ("Warning"), _ ("A file already exists with this name"),
_                 988 src/editor/editcmd.c                                         _ ("&Overwrite"), _ ("&Cancel")))
_                1029 src/editor/editcmd.c             message (D_ERROR, MSG_ERROR, "%s", _ ("Cannot save file"));
_                1063 src/editor/editcmd.c         f = g_strdup_printf (_ ("Confirm save file: \"%s\""),
_                1065 src/editor/editcmd.c         ok = (edit_query_dialog2 (_ ("Save file"), f, _ ("&Save"), _ ("&Cancel")) == 0);
_                1087 src/editor/editcmd.c     exp = input_expand_dialog (_ ("Load"), _ ("Enter file name:"), MC_HISTORY_EDIT_LOAD,
_                1174 src/editor/editcmd.c         dir = query_dialog (_ ("Syntax file edit"), _ ("Which syntax file you want to edit?"),
_                1175 src/editor/editcmd.c                             D_NORMAL, 2, _ ("&User"), _ ("&System wide"));
_                1229 src/editor/editcmd.c     dir = query_dialog (_ ("Menu edit"), _ ("Which menu file do you want to edit?"), D_NORMAL,
_                1230 src/editor/editcmd.c                         geteuid () != 0 ? 2 : 3, _ ("&Local"), _ ("&User"), _ ("&System wide"));
_                1509 src/editor/editcmd.c         fname = _ ("[NoName]");
_                1515 src/editor/editcmd.c         msg = g_strdup_printf (_ ("File %s was modified.\nSave before close?"), fname);
_                1516 src/editor/editcmd.c         act = edit_query_dialog3 (_ ("Close file"), msg, _ ("&Yes"), _ ("&No"), _ ("&Cancel"));
_                1520 src/editor/editcmd.c         msg = g_strdup_printf (_ ("%s is being shut down.\nSave modified file %s?"), PACKAGE_NAME,
_                1522 src/editor/editcmd.c         act = edit_query_dialog2 (_ ("Quit"), msg, _ ("&Yes"), _ ("&No"));
_                1626 src/editor/editcmd.c     message (D_ERROR, MSG_ERROR, "%s", _ ("This function is not implemented"));
_                1641 src/editor/editcmd.c         message (D_ERROR, MSG_ERROR, "%s", _ ("Unable to save to file"));
_                1665 src/editor/editcmd.c         message (D_ERROR, MSG_ERROR, "%s", _ ("Unable to save to file"));
_                1709 src/editor/editcmd.c     f = input_dialog (_ ("Goto line"), _ ("Enter line:"), MC_HISTORY_EDIT_GOTO_LINE,
_                1749 src/editor/editcmd.c     exp = input_expand_dialog (_ ("Save block"), _ ("Enter file name:"), MC_HISTORY_EDIT_SAVE_BLOCK,
_                1759 src/editor/editcmd.c             message (D_ERROR, MSG_ERROR, "%s", _ ("Cannot save block"));
_                1780 src/editor/editcmd.c     exp = input_expand_dialog (_ ("Insert file"), _ ("Enter file name:"),
_                1795 src/editor/editcmd.c             message (D_ERROR, MSG_ERROR, "%s", _ ("Cannot insert file"));
_                1816 src/editor/editcmd.c         message (D_ERROR, MSG_ERROR, "%s", _ ("You must first highlight a block of text"));
_                1824 src/editor/editcmd.c     exp = input_dialog (_ ("Run sort"),
_                1825 src/editor/editcmd.c                         _ ("Enter sort options (see sort(1) manpage) separated by whitespace:"),
_                1844 src/editor/editcmd.c             message (D_ERROR, MSG_ERROR, "%s", _ ("Cannot execute sort command"));
_                1850 src/editor/editcmd.c             message (D_ERROR, MSG_ERROR, _ ("Sort returned non-zero: %s"), q);
_                1885 src/editor/editcmd.c         input_dialog (_ ("Paste output of external command"), _ ("Enter shell command(s):"),
_                1903 src/editor/editcmd.c         message (D_ERROR, MSG_ERROR, "%s", _ ("Cannot execute external command"));
_                1949 src/editor/editcmd.c         QUICK_LABEL (_ ("mail -s <subject> -c <cc> <to>"), NULL),
_                1950 src/editor/editcmd.c         QUICK_LABELED_INPUT (_ ("To"), input_label_above, INPUT_LAST_TEXT, "mail-dlg-input-3",
_                1952 src/editor/editcmd.c         QUICK_LABELED_INPUT (_ ("Subject"), input_label_above, INPUT_LAST_TEXT, "mail-dlg-input-2",
_                1954 src/editor/editcmd.c         QUICK_LABELED_INPUT (_ ("Copies to"), input_label_above, INPUT_LAST_TEXT, "mail-dlg-input",
_                1964 src/editor/editcmd.c         .title = _ ("Mail"),
_                2000 src/editor/editcmd.c         editcmd_dialog_raw_key_query (_ ("Insert literal"), _ ("Press any key:"), FALSE);
_                2010 src/editor/editcmd.c         && edit_query_dialog2 (_ ("Warning"),
_                2011 src/editor/editcmd.c                                _ ("Current text was modified without a file save.\n"
_                2013 src/editor/editcmd.c                                _ ("C&ontinue"), _ ("&Cancel"))
_                2039 src/editor/editcmd.c         && edit_query_dialog2 (_ ("Warning"),
_                2040 src/editor/editcmd.c                                _ ("Current text was modified without a file save.\n"
_                2042 src/editor/editcmd.c                                _ ("C&ontinue"), _ ("&Cancel"))
_                2091 src/editor/editcmd.c         group_add_widget_autopos (g, button_new (y, 1, B_CANCEL, NORMAL_BUTTON, _ ("Cancel"), NULL),
_                 245 src/editor/editcomplete.c     status_msg_init (STATUS_MSG (&esm), _ ("Collect completions"), 1.0, simple_status_msg_init_cb,
_                 281 src/editor/editdraw.c             fname = _ ("NoName");
_                 153 src/editor/editmacros.c         editcmd_dialog_raw_key_query (_ ("Save macro"), _ ("Press the macro's new hotkey:"), TRUE);
_                 323 src/editor/editmacros.c     hotkey = editcmd_dialog_raw_key_query (_ ("Delete macro"), _ ("Press macro hotkey:"), TRUE);
_                 326 src/editor/editmacros.c         message (D_ERROR, _ ("Delete macro"), _ ("Macro not deleted"));
_                 338 src/editor/editmacros.c     f = input_dialog (_ ("Repeat last commands"), _ ("Repeat times:"), MC_HISTORY_EDIT_REPEAT, NULL,
_                  73 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Open file..."), CK_EditFile));
_                  74 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&New"), CK_EditNew));
_                  75 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Close"), CK_Close));
_                  76 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&History..."), CK_History));
_                  78 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Save"), CK_Save));
_                  79 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Save &as..."), CK_SaveAs));
_                  81 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Insert file..."), CK_InsertFile));
_                  82 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Cop&y to file..."), CK_BlockSave));
_                  84 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&User menu..."), CK_UserMenu));
_                  86 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("A&bout..."), CK_About));
_                  88 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Quit"), CK_Quit));
_                 100 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Undo"), CK_Undo));
_                 101 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Redo"), CK_Redo));
_                 104 src/editor/editmenu.c         g_list_prepend (entries, menu_entry_new (_ ("&Toggle ins/overw"), CK_InsertOverwrite));
_                 106 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("To&ggle mark"), CK_Mark));
_                 107 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Mark columns"), CK_MarkColumn));
_                 108 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Mark &all"), CK_MarkAll));
_                 109 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Unmar&k"), CK_Unmark));
_                 111 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Cop&y"), CK_Copy));
_                 112 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Mo&ve"), CK_Move));
_                 113 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Delete"), CK_Remove));
_                 115 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Co&py to clipfile"), CK_Store));
_                 116 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Cut to clipfile"), CK_Cut));
_                 117 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Pa&ste from clipfile"), CK_Paste));
_                 119 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Beginning"), CK_Top));
_                 120 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&End"), CK_Bottom));
_                 132 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Search..."), CK_Search));
_                 133 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Search &again"), CK_SearchContinue));
_                 134 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Replace..."), CK_Replace));
_                 136 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Toggle bookmark"), CK_Bookmark));
_                 137 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Next bookmark"), CK_BookmarkNext));
_                 138 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Prev bookmark"), CK_BookmarkPrev));
_                 139 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Flush bookmarks"), CK_BookmarkFlush));
_                 151 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Go to line..."), CK_Goto));
_                 152 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Toggle line state"), CK_ShowNumbers));
_                 154 src/editor/editmenu.c         g_list_prepend (entries, menu_entry_new (_ ("Go to matching &bracket"), CK_MatchBracket));
_                 156 src/editor/editmenu.c                               menu_entry_new (_ ("Toggle s&yntax highlighting"), CK_SyntaxOnOff));
_                 157 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Togg&le right margin"), CK_ShowMargin));
_                 159 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Find declaration"), CK_Find));
_                 160 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Back from &declaration"), CK_FilePrev));
_                 161 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("For&ward to declaration"), CK_FileNext));
_                 163 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Encod&ing..."), CK_SelectCodepage));
_                 165 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Refresh screen"), CK_Refresh));
_                 168 src/editor/editmenu.c         entries, menu_entry_new (_ ("&Start/Stop record macro"), CK_MacroStartStopRecord));
_                 169 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Delete macr&o..."), CK_MacroDelete));
_                 171 src/editor/editmenu.c         entries, menu_entry_new (_ ("Record/Repeat &actions"), CK_RepeatStartStopRecord));
_                 176 src/editor/editmenu.c         entries = g_list_prepend (entries, menu_entry_new (_ ("S&pell check"), CK_SpellCheck));
_                 178 src/editor/editmenu.c             g_list_prepend (entries, menu_entry_new (_ ("C&heck word"), CK_SpellCheckCurrentWord));
_                 180 src/editor/editmenu.c             entries, menu_entry_new (_ ("Change spelling &language..."), CK_SpellCheckSelectLang));
_                 184 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Mail..."), CK_EditMail));
_                 196 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Insert &literal..."), CK_InsertLiteral));
_                 197 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Insert &date/time"), CK_Date));
_                 200 src/editor/editmenu.c         g_list_prepend (entries, menu_entry_new (_ ("&Format paragraph"), CK_ParagraphFormat));
_                 201 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Sort..."), CK_Sort));
_                 203 src/editor/editmenu.c         g_list_prepend (entries, menu_entry_new (_ ("&Paste output of..."), CK_ExternalCommand));
_                 205 src/editor/editmenu.c         g_list_prepend (entries, menu_entry_new (_ ("&External formatter"), CK_PipeBlock (0)));
_                 220 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Move"), CK_WindowMove));
_                 221 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Resize"), CK_WindowResize));
_                 223 src/editor/editmenu.c         g_list_prepend (entries, menu_entry_new (_ ("&Toggle fullscreen"), CK_WindowFullscreen));
_                 225 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Next"), CK_WindowNext));
_                 226 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Previous"), CK_WindowPrev));
_                 227 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&List..."), CK_WindowList));
_                 239 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&General..."), CK_Options));
_                 240 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Save &mode..."), CK_OptionsSaveMode));
_                 241 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Learn &keys..."), CK_LearnKeys));
_                 243 src/editor/editmenu.c         g_list_prepend (entries, menu_entry_new (_ ("Syntax &highlighting..."), CK_SyntaxChoose));
_                 245 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("S&yntax file"), CK_EditSyntaxFile));
_                 246 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Menu file"), CK_EditUserMenu));
_                 248 src/editor/editmenu.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Save setup"), CK_SaveSetup));
_                 272 src/editor/editmenu.c                       menu_new (_ ("&File"), create_file_menu (), "[Internal File Editor]"));
_                 274 src/editor/editmenu.c                       menu_new (_ ("&Edit"), create_edit_menu (), "[Internal File Editor]"));
_                 276 src/editor/editmenu.c         menubar, menu_new (_ ("&Search"), create_search_replace_menu (), "[Internal File Editor]"));
_                 278 src/editor/editmenu.c                       menu_new (_ ("&Command"), create_command_menu (), "[Internal File Editor]"));
_                 280 src/editor/editmenu.c                       menu_new (_ ("For&mat"), create_format_menu (), "[Internal File Editor]"));
_                 282 src/editor/editmenu.c                       menu_new (_ ("&Window"), create_window_menu (), "[Internal File Editor]"));
_                 284 src/editor/editmenu.c                       menu_new (_ ("&Options"), create_options_menu (), "[Internal File Editor]"));
_                  70 src/editor/editoptions.c         *array = _ (*array);
_                 152 src/editor/editoptions.c                 QUICK_START_GROUPBOX (_ ("Wrap mode")),
_                 157 src/editor/editoptions.c                 QUICK_START_GROUPBOX (_ ("Tabulation")),
_                 158 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("&Fake half tabs"), &edit_options.fake_half_tabs, NULL),
_                 159 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("&Backspace through tabs"),
_                 161 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("Fill tabs with &spaces"),
_                 163 src/editor/editoptions.c                     QUICK_LABELED_INPUT (_ ("Tab spacing:"), input_label_left, tab_spacing,
_                 168 src/editor/editoptions.c                 QUICK_START_GROUPBOX (_ ("Other options")),
_                 169 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("&Return does autoindent"),
_                 171 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("Confir&m before saving"), &edit_options.confirm_save, NULL),
_                 172 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("Save file &position"), &edit_options.save_position, NULL),
_                 173 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("&Visible trailing spaces"), &edit_options.visible_tws,
_                 175 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("Visible &tabs"), &edit_options.visible_tabs, NULL),
_                 176 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("Synta&x highlighting"), &edit_options.syntax_highlighting,
_                 178 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("C&ursor after inserted block"),
_                 180 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("Pers&istent selection"),
_                 182 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("Cursor be&yond end of line"),
_                 184 src/editor/editoptions.c                     QUICK_CHECKBOX (_ ("&Group undo"), &edit_options.group_undo, NULL),
_                 185 src/editor/editoptions.c                     QUICK_LABELED_INPUT (_ ("Word wrap line length:"), input_label_left, wrap_length,
_                 198 src/editor/editoptions.c             .title = _ ("Editor options"),
_                  89 src/editor/editsearch.c             QUICK_LABELED_INPUT (_ ("Enter search string:"), input_label_above, INPUT_LAST_TEXT,
_                  97 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("Cas&e sensitive"), &edit_search_options.case_sens, NULL),
_                  98 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("&Backwards"), &edit_search_options.backwards, NULL),
_                  99 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("In se&lection"), &edit_search_options.only_in_selection, NULL),
_                 100 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("&Whole words"), &edit_search_options.whole_words, NULL),
_                 101 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("&All charsets"), &edit_search_options.all_codepages, NULL),
_                 104 src/editor/editsearch.c                 QUICK_BUTTON (_ ("&OK"), B_ENTER, NULL, NULL),
_                 105 src/editor/editsearch.c                 QUICK_BUTTON (_ ("&Find all"), B_USER, NULL, NULL),
_                 106 src/editor/editsearch.c                 QUICK_BUTTON (_ ("&Cancel"), B_CANCEL, NULL, NULL),
_                 115 src/editor/editsearch.c             .title = _ ("Search"),
_                 303 src/editor/editsearch.c             mc_search_set_error (edit->search, MC_SEARCH_E_NOTFOUND, "%s", _ (STR_E_NOTFOUND));
_                 324 src/editor/editsearch.c             mc_search_set_error (edit->search, MC_SEARCH_E_NOTFOUND, "%s", _ (STR_E_NOTFOUND));
_                 375 src/editor/editsearch.c         mc_search_set_error (edit->search, MC_SEARCH_E_NOTFOUND, "%s", _ (STR_E_NOTFOUND));
_                 402 src/editor/editsearch.c         mc_search_set_error (edit->search, MC_SEARCH_E_NOTFOUND, "%s", _ (STR_E_NOTFOUND));
_                 451 src/editor/editsearch.c         message (D_NORMAL, title, "%s", _ (STR_E_NOTFOUND));
_                 473 src/editor/editsearch.c     status_msg_init (STATUS_MSG (&esm), _ ("Search"), 1.0, simple_status_msg_init_cb,
_                 499 src/editor/editsearch.c             message (D_NORMAL, _ ("Search"), "%s", _ (STR_E_NOTFOUND));
_                 533 src/editor/editsearch.c             edit_search_show_error (edit, _ ("Search"));
_                 621 src/editor/editsearch.c         label_set_textv (ssm->label, _ ("Searching %s: %3d%%"), esm->edit->last_search_string,
_                 624 src/editor/editsearch.c         label_set_textv (ssm->label, _ ("Searching %s"), esm->edit->last_search_string);
_                 694 src/editor/editsearch.c             QUICK_LABELED_INPUT (_ ("Enter search string:"), input_label_above, search_default,
_                 697 src/editor/editsearch.c             QUICK_LABELED_INPUT (_ ("Enter replacement string:"), input_label_above,
_                 705 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("Cas&e sensitive"), &edit_search_options.case_sens, NULL),
_                 706 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("&Backwards"), &edit_search_options.backwards, NULL),
_                 707 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("In se&lection"), &edit_search_options.only_in_selection, NULL),
_                 708 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("&Whole words"), &edit_search_options.whole_words, NULL),
_                 709 src/editor/editsearch.c                 QUICK_CHECKBOX (_ ("&All charsets"), &edit_search_options.all_codepages, NULL),
_                 720 src/editor/editsearch.c             .title = _ ("Replace"),
_                 774 src/editor/editsearch.c             QUICK_LABEL (_ ("Replace with:"), NULL),
_                 777 src/editor/editsearch.c                 QUICK_BUTTON (_ ("&Replace"), B_ENTER, NULL, NULL),
_                 778 src/editor/editsearch.c                 QUICK_BUTTON (_ ("A&ll"), B_REPLACE_ALL, NULL, NULL),
_                 779 src/editor/editsearch.c                 QUICK_BUTTON (_ ("&Skip"), B_SKIP_REPLACE, NULL, NULL),
_                 780 src/editor/editsearch.c                 QUICK_BUTTON (_ ("&Cancel"), B_CANCEL, NULL, NULL),
_                 789 src/editor/editsearch.c             .title = _ ("Confirm replace"),
_                 900 src/editor/editsearch.c     status_msg_init (STATUS_MSG (&esm), _ ("Search"), 1.0, simple_status_msg_init_cb,
_                 911 src/editor/editsearch.c                 edit_search_show_error (edit, _ ("Search"));
_                 976 src/editor/editsearch.c                 edit_search_show_error (edit, _ ("Replace"));
_                1016 src/editor/editsearch.c                 query_dialog (_ ("Replace"), _ (STR_E_NOTFOUND), D_NORMAL, 1, _ ("&OK"));
_                1028 src/editor/editsearch.c         message (D_NORMAL, _ ("Replace"), _ ("%ld replacements made"), times_replaced);
_                 144 src/editor/editwidget.c         g_strdup_printf (_ ("A user friendly text editor\nwritten for the %s."), PACKAGE_NAME);
_                 154 src/editor/editwidget.c             QUICK_BUTTON (_ ("&OK"), B_ENTER, NULL, NULL),
_                 162 src/editor/editwidget.c             .title = _ ("About"),
_                 327 src/editor/editwidget.c     listbox = listbox_window_new (lines, cols, _ ("Open files"), "[Open files]");
_                 336 src/editor/editwidget.c                 fname = g_strdup_printf ("%c [%s]", e->modified != 0 ? '*' : ' ', _ ("NoName"));
_                 389 src/editor/editwidget.c         filename = g_strdup (_ ("[NoName]"));
_                 393 src/editor/editwidget.c     file_label = str_term_trim (filename, width1 - str_term_width1 (_ ("Edit: ")));
_                 396 src/editor/editwidget.c     return g_strconcat (_ ("Edit: "), modified, file_label, (char *) NULL);
_                 367 src/editor/etags.c         else if (!edit_query_dialog2 (_ ("Warning"),
_                 368 src/editor/etags.c                                       _ ("Current text was modified without a file save.\n"
_                 370 src/editor/etags.c                                       _ ("C&ontinue"), _ ("&Cancel")))
_                 154 src/editor/spell.c             return _ (spell_codes_map[i].name);
_                 349 src/editor/spell.c     add_btn = button_new (5, 28, B_ADD_WORD, NORMAL_BUTTON, _ ("&Add word"), 0);
_                 350 src/editor/spell.c     replace_btn = button_new (7, 28, B_ENTER, NORMAL_BUTTON, _ ("&Replace"), 0);
_                 352 src/editor/spell.c     skip_btn = button_new (9, 28, B_SKIP_WORD, NORMAL_BUTTON, _ ("&Skip"), 0);
_                 354 src/editor/spell.c     cancel_button = button_new (11, 28, B_CANCEL, NORMAL_BUTTON, _ ("&Cancel"), 0);
_                 360 src/editor/spell.c     lang_label = g_strdup_printf ("%s: %s", _ ("Language"), aspell_get_lang ());
_                 361 src/editor/spell.c     word_label = g_strdup_printf ("%s: %s", _ ("Misspelled"), word);
_                 368 src/editor/spell.c                           dialog_colors, NULL, NULL, "[ASpell]", _ ("Check word"));
_                 374 src/editor/spell.c     group_add_widget (g, groupbox_new (4, 2, sug_dlg_h - 5, 25, _ ("Suggest")));
_                 738 src/editor/spell.c     lang_list = listbox_window_centered_new (-1, -1, lang_dlg_h, lang_dlg_w, _ ("Select language"),
_                1463 src/editor/syntax.c         listbox_window_new (LIST_LINES, MAX_ENTRY_LEN, _ ("Choose syntax highlighting"), NULL);
_                1464 src/editor/syntax.c     LISTBOX_APPEND_TEXT (syntaxlist, 'A', _ ("< Auto >"), NULL, FALSE);
_                1465 src/editor/syntax.c     LISTBOX_APPEND_TEXT (syntaxlist, 'R', _ ("< Reload Current Syntax >"), NULL, FALSE);
_                1566 src/editor/syntax.c         file_error_message (_ ("Cannot open file\n%s"), f);
_                1571 src/editor/syntax.c         message (D_ERROR, _ ("Load syntax file"), _ ("Error in file %s on line %d"),
_                 137 src/execute.c          message (D_ERROR, _ ("Warning"), "%s",
_                 138 src/execute.c                   _ ("The Commander can't change to the directory that\n"
_                 198 src/execute.c          message (D_ERROR, MSG_ERROR, _ ("Cannot fetch a local copy of %s"),
_                 340 src/execute.c              printf ("%s", _ ("Press any key to continue..."));
_                 442 src/execute.c              message (D_ERROR, MSG_ERROR, "%s", _ ("The shell is already running a command"));
_                 469 src/execute.c                       _ ("Not an xterm or Linux console;\nthe subshell cannot be toggled."));
_                 508 src/execute.c              fprintf (stderr, _ ("Type 'exit' to return to the %s"), PACKAGE_NAME);
_                 122 src/filemanager/achown.c         advanced_chown_but[i].text = _ (advanced_chown_but[i].text);
_                 279 src/filemanager/achown.c     tty_print_string (_ ("owner"));
_                 281 src/filemanager/achown.c     tty_print_string (_ ("group"));
_                 283 src/filemanager/achown.c     tty_print_string (_ ("other"));
_                 286 src/filemanager/achown.c     tty_print_string (_ ("owner"));
_                 288 src/filemanager/achown.c     tty_print_string (_ ("group"));
_                 291 src/filemanager/achown.c     tty_print_string (_ ("Flag"));
_                 301 src/filemanager/achown.c     label_set_textv (l_mode, _ ("Permissions (octal): %o"), get_mode ());
_                 538 src/filemanager/achown.c             title = _ ("owner");
_                 543 src/filemanager/achown.c             title = _ ("group");
_                 742 src/filemanager/achown.c                          _ ("Chown advanced command"));
_                 821 src/filemanager/achown.c         switch (file_error (NULL, TRUE, _ ("Cannot chmod\n%sn%s"), fname))
_                 853 src/filemanager/achown.c         switch (file_error (NULL, TRUE, _ ("Cannot chown\n%sn%s"), fname))
_                1008 src/filemanager/achown.c                     file_error_message (_ ("Cannot chmod\n%s"), fname->str);
_                1011 src/filemanager/achown.c                     file_error_message (_ ("Cannot chown\n%s"), fname->str);
_                 173 src/filemanager/boxes.c         return _ ("< Default >");
_                 216 src/filemanager/boxes.c                            skin_dlg_callback, NULL, "[Appearance]", _ ("Skins"));
_                 427 src/filemanager/boxes.c         state_str[0] = _ ("Running");
_                 428 src/filemanager/boxes.c         state_str[1] = _ ("Stopped");
_                 502 src/filemanager/boxes.c     label_cp_display = g_strdup_printf (_ ("Detected display codepage: %s"), name_cp_display);
_                 504 src/filemanager/boxes.c         g_strdup_printf (_ ("Selected source (file I/O) codepage: %s"), name_cp_source);
_                 509 src/filemanager/boxes.c         QUICK_LABEL (_ ("Classic terminal file manager inspired by Norton Commander."), NULL),
_                 516 src/filemanager/boxes.c         QUICK_BUTTON (_ ("&OK"), B_ENTER, NULL, NULL),
_                 524 src/filemanager/boxes.c         .title = _ ("About"),
_                 549 src/filemanager/boxes.c         _ ("&Never"),
_                 550 src/filemanager/boxes.c         _ ("On dum&b terminals"),
_                 551 src/filemanager/boxes.c         _ ("Alwa&ys"),
_                 562 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("File operations")),
_                 563 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("&Verbose operation"), &verbose, NULL),
_                 564 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Compute tota&ls"), &file_op_compute_totals, NULL),
_                 565 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Classic pro&gressbar"), &classic_progressbar, NULL),
_                 566 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Mkdi&r autoname"), &auto_fill_mkdir_name, NULL),
_                 567 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("&Preallocate space"), &mc_global.vfs.preallocate_space,
_                 570 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("Esc key mode")),
_                 571 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("S&ingle press"), &old_esc_mode, &configure_old_esc_mode_id),
_                 572 src/filemanager/boxes.c                     QUICK_LABELED_INPUT (_ ("Timeout:"), input_label_left,
_                 577 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("Pause after run")),
_                 581 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("Other options")),
_                 582 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Use internal edi&t"), &use_internal_edit, NULL),
_                 583 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Use internal vie&w"), &use_internal_view, NULL),
_                 584 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("A&sk new file name"),
_                 586 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Auto m&enus"), &auto_menu, NULL),
_                 587 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("&Drop down menus"), &drop_menus, NULL),
_                 588 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("S&hell patterns"), &easy_patterns, NULL),
_                 589 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Co&mplete: show all"),
_                 591 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Rotating d&ash"), &nice_rotating_dash, NULL),
_                 592 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Cd follows lin&ks"), &mc_global.vfs.cd_symlinks, NULL),
_                 593 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Sa&fe delete"), &safe_delete, NULL),
_                 594 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Safe overwrite"), &safe_overwrite, NULL),       // w/o hotkey
_                 595 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("A&uto save setup"), &auto_save_setup, NULL),
_                 609 src/filemanager/boxes.c             .title = _ ("Configure options"),
_                 656 src/filemanager/boxes.c                 QUICK_LABEL (_ ("Skin:"), NULL),
_                 662 src/filemanager/boxes.c             QUICK_CHECKBOX (_ ("&Shadows"), &mc_global.tty.shadows, &shadows_id),
_                 672 src/filemanager/boxes.c             .title = _ ("Appearance"),
_                 704 src/filemanager/boxes.c             _ ("Case &insensitive"),
_                 705 src/filemanager/boxes.c             _ ("Cas&e sensitive"),
_                 706 src/filemanager/boxes.c             _ ("Use panel sort mo&de"),
_                 712 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("Main options")),
_                 713 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Show mi&ni-status"), &panels_options.show_mini_info, NULL),
_                 714 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Use SI si&ze units"), &panels_options.kilobyte_si, NULL),
_                 715 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Mi&x all files"), &panels_options.mix_all_files, NULL),
_                 716 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Show &backup files"), &panels_options.show_backups, NULL),
_                 717 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Show &hidden files"), &panels_options.show_dot_files, NULL),
_                 718 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("&Fast dir reload"), &panels_options.fast_reload, NULL),
_                 719 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Ma&rk moves down"), &panels_options.mark_moves_down, NULL),
_                 720 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Re&verse files only"), &panels_options.reverse_files_only,
_                 722 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Simple s&wap"), &simple_swap, NULL),
_                 723 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("A&uto save panels setup"), &panels_options.auto_save_setup,
_                 730 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("Navigation")),
_                 731 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("L&ynx-like motion"), &panels_options.navigate_with_arrows,
_                 733 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Pa&ge scrolling"), &panels_options.scroll_pages, NULL),
_                 734 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("Center &scrolling"), &panels_options.scroll_center, NULL),
_                 735 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("&Mouse page scrolling"), &panels_options.mouse_move_pages,
_                 738 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("File highlight")),
_                 739 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("File &types"), &panels_options.filetype_mode, NULL),
_                 740 src/filemanager/boxes.c                     QUICK_CHECKBOX (_ ("&Permissions"), &panels_options.permission_mode, NULL),
_                 742 src/filemanager/boxes.c                 QUICK_START_GROUPBOX (_ ("Quick search")),
_                 756 src/filemanager/boxes.c             .title = _ ("Panel options"),
_                 771 src/filemanager/boxes.c         message (D_NORMAL, _ ("Information"),
_                 772 src/filemanager/boxes.c                  _ ("Using the fast reload option may not reflect the exact\n"
_                 807 src/filemanager/boxes.c             _ ("&Full file list"),
_                 808 src/filemanager/boxes.c             _ ("&Brief file list:"),
_                 809 src/filemanager/boxes.c             _ ("&Long file list"),
_                 810 src/filemanager/boxes.c             _ ("&User defined:"),
_                 819 src/filemanager/boxes.c                 QUICK_LABELED_INPUT (_ ("columns"), input_label_right, panel_brief_cols_in,
_                 826 src/filemanager/boxes.c             QUICK_CHECKBOX (_ ("User &mini status"), &user_mini_status, &user_mini_status_id),
_                 838 src/filemanager/boxes.c             .title = _ ("Listing format"),
_                 908 src/filemanager/boxes.c         if (strcmp (sort_orders_names[i], _ (sort_field->title_hotkey)) == 0)
_                 920 src/filemanager/boxes.c                 QUICK_CHECKBOX (_ ("Executable &first"), &op->exec_first, NULL),
_                 921 src/filemanager/boxes.c                 QUICK_CHECKBOX (_ ("Cas&e sensitive"), &op->case_sensitive, NULL),
_                 922 src/filemanager/boxes.c                 QUICK_CHECKBOX (_ ("&Reverse"), &op->reverse, NULL),
_                 933 src/filemanager/boxes.c             .title = _ ("Sort order"),
_                 975 src/filemanager/boxes.c         .title = _ ("Confirmation"),
_                1003 src/filemanager/boxes.c                       tree_callback, NULL, "[Directory Tree]", _ ("Directory tree"));
_                1053 src/filemanager/boxes.c             QUICK_LABELED_INPUT (_ ("Timeout for freeing VFSs (sec):"), input_label_left, buffer2,
_                1058 src/filemanager/boxes.c             QUICK_LABELED_INPUT (_ ("FTP anonymous password:"), input_label_left,
_                1061 src/filemanager/boxes.c             QUICK_LABELED_INPUT (_ ("FTP directory cache timeout (sec):"), input_label_left,
_                1064 src/filemanager/boxes.c             QUICK_CHECKBOX (_ ("&Always use ftp proxy:"), &ftpfs_always_use_proxy,
_                1068 src/filemanager/boxes.c             QUICK_CHECKBOX (_ ("&Use ~/.netrc"), &ftpfs_use_netrc, NULL),
_                1069 src/filemanager/boxes.c             QUICK_CHECKBOX (_ ("Use &passive mode"), &ftpfs_use_passive_connections, NULL),
_                1070 src/filemanager/boxes.c             QUICK_CHECKBOX (_ ("Use passive mode over pro&xy"),
_                1081 src/filemanager/boxes.c             .title = _ ("Virtual File System Setting"),
_                1133 src/filemanager/boxes.c         QUICK_LABELED_INPUT (_ ("cd"), input_label_left, "", "input", &my_str, NULL, FALSE, TRUE,
_                1142 src/filemanager/boxes.c         .title = _ ("Quick cd"),
_                1159 src/filemanager/boxes.c         QUICK_LABELED_INPUT (_ ("Existing filename (filename symlink will point to):"),
_                1163 src/filemanager/boxes.c         QUICK_LABELED_INPUT (_ ("Symbolic link filename:"), input_label_above,
_                1174 src/filemanager/boxes.c         .title = _ ("Symbolic link"),
_                1202 src/filemanager/boxes.c         { _ ("&Stop"), NORMAL_BUTTON, B_STOP, 0, task_cb },
_                1203 src/filemanager/boxes.c         { _ ("&Resume"), NORMAL_BUTTON, B_RESUME, 0, task_cb },
_                1204 src/filemanager/boxes.c         { _ ("&Kill"), NORMAL_BUTTON, B_KILL, 0, task_cb },
_                1205 src/filemanager/boxes.c         { _ ("&OK"), DEFPUSH_BUTTON, B_CANCEL, 0, NULL },
_                1229 src/filemanager/boxes.c                            "[Background jobs]", _ ("Background jobs"));
_                 304 src/filemanager/cd.c     file_error_message (_ ("Cannot change directory to\n%s"), path);
_                 928 src/filemanager/chattr.c             check_attr[i].text = _ (check_attr[i].text);
_                 941 src/filemanager/chattr.c         chattr_but[i].text = _ (chattr_but[i].text);
_                 985 src/filemanager/chattr.c                          dlg_default_callback, NULL, "[Chattr]", _ ("Chattr command"));
_                1095 src/filemanager/chattr.c         switch (file_error (NULL, TRUE, _ ("Cannot chattr\n%sn%s"), fname))
_                1210 src/filemanager/chattr.c             file_error_message (_ ("Cannot get ext2 attributes of\n%s"), fname->str);
_                1234 src/filemanager/chattr.c                         file_error_message (_ ("Cannot chattr\n%s"), fname->str);
_                 145 src/filemanager/chmod.c         check_perm[i].text = _ (check_perm[i].text);
_                 148 src/filemanager/chmod.c         file_info_labels[i] = _ (file_info_labels[i]);
_                 151 src/filemanager/chmod.c         chmod_but[i].text = _ (chmod_but[i].text);
_                 324 src/filemanager/chmod.c                          NULL, "[Chmod]", _ ("Chmod command"));
_                 330 src/filemanager/chmod.c     group_add_widget (g, groupbox_new (PY, PX, BUTTONS_PERM + 2, perm_gb_len, _ ("Permission")));
_                 339 src/filemanager/chmod.c     file_gb = groupbox_new (PY, PX + perm_gb_len + 1, BUTTONS_PERM + 2, file_gb_len, _ ("File"));
_                 405 src/filemanager/chmod.c         switch (file_error (NULL, TRUE, _ ("Cannot chmod\n%sn%s"), fname))
_                 544 src/filemanager/chmod.c                         file_error_message (_ ("Cannot chmod\n%s"), fname->str);
_                 119 src/filemanager/chown.c         chown_but[i].text = _ (chown_but[i].text);
_                 134 src/filemanager/chown.c     tty_print_string (_ ("Name"));
_                 136 src/filemanager/chown.c     tty_print_string (_ ("Owner name"));
_                 138 src/filemanager/chown.c     tty_print_string (_ ("Group name"));
_                 140 src/filemanager/chown.c     tty_print_string (_ ("Size"));
_                 142 src/filemanager/chown.c     tty_print_string (_ ("Permission"));
_                 209 src/filemanager/chown.c                          "[Chown]", _ ("Chown command"));
_                 215 src/filemanager/chown.c     group_add_widget (g, groupbox_new (2, 3, GH, GW, _ ("User name")));
_                 219 src/filemanager/chown.c     listbox_add_item (l_user, LISTBOX_APPEND_AT_END, 0, _ ("<Unknown user>"), NULL, FALSE);
_                 226 src/filemanager/chown.c     group_add_widget (g, groupbox_new (2, 4 + GW, GH, GW, _ ("Group name")));
_                 230 src/filemanager/chown.c     listbox_add_item (l_group, LISTBOX_APPEND_AT_END, 0, _ ("<Unknown group>"), NULL, FALSE);
_                 237 src/filemanager/chown.c     group_add_widget (g, groupbox_new (2, 5 + GW * 2, GH, GW, _ ("File")));
_                 282 src/filemanager/chown.c         switch (file_error (NULL, TRUE, _ ("Cannot chown\n%sn%s"), fname))
_                 442 src/filemanager/chown.c                         file_error_message (_ ("Cannot chown\n%s"), fname->str);
_                 137 src/filemanager/cmd.c             && query_dialog (_ ("Confirmation"), _ ("Files tagged, want to cd?"), D_NORMAL, 2,
_                 138 src/filemanager/cmd.c                              _ ("&Yes"), _ ("&No"))
_                 313 src/filemanager/cmd.c         src = g_strdup_printf (_ ("Link %s to:"), str_trunc (fname, 46));
_                 315 src/filemanager/cmd.c             input_expand_dialog (_ ("Link"), src, MC_HISTORY_FM_LINK, "", INPUT_COMPLETE_FILENAMES);
_                 324 src/filemanager/cmd.c             file_error_message (_ ("Cannot create link\n%s"), dest);
_                 363 src/filemanager/cmd.c             file_error_message (_ ("Cannot create symbolic link\n%s"), dest);
_                 588 src/filemanager/cmd.c     filename = input_expand_dialog (_ ("View file"), _ ("Filename:"), MC_HISTORY_FM_VIEW_FILE,
_                 628 src/filemanager/cmd.c     command = input_dialog (_ ("Filtered view"), _ ("Filter command and arguments:"),
_                 720 src/filemanager/cmd.c         fname = input_expand_dialog (_ ("Edit file"), _ ("Enter file name:"), MC_HISTORY_EDIT_LOAD,
_                 754 src/filemanager/cmd.c     dir = input_expand_dialog (_ ("Create a new Directory"), _ ("Enter directory name:"),
_                 778 src/filemanager/cmd.c             file_error_message (_ ("Cannot create directory\n%s"), vfs_path_as_str (absdir));
_                 815 src/filemanager/cmd.c         dir = query_dialog (_ ("Extension file edit"), _ ("Which extension file you want to edit?"),
_                 816 src/filemanager/cmd.c                             D_NORMAL, 2, _ ("&User"), _ ("&System Wide"));
_                 855 src/filemanager/cmd.c     dir = query_dialog (_ ("Menu edit"), _ ("Which menu file do you want to edit?"), D_NORMAL,
_                 856 src/filemanager/cmd.c                         geteuid () ? 2 : 3, _ ("&Local"), _ ("&User"), _ ("&System Wide"));
_                 912 src/filemanager/cmd.c         dir = query_dialog (_ ("Highlighting groups file edit"),
_                 913 src/filemanager/cmd.c                             _ ("Which highlighting file you want to edit?"), D_NORMAL, 2,
_                 914 src/filemanager/cmd.c                             _ ("&User"), _ ("&System Wide"));
_                1007 src/filemanager/cmd.c     choice = query_dialog (_ ("Compare directories"), _ ("Select compare method:"), D_NORMAL, 4,
_                1008 src/filemanager/cmd.c                            _ ("&Quick"), _ ("&Size only"), _ ("&Thorough"), _ ("&Cancel"));
_                1022 src/filemanager/cmd.c                  _ ("Both panels should be in the listing mode\nto use this command"));
_                1084 src/filemanager/cmd.c         message (D_ERROR, MSG_ERROR, _ ("'%s' is not a symbolic link"), p);
_                1097 src/filemanager/cmd.c             q = g_strdup_printf (_ ("Symlink '%s\' points to:"), str_trunc (p, 32));
_                1098 src/filemanager/cmd.c             dest = input_expand_dialog (_ ("Edit symlink"), q, MC_HISTORY_FM_EDIT_LINK, buffer,
_                1111 src/filemanager/cmd.c                     file_error_message (_ ("Edit symlink, unable to remove\n%s"), p);
_                1118 src/filemanager/cmd.c                         file_error_message (_ ("Cannot edit symlink\n%s"),
_                1155 src/filemanager/cmd.c     nice_cd (_ ("FTP to machine"), _ (machine_str), "[FTP File System]",
_                1166 src/filemanager/cmd.c     nice_cd (_ ("SFTP to machine"), _ (machine_str),
_                1178 src/filemanager/cmd.c     nice_cd (_ ("Shell link to machine"), _ (machine_str), "[FIle transfer over SHell filesystem]",
_                1189 src/filemanager/cmd.c     nice_cd (_ ("Undelete files on an ext2 file system"),
_                1190 src/filemanager/cmd.c              _ ("Enter device (without /dev/) to undelete\nfiles on: (F1 for details)"),
_                1252 src/filemanager/cmd.c         status_msg_init (STATUS_MSG (&dsm), _ ("Directory scanning"), 0, dirsize_status_init_cb,
_                1286 src/filemanager/cmd.c     status_msg_init (STATUS_MSG (&dsm), _ ("Directory scanning"), 0, dirsize_status_init_cb,
_                1333 src/filemanager/cmd.c         message (D_NORMAL, _ ("Setup"), _ ("Setup saved to %s"), path);
_                1335 src/filemanager/cmd.c         message (D_ERROR, _ ("Setup"), _ ("Unable to save setup to %s"), path);
_                 119 src/filemanager/command.c             message (D_ERROR, MSG_ERROR, _ ("Cannot execute commands on non-local filesystems"));
_                 127 src/filemanager/command.c             message (D_ERROR, MSG_ERROR, _ ("The shell is already running a command"));
_                 248 src/filemanager/ext.c                 parameter = input_dialog (_ ("Parameter"), lc_prompt, MC_HISTORY_EXT_PARAMETER, "",
_                 460 src/filemanager/ext.c         file_error_message (_ ("Cannot create temporary command file"), NULL);
_                 669 src/filemanager/ext.c             mc_propagate_error (mcerror, 0, _ ("Cannot fetch a local copy of %s"),
_                 738 src/filemanager/ext.c         mc_propagate_error (mcerror, 0, "%s", _ ("Pipe failed"));
_                 757 src/filemanager/ext.c             mc_propagate_error (mcerror, 0, "%s", _ ("Regular expression error"));
_                 774 src/filemanager/ext.c         message (D_ERROR, _ ("Warning"),
_                 775 src/filemanager/ext.c                  _ ("You have an outdated %s file.\n%s now uses %s file.\n"
_                 826 src/filemanager/ext.c                      _ ("The format of the\n%s%s\nfile has changed with version 4.0.\n"
_                 842 src/filemanager/ext.c             _ ("The format of the\n%s\nfile has changed with version 4.0.\nYou may either want "
_                 404 src/filemanager/file.c                         status = file_error (ctx, TRUE, _ ("Cannot stat hardlink source file\n%s"),
_                 423 src/filemanager/file.c                         status = file_error (ctx, TRUE, _ ("Cannot create target hardlink\n%s"),
_                 458 src/filemanager/file.c             status = file_error (ctx, FALSE, _ ("Cannot create target hardlink\n%s"),
_                 521 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot read source link\n%s"), src_path);
_                 535 src/filemanager/file.c                  _ ("Cannot make stable symlinks across "
_                 605 src/filemanager/file.c         return_status = file_error (ctx, TRUE, _ ("Cannot create target symlink\n%s"), dst_path);
_                 756 src/filemanager/file.c         status_msg_init (STATUS_MSG (&dsm), _ ("Directory scanning"), 0, dirsize_status_init_cb,
_                 848 src/filemanager/file.c     head_msg = mode == Foreground ? MSG_ERROR : _ ("Background process error");
_                 879 src/filemanager/file.c     result = query_dialog (head_msg, msg, D_ERROR, 2, _ ("&Skip"), _ ("&Abort"));
_                 919 src/filemanager/file.c         *status = warn_same_file (ctx, _ ("\"%s\"\nand\n\"%s\"\nare the same directory"), a, b);
_                 921 src/filemanager/file.c         *status = warn_same_file (ctx, _ ("\"%s\"\nand\n\"%s\"\nare the same file"), a, b);
_                 940 src/filemanager/file.c     msg = mode == Foreground ? MSG_ERROR : _ ("Background process error");
_                 943 src/filemanager/file.c         result = query_dialog (msg, error, D_ERROR, 4, _ ("&Ignore"), _ ("Ignore a&ll"),
_                 944 src/filemanager/file.c                                _ ("&Retry"), _ ("&Abort"));
_                 947 src/filemanager/file.c             query_dialog (msg, error, D_ERROR, 3, _ ("&Ignore"), _ ("Ignore a&ll"), _ ("&Abort"));
_                 989 src/filemanager/file.c             ? _ ("Directory\n%s\nis not empty.\nDelete it recursively?")
_                 990 src/filemanager/file.c             : _ ("Background process:\nDirectory\n%s\nis not empty.\nDelete it recursively?");
_                 997 src/filemanager/file.c         ctx->recursive_result = query_dialog (op_names[OP_DELETE], text, D_ERROR, 5, _ ("&Yes"),
_                 998 src/filemanager/file.c                                               _ ("&No"), _ ("A&ll"), _ ("Non&e"), _ ("&Abort"));
_                1188 src/filemanager/file.c         *status = file_error (ctx, TRUE, _ ("Cannot remove file\n%s"), vfs_path_as_str (vpath));
_                1244 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot stat file\n%s"), s);
_                1260 src/filemanager/file.c             message (D_ERROR, MSG_ERROR, _ ("Cannot overwrite directory \"%s\""), d);
_                1311 src/filemanager/file.c             return_status = files_error (ctx, TRUE, _("Cannot move file\n%s\nto\n%s"), s, d);
_                1425 src/filemanager/file.c         return_status = file_error (ctx, TRUE, _ ("Cannot remove directory\n%s"), dir);
_                1520 src/filemanager/file.c                 ctx, TRUE, _ ("Cannot enter into directory\n%s"), vfs_path_as_str (vpath));
_                1689 src/filemanager/file.c                 return_status = file_error (ctx, TRUE, _ ("Cannot overwrite directory\n%s"), d);
_                1691 src/filemanager/file.c                 return_status = file_error (ctx, TRUE, _ ("Cannot overwrite file\n%s"), d);
_                1712 src/filemanager/file.c             return_status = files_error (ctx, TRUE, _ ("Cannot move directory\n%s\nto\n%s"), s, d);
_                1826 src/filemanager/file.c         message (D_ERROR, MSG_ERROR, _ ("Cannot operate on \"..\"!"));
_                1837 src/filemanager/file.c             file_error_message (_ ("Cannot stat\n%s"), source);
_                1882 src/filemanager/file.c             prompt_parts[i] = _ (prompt_parts[i]);
_                1884 src/filemanager/file.c         one_format = _ (one_format);
_                1885 src/filemanager/file.c         many_format = _ (many_format);
_                2028 src/filemanager/file.c     i = query_dialog (op_names[OP_DELETE], fmd_buf, D_ERROR, 2, _ ("&Yes"), _ ("&No"));
_                2332 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot overwrite directory\n%s"), dst_path);
_                2351 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot stat source file\n%s"), src_path);
_                2382 src/filemanager/file.c                 ctx, TRUE, _ ("Cannot get ext2 attributes of source file\n%s"), src_path);
_                2453 src/filemanager/file.c                             ctx, TRUE, _ ("Cannot set ext2 attributes of target file\n%s"),
_                2479 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot create special file\n%s"), dst_path);
_                2492 src/filemanager/file.c                 temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path);
_                2507 src/filemanager/file.c                 temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path);
_                2528 src/filemanager/file.c                     ctx, TRUE, _ ("Cannot set ext2 attributes of target file\n%s"), dst_path);
_                2557 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot open source file\n%s"), src_path);
_                2569 src/filemanager/file.c         message (D_ERROR, _ ("Warning"), _ ("Reget failed, about to overwrite file"));
_                2580 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot fstat source file\n%s"), src_path);
_                2613 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot create target file\n%s"), dst_path);
_                2645 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot fstat target file\n%s"), dst_path);
_                2666 src/filemanager/file.c             file_error (ctx, TRUE, _ ("Cannot preallocate space for target file\n%s"), dst_path);
_                2723 src/filemanager/file.c                         file_error (ctx, TRUE, _ ("Cannot read source file\n%s"), src_path);
_                2763 src/filemanager/file.c                             file_error (ctx, TRUE, _ ("Cannot write target file\n%s"), dst_path);
_                2801 src/filemanager/file.c                     update_usecs > FILEOP_STALLING_INTERVAL_US ? _ ("(stalled)") : "";
_                2821 src/filemanager/file.c                     query_dialog (Q_ ("DialogTitle|Copy"), _ ("Incomplete file was retrieved"),
_                2822 src/filemanager/file.c                                   D_ERROR, 3, _ ("&Delete"), _ ("&Keep"), _ ("&Continue copy"));
_                2858 src/filemanager/file.c         temp_status = file_error (ctx, TRUE, _ ("Cannot close source file\n%s"), src_path);
_                2870 src/filemanager/file.c         temp_status = file_error (ctx, TRUE, _ ("Cannot close target file\n%s"), dst_path);
_                2882 src/filemanager/file.c         if (query_dialog (Q_ ("DialogTitle|Copy"), _ ("Incomplete file was retrieved"), D_ERROR, 2,
_                2883 src/filemanager/file.c                           _ ("&Delete"), _ ("&Keep"))
_                2899 src/filemanager/file.c             temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path);
_                2920 src/filemanager/file.c             temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path);
_                2958 src/filemanager/file.c                 ctx, TRUE, _ ("Cannot set ext2 attributes for target file\n%s"), dst_path);
_                3028 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot stat source directory\n%s"), s);
_                3049 src/filemanager/file.c                 file_error (ctx, TRUE, _ ("Cannot get ext2 attributes of source directory\n%s"), s);
_                3098 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Source \"%s\" is not a directory\n%s"), s);
_                3110 src/filemanager/file.c         message (D_ERROR, MSG_ERROR, _ ("Cannot copy cyclic symbolic link\n\"%s\""), s);
_                3149 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Destination\n%s\nmust be a directory\n%s"), d);
_                3180 src/filemanager/file.c                 return_status = file_error (ctx, TRUE, _ ("Cannot create target directory\n%s"), d);
_                3204 src/filemanager/file.c                 return_status = file_error (ctx, TRUE, _ ("Cannot chown target directory\n%s"), d);
_                3375 src/filemanager/file.c     const char *b1_name = _ ("&Abort");
_                3376 src/filemanager/file.c     const char *b2_name = _ ("&Skip");
_                3415 src/filemanager/file.c     label_set_textv (dsm->count_size, _ ("Directories: %zu, total size: %s"), dsm->dir_count,
_                3550 src/filemanager/file.c             message (D_ERROR, MSG_ERROR, _ ("Sorry, I could not put the job in background"));
_                3635 src/filemanager/file.c                 || file_error (ctx, TRUE, _ ("Destination\n%s\nmust be a directory\n%s"), dest)
_                 330 src/filemanager/filegui.c     g_snprintf (buffer, BUF_TINY, _ ("%d:%02d:%02d"), eta_hours, eta_mins, eta_s);
_                 361 src/filemanager/filegui.c     g_snprintf (buffer, BUF_TINY, _ ("ETA %s"), _fmt_buff);
_                 370 src/filemanager/filegui.c         g_snprintf (buffer, BUF_TINY, _ ("%.2f MB/s"), bps / (1024 * 1024.0));
_                 372 src/filemanager/filegui.c         g_snprintf (buffer, BUF_TINY, _ ("%.2f KB/s"), bps / 1024.0);
_                 374 src/filemanager/filegui.c         g_snprintf (buffer, BUF_TINY, _ ("%ld B/s"), bps);
_                 456 src/filemanager/filegui.c         { NULL, _ ("New     :"), 2, 3, WPOS_KEEP_DEFAULT, 0 },
_                 464 src/filemanager/filegui.c         { NULL, _ ("Existing:"), 4, 3, WPOS_KEEP_DEFAULT, 0 },
_                 473 src/filemanager/filegui.c         { NULL, _ ("Overwrite this file?"), 7, 21, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, 0 },
_                 475 src/filemanager/filegui.c         { NULL, _ ("&Yes"), 8, 14, WPOS_KEEP_DEFAULT, REPLACE_YES },
_                 477 src/filemanager/filegui.c         { NULL, _ ("&No"), 8, 22, WPOS_KEEP_DEFAULT, REPLACE_NO },
_                 479 src/filemanager/filegui.c         { NULL, _ ("A&ppend"), 8, 29, WPOS_KEEP_DEFAULT, REPLACE_APPEND },
_                 481 src/filemanager/filegui.c         { NULL, _ ("&Reget"), 8, 40, WPOS_KEEP_DEFAULT, REPLACE_REGET },
_                 484 src/filemanager/filegui.c         { NULL, _ ("Overwrite all files?"), 10, 21, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, 0 },
_                 486 src/filemanager/filegui.c         { NULL, _ ("Don't overwrite with &zero length file"), 11, 3, WPOS_KEEP_DEFAULT, 0 },
_                 488 src/filemanager/filegui.c         { NULL, _ ("A&ll"), 12, 12, WPOS_KEEP_DEFAULT, REPLACE_ALL },
_                 490 src/filemanager/filegui.c         { NULL, _ ("&Older"), 12, 12, WPOS_KEEP_DEFAULT, REPLACE_OLDER },
_                 492 src/filemanager/filegui.c         { NULL, _ ("Non&e"), 12, 12, WPOS_KEEP_DEFAULT, REPLACE_NONE },
_                 494 src/filemanager/filegui.c         { NULL, _ ("S&maller"), 12, 25, WPOS_KEEP_DEFAULT, REPLACE_SMALLER },
_                 496 src/filemanager/filegui.c         { NULL, _ ("&Size differs"), 12, 40, WPOS_KEEP_DEFAULT, REPLACE_SIZE },
_                 499 src/filemanager/filegui.c         { NULL, _ ("&Abort"), 14, 27, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, REPLACE_ABORT }
_                 523 src/filemanager/filegui.c         title = _ ("File exists");
_                 525 src/filemanager/filegui.c         title = _ ("Background process: File exists");
_                 881 src/filemanager/filegui.c             progress_buttons[i].text = _ (progress_buttons[i].text);
_                1076 src/filemanager/filegui.c         label_set_textv (ui->total_files_processed_label, _ ("Files processed: %zu / %zu"),
_                1079 src/filemanager/filegui.c         label_set_textv (ui->total_files_processed_label, _ ("Files processed: %zu"),
_                1123 src/filemanager/filegui.c                 label_set_textv (ui->time_label, _ ("Time: %s %s"), buffer2, buffer3);
_                1127 src/filemanager/filegui.c                 label_set_textv (ui->time_label, _ ("Time: %s %s (%s)"), buffer2, buffer3, buffer4);
_                1133 src/filemanager/filegui.c                 label_set_textv (ui->time_label, _ ("Time: %s"), buffer2);
_                1137 src/filemanager/filegui.c                 label_set_textv (ui->time_label, _ ("Time: %s (%s)"), buffer2, buffer4);
_                1147 src/filemanager/filegui.c             hline_set_textv (ui->total_bytes_label, _ (" Total: %s "), buffer2);
_                1151 src/filemanager/filegui.c             hline_set_textv (ui->total_bytes_label, _ (" Total: %s / %s "), buffer2, buffer3);
_                1168 src/filemanager/filegui.c         label_set_text (ui->src_file_label, _ ("Source"));
_                1190 src/filemanager/filegui.c         label_set_text (ui->tgt_file_label, _ ("Target"));
_                1221 src/filemanager/filegui.c             label_set_text (ui->src_file_label, _ ("Deleting"));
_                1389 src/filemanager/filegui.c                 QUICK_CHECKBOX (_ ("&Using shell patterns"), &source_easy_patterns, NULL),
_                1391 src/filemanager/filegui.c             QUICK_LABELED_INPUT (_ ("to:"), input_label_above, def_text_secure, "input2",
_                1395 src/filemanager/filegui.c                 QUICK_CHECKBOX (_ ("Follow &links"), &ctx->follow_links, NULL),
_                1396 src/filemanager/filegui.c                 QUICK_CHECKBOX (_ ("Preserve &attributes"), &preserve, NULL),
_                1398 src/filemanager/filegui.c                 QUICK_CHECKBOX (_ ("Preserve e&xt2 attributes"), &copymove_persistent_ext2_attr, NULL),
_                1401 src/filemanager/filegui.c                 QUICK_CHECKBOX (_ ("Di&ve into subdir if exists"), &ctx->dive_into_subdirs, NULL),
_                1402 src/filemanager/filegui.c                 QUICK_CHECKBOX (_ ("&Stable symlinks"), &ctx->stable_symlinks, NULL),
_                1405 src/filemanager/filegui.c                 QUICK_BUTTON (_ ("&OK"), B_ENTER, NULL, NULL),
_                1407 src/filemanager/filegui.c                 QUICK_BUTTON (_ ("&Background"), B_USER, NULL, NULL),
_                1409 src/filemanager/filegui.c                 QUICK_BUTTON (_ ("&Cancel"), B_CANCEL, NULL, NULL),
_                1465 src/filemanager/filegui.c             message (D_ERROR, MSG_ERROR, _ ("Invalid source pattern '%s'"), source_mask);
_                 194 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("File listin&g"), CK_PanelListing));
_                 195 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Quick view"), CK_PanelQuickView));
_                 196 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Info"), CK_PanelInfo));
_                 197 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Tree"), CK_PanelTree));
_                 198 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Paneli&ze"), CK_Panelize));
_                 201 src/filemanager/filemanager.c         g_list_prepend (entries, menu_entry_new (_ ("&Listing format..."), CK_SetupListingFormat));
_                 202 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Sort order..."), CK_Sort));
_                 203 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Filter..."), CK_Filter));
_                 204 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Encoding..."), CK_SelectCodepage));
_                 207 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("FT&P link..."), CK_ConnectFtp));
_                 210 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("S&hell link..."), CK_ConnectShell));
_                 213 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("SFTP li&nk..."), CK_ConnectSftp));
_                 216 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Rescan"), CK_Reread));
_                 228 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&View"), CK_View));
_                 229 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Vie&w file..."), CK_ViewFile));
_                 230 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Filtered view"), CK_ViewFiltered));
_                 231 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Edit"), CK_Edit));
_                 232 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Copy"), CK_Copy));
_                 233 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("C&hmod"), CK_ChangeMode));
_                 234 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Link"), CK_Link));
_                 235 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Symlink"), CK_LinkSymbolic));
_                 237 src/filemanager/filemanager.c         g_list_prepend (entries, menu_entry_new (_ ("Relative symlin&k"), CK_LinkSymbolicRelative));
_                 238 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Edit s&ymlink"), CK_LinkSymbolicEdit));
_                 239 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Ch&own"), CK_ChangeOwn));
_                 241 src/filemanager/filemanager.c         g_list_prepend (entries, menu_entry_new (_ ("&Advanced chown"), CK_ChangeOwnAdvanced));
_                 243 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Cha&ttr"), CK_ChangeAttributes));
_                 245 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Rename/Move"), CK_Move));
_                 246 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Mkdir"), CK_MakeDir));
_                 247 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Delete"), CK_Delete));
_                 248 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Quick cd"), CK_CdQuick));
_                 250 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Select &group"), CK_Select));
_                 251 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("U&nselect group"), CK_Unselect));
_                 252 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Invert selection"), CK_SelectInvert));
_                 254 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("E&xit"), CK_Quit));
_                 270 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&User menu"), CK_UserMenu));
_                 271 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Directory tree"), CK_Tree));
_                 272 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Find file"), CK_Find));
_                 273 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("S&wap panels"), CK_Swap));
_                 274 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Switch &panels on/off"), CK_Shell));
_                 275 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Compare directories"), CK_CompareDirs));
_                 277 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("C&ompare files"), CK_CompareFiles));
_                 280 src/filemanager/filemanager.c         g_list_prepend (entries, menu_entry_new (_ ("E&xternal panelize"), CK_ExternalPanelize));
_                 281 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Show directory s&izes"), CK_DirSize));
_                 283 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Command &history"), CK_History));
_                 285 src/filemanager/filemanager.c         entries, menu_entry_new (_ ("Viewed/edited files hi&story"), CK_EditorViewerHistory));
_                 286 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Di&rectory hotlist"), CK_HotList));
_                 288 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Active VFS list"), CK_VfsList));
_                 291 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Background jobs"), CK_Jobs));
_                 293 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Screen lis&t"), CK_ScreenList));
_                 297 src/filemanager/filemanager.c         g_list_prepend (entries, menu_entry_new (_ ("&Undelete files (ext2fs only)"), CK_Undelete));
_                 300 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Listing format edit"), CK_ListMode));
_                 306 src/filemanager/filemanager.c                               menu_entry_new (_ ("Edit &extension file"), CK_EditExtensionsFile));
_                 307 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Edit &menu file"), CK_EditUserMenu));
_                 309 src/filemanager/filemanager.c         entries, menu_entry_new (_ ("Edit hi&ghlighting group file"), CK_EditFileHighlightFile));
_                 321 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Configuration..."), CK_Options));
_                 322 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Layout..."), CK_OptionsLayout));
_                 323 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Panel options..."), CK_OptionsPanel));
_                 324 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("C&onfirmation..."), CK_OptionsConfirm));
_                 325 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Appearance..."), CK_OptionsAppearance));
_                 326 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("Learn &keys..."), CK_LearnKeys));
_                 328 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Virtual FS..."), CK_OptionsVfs));
_                 331 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("&Save setup"), CK_SaveSetup));
_                 333 src/filemanager/filemanager.c     entries = g_list_prepend (entries, menu_entry_new (_ ("A&bout..."), CK_About));
_                 345 src/filemanager/filemanager.c     menubar_add_menu (the_menubar, menu_new (_ ("&File"), create_file_menu (), "[File Menu]"));
_                 347 src/filemanager/filemanager.c                       menu_new (_ ("&Command"), create_command_menu (), "[Command Menu]"));
_                 349 src/filemanager/filemanager.c                       menu_new (_ ("&Options"), create_options_menu (), "[Options Menu]"));
_                 432 src/filemanager/filemanager.c     p = g_strdup_printf ("%s [%s]:%s", _ ("Panels:"), login, path);
_                1030 src/filemanager/filemanager.c         if (query_dialog (PACKAGE_NAME, msg, D_NORMAL, 2, _ ("&Yes"), _ ("&No")) != 0)
_                1036 src/filemanager/filemanager.c     else if (query_dialog (PACKAGE_NAME, _ ("Do you really want to quit?"), D_NORMAL, 2, _ ("&Yes"),
_                1037 src/filemanager/filemanager.c                            _ ("&No"))
_                1593 src/filemanager/filemanager.c     menu_set_name (left_menu, panels_layout.horizontal_split ? _ ("&Above") : _ ("&Left"));
_                1594 src/filemanager/filemanager.c     menu_set_name (right_menu, panels_layout.horizontal_split ? _ ("&Below") : _ ("&Right"));
_                 377 src/filemanager/find.c     label_set_textv (found_num_label, _ ("Found: %lu"), matches);
_                 506 src/filemanager/find.c             message (D_ERROR, MSG_ERROR, _ ("Malformed regular expression"));
_                 517 src/filemanager/find.c             message (D_ERROR, MSG_ERROR, _ ("Malformed regular expression"));
_                 576 src/filemanager/find.c     const char *file_name_label = _ ("File name:");
_                 577 src/filemanager/find.c     const char *file_recurs_label = _ ("&Find recursively");
_                 578 src/filemanager/find.c     const char *file_follow_symlinks = _ ("Follow s&ymlinks");
_                 579 src/filemanager/find.c     const char *file_pattern_label = _ ("&Using shell patterns");
_                 580 src/filemanager/find.c     const char *file_all_charsets_label = _ ("&All charsets");
_                 581 src/filemanager/find.c     const char *file_case_label = _ ("Cas&e sensitive");
_                 582 src/filemanager/find.c     const char *file_skip_hidden_label = _ ("S&kip hidden");
_                 585 src/filemanager/find.c     const char *content_content_label = _ ("Content:");
_                 586 src/filemanager/find.c     const char *content_use_label = _ ("Sea&rch for content");
_                 587 src/filemanager/find.c     const char *content_regexp_label = _ ("Re&gular expression");
_                 588 src/filemanager/find.c     const char *content_case_label = _ ("Case sens&itive");
_                 589 src/filemanager/find.c     const char *content_all_charsets_label = _ ("A&ll charsets");
_                 590 src/filemanager/find.c     const char *content_whole_words_label = _ ("&Whole words");
_                 591 src/filemanager/find.c     const char *content_first_hit_label = _ ("Fir&st hit");
_                 594 src/filemanager/find.c         _ ("&Tree"),
_                 595 src/filemanager/find.c         _ ("&OK"),
_                 596 src/filemanager/find.c         _ ("&Cancel"),
_                 638 src/filemanager/find.c                            find_parm_callback, NULL, "[Find File]", _ ("Find File"));
_                 646 src/filemanager/find.c     group_add_widget (g, label_new (y1++, x1, _ ("Start at:")));
_                 654 src/filemanager/find.c         check_new (y1++, x1, options.ignore_dirs_enable, _ ("Ena&ble ignore directories:"));
_                 979 src/filemanager/find.c         g_snprintf (buffer, sizeof (buffer), _ ("Grepping in %s"), filename);
_                1074 src/filemanager/find.c                     g_snprintf (result, sizeof (result), _ ("Grepping in %s"), filename);
_                1258 src/filemanager/find.c                             status_update (_ ("Finished"));
_                1301 src/filemanager/find.c                     g_snprintf (buffer, sizeof (buffer), _ ("Searching %s"), directory);
_                1484 src/filemanager/find.c         g_snprintf (title, sizeof (title), _ ("Find File: \"%s\". Content: \"%s\""), find_pattern,
_                1487 src/filemanager/find.c         g_snprintf (title, sizeof (title), _ ("Find File: \"%s\""), find_pattern);
_                1585 src/filemanager/find.c     status_update (is_start ? _ ("Stopped") : _ ("Searching"));
_                1637 src/filemanager/find.c             fbuts[i].text = _ (fbuts[i].text);
_                1666 src/filemanager/find.c     status_label = label_new (y++, 4, _ ("Searching"));
_                 251 src/filemanager/hotlist.c                 text = _ ("Subgroup - press ENTER to see list");
_                 684 src/filemanager/hotlist.c             hotlist_but[i].text = _ (hotlist_but[i].text);
_                 765 src/filemanager/hotlist.c         title = _ ("Active VFS directories");
_                 772 src/filemanager/hotlist.c         title = _ ("Directory hotlist");
_                 781 src/filemanager/hotlist.c     hotlist_group = groupbox_new (y, UX, lines - 10 + dh, cols - 2 * UX, _ ("Top level group"));
_                 805 src/filemanager/hotlist.c     path_box = groupbox_new (y, UX, 3, hotlist_widget->rect.cols, _ ("Directory path"));
_                 842 src/filemanager/hotlist.c     hdr = g_strdup_printf (_ ("Moving %s"), item->label);
_                 851 src/filemanager/hotlist.c     movelist_group = groupbox_new (y, UX, lines - 7, cols - 2 * UX, _ ("Directory label"));
_                1003 src/filemanager/hotlist.c             QUICK_BUTTON (_ ("&Append"), B_APPEND, NULL, NULL),
_                1004 src/filemanager/hotlist.c             QUICK_BUTTON (_ ("&Insert"), B_INSERT, NULL, NULL),
_                1005 src/filemanager/hotlist.c             QUICK_BUTTON (_ ("&Cancel"), B_CANCEL, NULL, NULL),
_                1036 src/filemanager/hotlist.c     ret = add_new_entry_input (_ ("New hotlist entry"), _ ("Directory label:"),
_                1037 src/filemanager/hotlist.c                                _ ("Directory path:"), "[Hotlist]", def_text, &title, &url);
_                1065 src/filemanager/hotlist.c             QUICK_BUTTON (_ ("&Append"), B_APPEND, NULL, NULL),
_                1066 src/filemanager/hotlist.c             QUICK_BUTTON (_ ("&Insert"), B_INSERT, NULL, NULL),
_                1067 src/filemanager/hotlist.c             QUICK_BUTTON (_ ("&Cancel"), B_CANCEL, NULL, NULL),
_                1098 src/filemanager/hotlist.c     ret = add_new_group_input (_ ("New hotlist group"), _ ("Name of new group:"), &label);
_                1151 src/filemanager/hotlist.c         g_snprintf (text, sizeof (text), _ ("Are you sure you want to remove entry \"%s\"?"),
_                1153 src/filemanager/hotlist.c         result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2, _ ("&Yes"),
_                1154 src/filemanager/hotlist.c                                _ ("&No"));
_                1168 src/filemanager/hotlist.c             g_snprintf (text, sizeof (text), _ ("Group \"%s\" is not empty.\nRemove it?"),
_                1171 src/filemanager/hotlist.c                                    _ ("&Yes"), _ ("&No"));
_                1463 src/filemanager/hotlist.c     hotlist->label = g_strdup (_ ("Top level group"));
_                1487 src/filemanager/hotlist.c                 D_ERROR, _ ("Hotlist Load"),
_                1488 src/filemanager/hotlist.c                 _ ("MC was unable to write %s file,\nyour old hotlist entries were not deleted"),
_                1596 src/filemanager/hotlist.c     const char *cp = _ ("Label for \"%s\":");
_                1606 src/filemanager/hotlist.c     label = input_dialog (_ ("Add to hotlist"), lc_prompt, MC_HISTORY_HOTLIST_ADD, label_string,
_                  86 src/filemanager/info.c     const char *title = _ ("Information");
_                 151 src/filemanager/info.c         file_label = _ ("File: %s");
_                 169 src/filemanager/info.c             tty_print_string (_ ("No node information"));
_                 171 src/filemanager/info.c             tty_printf ("%s - / %" PRIuMAX, _ ("Free nodes:"), myfs_stats.nodes);
_                 173 src/filemanager/info.c             tty_printf ("%s %" PRIuMAX " / -", _ ("Free nodes:"), myfs_stats.nfree);
_                 175 src/filemanager/info.c             tty_printf ("%s %" PRIuMAX " / %" PRIuMAX " (%d%%)", _ ("Free nodes:"),
_                 184 src/filemanager/info.c             tty_print_string (_ ("No space information"));
_                 191 src/filemanager/info.c             tty_printf (_ ("Free space: %s / %s (%d%%)"), buffer1, buffer2,
_                 199 src/filemanager/info.c         tty_printf (_ ("Type:       %s"),
_                 200 src/filemanager/info.c                     myfs_stats.typename ? myfs_stats.typename : _ ("non-local vfs"));
_                 206 src/filemanager/info.c         str_printf (buff, _ ("Device:     %s"),
_                 213 src/filemanager/info.c         str_printf (buff, _ ("Filesystem: %s"),
_                 220 src/filemanager/info.c         str_printf (buff, _ ("Accessed:   %s"), file_date (st.st_atime));
_                 226 src/filemanager/info.c         str_printf (buff, _ ("Modified:   %s"), file_date (st.st_mtime));
_                 235 src/filemanager/info.c         str_printf (buff, _ ("Changed:    %s"), file_date (st.st_ctime));
_                 243 src/filemanager/info.c             tty_printf (_ ("Dev. type: major %lu, minor %lu"), (unsigned long) major (st.st_rdev),
_                 250 src/filemanager/info.c             tty_printf (_ ("Size:       %s"), buffer);
_                 259 src/filemanager/info.c         tty_printf (_ ("Owner:      %s/%s"), get_owner (st.st_uid), get_group (st.st_gid));
_                 263 src/filemanager/info.c         tty_printf (_ ("Links:      %d"), (int) st.st_nlink);
_                 276 src/filemanager/info.c                 tty_printf (_ ("Attributes: %s"), chattr_get_as_str (attr));
_                 278 src/filemanager/info.c                 tty_print_string (_ ("Attributes: unavailable"));
_                 283 src/filemanager/info.c         tty_print_string (_ ("Attributes: unavailable"));
_                 288 src/filemanager/info.c         tty_printf (_ ("Mode:       %s (%04o)"), string_perm (st.st_mode),
_                 293 src/filemanager/info.c         tty_printf (_ ("Location:   %Xh:%Xh"), (unsigned int) st.st_dev, (unsigned int) st.st_ino);
_                 495 src/filemanager/layout.c     const char *title1 = _ ("Panel split");
_                 496 src/filemanager/layout.c     const char *title2 = _ ("Console output");
_                 497 src/filemanager/layout.c     const char *title3 = _ ("Other options");
_                 500 src/filemanager/layout.c         _ ("&Vertical"),
_                 501 src/filemanager/layout.c         _ ("&Horizontal"),
_                 504 src/filemanager/layout.c     const char *ok_button = _ ("&OK");
_                 505 src/filemanager/layout.c     const char *cancel_button = _ ("&Cancel");
_                 507 src/filemanager/layout.c     output_lines_label = _ ("Output lines:");
_                 516 src/filemanager/layout.c                 check_options[i].text = _ (check_options[i].text);
_                 544 src/filemanager/layout.c                              layout_callback, NULL, "[Layout]", _ ("Layout"));
_                 882 src/filemanager/mountlist.c             fprintf (stderr, "%s\n", _ ("Memory exhausted!"));
_                 394 src/filemanager/panel.c         g_strlcpy (buf, _ ("[dev]"), bufsize);
_                 407 src/filemanager/panel.c         return _ ("UP--DIR");
_                 426 src/filemanager/panel.c         return _ ("SYMLINK");
_                 430 src/filemanager/panel.c         return _ ("SUB-DIR");
_                 943 src/filemanager/panel.c             tty_print_string (str_fit_to_term (_ ("<readlink failed>"), w->rect.cols - 2, J_LEFT));
_                 951 src/filemanager/panel.c         tty_print_string (str_fit_to_term (_ ("UP--DIR"), w->rect.cols - 2, J_LEFT));
_                1259 src/filemanager/panel.c         tty_printf (" %s ", _ ("Panelize"));
_                1515 src/filemanager/panel.c         g_snprintf (translated_title, sizeof (translated_title), "%s", _ (title));
_                1779 src/filemanager/panel.c                 g_strconcat (_ ("Unknown tag on display format:"), " ", tmp_format, (char *) NULL);
_                2587 src/filemanager/panel.c             QUICK_CHECKBOX (_ ("&Files only"), &files_only, NULL),
_                2588 src/filemanager/panel.c             QUICK_CHECKBOX (_ ("&Using shell patterns"), &shell_patterns, NULL),
_                2590 src/filemanager/panel.c             QUICK_CHECKBOX (_ ("&Case sensitive"), &case_sens, NULL),
_                2630 src/filemanager/panel.c         message (D_ERROR, MSG_ERROR, _ ("Malformed regular expression"));
_                2684 src/filemanager/panel.c     panel_select_unselect_files (panel, _ ("Select"), MC_HISTORY_FM_PANEL_SELECT,
_                2693 src/filemanager/panel.c     panel_select_unselect_files (panel, _ ("Unselect"), MC_HISTORY_FM_PANEL_UNSELECT,
_                2725 src/filemanager/panel.c         &ff.flags, _ ("Filter"), MC_HISTORY_FM_PANEL_FILTER, "[Filter...]", &ff.value);
_                2936 src/filemanager/panel.c         && query_dialog (PACKAGE_NAME, _ ("Do you really want to execute?"), D_NORMAL, 2,
_                2937 src/filemanager/panel.c                          _ ("&Yes"), _ ("&No"))
_                3438 src/filemanager/panel.c         message (D_ERROR, MSG_ERROR, _ ("Cannot read directory contents"));
_                4652 src/filemanager/panel.c         message (D_ERROR, MSG_ERROR, _ ("Cannot read directory contents"));
_                4703 src/filemanager/panel.c         message (D_ERROR, MSG_ERROR, _ ("Cannot read directory contents"));
_                4759 src/filemanager/panel.c         message (D_ERROR, _ ("Warning"),
_                4760 src/filemanager/panel.c                  _ ("User supplied format looks invalid, reverting to default."));
_                5197 src/filemanager/panel.c             ret[lc_index++] = g_strdup (_ (panel_fields[i].title_hotkey));
_                5225 src/filemanager/panel.c             && strcmp (name, _ (panel_fields[lc_index].title_hotkey)) == 0)
_                5285 src/filemanager/panel.c             ret[lc_index++] = g_strdup (_ (panel_fields[i].title_hotkey));
_                 170 src/filemanager/panelize.c         { B_ENTER, DEFPUSH_BUTTON, _ ("Pane&lize") },
_                 171 src/filemanager/panelize.c         { B_REMOVE, NORMAL_BUTTON, _ ("&Remove") },
_                 172 src/filemanager/panelize.c         { B_ADD, NORMAL_BUTTON, _ ("&Add new") },
_                 173 src/filemanager/panelize.c         { B_CANCEL, NORMAL_BUTTON, _ ("&Cancel") },
_                 201 src/filemanager/panelize.c                     panelize_callback, NULL, "[External panelize]", _ ("External panelize"));
_                 210 src/filemanager/panelize.c     listbox_set_current (l_panelize, listbox_search_text (l_panelize, _ ("Other command")));
_                 214 src/filemanager/panelize.c     group_add_widget (g, label_new (y++, UX, _ ("Command")));
_                 273 src/filemanager/panelize.c         label = input_dialog (_ ("Add to external panelize"), _ ("Enter command label:"),
_                 287 src/filemanager/panelize.c     if (strcmp (entry->label, _ ("Other command")) != 0)
_                 307 src/filemanager/panelize.c         message (D_ERROR, _ ("External panelize"), "%s", error->message);
_                 333 src/filemanager/panelize.c             message (D_ERROR, MSG_ERROR, _ ("External panelize:\n%s"), error->message);
_                 339 src/filemanager/panelize.c             message (D_ERROR, MSG_ERROR, _ ("External panelize:\n%s"), external->err.buf);
_                 350 src/filemanager/panelize.c             file_error_message (_ ("External panelize:\nfailed to read data from child stdout:"),
_                 440 src/filemanager/panelize.c         message (D_ERROR, MSG_ERROR, _ ("Cannot run external panelize in a non-local directory"));
_                 497 src/filemanager/panelize.c     add2panelize (g_strdup (_ ("Other command")), g_strdup (""));
_                 501 src/filemanager/panelize.c         add2panelize (g_strdup (_ ("Modified git files")), g_strdup ("git ls-files --modified"));
_                 502 src/filemanager/panelize.c         add2panelize (g_strdup (_ ("Find rejects after patching")),
_                 504 src/filemanager/panelize.c         add2panelize (g_strdup (_ ("Find *.orig after patching")),
_                 506 src/filemanager/panelize.c         add2panelize (g_strdup (_ ("Find SUID and SGID programs")),
_                 554 src/filemanager/panelize.c         if (strcmp (current->label, _ ("Other command")) != 0)
_                 177 src/filemanager/tree.c         fprintf (stderr, _ ("Cannot open the %s file for writing:\n%s\n"), tree_name,
_                 714 src/filemanager/tree.c     g_snprintf (msg, sizeof (msg), _ ("Copy \"%s\" directory to:"),
_                 745 src/filemanager/tree.c     g_snprintf (msg, sizeof (msg), _ ("Move \"%s\" directory to:"),
_                 758 src/filemanager/tree.c             file_error_message (_ ("Cannot stat the destination\n%s"), dest);
_                 762 src/filemanager/tree.c             file_error_message (_ ("Destination\n%s\nmust be a directory"), dest);
_                 814 src/filemanager/tree.c         buf = g_strdup_printf (_ ("Delete %s?"), vfs_path_as_str (tree->selected_ptr->name));
_                 816 src/filemanager/tree.c         result = query_dialog (Q_ ("DialogTitle|Delete"), buf, D_ERROR, 2, _ ("&Yes"), _ ("&No"));
_                1118 src/filemanager/tree.c         const char *title = _ ("Directory tree");
_                 370 src/filemanager/treestore.c                 fprintf (stderr, _ ("Cannot write to the %s file:\n%s\n"), name,
_                 325 src/help.c         return _ ("Help file format error\n");
_                 363 src/help.c             message (D_NORMAL, _ ("Warning"), "%s", _ ("Internal bug: Double start of link area"));
_                 688 src/help.c             message (D_ERROR, MSG_ERROR, _ ("Cannot find node %s in help file"), "[Contents]");
_                1152 src/help.c             file_error_message (_ ("Cannot open file\n%s"),
_                1174 src/help.c             message (D_ERROR, MSG_ERROR, _ ("Cannot find node %s in help file"), event_data->node);
_                1188 src/help.c                             FALSE, help_colors, help_callback, NULL, "[Help]", _ ("Help"));
_                  92 src/learn.c        d = create_message (D_ERROR, _ ("Teach me a key"),
_                  93 src/learn.c                            _ ("Please press the %s\n"
_                  99 src/learn.c                            _ (key_name_conv_tab[action - B_USER].longname));
_                 122 src/learn.c                message (D_NORMAL, _ ("Warning"),
_                 123 src/learn.c                         _ ("Cannot accept this key.\nYou have entered \"%s\""), seq);
_                 184 src/learn.c            label_set_text (LABEL (learnkeys[i].label), _ ("OK"));
_                 193 src/learn.c                                      _ ("It seems that all your keys already\n"
_                 195 src/learn.c                                      D_ERROR, 2, _ ("&Save"), _ ("&Discard"))
_                 202 src/learn.c                             _ ("Great! You have a complete terminal database!\n"
_                 260 src/learn.c        const char *b0 = _ ("&Save");
_                 261 src/learn.c        const char *b1 = _ ("&Cancel");
_                 270 src/learn.c            learn_title = _ (learn_title);
_                 304 src/learn.c            label = _ (key_name_conv_tab[i].longname);
_                 327 src/learn.c                       _ ("Press all the keys mentioned here. After you have done it, check\n"
_                 245 src/main.c             fprintf (stderr, _ ("Failed to run:\n%s\n"), mcerror->message);
_                 265 src/main.c             mc_propagate_error (&mcerror, 0, "%s: %s", _ ("Home directory path is not absolute"),
_                 384 src/main.c             text = g_strdup_printf (_ ("%s\nis already running on this terminal.\n"
_                 387 src/main.c             const int quit_mc = query_dialog (_ ("Warning"), text, D_ERROR, 2, _ ("&OK"), _ ("&Quit"));
_                 521 src/main.c             fprintf (stderr, _ ("\nFailed while close:\n%s\n"), mcerror->message);
_                  82 src/selcodepage.c                                            _ ("Choose codepage"), "[Codepages Translation]");
_                  84 src/selcodepage.c     LISTBOX_APPEND_TEXT (listbox, '-', _ ("-  < No translation >"), NULL, FALSE);
_                 218 src/setup.c    #define FMTYEAR _ ("%b %e  %Y")
_                 219 src/setup.c    #define FMTTIME _ ("%b %e %H:%M")
_                1083 src/setup.c            message (D_ERROR, MSG_ERROR, _ ("Cannot save file %s:\n%s"), filename, (*mcerror)->message);
_                1477 src/subshell/common.c             vfs_print_message (_ ("Warning: Cannot change to %s.\n"), cwd);
_                1549 src/subshell/common.c                 fprintf (stderr, _ ("Cannot open named pipe %s\n"), tcsh_fifo);
_                1865 src/subshell/common.c         subshell_quit = query_dialog (_ ("Warning"), _ ("The shell is still active. Quit anyway?"),
_                1866 src/subshell/common.c                                       D_NORMAL, 2, _ ("&Yes"), _ ("&No"))
_                 143 src/textconf.c     printf (_ ("Built with GLib %d.%d.%d (using GLib %u.%u.%u)\n"), GLIB_MAJOR_VERSION,
_                 148 src/textconf.c     printf (_ ("Built with S-Lang"));
_                 154 src/textconf.c     printf (_ (" and terminfo database (using S-Lang %s)\n"), SLang_Version_String);
_                 156 src/textconf.c     printf (_ ("Built with %s"), NCURSES_LIB_DISPLAYNAME);
_                 166 src/textconf.c     printf (_ (" (using %s)\n"), curses_version ());
_                 172 src/textconf.c     printf (_ ("Built with libssh2 %d.%d.%d\n"), LIBSSH2_VERSION_MAJOR, LIBSSH2_VERSION_MINOR,
_                 177 src/textconf.c         puts (_ (features[i]));
_                 180 src/textconf.c     puts (_ ("Virtual File Systems:"));
_                 182 src/textconf.c         printf ("%s %s", i == 0 ? "" : ",", _ (vfs_supported[i]));
_                 186 src/textconf.c     (void) puts (_ ("Data types:"));
_                 209 src/textconf.c     (void) printf ("%s %s\n", _ ("Home directory:"), mc_config_get_home_dir ());
_                 210 src/textconf.c     (void) printf ("%s %s\n", _ ("Profile root directory:"), mc_get_profile_root ());
_                 213 src/textconf.c     PRINTF_GROUP (_ ("System data"));
_                 215 src/textconf.c     PRINTF_SECTION (_ ("Config directory:"), mc_global.sysconfig_dir);
_                 216 src/textconf.c     PRINTF_SECTION (_ ("Data directory:"), mc_global.share_data_dir);
_                 218 src/textconf.c     PRINTF_SECTION (_ ("File extension handlers:"), EXTHELPERSDIR);
_                 221 src/textconf.c     PRINTF_SECTION (_ ("VFS plugins and scripts:"), LIBEXECDIR);
_                 231 src/textconf.c     PRINTF_GROUP (_ ("User data"));
_                 233 src/textconf.c     PRINTF_SECTION2 (_ ("Config directory:"), mc_config_get_path ());
_                 234 src/textconf.c     PRINTF_SECTION2 (_ ("Data directory:"), mc_config_get_data_path ());
_                 246 src/textconf.c     PRINTF_SECTION2 (_ ("Cache directory:"), mc_config_get_cache_path ());
_                 342 src/usermenu.c             message (D_NORMAL, _ ("Debug"), "%s", msg);
_                 358 src/usermenu.c             type = _ ("ERROR:");
_                 362 src/usermenu.c             type = _ ("True:");
_                 364 src/usermenu.c             type = _ ("False:");
_                 468 src/usermenu.c         file_error_message (_ ("Cannot create temporary command file"), NULL);
_                 496 src/usermenu.c                     _ ("Parameter"), lc_prompt, MC_HISTORY_FM_MENU_EXEC_PARAM, "",
_                 601 src/usermenu.c             message (D_ERROR, MSG_ERROR, "%s", _ ("Error calling program"));
_                 629 src/usermenu.c         message (D_NORMAL, _ ("Warning -- ignoring file"),
_                 630 src/usermenu.c                  _ ("File %s is not owned by root or you or is world writable.\n"
_                 774 src/usermenu.c             message (D_ERROR, _ ("Format error on file Extensions File"),
_                 775 src/usermenu.c                      dots == NULL ? _ ("The %%var macro has no default")
_                 776 src/usermenu.c                                   : _ ("The %%var macro has no variable"));
_                1030 src/usermenu.c         message (D_ERROR, MSG_ERROR, "%s", _ ("Cannot execute commands on non-local filesystems"));
_                1042 src/usermenu.c             file_error_message (_ ("Cannot open file\n%s"), menu);
_                1072 src/usermenu.c         file_error_message (_ ("Cannot open file\n%s"), menu);
_                1161 src/usermenu.c         message (D_ERROR, MSG_ERROR, _ ("No suitable entries found in %s"), menu);
_                1174 src/usermenu.c             listbox = listbox_window_new (entries->len, max_cols + 2, _ ("User menu"),
_                 238 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _ ("Cannot open cpio archive\n%s"), vfs_path_as_str (vpath));
_                 261 src/vfs/cpio/cpio.c             message (D_ERROR, MSG_ERROR, _ ("Cannot open cpio archive\n%s"), s);
_                 338 src/vfs/cpio/cpio.c                 message (D_ERROR, MSG_ERROR, _ ("Premature end of cpio archive\n%s"), super->name);
_                 423 src/vfs/cpio/cpio.c                          _ ("Inconsistent hardlinks of\n%s\nin cpio archive\n%s"), name,
_                 464 src/vfs/cpio/cpio.c             message (D_ERROR, MSG_ERROR, _ ("%s contains duplicate entries! Skipping!"),
_                 570 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _ ("Corrupted cpio header encountered in\n%s"), super->name);
_                 638 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _ ("Corrupted cpio header encountered in\n%s"), super->name);
_                 644 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _ ("Corrupted cpio header encountered in\n%s"), super->name);
_                 712 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _ ("Corrupted cpio header encountered in\n%s"), super->name);
_                 722 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _ ("Corrupted cpio header encountered in\n%s"), super->name);
_                 785 src/vfs/cpio/cpio.c             message (D_ERROR, MSG_ERROR, _ ("Unexpected end of file\n%s"), vfs_path_as_str (vpath));
_                 701 src/vfs/extfs/extfs.c         mc_propagate_error (error, 0, "%s", _ ("Inconsistent archive"));
_                 751 src/vfs/extfs/extfs.c             message (D_ERROR, MSG_ERROR, _ ("Cannot open %s archive\n%s"), info->prefix, name);
_                 754 src/vfs/extfs/extfs.c             message (D_ERROR, MSG_ERROR, _ ("Cannot open %s archive\n%s:\n%s"), info->prefix, name,
_                 768 src/vfs/extfs/extfs.c             message (D_ERROR, MSG_ERROR, _ ("EXTFS virtual file system:\n%s"), error->message);
_                 947 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _ ("EXTFS virtual file system:\nwrong file name"));
_                 960 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _ ("EXTFS virtual file system:\nwrong archive name"));
_                 984 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _ ("EXTFS virtual file system:\ncannot build command"));
_                 994 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _ ("EXTFS virtual file system:\n%s"), error->message);
_                1004 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _ ("EXTFS virtual file system:\n%s"), error->message);
_                1009 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _ ("EXTFS virtual file system:\n%s"), pip->err.buf);
_                1576 src/vfs/extfs/extfs.c             fprintf (stderr, _ ("Warning: cannot open %s directory\n"), dirname);
_                 585 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_ ("ftpfs: Disconnecting from %s"), super->path_element->host);
_                 637 src/vfs/ftpfs/ftpfs.c         p = g_strdup_printf (_ ("FTP: Password required for %s"), super->path_element->user);
_                 680 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _ ("ftpfs: sending login name"));
_                 685 src/vfs/ftpfs/ftpfs.c             vfs_print_message ("%s", _ ("ftpfs: sending user password"));
_                 691 src/vfs/ftpfs/ftpfs.c                 p = g_strdup_printf (_ ("FTP: Account required for user %s"),
_                 693 src/vfs/ftpfs/ftpfs.c                 op = input_dialog (p, _ ("Account:"), MC_HISTORY_FTPFS_ACCOUNT, "",
_                 698 src/vfs/ftpfs/ftpfs.c                 vfs_print_message ("%s", _ ("ftpfs: sending user account"));
_                 708 src/vfs/ftpfs/ftpfs.c             vfs_print_message ("%s", _ ("ftpfs: logged in"));
_                 721 src/vfs/ftpfs/ftpfs.c     message (D_ERROR, MSG_ERROR, _ ("ftpfs: Login incorrect for user %s "),
_                 857 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _ ("ftpfs: Invalid host name."));
_                 903 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_ ("ftpfs: %s"), gai_strerror (e));
_                 919 src/vfs/ftpfs/ftpfs.c             vfs_print_message (_ ("ftpfs: %s"), unix_error_string (errno));
_                 926 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_ ("ftpfs: making connection to %s"), host);
_                 936 src/vfs/ftpfs/ftpfs.c             vfs_print_message ("%s", _ ("ftpfs: connection interrupted by user"));
_                 938 src/vfs/ftpfs/ftpfs.c             vfs_print_message (_ ("ftpfs: connection to server failed: %s"),
_                 993 src/vfs/ftpfs/ftpfs.c                 vfs_print_message (_ ("Waiting to retry... %d (Control-G to cancel)"), count_down);
_                1253 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_ ("ftpfs: could not make address-to-name translation: %s"), err_str);
_                1316 src/vfs/ftpfs/ftpfs.c                 vfs_print_message (_ ("ftpfs: try reconnect to server, attempt %u"), i);
_                1323 src/vfs/ftpfs/ftpfs.c                 vfs_print_message (_ ("ftpfs: could not get socket name: %s"),
_                1335 src/vfs/ftpfs/ftpfs.c             vfs_print_message (_ ("ftpfs: try reconnect to server, attempt %u"), i);
_                1340 src/vfs/ftpfs/ftpfs.c             vfs_print_message ("%s", _ ("ftpfs: could not reconnect to server"));
_                1358 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _ ("ftpfs: invalid address family"));
_                1366 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_ ("ftpfs: could not create socket: %s"),
_                1402 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _ ("ftpfs: could not setup passive mode"));
_                1527 src/vfs/ftpfs/ftpfs.c     vfs_print_message ("%s", _ ("ftpfs: aborting transfer."));
_                1531 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_ ("ftpfs: abort error: %s"), unix_error_string (errno));
_                1539 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _ ("ftpfs: abort failed"));
_                1683 src/vfs/ftpfs/ftpfs.c             vfs_print_message ("%s", _("ftpfs: CWD failed."));
_                1692 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _("ftpfs: couldn't resolve symlink"));
_                1700 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _("ftpfs: couldn't resolve symlink"));
_                1774 src/vfs/ftpfs/ftpfs.c     vfs_print_message ("%s", _("Resolving symlink..."));
_                1803 src/vfs/ftpfs/ftpfs.c     vfs_print_message (_ ("ftpfs: Reading FTP directory %s... %s%s"), remote_path,
_                1804 src/vfs/ftpfs/ftpfs.c                        ftp_super->strict == RFC_STRICT ? _ ("(strict rfc959)") : "",
_                1805 src/vfs/ftpfs/ftpfs.c                        cd_first ? _ ("(chdir first)") : "");
_                1810 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _ ("ftpfs: CWD failed."));
_                1846 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s", _ ("ftpfs: failed; nowhere to fallback to"));
_                1860 src/vfs/ftpfs/ftpfs.c             vfs_print_message (_ ("%s: failure"), me->name);
_                1912 src/vfs/ftpfs/ftpfs.c     vfs_print_message (_ ("%s: done."), me->name);
_                2001 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s: %" PRIuMAX "/%" PRIuMAX, _ ("ftpfs: storing file"),
_                2501 src/vfs/ftpfs/ftpfs.c                      _ ("~/.netrc file has incorrect mode\nRemove password or correct mode"));
_                 227 src/vfs/sfs/sfs.c         message (D_ERROR, MSG_ERROR, _ ("SFS virtual file system:\n%s"), error->message);
_                 237 src/vfs/sfs/sfs.c         message (D_ERROR, MSG_ERROR, _ ("SFS virtual file system:\n%s"), error->message);
_                 244 src/vfs/sfs/sfs.c         message (D_ERROR, MSG_ERROR, _ ("SFS virtual file system:\n%s"), pip->err.buf);
_                 456 src/vfs/sfs/sfs.c         fprintf (stderr, _ ("%s: Warning: file %s not found\n"), "sfs_init()", mc_sfsini);
_                 486 src/vfs/sfs/sfs.c             fprintf (stderr, _ ("Warning: Invalid line in %s:\n%s\n"), "sfs.ini", key);
_                 503 src/vfs/sfs/sfs.c                 fprintf (stderr, _ ("Warning: Invalid flag %c in %s:\n%s\n"), *c, "sfs.ini", key);
_                 284 src/vfs/sftpfs/config_parser.c                 mc_propagate_error (mcerror, e, _ ("sftp: an error occurred while reading %s: %s"),
_                 387 src/vfs/sftpfs/config_parser.c             mc_propagate_error (mcerror, EPERM, "%s", _ ("sftp: Unable to get current user name."));
_                 145 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, 0, "%s", _ ("sftp: Invalid host name."));
_                 177 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, e, _ ("sftp: %s"), gai_strerror (e));
_                 206 src/vfs/sftpfs/connection.c                 _ ("sftp: failed to convert remote host IP address into text form"));
_                 218 src/vfs/sftpfs/connection.c             vfs_print_message (_ ("sftp: %s"), unix_error_string (errno));
_                 223 src/vfs/sftpfs/connection.c         vfs_print_message (_ ("sftp: making connection to %s"), super->path_element->host);
_                 233 src/vfs/sftpfs/connection.c             mc_propagate_error (mcerror, 0, "%s", _ ("sftp: connection interrupted by user"));
_                 235 src/vfs/sftpfs/connection.c             mc_propagate_error (mcerror, save_errno, _ ("sftp: connection to server failed: %s"),
_                 279 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, 0, _ ("sftp: cannot open %s:\n%s"),
_                 362 src/vfs/sftpfs/connection.c                                 _ ("sftp: found host key of unsupported type: RSA1"));
_                 365 src/vfs/sftpfs/connection.c             mc_propagate_error (mcerror, 0, "%s 0x%x", _ ("sftp: unknown host key type:"),
_                 428 src/vfs/sftpfs/connection.c     (void) message (D_NORMAL, _ ("Information"),
_                 429 src/vfs/sftpfs/connection.c                     _ ("Permanently added\n%s (%s)\nto the list of known hosts."),
_                 493 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, 0, "%s", _ ("sftp: cannot get the remote host key"));
_                 533 src/vfs/sftpfs/connection.c                             _ ("sftp: unsupported key type, can't check remote host key"));
_                 540 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, 0, "%s", _ ("sftp: can't compute host key fingerprint hash"));
_                 563 src/vfs/sftpfs/connection.c             _ ("The authenticity of host\n%s (%s)\ncan't be established!\n"
_                 569 src/vfs/sftpfs/connection.c         rc = query_dialog (_ ("Warning"), msg, D_NORMAL, 3, _ ("&Yes"), _ ("&Ignore"), _ ("&No"));
_                 575 src/vfs/sftpfs/connection.c         msg = g_strdup_printf (_ ("%s (%s)\nis found in the list of known hosts but\n"
_                 582 src/vfs/sftpfs/connection.c         rc = query_dialog (MSG_ERROR, msg, D_ERROR, 3, _ ("&Yes"), _ ("&Ignore"), _ ("&No"));
_                 604 src/vfs/sftpfs/connection.c             mc_propagate_error (mcerror, 0, "%s", _ ("sftp: host key verification failed"));
_                 741 src/vfs/sftpfs/connection.c     p = g_strdup_printf (_ ("sftp: Enter passphrase for %s "), super->path_element->user);
_                 746 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, 0, "%s", _ ("sftp: Passphrase is empty."));
_                 850 src/vfs/sftpfs/connection.c     p = g_strdup_printf (_ ("sftp: Enter password for %s "), super->path_element->user);
_                 855 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, 0, "%s", _ ("sftp: Password is empty."));
_                 935 src/vfs/sftpfs/connection.c         mc_propagate_error (mcerror, rc, "%s", _ ("sftp: failure establishing SSH session"));
_                 281 src/vfs/sftpfs/file.c                             _ ("sftp: No file handler data present for reading file"));
_                 108 src/vfs/sftpfs/internal.c         mc_propagate_error (mcerror, my_errno, _ ("sftp: socket error: %s"),
_                 217 src/vfs/sftpfs/sftpfs.c             vfs_print_message (_ ("sftp: (Ctrl-G break) Listing... %s"), sftpfs_dirent->d_name);
_                 219 src/vfs/sftpfs/sftpfs.c             vfs_print_message ("%s", _ ("sftp: Listing done."));
_                 740 src/vfs/sftpfs/sftpfs.c         vfs_print_message ("%s", _ ("sftp: Invalid host name."));
_                 380 src/vfs/shell/shell.c         vfs_print_message (_ ("shell: Disconnecting from %s"), super->name ? super->name : "???");
_                 566 src/vfs/shell/shell.c     printf ("\n%s\n", _ ("shell: Waiting for initial line..."));
_                 576 src/vfs/shell/shell.c         printf ("\n%s\n", _ ("Sorry, we cannot do password authenticated connections for now."));
_                 584 src/vfs/shell/shell.c             p = g_strdup_printf (_("shell: Password is required for %s"),
_                 593 src/vfs/shell/shell.c         printf ("\n%s\n", _("shell: Sending password..."));
_                 630 src/vfs/shell/shell.c     vfs_print_message ("%s", _ ("shell: Sending initial line..."));
_                 640 src/vfs/shell/shell.c     vfs_print_message ("%s", _ ("shell: Getting host info..."));
_                 904 src/vfs/shell/shell.c     vfs_print_message (_ ("shell: Reading directory %s..."), remote_path);
_                 950 src/vfs/shell/shell.c         vfs_print_message (_ ("%s: done."), me->name);
_                 957 src/vfs/shell/shell.c     vfs_print_message (_ ("%s: failure"), me->name);
_                1015 src/vfs/shell/shell.c     vfs_print_message (_ ("shell: store %s: sending command..."), quoted_name);
_                1037 src/vfs/shell/shell.c             vfs_print_message ("%s", _ ("shell: Local read failed, sending zeros"));
_                1056 src/vfs/shell/shell.c         vfs_print_message ("%s: %" PRIuMAX "/%" PRIuMAX, _ ("shell: storing file"),
_                1125 src/vfs/shell/shell.c     vfs_print_message ("%s", _ ("Aborting transfer..."));
_                1141 src/vfs/shell/shell.c         vfs_print_message ("%s", _ ("Error reported after abort."));
_                1143 src/vfs/shell/shell.c         vfs_print_message ("%s", _ ("Aborted transfer would be successful."));
_                 175 src/vfs/tar/tar-internal.c         message (D_ERROR, MSG_ERROR, _("tar: mc_lseek not stopped at a record boundary"));
_                 520 src/vfs/tar/tar-internal.c             message (D_ERROR, MSG_ERROR, _ ("Inconsistent tar archive"));
_                 638 src/vfs/tar/tar.c                 message (D_ERROR, MSG_ERROR, _ ("Inconsistent tar archive"));
_                 669 src/vfs/tar/tar.c                     message (D_ERROR, MSG_ERROR, _ ("Unexpected EOF on archive file"));
_                 692 src/vfs/tar/tar.c                 message (D_ERROR, MSG_ERROR, _ ("Unexpected EOF on archive file"));
_                 712 src/vfs/tar/tar.c                 message (D_ERROR, MSG_ERROR, _ ("Inconsistent tar archive"));
_                 809 src/vfs/tar/tar.c             message (D_ERROR, MSG_ERROR, _ ("Inconsistent tar archive"));
_                 896 src/vfs/tar/tar.c         message (D_ERROR, MSG_ERROR, _ ("Cannot open tar archive\n%s"), vfs_path_as_str (vpath));
_                 918 src/vfs/tar/tar.c             message (D_ERROR, MSG_ERROR, _ ("Cannot open tar archive\n%s"), s);
_                 978 src/vfs/tar/tar.c             message (D_ERROR, MSG_ERROR, _ ("%s\ndoesn't look like a tar archive"),
_                1003 src/vfs/tar/tar.c                 message (D_ERROR, MSG_ERROR, _ ("%s\ndoesn't look like a tar archive"),
_                 238 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, "%s", _ ("not enough memory"));
_                 244 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, "%s", _ ("while allocating block buffer"));
_                 250 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, _ ("open_inode_scan: %d"), retval);
_                 256 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, _ ("while starting inode scan %d"), retval);
_                 263 src/vfs/undelfs/undelfs.c             vfs_print_message (_ ("undelfs: loading deleted files information %d inodes"), count);
_                 278 src/vfs/undelfs/undelfs.c             message (D_ERROR, undelfserr, _ ("while calling ext2_block_iterate %d"), retval);
_                 290 src/vfs/undelfs/undelfs.c                              _ ("no more memory while reallocating array"));
_                 312 src/vfs/undelfs/undelfs.c             message (D_ERROR, undelfserr, _ ("while doing inode scan %d"), retval);
_                 363 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, _ ("Cannot open file %s"), ext2_fname);
_                 366 src/vfs/undelfs/undelfs.c     vfs_print_message ("%s", _ ("undelfs: reading inode bitmap..."));
_                 369 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, _ ("Cannot load inode bitmap from:\n%s"), ext2_fname);
_                 372 src/vfs/undelfs/undelfs.c     vfs_print_message ("%s", _ ("undelfs: reading block bitmap..."));
_                 375 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, _ ("Cannot load block bitmap from:\n%s"), ext2_fname);
_                 381 src/vfs/undelfs/undelfs.c     vfs_print_message (_ ("%s: done."), class_name);
_                 384 src/vfs/undelfs/undelfs.c     vfs_print_message (_ ("%s: failure"), class_name);
_                 399 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, "%s", _ ("vfs_info is not fs!"));
_                 451 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, "%s", _ ("You have to chdir to extract files first"));
_                 597 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, "%s", _ ("while iterating over blocks"));
_                 675 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, "%s", _ ("You have to chdir to extract files first"));
_                 719 src/vfs/undelfs/undelfs.c         message (D_ERROR, undelfserr, _ ("Cannot open file \"%s\""), file);
_                 788 src/vfs/undelfs/undelfs.c     undelfserr = _ (undelfserr);
_                 813 src/vfs/undelfs/undelfs.c     message (D_ERROR, _ ("Ext2lib error"), "%s (%s: %ld)", str, whoami, err_code);
_                 279 src/viewer/actions_cmd.c             message (D_ERROR, MSG_ERROR, _ ("Cannot read directory contents"));
_                 403 src/viewer/actions_cmd.c                 message (D_ERROR, _ ("Warning"), "%s", _ ("Invalid value"));
_                 596 src/viewer/actions_cmd.c         r = query_dialog (_ ("Quit"), _ ("File was modified. Save with exit?"), D_NORMAL, 3,
_                 597 src/viewer/actions_cmd.c                           _ ("&Yes"), _ ("&No"), _ ("&Cancel"));
_                 603 src/viewer/actions_cmd.c         text = g_strdup_printf (_ ("%s is being shut down.\nSave modified file?"), PACKAGE_NAME);
_                 604 src/viewer/actions_cmd.c         r = query_dialog (_ ("Quit"), text, D_NORMAL, 2, _ ("&Yes"), _ ("&No"));
_                  79 src/viewer/dialogs.c             QUICK_LABELED_INPUT (_ ("Enter search string:"), input_label_above, INPUT_LAST_TEXT,
_                  87 src/viewer/dialogs.c                 QUICK_CHECKBOX (_ ("Cas&e sensitive"), &mcview_search_options.case_sens, NULL),
_                  88 src/viewer/dialogs.c                 QUICK_CHECKBOX (_ ("&Backwards"), &mcview_search_options.backwards, NULL),
_                  89 src/viewer/dialogs.c                 QUICK_CHECKBOX (_ ("&Whole words"), &mcview_search_options.whole_words, NULL),
_                  90 src/viewer/dialogs.c                 QUICK_CHECKBOX (_ ("&All charsets"), &mcview_search_options.all_codepages, NULL),
_                 101 src/viewer/dialogs.c             .title = _ ("Search"),
_                 150 src/viewer/dialogs.c         _ ("&Line number"),
_                 151 src/viewer/dialogs.c         _ ("Pe&rcents"),
_                 152 src/viewer/dialogs.c         _ ("&Decimal offset"),
_                 153 src/viewer/dialogs.c         _ ("He&xadecimal offset"),
_                 179 src/viewer/dialogs.c             .title = _ ("Goto"),
_                 208 src/viewer/growbuf.c                     mcview_show_error (view, _ ("Failed to read data from child stdout"), "");
_                 406 src/viewer/hex.c                 message (D_ERROR, _ ("Save file"),
_                 407 src/viewer/hex.c                          _ ("Error while closing the file:\n%s\n"
_                 416 src/viewer/hex.c         text = g_strdup_printf (_ ("Cannot save file:\n%s"), unix_error_string (errno));
_                 419 src/viewer/hex.c         answer = query_dialog (_ ("Save file"), text, D_ERROR, 2, _ ("&Retry"), _ ("&Cancel"));
_                 392 src/viewer/lib.c     file_label = str_term_trim (file_label, width1 - str_term_width1 (_ ("View: ")));
_                 394 src/viewer/lib.c     return g_strconcat (_ ("View: "), modified, file_label, (char *) NULL);
_                 332 src/viewer/mcviewer.c             mcview_show_error (view, _ ("Cannot open\n%s"), file);
_                 345 src/viewer/mcviewer.c             mcview_show_error (view, _ ("Cannot stat\n%s"), file);
_                 357 src/viewer/mcviewer.c             g_snprintf (tmp, sizeof (tmp), _ ("Cannot view\n%s\nNot a regular file"), file);
_                 394 src/viewer/mcviewer.c                         mcview_show_error (view, _ ("Cannot open\n%s\nin parse mode\n%s"), file);
_                  93 src/viewer/search.c         label_set_textv (ssm->label, _ ("Searching %s: %3d%%"), vsm->view->last_search_string,
_                  96 src/viewer/search.c         label_set_textv (ssm->label, _ ("Searching %s"), vsm->view->last_search_string);
_                 199 src/viewer/search.c         mc_search_set_error (view->search, MC_SEARCH_E_NOTFOUND, "%s", _ (STR_E_NOTFOUND));
_                 291 src/viewer/search.c     status_msg_init (STATUS_MSG (&vsm), _ ("Search"), 1.0, simple_status_msg_init_cb,
_                 338 src/viewer/search.c         if (query_dialog (_ ("Search done"), _ ("Continue from beginning?"), D_NORMAL, 2,
_                 339 src/viewer/search.c                           _ ("&Yes"), _ ("&No"))
_                 351 src/viewer/search.c             status_msg_init (STATUS_MSG (&vsm), _ ("Search"), 1.0, simple_status_msg_init_cb,
_                 371 src/viewer/search.c             message (D_NORMAL, _ ("Search"), "%s", _ (STR_E_NOTFOUND));
_                 373 src/viewer/search.c             message (D_NORMAL, _ ("Search"), "%s", view->search->error_str);
_                 149 tests/src/execute__common.c     message_title__captured = (title == MSG_ERROR) ? g_strdup (_ ("Error")) : g_strdup (title);
_                 137 tests/src/execute__execute_with_vfs_arg.c     mctest_assert_str_eq (message_title__captured, _ ("Error"));
_                 139 tests/src/execute__execute_with_vfs_arg.c                           _ ("Cannot fetch a local copy of /ftp://some.host/editme.txt"));