Patch(attached) to make untranslatable strings(which mentioned here) translatables.
--- www.xfce.org-old/pages/frontpage.php 2012-04-14 13:51:56.735218955 +0300 +++ www.xfce.org/pages/frontpage.php 2012-04-15 16:02:37.901198880 +0300 @@ -52,7 +52,7 @@ <script type="text/javascript" src="/style/tiny.packed.js"></script> -<h2>Latest News</h2> +<h2><?php E_('Latest News') ?></h2> <?php $count = 3; foreach ($news as $item)
--- www.xfce.org-old/pages/header.php 2012-04-14 13:51:56.835217409 +0300 +++ www.xfce.org/pages/header.php 2012-04-15 16:05:44.091656443 +0300 @@ -39,15 +39,15 @@ <h5 id="xfce-header-subtitle">Sub domains</h5> <ul> - <li><a href="http://www.xfce.org" title="Go to the homepage" class="active">Home</a></li> - <li><a href="http://docs.xfce.org" title="Official documentation">Docs</a></li> - <li><a href="http://archive.xfce.org" title="Download location of tarballs">Archive</a></li> - <li><a href="http://wiki.xfce.org" title="Community documentation">Wiki</a></li> - <li><a href="http://forum.xfce.org" title="Community forums">Forum</a></li> - <li><a href="https://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li> - <li><a href="http://blog.xfce.org" title="Visit the blog">Blog</a></li> - <li><a href="https://translations.xfce.org" title="Help translating the Xfce project">Translate</a></li> - <li><a href="http://git.xfce.org" title="Project repositories">GIT</a></li> + <li><a href="http://www.xfce.org" title="Go to the homepage" class="active"><?php E_('Home') ?></a></li> + <li><a href="http://docs.xfce.org" title="Official documentation"><?php E_('Docs') ?></a></li> + <li><a href="http://archive.xfce.org" title="Download location of tarballs"><?php E_('Archive') ?></a></li> + <li><a href="http://wiki.xfce.org" title="Community documentation"><?php E_('Wiki') ?></a></li> + <li><a href="http://forum.xfce.org" title="Community forums"><?php E_('Forum') ?></a></li> + <li><a href="https://bugzilla.xfce.org" title="Report and track bugs"><?php E_('Bugs') ?></a></li> + <li><a href="http://blog.xfce.org" title="Visit the blog"><?php E_('Blog') ?></a></li> + <li><a href="https://translations.xfce.org" title="Help translating the Xfce project"><?php E_('Translate') ?></a></li> + <li><a href="http://git.xfce.org" title="Project repositories"><?php E_('GIT') ?></a></li> </ul> </div> <div id="xfce-header-clear"></div> --- www.xfce.org-old/pages/about/tour46.php 2012-04-14 13:51:57.005214784 +0300 +++ www.xfce.org/pages/about/tour46.php 2012-04-15 16:06:52.527266099 +0300 @@ -116,7 +116,7 @@ </p> <p class="image"> - <img src="http://cdn.xfce.org/about/tour/4.6/thunar-wallpaper-plugin.png" title="Set an image in a Thunar folder as wallpaper" alt="" /> + <img src="http://cdn.xfce.org/about/tour/4.6/thunar-wallpaper-plugin.png" title="<?php E_('Set an image in a Thunar folder as wallpaper') ?>" alt="" /> </p> <p> --- www.xfce.org-old/pages/about/tour44.php 2012-04-14 13:51:56.931882583 +0300 +++ www.xfce.org/pages/about/tour44.php 2012-04-15 16:07:54.499642248 +0300 @@ -215,10 +215,10 @@ <h2><?php E_('Links') ?></h2> <ul> - <li><a href="http://www.xfce.org/">Xfce website</a></li> - <li><a href="http://thunar.xfce.org/">Thunar website</a></li> + <li><a href="http://www.xfce.org/"><?php E_('Xfce website') ?></a></li> + <li><a href="http://thunar.xfce.org/"><?php E_('Thunar website') ?></a></li> </ul> <h2><?php E_('Credits') ?></h2> -<p>Written by Benedikt Meurer, 21 Jan 2007</p> +<p><?php E_('Written by Benedikt Meurer, 21 Jan 2007') ?></p> --- www.xfce.org-old/pages/about/news.php 2012-04-14 13:51:56.951882272 +0300 +++ www.xfce.org/pages/about/news.php 2012-04-15 16:08:32.515721744 +0300 @@ -11,7 +11,7 @@ echo '<h1>'.$head['title'].'</h1>'; -echo '<span class="rss"><a href="'.$head['feed'].'">Subscribe to articles using RSS Feed</a></span>'; +echo '<span class="rss"><a href="'.$head['feed'].'"><?php E_('Subscribe to articles using RSS Feed') ?></a></span>'; if (isset ($_GET['post'])) $only_stamp = (int) $_GET['post']; --- www.xfce.org/pages/download/changelogs/index.php 2012-04-15 16:09:32.558127724 +0300 +++ www.xfce.org-old/pages/download/changelogs/index.php 2012-04-15 16:28:38.393763224 +0300 @@ -57,5 +57,5 @@ } if ($printed != count ($versions)) - echo '<?php E_('Warning, not all changelog versions were printed!') ?>' + E_('Warning, not all changelog versions were printed!') ?>
_______________________________________________ Xfce-i18n mailing list Xfce-i18n@xfce.org https://mail.xfce.org/mailman/listinfo/xfce-i18n