Commit Graph

53 Commits

Author SHA1 Message Date
Pavel Roskin 67068ff0d2 Regenerate for 4.6.0-pre1. 2002-08-21 07:44:55 +00:00
Pavel Roskin 158bf1f8fe * *.po: Replace "undelfs" with "%s" in some messages to enable
their reuse with other VFS types.
2002-07-19 04:33:35 +00:00
Pavel Roskin a2f136fdc3 s/ommited/omitted/ 2002-07-14 06:36:07 +00:00
Andrew V. Samoilov 5fca42b515 s/"Corrupt cpio header encountered in\\n"/"Corrupted cpio header encountered in\\n"/ 2002-06-06 11:29:51 +00:00
Andrew V. Samoilov 86895db8ed s/msgid "%s: %s: %s %3d%% (%ld bytes transfered)"/msgid "%s: %s: %s %3d%% (%lu bytes transfered)"/
s/msgid "%s: %s: %s %3d%% (%lu bytes transfered)"/msgid "%s: %s: %s %3d%% (%lu bytes transferred)"/
s/msgid "%s: %s: %s %ld bytes transfered"/msgid "%s: %s: %s %lu bytes transfered"/
s/msgid "%s: %s: %s %lu bytes transfered"/msgid "%s: %s: %s %lu bytes transferred"/
s/msgid "%s contains duplicit entries! Skiping!"/msgid "%s contains duplicit entries! Skipping!"/
/msgid "%s: %s: %s %3d%% (%lu bytes transferred)"/{N;s/%ld/%lu/;}
/msgid "%s: %s: %s %lu bytes transferred"/{N;s/%ld/%lu/;}
2002-04-24 10:37:01 +00:00
Sung-Hyun Nam 3759bf2d36 updated 2001-11-26 07:57:39 +00:00
Sung-Hyun Nam b1a6d91a89 updated 2001-09-06 01:36:24 +00:00
Pavel Roskin 8a404f4cb0 * configure.in: Bump version to 4.5.55. Release mc-4.5.55.
* po/*.po: Regenerate.
2001-08-24 08:19:47 +00:00
Sung-Hyun Nam 53cc61fb6a updated 2001-08-17 00:37:31 +00:00
Pavel Roskin 689c3fb9ac Replace "Can't" with "Cannot" everywhere. 2001-08-14 00:55:34 +00:00
Pavel Roskin 327797ea96 * INSTALL: Remove information about Tk and XView. Change the
mailing list addresses again.
* FAQ: Change the mailing list addresses again.
* MAINTAINERS: Likewise.
* README: Likewise.
* doc/mc.1.in: Likewise.
* gnome/gmc-window.c: Likewise.
* lib/README.xterm: Likewise.
* lib/mc.ext.in: Likewise.
* lib/mc.hint*: Likewise.
* lib/mc.hlp.hu: Likewise.
* po/*.po: Likewise.
* src/main.c: Likewise.
2001-05-18 16:28:22 +00:00
Pavel Roskin 5dbac5708e * FAQ: Change the mailing list addresses and the download
locations.
* INSTALL: Likewise.
* MAINTAINERS: Likewise.
* README: Likewise.
* doc/mc.1.in: Likewise.
* gnome/gmc-window.c: Likewise.
* lib/README.xterm: Likewise.
* lib/mc.ext.in: Likewise.
* lib/mc.hint*: Likewise.
* lib/mc.hlp.hu: Likewise.
* po/*.po: Likewise.
* src/main.c: Likewise.
2001-04-20 19:58:55 +00:00
Miguel de Icaza 900d78c30a fix rpm script problem 2001-04-16 17:54:48 +00:00
Sung-Hyun Nam b01c21f8ce updated 2001-04-10 11:10:25 +00:00
Sung-Hyun Nam 9570c3d161 more updated 2000-09-05 12:11:17 +00:00
Sung-Hyun Nam e4cb6e72e5 updated 2000-09-05 11:36:23 +00:00
Sung-Hyun Nam 6a3719c586 updated 2000-09-05 11:34:41 +00:00
Sung-Hyun Nam c8003422c5 updated 2000-05-16 11:21:23 +00:00
Sung-Hyun Nam d6473af56b updated 2000-05-07 05:13:30 +00:00
Sung-Hyun Nam a67ff29af9 updated to 4.5.41 1999-11-29 04:06:19 +00:00
Sung-Hyun Nam bcefaf73eb updated 1999-10-04 18:22:51 +00:00
Norbert Warmuth d836e5a79a 1999-09-19 Andrew V. Samoilov <sav@bcs.zp.ua>
* src/user.c (check_patterns): char* is used instead of char [] in sizeof

* src/util.c (string_perm): prefix named pipes by 'p' and not by `s'


1999-09-19  David Martin <dmartina@usa.net>

* gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
8 bit chars from strftime get displayed when inserting date.

* lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
Mandrake 6.0. The generic entry for bzip2 moved to the end of the
file to avoid interferences. In this one I changed the extension check
to a type check (as used for gzip) which might give problems in some
systems.

* configure.in: Use -Tlatin1 to format man pages when available and
"view" 8 bit chars.


1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>

* gtkedit/edit.h: Include files reordered in order to make it compile with
--with-debug

* gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
dependent on lenght of translated strings to display.

* src/mad.c, mad.h, util.c, util.h: Move mad-functions from util.[ch]
to mad.[ch]

* src/option.c: Include files reordered in order to make it compile with
--with-debug

* src/mad.c (mad_init): New function. Initialize debug FILE pointer to
stderr (moved to a function because not on every system stderr is
a constant).
(mad_set_debug): added const qualifier

* src/main.c (main): call mad_init

* po/*.po: s/defination/definition/

* gnome/Makefile.in ($(MAGICDEV_GENERATED)): Make it compile with $buildir
!= $srcdir.

* vfs/ftpfs.c (ftpfs_set_debug), vfs.h: added const qualifier.

* vfs/mcserv.c: removed definition of mad_strconcat which is also
in mad.c.
1999-09-19 23:09:07 +00:00
Sung-Hyun Nam b950b6bf48 updated 1999-09-06 11:29:48 +00:00
Pablo Saratxaga 00785b29c6 update-po 1999-08-30 12:13:02 +00:00
Sung-Hyun Nam f987b3e07f updated to 4.5.38 and fix shell!=NULL error 1999-08-20 05:36:11 +00:00
Sung-Hyun Nam bbae2bc97a miss version update 1999-08-08 08:26:17 +00:00
Sung-Hyun Nam 67f22b9224 updated 1999-08-08 08:25:22 +00:00
Sung-Hyun Nam 14210197f9 updated -namsh 1999-07-01 10:58:53 +00:00
Sung-Hyun Nam 71ef20af35 updated 1999-05-12 10:42:16 +00:00
Matthias Warkus 8fbd85630e Updated German translation.
It's sort of annoying that "make update-po" always touches all the .po
files, but as of now, I don't know how to avoid checking them all in.
1999-04-29 13:07:52 +00:00
Sung-Hyun Nam 8eadd2d788 updated 1999-04-14 11:58:12 +00:00
Sung-Hyun Nam fd6f1c817b fix typos. It can kill mc 1999-03-29 13:51:01 +00:00
Sung-Hyun Nam 28f5c26af3 updated 1999-03-29 13:46:59 +00:00
Sung-Hyun Nam b0c964d988 updated 1999-03-06 04:04:34 +00:00
Sung-Hyun Nam 7ceb10c81f updated 1999-02-26 01:46:14 +00:00
Sergey Panov 86404b8d82 Updating all *.po files -- removed illegal "\r" 1999-02-08 13:49:31 +00:00
Sung-Hyun Nam 3d3e5f97a1 update and fix typos 1999-02-04 15:26:23 +00:00
Sergey Panov 61cca05e7e Somebody corrupted es.po and no.po (did not finish merge)
I've fixed those two files, and updated the test.
1999-02-04 06:36:21 +00:00
Sung-Hyun Nam 85537a9222 updated 1999-01-17 03:09:49 +00:00
Sung-Hyun Nam 6d273c8eae updated 1999-01-02 08:03:49 +00:00
Miguel de Icaza 7071b26a27 Compilation fixes + 3-button fixes 1998-12-17 08:28:05 +00:00
Sung-Hyun Nam 7de65931ef updated 1998-10-31 04:50:29 +00:00
Sung-Hyun Nam 3d7933ad21 Updated 1998-09-29 09:17:48 +00:00
Norbert Warmuth c10ecb8b0f Now gmc, tkmc and mc build one my glibc2 system (builddir != srcdir).
Mon Sep 28 21:55:13 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* src/find.c: Changed hotkey of the continue-button (both Chdir and
Continue used `C').

* po/*.po: remade because one msgstr in find.c changed

* src/Makefile.in: search config.status in builddir and not in rootdir,
i.e. make it compile for builddir != srcdir

* vfs/vfs.h (struct vfs): renamed errno to verrno because glibc2
defines errno as macro (#define errno (*__errno_location ()))

* vfs/Makefile.in: search config.status in builddir and not in srcdir/..,
i.e. make it compile for builddir != srcdir
1998-09-28 20:41:28 +00:00
Sung-Hyun Nam ba8fb07e79 POTFILES.in: dir. change (edit/* -> gtkedit/*)
ko.po: add/fix some trans.
1998-09-26 02:02:50 +00:00
Pavel Roskin 376978b6fb Warning about missing hotlist redesigned
It should now fit in 80 columns
1998-07-23 18:58:28 +00:00
Sung-Hyun Nam eed82cad14 Update to mc-19980708 1998-07-08 12:20:32 +00:00
Sung-Hyun Nam a804d72b07 Update to MC-980608 1998-06-08 05:24:20 +00:00
Sung-Hyun Nam 7762c9e28a update to MC-980527 1998-05-27 02:49:07 +00:00
Miguel de Icaza 8dba03420e Update ko.po translation from Namsh and the ko@li.org team 1998-05-26 03:36:20 +00:00