gnome-commander r2225 - branches/gcmd-1-3/src



Author: epiotr
Date: Mon Oct 20 17:27:16 2008
New Revision: 2225
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2225&view=rev

Log:
i18n

Modified:
   branches/gcmd-1-3/src/gnome-cmd-file-list.cc
   branches/gcmd-1-3/src/gnome-cmd-search-dialog.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-file-list.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-list.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-list.cc	Mon Oct 20 17:27:16 2008
@@ -56,6 +56,14 @@
 #define POPUP_TIMEOUT 750
 
 
+#if 0
+static char *msgs[] = {N_("Open in New _Tab"),
+                       N_("_Close Tab"),
+                       N_("Close the current tab"),
+                       N_("Open directory in a new tab")};
+#endif
+
+
 enum
 {
     FILE_CLICKED,        // A file in the list was clicked

Modified: branches/gcmd-1-3/src/gnome-cmd-search-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-search-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-search-dialog.cc	Mon Oct 20 17:27:16 2008
@@ -40,8 +40,6 @@
                        N_("_Unlimited depth"),
                        N_("Current _directory only"),
                        N_("_Limited depth"),
-                       N_("She_ll syntax"),
-                       N_("Rege_x syntax"),
 //                       N_("Search local directories only"),
                        N_("Files _not containing text")};
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]