diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-22 20:57:07 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-06-22 20:57:07 +0200 |
commit | 58907e0bffb5a7d2d0bfc05cec28f366432bb3e8 (patch) | |
tree | d0567e509e8769d2b1363af45c1b48cf18563715 /web/template/stats/user_table.php | |
parent | adbb59308024bfb6386eaa4a9d1a2eb6591b8456 (diff) | |
download | aur-58907e0bffb5a7d2d0bfc05cec28f366432bb3e8.tar.gz aur-58907e0bffb5a7d2d0bfc05cec28f366432bb3e8.tar.xz |
use php's gettext modulegettext
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'web/template/stats/user_table.php')
-rw-r--r-- | web/template/stats/user_table.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index 36a6b10c..992f7370 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -4,13 +4,13 @@ <table class='boxSoft'> <tr> <th colspan='2' class='boxSoftTitle'> -<span class='f3'><?php print __("My Statistics"); ?></span> +<span class='f3'><?php print _("My Statistics"); ?></span> </th> </tr> <tr> <td class='boxSoft'> <span class='f4'><a href="packages.php?SeB=m&L=2&K=<?php echo $username; ?>"> -<?php print __("Packages in unsupported"); ?></a></span> +<?php print _("Packages in unsupported"); ?></a></span> </td> <td class='boxSoft'> <span class='f4'><?php print $maintainer_unsupported_count; ?></span> @@ -20,7 +20,7 @@ <tr> <td class='boxSoft'> <span class='f4'><a href="packages.php?SeB=m&outdated=on&K=<?php echo $username; ?>"> -<?php print __("Out of Date"); ?></a></span> +<?php print _("Out of Date"); ?></a></span> </td> <td class='boxSoft'> <span class='f4'> |