gnome-commander r2224 - trunk/src



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

Log:
i18n

Modified:
   trunk/src/gnome-cmd-file-list.cc
   trunk/src/gnome-cmd-search-dialog.cc

Modified: trunk/src/gnome-cmd-file-list.cc
==============================================================================
--- trunk/src/gnome-cmd-file-list.cc	(original)
+++ trunk/src/gnome-cmd-file-list.cc	Mon Oct 20 17:27:00 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: trunk/src/gnome-cmd-search-dialog.cc
==============================================================================
--- trunk/src/gnome-cmd-search-dialog.cc	(original)
+++ trunk/src/gnome-cmd-search-dialog.cc	Mon Oct 20 17:27:00 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]