Updating branch refs/heads/nick/gettext
         to c0e7f0f5ffd15119e7843c216e10091b1a071dd8 (commit)
       from 8f3a066d1f3efe486ed6621b7596d41998dbf3c3 (commit)

commit c0e7f0f5ffd15119e7843c216e10091b1a071dd8
Author: Jérôme Guelfucci <jero...@xfce.org>
Date:   Thu Dec 30 23:02:53 2010 +0100

    Fix all project pages titles.

 pages/projects/exo.php             |    4 +++-
 pages/projects/libxfce4.php        |    4 +++-
 pages/projects/orage.php           |    4 +++-
 pages/projects/terminal.php        |    4 +++-
 pages/projects/thunar.php          |    4 +++-
 pages/projects/xfce-utils.php      |    4 +++-
 pages/projects/xfce4-appfinder.php |    3 ++-
 pages/projects/xfce4-mixer.php     |    4 +++-
 pages/projects/xfce4-panel.php     |    4 +++-
 pages/projects/xfce4-session.php   |    4 +++-
 pages/projects/xfce4-settings.php  |    4 +++-
 pages/projects/xfconf.php          |    4 +++-
 pages/projects/xfdesktop.php       |    4 +++-
 pages/projects/xfwm4.php           |    4 +++-
 14 files changed, 41 insertions(+), 14 deletions(-)

diff --git a/pages/projects/exo.php b/pages/projects/exo.php
index 8d0714e..1d1b5e6 100644
--- a/pages/projects/exo.php
+++ b/pages/projects/exo.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is Exo?") ?></h1>
+<?php $head['title'] = R_('What is Exo?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("Exo is an application library for the Xfce desktop environment.") 
?>
diff --git a/pages/projects/libxfce4.php b/pages/projects/libxfce4.php
index f6f7734..1d6c6a6 100644
--- a/pages/projects/libxfce4.php
+++ b/pages/projects/libxfce4.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What are libxfce4util and libxfce4ui?") ?></h1>
+<?php $head['title'] = R_('What are libxfce4util and libxfce4ui?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("The core libraries provide common functionalities to the Xfce 
environment. They are two libraries which provide non-graphical helper 
functions, widgets, convenience functions for graphical user interfaces  and 
functions for settings management.") ?>
diff --git a/pages/projects/orage.php b/pages/projects/orage.php
index 0de917b..93c4cdd 100644
--- a/pages/projects/orage.php
+++ b/pages/projects/orage.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is Orage?") ?></h1>
+<?php $head['title'] = R_('What is Orage?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("Orage provides a calendar which integrates nicely into the Xfce 
Desktop Environment. It is highly configurable and supports alerts based on 
dates. It warns you with popup or audio alarm. As it is an application for 
every day use, it launches itself in the background as a daemon and can be 
accessed using the Orage Clock plugin for the panel.") ?>
diff --git a/pages/projects/terminal.php b/pages/projects/terminal.php
index c1fc0b7..dbc5e68 100644
--- a/pages/projects/terminal.php
+++ b/pages/projects/terminal.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is Terminal?") ?></h1>
+<?php $head['title'] = R_('What is Terminal?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("Terminal is a modern, lightweight, and low memory cost terminal 
emulator with tabs and multiple windows for the Xfce desktop environment. It 
offers full-customization for the key bindings, the aspect, the colors, and 
more.") ?>
diff --git a/pages/projects/thunar.php b/pages/projects/thunar.php
index 20fded9..828fb8f 100644
--- a/pages/projects/thunar.php
+++ b/pages/projects/thunar.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is the Thunar File Manager?") ?></h1>
+<?php $head['title'] = R_('What is the Thunar File Manager?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("Thunar is a new modern file manager for the Xfce Desktop 
Environment. 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. Thunar is fast and responsive with a good 
start up time and directory load time.") ?>
diff --git a/pages/projects/xfce-utils.php b/pages/projects/xfce-utils.php
index ba61ffe..ef9061b 100644
--- a/pages/projects/xfce-utils.php
+++ b/pages/projects/xfce-utils.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What are the utilities and scripts?") ?></h1>
+<?php $head['title'] = R_('What are the utilities and scripts?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("The Utilities and Scripts provides an about dialog for Xfce 4, an 
application launcher and several useful scripts that are also used by other 
Xfce components such as the panel and the desktop menu.") ?>
diff --git a/pages/projects/xfce4-appfinder.php 
b/pages/projects/xfce4-appfinder.php
index e79eafa..832725f 100644
--- a/pages/projects/xfce4-appfinder.php
+++ b/pages/projects/xfce4-appfinder.php
@@ -1,5 +1,6 @@
-<h1><?php E_("What is the Application Finder?") ?></h1>
+<?php $head['title'] = R_('What is the Application Finder?') ?>
 
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("This is an application finder for the Xfce Desktop Environment. It 
is a useful program that allows you to find applications on the system and 
launch them. It provides easy keyboard navigation and can be used as a 
replacement for xfrun4.") ?>
diff --git a/pages/projects/xfce4-mixer.php b/pages/projects/xfce4-mixer.php
index 2d2a14e..47fddee 100644
--- a/pages/projects/xfce4-mixer.php
+++ b/pages/projects/xfce4-mixer.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is the mixer?") ?></h1>
+<?php $head['title'] = R_('What is the mixer?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("The Mixer is a volume control application for the Xfce Desktop 
Environment. It provides both a volume control plugin for the Xfce Panel and a 
standalone mixer application.") ?>
diff --git a/pages/projects/xfce4-panel.php b/pages/projects/xfce4-panel.php
index 44c4c8a..d080c48 100644
--- a/pages/projects/xfce4-panel.php
+++ b/pages/projects/xfce4-panel.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is the Xfce4 panel?") ?></h1>
+<?php $head['title'] = R_('What is the Xfce panel?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("A panel is a bar which can hold many items such as application 
launchers, windows lists, clock, notification area, applications menu...") ?>
diff --git a/pages/projects/xfce4-session.php b/pages/projects/xfce4-session.php
index d24da58..c3ff8de 100644
--- a/pages/projects/xfce4-session.php
+++ b/pages/projects/xfce4-session.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is the Session Manager?") ?></h1>
+<?php $head['title'] = R_('What is the Session Manager?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("The session manager allows the user to save sessions and restore 
them after login. It is capable of saving several different sessions. It also 
provides an easy way to log out, reboot, shutdown, hibernate or suspend your 
computer.") ?>
diff --git a/pages/projects/xfce4-settings.php 
b/pages/projects/xfce4-settings.php
index 8a1b8fc..c5ee6f1 100644
--- a/pages/projects/xfce4-settings.php
+++ b/pages/projects/xfce4-settings.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is the Settings Manager?") ?></h1>
+<?php $head['title'] = R_('What is the Settings Manager?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("The settings manager allows you to customize your desktop 
environment in an easy and intuitive way. You can set some hardware components 
such as mouse, keyboard or display; but also theme your windows, widgets and 
icons, set your preferred applications, manage your sessions...") ?>
diff --git a/pages/projects/xfconf.php b/pages/projects/xfconf.php
index 6b5e222..cf3f4da 100644
--- a/pages/projects/xfconf.php
+++ b/pages/projects/xfconf.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is Xfconf?") ?></h1>
+<?php $head['title'] = R_('What is Xfconf?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("Xfconf is a simple client-server configuration storage and query 
system.") ?>
diff --git a/pages/projects/xfdesktop.php b/pages/projects/xfdesktop.php
index 08a3380..079fc08 100644
--- a/pages/projects/xfdesktop.php
+++ b/pages/projects/xfdesktop.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is the Xfdesktop Desktop Manager?") ?></h1>
+<?php $head['title'] = R_('What is Xfdesktop?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("The desktop manager sets the background image, provides a 
right-click menu to launch applications and can optionally show files 
(including application launchers) or iconified windows. It includes gradient 
support for background color, saturation support for background image, real 
multiscreen and xinerama support.") ?>
diff --git a/pages/projects/xfwm4.php b/pages/projects/xfwm4.php
index 4970218..398a9a7 100644
--- a/pages/projects/xfwm4.php
+++ b/pages/projects/xfwm4.php
@@ -1,4 +1,6 @@
-<h1><?php E_("What is Xfwm4?") ?></h1>
+<?php $head['title'] = R_('What is Xfwm4?') ?>
+
+<h1><?php echo $head['title'] ?></h1>
 
 <p>
   <?php E_("Xfwm4 is the Xfce window manager. It manages the placement of 
application windows on the screen, provides beautiful window decorations, 
manages workspaces or virtual desktops and natively supports multiscreen mode. 
") ?>
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to