1999-06-01 Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>

* gnome/gdesktop-icon.h:
	* gnome/gmc-chargrid.c: Replace gdk_font_load() with
	gdk_fontset_load(), and change the default font names.

1999-06-01  Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>

	* util.c (is_printable): in GNOME all characters are printable.
This commit is contained in:
Miguel de Icaza 1999-06-01 22:38:56 +00:00
parent 6ec63f5040
commit 9ffbc3ae81
7 changed files with 145 additions and 118 deletions

View File

@ -5,7 +5,7 @@ AC_INIT(create_vcs)
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
PACKAGE=mc PACKAGE=mc
VERSION=4.5.32 VERSION=4.5.33
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(VERSION) AC_SUBST(VERSION)

View File

@ -1,3 +1,13 @@
1999-06-01 Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
* gnome/gdesktop-icon.h:
* gnome/gmc-chargrid.c: Replace gdk_font_load() with
gdk_fontset_load(), and change the default font names.
1999-05-28 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c: Include util.h after x.h; Undefine __G_LIB_H__.
1999-06-01 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-06-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdesktop-icon.c (desktop_icon_select): Show the * gdesktop-icon.c (desktop_icon_select): Show the

View File

@ -16,7 +16,8 @@
BEGIN_GNOME_DECLS BEGIN_GNOME_DECLS
#define DESKTOP_ICON_FONT "-*-helvetica-medium-r-normal--10-*-*-*-p-*-*-*" #define DESKTOP_ICON_FONT "-*-helvetica-medium-r-normal--10-*-*-*-p-*-*-*," \
"-*-*-medium-r-normal-*-10-*-*-*-*-*-*-*,*"
#define TYPE_DESKTOP_ICON (desktop_icon_get_type ()) #define TYPE_DESKTOP_ICON (desktop_icon_get_type ())

View File

@ -12,7 +12,7 @@
#define DEFAULT_WIDTH 80 #define DEFAULT_WIDTH 80
#define DEFAULT_HEIGHT 25 #define DEFAULT_HEIGHT 25
#define DEFAULT_FONT "fixed" #define DEFAULT_FONT "fixed,-*-*-medium-r-normal-*-12-*-*-*-*-*-*-*,*"
#define CHARS(cgrid) ((char *) cgrid->chars) #define CHARS(cgrid) ((char *) cgrid->chars)
@ -518,10 +518,10 @@ gmc_char_grid_set_font (GmcCharGrid *cgrid, const char *font_name)
if (cgrid->font) if (cgrid->font)
gdk_font_unref (cgrid->font); gdk_font_unref (cgrid->font);
cgrid->font = gdk_font_load (font_name); cgrid->font = gdk_fontset_load (font_name);
if (!cgrid->font) if (!cgrid->font)
cgrid->font = gdk_font_load (DEFAULT_FONT); cgrid->font = gdk_fontset_load (DEFAULT_FONT);
cgrid->char_width = gdk_char_width (cgrid->font, ' '); /* assume monospaced font! */ cgrid->char_width = gdk_char_width (cgrid->font, ' '); /* assume monospaced font! */
cgrid->char_height = cgrid->font->ascent + cgrid->font->descent; cgrid->char_height = cgrid->font->ascent + cgrid->font->descent;

234
po/mc.pot
View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 1999-05-24 13:04-0500\n" "POT-Creation-Date: 1999-06-01 11:25-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -56,45 +56,45 @@ msgstr ""
msgid "The GNOME edition of the Midnight Commander file manager." msgid "The GNOME edition of the Midnight Commander file manager."
msgstr "" msgstr ""
#: gnome/gcmd.c:263 #: gnome/gcmd.c:261
msgid "Sort By" msgid "Sort By"
msgstr "" msgstr ""
#. we define this up here so we can pass it in to our callback #. we define this up here so we can pass it in to our callback
#: gnome/gcmd.c:268 #: gnome/gcmd.c:266
msgid "Ignore case sensitivity." msgid "Ignore case sensitivity."
msgstr "" msgstr ""
#: gnome/gcmd.c:271 #: gnome/gcmd.c:269
msgid "Sort files by " msgid "Sort files by "
msgstr "" msgstr ""
#: gnome/gcmd.c:276 gnome/gcustom-layout.c:43 src/chmod.c:150 src/screen.c:395 #: gnome/gcmd.c:274 gnome/gcustom-layout.c:43 src/chmod.c:150 src/screen.c:395
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: gnome/gcmd.c:283 #: gnome/gcmd.c:281
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: gnome/gcmd.c:289 gnome/gcustom-layout.c:47 src/screen.c:396 #: gnome/gcmd.c:287 gnome/gcustom-layout.c:47 src/screen.c:396
#: src/screen.c:397 #: src/screen.c:397
msgid "Size" msgid "Size"
msgstr "" msgstr ""
#: gnome/gcmd.c:295 #: gnome/gcmd.c:293
msgid "Time Last Accessed" msgid "Time Last Accessed"
msgstr "" msgstr ""
#: gnome/gcmd.c:301 #: gnome/gcmd.c:299
msgid "Time Last Modified" msgid "Time Last Modified"
msgstr "" msgstr ""
#: gnome/gcmd.c:307 #: gnome/gcmd.c:305
msgid "Time Last Changed" msgid "Time Last Changed"
msgstr "" msgstr ""
#: gnome/gcmd.c:321 #: gnome/gcmd.c:319
msgid "Reverse the order." msgid "Reverse the order."
msgstr "" msgstr ""
@ -106,55 +106,55 @@ msgstr ""
msgid "Enter label for command:" msgid "Enter label for command:"
msgstr "" msgstr ""
#: gnome/gcmd.c:489 #: gnome/gcmd.c:495
msgid "Find all core files" msgid "Find all core files"
msgstr "" msgstr ""
#: gnome/gcmd.c:492 src/panelize.c:350 #: gnome/gcmd.c:498 src/panelize.c:350
msgid "Find rejects after patching" msgid "Find rejects after patching"
msgstr "" msgstr ""
#: gnome/gcmd.c:536 #: gnome/gcmd.c:543
msgid "Run Command" msgid "Run Command"
msgstr "" msgstr ""
#. Frame 1 #. Frame 1
#: gnome/gcmd.c:541 #: gnome/gcmd.c:548
msgid "Preset Commands" msgid "Preset Commands"
msgstr "" msgstr ""
#. add add/remove buttons in center #. add add/remove buttons in center
#: gnome/gcmd.c:558 gnome/gcustom-layout.c:185 #: gnome/gcmd.c:565 gnome/gcustom-layout.c:185
msgid "Add" msgid "Add"
msgstr "" msgstr ""
#: gnome/gcmd.c:562 gnome/gcustom-layout.c:186 #: gnome/gcmd.c:569 gnome/gcustom-layout.c:186
msgid "Remove" msgid "Remove"
msgstr "" msgstr ""
#. Frame 2 #. Frame 2
#: gnome/gcmd.c:570 #: gnome/gcmd.c:577
msgid "Run this Command" msgid "Run this Command"
msgstr "" msgstr ""
#: gnome/gcmd.c:577 #: gnome/gcmd.c:584
msgid "Command: " msgid "Command: "
msgstr "" msgstr ""
#: gnome/gcmd.c:646 #: gnome/gcmd.c:662
msgid "Set Filter" msgid "Set Filter"
msgstr "" msgstr ""
#: gnome/gcmd.c:651 gnome/gcmd.c:692 gnome/gcmd.c:697 gnome/gcmd.c:701 #: gnome/gcmd.c:667 gnome/gcmd.c:708 gnome/gcmd.c:713 gnome/gcmd.c:717
#: gnome/gscreen.c:2551 #: gnome/gscreen.c:2564
msgid "Show all files" msgid "Show all files"
msgstr "" msgstr ""
#: gnome/gcmd.c:658 #: gnome/gcmd.c:674
msgid "." msgid "."
msgstr "" msgstr ""
#: gnome/gcmd.c:674 #: gnome/gcmd.c:690
msgid "" msgid ""
"Enter a filter here for files in the panel view.\n" "Enter a filter here for files in the panel view.\n"
"\n" "\n"
@ -162,27 +162,27 @@ msgid ""
"*.png will show just png images" "*.png will show just png images"
msgstr "" msgstr ""
#: gnome/gcmd.c:676 #: gnome/gcmd.c:692
msgid "Enter a Regular Expression to filter files in the panel view." msgid "Enter a Regular Expression to filter files in the panel view."
msgstr "" msgstr ""
#: gnome/gcmd.c:733 #: gnome/gcmd.c:752
msgid " Open with..." msgid " Open with..."
msgstr "" msgstr ""
#: gnome/gcmd.c:734 #: gnome/gcmd.c:753
msgid "Enter extra arguments:" msgid "Enter extra arguments:"
msgstr "" msgstr ""
#: gnome/gcmd.c:796 #: gnome/gcmd.c:816
msgid "Desktop entry properties" msgid "Desktop entry properties"
msgstr "" msgstr ""
#: gnome/gcmd.c:821 #: gnome/gcmd.c:842
msgid "Select File" msgid "Select File"
msgstr "" msgstr ""
#: gnome/gcmd.c:829 #: gnome/gcmd.c:850
msgid "" msgid ""
"Enter a filter here to select files in the panel view with.\n" "Enter a filter here to select files in the panel view with.\n"
"\n" "\n"
@ -190,19 +190,19 @@ msgid ""
"*.png will select all png images" "*.png will select all png images"
msgstr "" msgstr ""
#: gnome/gcmd.c:831 #: gnome/gcmd.c:852
msgid "Enter a regular expression here to select files in the panel view with." msgid "Enter a regular expression here to select files in the panel view with."
msgstr "" msgstr ""
#: gnome/gcmd.c:874 src/cmd.c:543 src/cmd.c:594 #: gnome/gcmd.c:898 src/cmd.c:543 src/cmd.c:594
msgid " Malformed regular expression " msgid " Malformed regular expression "
msgstr "" msgstr ""
#: gnome/gcmd.c:919 #: gnome/gcmd.c:943
msgid "Creating a desktop link" msgid "Creating a desktop link"
msgstr "" msgstr ""
#: gnome/gcmd.c:920 #: gnome/gcmd.c:944
msgid "Enter the URL:" msgid "Enter the URL:"
msgstr "" msgstr ""
@ -427,62 +427,62 @@ msgstr ""
msgid "Replace it?" msgid "Replace it?"
msgstr "" msgstr ""
#: gnome/gdialogs.c:567 gtkedit/editwidget.c:1069 src/file.c:802 #: gnome/gdialogs.c:568 gtkedit/editwidget.c:1069 src/file.c:802
#: src/screen.c:2365 src/screen.c:2395 src/tree.c:1015 #: src/screen.c:2365 src/screen.c:2395 src/tree.c:1015
msgid "Copy" msgid "Copy"
msgstr "" msgstr ""
#: gnome/gdialogs.c:570 gtkedit/editwidget.c:1070 #: gnome/gdialogs.c:571 gtkedit/editwidget.c:1070
msgid "Move" msgid "Move"
msgstr "" msgstr ""
#: gnome/gdialogs.c:587 #: gnome/gdialogs.c:588
msgid "Destination" msgid "Destination"
msgstr "" msgstr ""
#: gnome/gdialogs.c:591 #: gnome/gdialogs.c:592
msgid "Find Destination Folder" msgid "Find Destination Folder"
msgstr "" msgstr ""
#: gnome/gdialogs.c:596 #: gnome/gdialogs.c:597
msgid "Copy as a background process" msgid "Copy as a background process"
msgstr "" msgstr ""
#: gnome/gdialogs.c:616 #: gnome/gdialogs.c:617
msgid "Advanced Options" msgid "Advanced Options"
msgstr "" msgstr ""
#: gnome/gdialogs.c:620 #: gnome/gdialogs.c:621
msgid "Preserve symlinks" msgid "Preserve symlinks"
msgstr "" msgstr ""
#: gnome/gdialogs.c:630 #: gnome/gdialogs.c:631
msgid "Follow links." msgid "Follow links."
msgstr "" msgstr ""
#: gnome/gdialogs.c:636 #: gnome/gdialogs.c:637
msgid "" msgid ""
"Selecting this will copy the files that symlinks point to instead of just " "Selecting this will copy the files that symlinks point to instead of just "
"copying the link." "copying the link."
msgstr "" msgstr ""
#: gnome/gdialogs.c:641 #: gnome/gdialogs.c:642
msgid "Preserve file attributes." msgid "Preserve file attributes."
msgstr "" msgstr ""
#: gnome/gdialogs.c:646 #: gnome/gdialogs.c:647
msgid "Preserves the permissions and the UID/GID if possible" msgid "Preserves the permissions and the UID/GID if possible"
msgstr "" msgstr ""
#: gnome/gdialogs.c:652 #: gnome/gdialogs.c:653
msgid "Recursively copy subdirectories." msgid "Recursively copy subdirectories."
msgstr "" msgstr ""
#: gnome/gdialogs.c:657 #: gnome/gdialogs.c:658
msgid "If set, this will copy the directories recursively" msgid "If set, this will copy the directories recursively"
msgstr "" msgstr ""
#: gnome/gdialogs.c:761 #: gnome/gdialogs.c:767
#, c-format #, c-format
msgid "" msgid ""
"%s\n" "%s\n"
@ -490,58 +490,58 @@ msgid ""
"Directory not empty. Delete it recursively?" "Directory not empty. Delete it recursively?"
msgstr "" msgstr ""
#: gnome/gdialogs.c:770 src/file.c:2228 #: gnome/gdialogs.c:776 src/file.c:2228
msgid " Delete: " msgid " Delete: "
msgstr "" msgstr ""
#: gnome/gdialogs.c:774 #: gnome/gdialogs.c:780
msgid "Do the same for the rest" msgid "Do the same for the rest"
msgstr "" msgstr ""
#: gnome/gdialogs.c:857 #: gnome/gdialogs.c:863
msgid "Move Progress" msgid "Move Progress"
msgstr "" msgstr ""
#: gnome/gdialogs.c:860 #: gnome/gdialogs.c:866
msgid "Copy Progress" msgid "Copy Progress"
msgstr "" msgstr ""
#: gnome/gdialogs.c:863 #: gnome/gdialogs.c:869
msgid "Delete Progress" msgid "Delete Progress"
msgstr "" msgstr ""
#: gnome/gdialogs.c:913 #: gnome/gdialogs.c:919
msgid "File " msgid "File "
msgstr "" msgstr ""
#: gnome/gdialogs.c:917 #: gnome/gdialogs.c:923
msgid "is " msgid "is "
msgstr "" msgstr ""
#: gnome/gdialogs.c:920 #: gnome/gdialogs.c:926
msgid "done." msgid "done."
msgstr "" msgstr ""
#. Translators should take care as "Password" or its translations #. Translators should take care as "Password" or its translations
#. are used to identify password boxes and hide characters with "*" #. are used to identify password boxes and hide characters with "*"
#: gnome/gdialogs.c:980 src/wtools.c:587 vfs/vfs.c:1775 #: gnome/gdialogs.c:986 src/wtools.c:587 vfs/vfs.c:1775
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: gnome/gdialogs.c:980 #: gnome/gdialogs.c:986
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#. Create the dialog #. Create the dialog
#: gnome/gdialogs.c:1012 #: gnome/gdialogs.c:1018
msgid "Symbolic Link" msgid "Symbolic Link"
msgstr "" msgstr ""
#: gnome/gdialogs.c:1028 src/boxes.c:803 #: gnome/gdialogs.c:1034 src/boxes.c:803
msgid "Existing filename (filename symlink will point to):" msgid "Existing filename (filename symlink will point to):"
msgstr "" msgstr ""
#: gnome/gdialogs.c:1042 src/boxes.c:801 #: gnome/gdialogs.c:1048 src/boxes.c:801
msgid "Symbolic link filename:" msgid "Symbolic link filename:"
msgstr "" msgstr ""
@ -644,7 +644,7 @@ msgid ""
msgstr "" msgstr ""
#. GNOMEUIINFO_ITEM_NONE(N_("Open _FTP site"), N_("Opens an FTP site"), ftplink_cmd }, #. GNOMEUIINFO_ITEM_NONE(N_("Open _FTP site"), N_("Opens an FTP site"), ftplink_cmd },
#: gnome/glayout.c:384 #: gnome/glayout.c:384 gnome/gscreen.c:2233
msgid "_Copy..." msgid "_Copy..."
msgstr "" msgstr ""
@ -652,7 +652,7 @@ msgstr ""
msgid "Copy files" msgid "Copy files"
msgstr "" msgstr ""
#: gnome/glayout.c:385 #: gnome/glayout.c:385 gnome/gscreen.c:2234
msgid "_Delete..." msgid "_Delete..."
msgstr "" msgstr ""
@ -660,7 +660,7 @@ msgstr ""
msgid "Delete files" msgid "Delete files"
msgstr "" msgstr ""
#: gnome/glayout.c:386 #: gnome/glayout.c:386 gnome/gscreen.c:2235
msgid "_Move..." msgid "_Move..."
msgstr "" msgstr ""
@ -708,7 +708,7 @@ msgstr ""
msgid "Search for a file in the current Panel" msgid "Search for a file in the current Panel"
msgstr "" msgstr ""
#: gnome/glayout.c:403 gnome/gscreen.c:1437 #: gnome/glayout.c:403 gnome/gscreen.c:1448
msgid "_Rescan Directory" msgid "_Rescan Directory"
msgstr "" msgstr ""
@ -805,7 +805,7 @@ msgstr ""
msgid "File/New/Directory..." msgid "File/New/Directory..."
msgstr "" msgstr ""
#: gnome/gmain.c:561 #: gnome/gmain.c:555
msgid "" msgid ""
"You are running the GNOME File Manager as root.\n" "You are running the GNOME File Manager as root.\n"
"\n" "\n"
@ -1050,20 +1050,20 @@ msgid "You cannot rename a file to something containing a '/' character"
msgstr "" msgstr ""
#. the first label #. the first label
#: gnome/gnome-open-dialog.c:382 #: gnome/gnome-open-dialog.c:383
msgid "Select an application to open \"" msgid "Select an application to open \""
msgstr "" msgstr ""
#: gnome/gnome-open-dialog.c:393 #: gnome/gnome-open-dialog.c:394
msgid "Select a file to run with" msgid "Select a file to run with"
msgstr "" msgstr ""
#. the file tree #. the file tree
#: gnome/gnome-open-dialog.c:404 #: gnome/gnome-open-dialog.c:405
msgid "Applications" msgid "Applications"
msgstr "" msgstr ""
#: gnome/gnome-open-dialog.c:420 #: gnome/gnome-open-dialog.c:421
msgid "Program to run" msgid "Program to run"
msgstr "" msgstr ""
@ -1256,150 +1256,158 @@ msgstr ""
msgid "Select icon" msgid "Select icon"
msgstr "" msgstr ""
#: gnome/gscreen.c:1437 #: gnome/gscreen.c:1448
msgid "Reloads the current directory" msgid "Reloads the current directory"
msgstr "" msgstr ""
#: gnome/gscreen.c:1439 #: gnome/gscreen.c:1450
msgid "New _Directory..." msgid "New _Directory..."
msgstr "" msgstr ""
#: gnome/gscreen.c:1439 #: gnome/gscreen.c:1450
msgid "Creates a new directory here" msgid "Creates a new directory here"
msgstr "" msgstr ""
#: gnome/gscreen.c:1620 #: gnome/gscreen.c:1631
msgid "All files" msgid "All files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1622 #: gnome/gscreen.c:1633
msgid "Archives and compressed files" msgid "Archives and compressed files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1624 #: gnome/gscreen.c:1635
msgid "RPM/DEB files" msgid "RPM/DEB files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1626 #: gnome/gscreen.c:1637
msgid "Text/Document files" msgid "Text/Document files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1628 #: gnome/gscreen.c:1639
msgid "HTML and SGML files" msgid "HTML and SGML files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1630 #: gnome/gscreen.c:1641
msgid "Postscript and PDF files" msgid "Postscript and PDF files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1632 #: gnome/gscreen.c:1643
msgid "Spreadsheet files" msgid "Spreadsheet files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1634 #: gnome/gscreen.c:1645
msgid "Image files" msgid "Image files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1637 #: gnome/gscreen.c:1648
msgid "Video/animation files" msgid "Video/animation files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1639 #: gnome/gscreen.c:1650
msgid "Audio files" msgid "Audio files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1641 #: gnome/gscreen.c:1652
msgid "C program files" msgid "C program files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1643 #: gnome/gscreen.c:1654
msgid "C++ program files" msgid "C++ program files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1645 #: gnome/gscreen.c:1656
msgid "Objective-C program files" msgid "Objective-C program files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1647 #: gnome/gscreen.c:1658
msgid "Scheme program files" msgid "Scheme program files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1649 #: gnome/gscreen.c:1660
msgid "Assembler program files" msgid "Assembler program files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1651 #: gnome/gscreen.c:1662
msgid "Misc. program files" msgid "Misc. program files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1653 #: gnome/gscreen.c:1664
msgid "Font files" msgid "Font files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1780 #: gnome/gscreen.c:1791
#, c-format #, c-format
msgid "Search: %s" msgid "Search: %s"
msgstr "" msgstr ""
#: gnome/gscreen.c:1790 #: gnome/gscreen.c:1801
#, c-format #, c-format
msgid "%s bytes in %d file" msgid "%s bytes in %d file"
msgstr "" msgstr ""
#: gnome/gscreen.c:1790 #: gnome/gscreen.c:1801
#, c-format #, c-format
msgid "%s bytes in %d files" msgid "%s bytes in %d files"
msgstr "" msgstr ""
#: gnome/gscreen.c:1816 src/screen.c:670 #: gnome/gscreen.c:1827 src/screen.c:670
msgid "<readlink failed>" msgid "<readlink failed>"
msgstr "" msgstr ""
#: gnome/gscreen.c:1870 #: gnome/gscreen.c:2233
msgid "Filter" msgid "Copy directory"
msgstr "" msgstr ""
#: gnome/gscreen.c:2373 #: gnome/gscreen.c:2234
msgid "Delete directory"
msgstr ""
#: gnome/gscreen.c:2235
msgid "Rename or move directory"
msgstr ""
#: gnome/gscreen.c:2391
msgid "Back" msgid "Back"
msgstr "" msgstr ""
#: gnome/gscreen.c:2373 #: gnome/gscreen.c:2391
msgid "Go to the previously visited directory" msgid "Go to the previously visited directory"
msgstr "" msgstr ""
#: gnome/gscreen.c:2375 #: gnome/gscreen.c:2393
msgid "Up" msgid "Up"
msgstr "" msgstr ""
#: gnome/gscreen.c:2375 #: gnome/gscreen.c:2393
msgid "Go up a level in the directory heirarchy" msgid "Go up a level in the directory heirarchy"
msgstr "" msgstr ""
#: gnome/gscreen.c:2377 #: gnome/gscreen.c:2395
msgid "Forward" msgid "Forward"
msgstr "" msgstr ""
#: gnome/gscreen.c:2377 #: gnome/gscreen.c:2395
msgid "Go to the next directory" msgid "Go to the next directory"
msgstr "" msgstr ""
#: gnome/gscreen.c:2380 src/tree.c:1011 #: gnome/gscreen.c:2398 src/tree.c:1011
msgid "Rescan" msgid "Rescan"
msgstr "" msgstr ""
#: gnome/gscreen.c:2380 #: gnome/gscreen.c:2398
msgid "Rescan the current directory" msgid "Rescan the current directory"
msgstr "" msgstr ""
#: gnome/gscreen.c:2383 #: gnome/gscreen.c:2401
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: gnome/gscreen.c:2383 #: gnome/gscreen.c:2401
msgid "Go to your home directory" msgid "Go to your home directory"
msgstr "" msgstr ""
#: gnome/gscreen.c:2529 #: gnome/gscreen.c:2542
msgid "Location:" msgid "Location:"
msgstr "" msgstr ""
@ -4853,17 +4861,17 @@ msgstr ""
msgid "Display the directory that holds the .links startup files and exit" msgid "Display the directory that holds the .links startup files and exit"
msgstr "" msgstr ""
#: src/main.c:3015 #: src/main.c:3022
msgid "" msgid ""
"Couldn't open tty line. You have to run mc without the -P flag.\n" "Couldn't open tty line. You have to run mc without the -P flag.\n"
"On some systems you may want to run # `which mc`\n" "On some systems you may want to run # `which mc`\n"
msgstr "" msgstr ""
#: src/main.c:3093 #: src/main.c:3100
msgid " Notice " msgid " Notice "
msgstr "" msgstr ""
#: src/main.c:3094 #: src/main.c:3101
msgid "" msgid ""
" The Midnight Commander configuration files \n" " The Midnight Commander configuration files \n"
" are now stored in the ~/.mc directory, the \n" " are now stored in the ~/.mc directory, the \n"
@ -5221,17 +5229,17 @@ msgstr ""
msgid " User menu " msgid " User menu "
msgstr "" msgstr ""
#: src/util.c:228 #: src/util.c:232
msgid "name_trunc: too big" msgid "name_trunc: too big"
msgstr "" msgstr ""
#. strftime() format string for recent dates #. strftime() format string for recent dates
#: src/util.c:598 src/util.c:623 #: src/util.c:602 src/util.c:627
msgid "%b %e %H:%M" msgid "%b %e %H:%M"
msgstr "" msgstr ""
#. strftime() format string for old dates #. strftime() format string for old dates
#: src/util.c:599 src/util.c:621 #: src/util.c:603 src/util.c:625
msgid "%b %e %Y" msgid "%b %e %Y"
msgstr "" msgstr ""

View File

@ -1,3 +1,7 @@
1999-06-01 Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
* util.c (is_printable): in GNOME all characters are printable.
1999-05-31 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-05-31 Miguel de Icaza <miguel@nuclecu.unam.mx>
* main.c (handle_args): Handle --desktop-linksdir without using X * main.c (handle_args): Handle --desktop-linksdir without using X

View File

@ -104,6 +104,10 @@ int is_printable (int c)
extern int eight_bit_clean; extern int eight_bit_clean;
extern int full_eight_bits; extern int full_eight_bits;
#ifdef HAVE_GNOME
return 1;
#endif
c &= 0xff; c &= 0xff;
if (eight_bit_clean){ if (eight_bit_clean){
if (full_eight_bits){ if (full_eight_bits){