Multilinguified.

This commit is contained in:
Nate Jones
2013-05-08 01:17:52 +00:00
parent afa9e65b96
commit 5769783761
7 changed files with 462 additions and 237 deletions
+5 -6
View File
@@ -1,11 +1,10 @@
<meta http-equiv="refresh" content="2;url=xmpp.php">
<div align='center'>
<?php
if ($action == "add") {
echo "Add Complete\n";
}
if ($action == "update") {
echo "Edit Complete\n";
<?php
switch ($action) {
case "add" : echo $text['message-add']."\n"; break;
case "update" : echo $text['message-update']."\n"; break;
case "delete" : echo $text['message-delete']."\n"; break;
}
?>
</div>