mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-02 13:12:53 +03:00
Andrej Borsenkow's i18n compilation fixes
This commit is contained in:
parent
becae6c1bb
commit
1f9fcf18e0
@ -18,10 +18,10 @@ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
|
||||
Makefile.in FAQ COPYING create_vcs install-sh \
|
||||
config.h.in aclocal.m4 acconfig.h VERSION mcfn_install.in \
|
||||
Make.common.in README.NT mc.spec Specfile \
|
||||
README.OS2 VERSION.in NLS mkinstalldirs
|
||||
README.OS2 VERSION.in NLS mkinstalldirs autogen.sh
|
||||
|
||||
all:
|
||||
@for dir in ${codedirs} @INTLSUB@ @POSUB@; do \
|
||||
@for dir in @INTLSUB@ ${codedirs} @POSUB@; do \
|
||||
cd $$dir; \
|
||||
${MAKE} all || exit 1; \
|
||||
cd .. ;\
|
||||
|
@ -963,7 +963,7 @@ int edit_replace_prompt (WEdit * edit, char *replace_text, int xpos, int ypos)
|
||||
|
||||
{
|
||||
QuickDialog Quick_input =
|
||||
{66, 6, 0, 0, _(" Replace "),
|
||||
{66, 6, 0, 0, N_(" Replace "),
|
||||
"[Input Line Keys]", "quick_input", 0 /*quick_widgets */ };
|
||||
|
||||
Quick_input.widgets = quick_widgets;
|
||||
@ -1040,7 +1040,7 @@ void edit_replace_dialog (WEdit * edit, char **search_text, char **replace_text,
|
||||
quick_widgets[13].text = *search_text;
|
||||
{
|
||||
QuickDialog Quick_input =
|
||||
{50, REPLACE_DLG_HEIGHT, -1, 0, _(" Replace "),
|
||||
{50, REPLACE_DLG_HEIGHT, -1, 0, N_(" Replace "),
|
||||
"[Input Line Keys]", "quick_input", 0 /*quick_widgets */ };
|
||||
|
||||
Quick_input.widgets = quick_widgets;
|
||||
@ -1108,7 +1108,7 @@ void edit_search_dialog (WEdit * edit, char **search_text)
|
||||
|
||||
{
|
||||
QuickDialog Quick_input =
|
||||
{50, SEARCH_DLG_HEIGHT, -1, 0, _(" Search "),
|
||||
{50, SEARCH_DLG_HEIGHT, -1, 0, N_(" Search "),
|
||||
"[Input Line Keys]", "quick_input", 0 /*quick_widgets */ };
|
||||
|
||||
Quick_input.widgets = quick_widgets;
|
||||
@ -2479,7 +2479,7 @@ void edit_mail_dialog (WEdit * edit)
|
||||
static char *mail_to_last = 0;
|
||||
|
||||
QuickDialog Quick_input =
|
||||
{50, MAIL_DLG_HEIGHT, -1, 0, _(" Mail "),
|
||||
{50, MAIL_DLG_HEIGHT, -1, 0, N_(" Mail "),
|
||||
/* NLS ? */
|
||||
"[Input Line Keys]", "quick_input", 0};
|
||||
|
||||
|
@ -86,13 +86,13 @@ void edit_options_dialog (void)
|
||||
{quick_radio, 5, OPT_DLG_W, OPT_DLG_H - 6, OPT_DLG_H, "", 3, 0,
|
||||
0, wrap_str, XV_WLAY_DONTCARE, "wrapm"},
|
||||
/*12 */
|
||||
{quick_label, 4, OPT_DLG_W, OPT_DLG_H - 7, OPT_DLG_H, _("Wrap mode"), 0, 0,
|
||||
{quick_label, 4, OPT_DLG_W, OPT_DLG_H - 7, OPT_DLG_H, N_("Wrap mode"), 0, 0,
|
||||
0, 0, XV_WLAY_DONTCARE, NULL},
|
||||
/*13 */
|
||||
{quick_radio, 5, OPT_DLG_W, OPT_DLG_H - 10, OPT_DLG_H, "", 2, 0,
|
||||
0, key_emu_str, XV_WLAY_DONTCARE, "keyemu"},
|
||||
/*14 */
|
||||
{quick_label, 4, OPT_DLG_W, OPT_DLG_H - 11, OPT_DLG_H, _("Key emulation"), 0, 0,
|
||||
{quick_label, 4, OPT_DLG_W, OPT_DLG_H - 11, OPT_DLG_H, N_("Key emulation"), 0, 0,
|
||||
0, 0, XV_WLAY_DONTCARE, NULL},
|
||||
{0}};
|
||||
|
||||
|
56
po/mc.pot
56
po/mc.pot
@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Date: 1998-04-10 21:52:56-0500\n"
|
||||
"Date: 1998-04-13 14:04:36-0500\n"
|
||||
"From: Miguel de Icaza,computo,622-4680 <miguel@metropolis.nuclecu.unam.mx>\n"
|
||||
"Content-Type: text/plain; charset=\n"
|
||||
"Xgettext-Options: --default-domain=mc --directory=.. --add-comments --keyword=_ --keyword=N_ --files-from=./POTFILES.in\n"
|
||||
@ -1330,118 +1330,118 @@ msgid ""
|
||||
" the panels cannot be toggled. "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:946
|
||||
#: src/cmd.c:941
|
||||
msgid ""
|
||||
"Type `exit' to return to the Midnight Commander\n"
|
||||
"\r\n"
|
||||
"\r"
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:998
|
||||
#: src/cmd.c:992
|
||||
msgid ""
|
||||
" Couldn't stat %s \n"
|
||||
" %s "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1007 src/cmd.c:1009
|
||||
#: src/cmd.c:1001 src/cmd.c:1003
|
||||
msgid " Link "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1008 src/cmd.c:1113
|
||||
#: src/cmd.c:1002 src/cmd.c:1107
|
||||
msgid " to:"
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1019
|
||||
#: src/cmd.c:1013
|
||||
msgid " link: %s "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1052
|
||||
#: src/cmd.c:1046
|
||||
msgid " symlink: %s "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1078
|
||||
#: src/cmd.c:1072
|
||||
msgid " Symlink "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1078
|
||||
#: src/cmd.c:1072
|
||||
msgid " points to:"
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1083
|
||||
#: src/cmd.c:1077
|
||||
msgid " Edit symlink "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1089
|
||||
#: src/cmd.c:1083
|
||||
msgid " edit symlink: %s "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1113
|
||||
#: src/cmd.c:1107
|
||||
msgid " Link symbolically "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1114
|
||||
#: src/cmd.c:1108
|
||||
msgid " Relative symlink "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1125
|
||||
#: src/cmd.c:1119
|
||||
msgid " relative symlink: %s "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1228
|
||||
#: src/cmd.c:1222
|
||||
msgid " Enter machine name (F1 for details): "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1257
|
||||
#: src/cmd.c:1251
|
||||
msgid " Link to a remote machine "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1263
|
||||
#: src/cmd.c:1257
|
||||
msgid " FTP to machine "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1273
|
||||
#: src/cmd.c:1267
|
||||
msgid " Socket source routing setup "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1274
|
||||
#: src/cmd.c:1268
|
||||
msgid " Enter host name to use as a source routing hop: "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1281
|
||||
#: src/cmd.c:1275
|
||||
msgid " Host name "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1281
|
||||
#: src/cmd.c:1275
|
||||
msgid " Error while looking up IP address "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1292
|
||||
#: src/cmd.c:1286
|
||||
msgid " Undelete files on an ext2 file system "
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1293
|
||||
#: src/cmd.c:1287
|
||||
msgid ""
|
||||
" Enter the file system name where you want to run the\n"
|
||||
" undelete file system on: (F1 for details)"
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1385
|
||||
#: src/cmd.c:1379
|
||||
msgid "Show directory sizes"
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1385 src/panelize.c:425
|
||||
#: src/cmd.c:1379 src/panelize.c:425
|
||||
msgid "Pipe close failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1398
|
||||
#: src/cmd.c:1392
|
||||
msgid "Cannot invoke du command."
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1409
|
||||
#: src/cmd.c:1403
|
||||
msgid " Setup saved to ~/"
|
||||
msgstr ""
|
||||
|
||||
#: src/cmd.c:1411
|
||||
#: src/cmd.c:1405
|
||||
msgid " Setup "
|
||||
msgstr ""
|
||||
|
||||
|
@ -693,11 +693,11 @@ static int add_new_entry_input (char *header, char *text1, char *text2, char *he
|
||||
{
|
||||
QuickDialog Quick_input;
|
||||
QuickWidget quick_widgets [] = {
|
||||
{ quick_button, 55, 80, 4, 0, _("&Cancel"), 0, B_CANCEL, 0, 0,
|
||||
{ quick_button, 55, 80, 4, 0, N_("&Cancel"), 0, B_CANCEL, 0, 0,
|
||||
XV_WLAY_DONTCARE, "button-cancel" },
|
||||
{ quick_button, 30, 80, 4, 0, _("&Insert"), 0, B_INSERT, 0, 0,
|
||||
{ quick_button, 30, 80, 4, 0, N_("&Insert"), 0, B_INSERT, 0, 0,
|
||||
XV_WLAY_DONTCARE, "button-insert" },
|
||||
{ quick_button, 10, 80, 4, 0, _("&Append"), 0, B_APPEND, 0, 0,
|
||||
{ quick_button, 10, 80, 4, 0, N_("&Append"), 0, B_APPEND, 0, 0,
|
||||
XV_WLAY_DONTCARE, "button-append" },
|
||||
{ quick_input, 4, 80, 4, 0, "",58, 0, 0, 0, XV_WLAY_BELOWCLOSE, "input-pth" },
|
||||
{ quick_label, 3, 80, 3, 0, 0, 0, 0, 0, 0, XV_WLAY_DONTCARE, "label-pth" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user