Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/config


Modified Files:
        strings.c strings.pl 


Log Message:
Add some missing localizable strings.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/config/strings.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- strings.c   27 Nov 2005 12:51:09 -0000      1.6
+++ strings.c   28 Jan 2006 14:58:54 -0000      1.7
@@ -76,6 +76,7 @@
 /* menus.cfg */
 _("Backgrounds"),
 _("Desktop Operations"),
+_("Backgrounds"),
 _("Cleanup Desktop"),
 _("Goto Next Desktop"),
 _("Goto Previous Desktop"),
@@ -111,6 +112,11 @@
 _("Session Settings ..."),
 _("Miscellaneous Settings ..."),
 _("Enlightenment"),
+_("User Menus"),
+_("Desktop"),
+_("Settings"),
+_("Themes"),
+_("Maintenance"),
 _("Help"),
 _("About Enlightenment"),
 _("About this theme"),
@@ -125,6 +131,9 @@
 _("Max Size Toggle"),
 _("Available Max Size Toggle"),
 _("Absolute Max Size Toggle"),
+_("Height"),
+_("Width"),
+_("Size"),
 _("Fullscreen/Normal"),
 _("Zoom/Unzoom"),
 _("Below"),
@@ -159,4 +168,18 @@
 _("Shade/Unshade"),
 _("Stick/Unstick"),
 _("Remember..."),
+_("Window Size"),
+_("Set Stacking"),
+_("Set Border Style"),
+_("Window Groups"),
+_("Opacity"),
+_("Miscellaneous"),
+_("Remember State"),
+
+_("User Menus"),
+_("User Application List"),
+_("Other"),
+_("Enlightenment Epplets"),
+_("Restart Enlightenment"),
+_("Log Out"),
 };
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/config/strings.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- strings.pl  25 Sep 2005 00:50:52 -0000      1.2
+++ strings.pl  28 Jan 2006 14:58:54 -0000      1.3
@@ -56,12 +56,22 @@
     $t = "$1";
     print "_($t),\n";
   }
-  elsif (/ADD_MENU_TEXT_ITEM\s*\(\s*(\".*\"),/) {
+  elsif (/ADD_.*MENU_TEXT_ITEM\s*\(\s*(\".*\"),/) {
     $t = "$1";
     print "_($t),\n";
   }
 }
 
+# From e_gen_menu
[EMAIL PROTECTED] = (
+  "User Menus",
+  "User Application List",
+  "Other",
+  "Enlightenment Epplets",
+  "Restart Enlightenment",
+  "Log Out"
+);
+
 #
 # Start
 #
@@ -78,4 +88,10 @@
   close $f;
 }
 
+# Other strings.
+print "\n";
+foreach $s (@sl) {
+  print "_(\"$s\"),\n";
+}
+
 print "};\n";




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to