[Xfce4-commits] <www:nick/gettext> Make project pages titles translatable.

Jérôme Guelfucci noreply at xfce.org
Sat Dec 18 13:18:02 CET 2010


Updating branch refs/heads/nick/gettext
         to c2ac905e4f8d5b207419107d70587c49b28bd715 (commit)
       from 9d1e6e2bc22530223e77b4765853d9dfe406c840 (commit)

commit c2ac905e4f8d5b207419107d70587c49b28bd715
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sat Dec 18 13:15:32 2010 +0100

    Make project pages titles translatable.

 pages/projects/thunar.php         |    6 +++---
 pages/projects/xfce4-panel.php    |    8 +++-----
 pages/projects/xfce4-session.php  |    6 +++---
 pages/projects/xfce4-settings.php |    5 ++---
 pages/projects/xfdesktop.php      |    6 +++---
 pages/projects/xfwm4.php          |    8 +++-----
 6 files changed, 17 insertions(+), 22 deletions(-)

diff --git a/pages/projects/thunar.php b/pages/projects/thunar.php
index f4c832c..20fded9 100644
--- a/pages/projects/thunar.php
+++ b/pages/projects/thunar.php
@@ -1,4 +1,4 @@
-<h1>Thunar File Manager</h1>
+<h1><?php E_("What is the Thunar File Manager?") ?></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.") ?>
@@ -10,7 +10,7 @@
 
 <p class="center"><img src="/images/projects/screenshots/thunar.png" alt="Thunar" /></p>
 
-<h2>Authors</h2>
+<h2><?php E_("Authors") ?></h2>
 
 <ul>
   <li>Benedikt Meurer [benny at xfce.org]</li>
@@ -18,7 +18,7 @@
   <li>Nick Schermer [nick at xfce.org]</li>
 </ul>
 
-<h2>Useful links</h2>
+<h2><?php E_("Useful links") ?></h2>
 
 <ul>
   <li>
diff --git a/pages/projects/xfce4-panel.php b/pages/projects/xfce4-panel.php
index 59833ed..44c4c8a 100644
--- a/pages/projects/xfce4-panel.php
+++ b/pages/projects/xfce4-panel.php
@@ -1,6 +1,4 @@
-<h1>Xfce4 Panel</h1>
-
-<h2>What is the Xfce4 panel?</h2>
+<h1><?php E_("What is the Xfce4 panel?") ?></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...") ?>
@@ -16,14 +14,14 @@
 
 <p class="center"><img src="/images/projects/screenshots/xfce4-panel.png" alt="Panel" /></p>
 
-<h2>Authors</h2>
+<h2><?php E_("Authors") ?></h2>
 
 <ul>
   <li>Jasper Huijsmans [jasper at xfce.org]</li>
   <li>Nick Schermer [nick at xfce.org]</li>
 </ul>
 
-<h2>Useful links</h2>
+<h2><?php E_("Useful links") ?></h2>
 
 <ul>
   <li>
diff --git a/pages/projects/xfce4-session.php b/pages/projects/xfce4-session.php
index b805f37..ee6b6f3 100644
--- a/pages/projects/xfce4-session.php
+++ b/pages/projects/xfce4-session.php
@@ -1,17 +1,17 @@
-<h1>Session Manager</h1>
+<h1><?php E_("What is the Session Manager?" ?></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.") ?>
 </p>
 
-<h2>Authors</h2>
+<h2><?php E_("Authors") ?></h2>
 
 <ul>
   <li>Benedikt Meurer [benny at xfce.org]</li>
   <li>Brian Tarricone [kelnos at xfce.org]</li>
 </ul>
 
-<h2>Useful links</h2>
+<h2><?php E_("Useful links") ?></h2>
 
 <ul>
   <li>
diff --git a/pages/projects/xfce4-settings.php b/pages/projects/xfce4-settings.php
index be90060..8a1b8fc 100644
--- a/pages/projects/xfce4-settings.php
+++ b/pages/projects/xfce4-settings.php
@@ -1,5 +1,4 @@
-<h1>Settings Manager</h1>
-
+<h1><?php E_("What is the Settings Manager?") ?></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...") ?>
@@ -18,7 +17,7 @@
   <li>Jérôme Guelfucci [jeromeg at xfce.org]</li>
 </ul>
 
-<h2>Useful Links</h2>
+<h2>Useful links</h2>
 
 <ul>
   <li>
diff --git a/pages/projects/xfdesktop.php b/pages/projects/xfdesktop.php
index 806a702..08a3380 100644
--- a/pages/projects/xfdesktop.php
+++ b/pages/projects/xfdesktop.php
@@ -1,4 +1,4 @@
-<h1>Xfdesktop Desktop Manager</h1>
+<h1><?php E_("What is the Xfdesktop Desktop Manager?") ?></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.") ?>
@@ -6,7 +6,7 @@
 
 <p class="center"><img src="/images/projects/screenshots/xfdesktop.png" alt="Desktop Manager" /></p>
 
-<h2>Author</h2>
+<h2><?php E_("Author") ?></h2>
 
 <ul>
   <li>Brian Tarricone [kelnos at xfce.org]</li>
@@ -14,7 +14,7 @@
   <li>Nick Schermer [nick at xfce.org]</li>
 </ul>
 
-<h2>Useful Links</h2>
+<h2><?php E_("Useful links") ?></h2>
 
 <ul>
   <li>
diff --git a/pages/projects/xfwm4.php b/pages/projects/xfwm4.php
index bdab1f4..4970218 100644
--- a/pages/projects/xfwm4.php
+++ b/pages/projects/xfwm4.php
@@ -1,6 +1,4 @@
-<h1>Xfwm4</h1>
-
-<h2>What is Xfwm4?</h2>
+<h1><?php E_("What is Xfwm4?") ?></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. ") ?>
@@ -12,13 +10,13 @@
 
 <p class="center"><img src="/images/projects/screenshots/xfwm4.png" alt="Window Manager" /></p>
 
-<h2>Authors</h2>
+<h2><?php E_("Authors") ?></h2>
 
 <ul>
   <li>Olivier Fourdan [fourdan at xfce.org]</li>
 </ul>
 
-<h2>Uselful links</h2>
+<h2><?php E_("Uselful links") ?></h2>
 
 <ul>
   <li>



More information about the Xfce4-commits mailing list