[Xfce4-commits] <www:xfce-4.10> Put info in title.

Nick Schermer noreply at xfce.org
Sun Apr 15 23:34:02 CEST 2012


Updating branch refs/heads/xfce-4.10
         to 9a501adafb6e44d8cbc315a97a795dcad2d8d7a2 (commit)
       from b9d4dc5073a7f6e87c420e30598e0440a5a8eba4 (commit)

commit 9a501adafb6e44d8cbc315a97a795dcad2d8d7a2
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Apr 15 23:32:10 2012 +0200

    Put info in title.

 pages/frontpage.php |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index abbffa5..65b1b09 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -11,12 +11,24 @@ $head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
 <div id="slidewrap">
 <div id="slide">
 	<ul>
-		<li><img src="<?php echo $static_media; ?>/frontpage/slider-desktop.jpg" width="800" height="400" alt="" title="Xfce Desktop" /></li>
-		<li><img src="<?php echo $static_media; ?>/frontpage/slider-thunar.jpg" width="800" height="400" alt="" title="File Manager" /></li>
-		<li><img src="<?php echo $static_media; ?>/frontpage/slider-settings.jpg" width="800" height="400" alt="" title="Settings" /></li>
-		<li><img src="<?php echo $static_media; ?>/frontpage/slider-xfwm4.jpg" width="800" height="400" alt="" title="Window Manager" /></li>
-		<li><img src="<?php echo $static_media; ?>/frontpage/slider-panel.jpg" width="800" height="400" alt="" title="Panel" /></li>
-		<li><img src="<?php echo $static_media; ?>/frontpage/slider-apps.jpg" width="800" height="400" alt="" title="Applications" /></li>
+		<li>
+			<img src="<?php echo $static_media; ?>/frontpage/slider-desktop.jpg" width="800" height="400" alt="Xfce Desktop" title="<?php E_('The default Xfce Desktop provides a simple and attractive desktop for Unix users.') ?>" />
+		</li>
+		<li>
+			<img src="<?php echo $static_media; ?>/frontpage/slider-thunar.jpg" width="800" height="400" alt="File Manager" title="<?php E_('Thunar is the file manager for the Xfce Desktop. It has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options by default.') ?>" />
+		</li>
+		<li>
+			<img src="<?php echo $static_media; ?>/frontpage/slider-settings.jpg" width="800" height="400" alt="Settings" title="<?php E_('The Xfce Desktop provides all the required settings to configure your hardware, desktop appearance and other desktop-critical settings allowing you to easily manage your system.') ?>" />
+		</li>
+		<li>
+			<img src="<?php echo $static_media; ?>/frontpage/slider-xfwm4.jpg" width="800" height="400" alt="Window Manager" title="<?php E_('The Xfce Window Manager is the core of the desktop. It can be tuned to make window management quick and predictable. It also features around 100 border styles giving it the look you want!') ?>" />
+		</li>
+		<li>
+			<img src="<?php echo $static_media; ?>/frontpage/slider-panel.jpg" width="800" height="400" alt="Panel" title="<?php E_('The Xfce Panel can be customized in numerous ways so it provides all the items you need right where you need them. It has three different display modes, transparency and a few dozen different plugins.') ?>" />
+		</li>
+		<li>
+			<img src="<?php echo $static_media; ?>/frontpage/slider-apps.jpg" width="800" height="400" alt="Applications" title="<?php E_('Beside the core desktop functionality, a number of other applications are developed in the Xfce repositories, like an image viewer, the Midori web browser, task manager, notes plugin and calendar.') ?>" />
+		</li>
 	</ul>
 </div>
 <div id="slidenavwrap">


More information about the Xfce4-commits mailing list