genpopo seems to do its job now

This commit is contained in:
eric 2004-06-18 00:25:15 +00:00
parent 4628afd422
commit 79f64a0592
4 changed files with 99 additions and 11 deletions

View file

@ -1,3 +1,9 @@
<?
print "Hello, world!<br/>\n";
include_once("index_po.inc");
print _("Hello, world!")."<br/>\n";
print _("Hello, again!")."<br/>\n";
print _("Julie was here!")."<br/>\n";
print _("Abernathy was here!")."<br/>\n";
?>