Example #1
0
?>
</h2>

<?php 
print i18n_var("You can give us feedback and get updates on %1 or %2 or %3.", "<a href='https://www.facebook.com/kde'><img style='border: 0px; padding: 0px; margin: 0px' src='https://www.kde.org/announcements/facebook.gif' width='32' height='32' /></a> <a href='https://www.facebook.com/kde'>Facebook</a>", "<a href='https://twitter.com/kdecommunity'><img style='border: 0px; padding: 0px; margin: 0px' src='https://www.kde.org/announcements/twitter.png' width='32' height='32' /></a> <a href='https://twitter.com/kdecommunity'>Twitter</a>", "<a href='https://plus.google.com/105126786256705328374/posts'><img style='border: 0px; padding: 0px; margin: 0px' src='https://www.kde.org/announcements/googleplus.png' width='30' height='30' /></a> <a href='https://plus.google.com/105126786256705328374/posts'>Google+</a>");
?>

<p>
<?php 
print i18n_var("Discuss Plasma 5 on the <a href='%1'>KDE Forums Plasma 5 board</a>.", "https://forum.kde.org/viewforum.php?f=289");
?>
</a>
</p>

<p><?php 
print i18n_var("You can provide feedback direct to the developers via the <a href='%1'>#Plasma IRC channel</a>,\n<a href='%2'>Plasma-devel mailing list</a> or report issues via\n<a href='%3'>bugzilla</a>.  If you like what the\nteam is doing, please let them know!", "irc://#plasma@freenode.net", "https://mail.kde.org/mailman/listinfo/plasma-devel", "https://bugs.kde.org/enter_bug.cgi?product=plasmashell&format=guided");
?>
</p>

<p><?php 
i18n("Your feedback is greatly appreciated.");
?>
</p>

<h2>
  <?php 
i18n("Supporting KDE");
?>
</h2>

<p align="justify">
Example #2
0
<?php

$translation_file = "edu";
include_once "functions.inc";
$site_root = "../";
$page_title = i18n_noop("Artikulate Course Overview");
include "header.inc";
?>

<?php 
echo i18n_var('Currently, the following resource files are available for Artikulate.');
?>

<?php 
include "artikulate_data.html";
?>

<hr width="30%" align="center" />
<p>
<?php 
echo i18n_var('Last update: %1', date("Y-m-d", filemtime("artikulate_data.html")));
?>
</p>

  <?php 
include "footer.inc";