Author: kelnos
Date: 2007-02-20 19:48:12 +0000 (Tue, 20 Feb 2007)
New Revision: 24999
Added:
xfdesktop/branches/xfce_4_4/menu.xml.pa
Modified:
xfdesktop/branches/xfce_4_4/Makefile.am
xfdesktop/trunk/Makefile.am
Log:
add punjabi menu.xml to 4.4 branch, and add to makefile for trunk
Modified: xfdesktop/branches/xfce_4_4/Makefile.am
===================================================================
--- xfdesktop/branches/xfce_4_4/Makefile.am 2007-02-20 19:19:28 UTC (rev
24998)
+++ xfdesktop/branches/xfce_4_4/Makefile.am 2007-02-20 19:48:12 UTC (rev
24999)
@@ -40,6 +40,7 @@
menu.xml.ja \
menu.xml.ko \
menu.xml.nl \
+ menu.xml.pa \
menu.xml.pl \
menu.xml.pt_BR \
menu.xml.ro \
Added: xfdesktop/branches/xfce_4_4/menu.xml.pa
===================================================================
--- xfdesktop/branches/xfce_4_4/menu.xml.pa (rev 0)
+++ xfdesktop/branches/xfce_4_4/menu.xml.pa 2007-02-20 19:48:12 UTC (rev
24999)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE xfdesktop-menu>
+
+<!--
+ Explanantion of Xfce 4 menu file:
+ =================================
+ Here we will try to explain the format of the menu file. Look at the
+ actual menu below for the real examples. You shouldn't really need to
+ edit this manually; check out xfce4-menueditor instead.
+-->
+
+<!-- Obviously, this is how you make a comment ;-) -->
+
+<!--
+
+ + Everything is between exactly one pair of
+ <xfdesktop-menu></xfdesktop-menu> tags.
+
+ + Applications:
+ <app name="Name in menu" cmd="Command to run" term="false"
+ icon="iconfile" snotify="false" visible="true" />
+ The 'term' attribute determines if the program needs a terminal to run,
+ and 'snotify' sets whether or not the program supports startup
+ notification. You can set an icon to be displayed next to the item with
+ the 'icon' attribute. Only 'name' and 'cmd' are required.
+
+ + Separators:
+ <separator visible="true" />
+ Creates a horizontal separator. The 'visible' attribute is optional.
+
+ + Submenus:
+ <menu name="Name in menu" icon="iconfile" visible="true"></menu>
+ Only 'name' is required, but you can also set an icon to be displayed using
+ the 'icon' attribute. Between the menu tags you can define more
+ applications, separators and menus.
+
+ + Titles
+ <title name="Name in menu" icon="iconfile" visible="true" />
+ Creates an insensitive menu title. You can even add an optional icon to
+ the title if you'd like.
+
+ + Including other files:
+ <include type="file" src="menu2.xml" visible="true" />
+ Includes the file menu2.xml. A relative path is assumed to be rooted at
+ ~/.config/xfce4/desktop/. An absolute path will be treated as such.
+
+ + Including an autogenerated system menu:
+ <include type="system" style="simple" unique="true" visible="true" />
+ Includes a system menu. style can be "simple" or "multilevel". If unique
+ is set to "false", multiple menu items will be generated if the app
+ appears in multiple categories.
+-->
+
+<xfdesktop-menu>
+
+ <title name="ਡਿਸਕਟਾਪ" icon="xfce4-backdrop"/>
+
+ <separator/>
+
+ <app name="ਪਰੋਗਰਾਮ ਚਲਾਓ..." cmd="xfrun4" icon="gnome-fs-executable"/>
+
+ <separator/>
+
+ <app name="ਟਰਮੀਨਲ" cmd="xfterm4" icon="gnome-terminal"/>
+ <app name="ਫਾਇਲ ਮੈਨੇਜਰ" cmd="thunar" icon="file-manager"/>
+ <app name="ਵੈੱਬ ਬਰਾਊਜ਼ਰ" cmd="xfbrowser4" icon="gnome-globe"/>
+
+ <separator/>
+
+ <menu name="ਸੈਟਿੰਗ" icon="gnome-settings">
+ <app name="ਸੈਟਿੰਗ ਮੈਨੇਜਰ" cmd="xfce-setting-show"
snotify="true" icon="gnome-settings"/>
+ </menu>
+
+ <separator/>
+
+ <!--
+ The next line includes the autogenerated menu at the current level.
If
+ you want, you can put this in its own submenu.
+ -->
+ <include type="system" style="simple" unique="true"/>
+
+ <!--
+ Uncomment the following line (and comment the above) if you would
rather
+ include a separate menu file instead of using the autogenerated menu.
+ -->
+ <!-- <include type="file" src="menu2.xml"/> -->
+
+ <separator/>
+
+ <app name="ਸਹਾਇਤਾ" cmd="xfhelp4" icon="gnome-help"/>
+ <app name="Xfce ਬਾਰੇ" cmd="xfce4-about" icon="gnome-info"/>
+ <!--
+ This will cause xfce4-session to quit, after first displaying a log-out
+ dialog box. If xfce4-session isn't running, it will quit xfdesktop.
+ -->
+ <builtin name="ਬਾਹਰ ਜਾਓ" cmd="quit" icon="gnome-logout"/>
+
+</xfdesktop-menu>
Modified: xfdesktop/trunk/Makefile.am
===================================================================
--- xfdesktop/trunk/Makefile.am 2007-02-20 19:19:28 UTC (rev 24998)
+++ xfdesktop/trunk/Makefile.am 2007-02-20 19:48:12 UTC (rev 24999)
@@ -40,6 +40,7 @@
menu.xml.ja \
menu.xml.ko \
menu.xml.nl \
+ menu.xml.pa \
menu.xml.pl \
menu.xml.pt_BR \
menu.xml.ro \
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits