views/users.php
changeset 5 cb13c07e7e5d
parent 3 f3e55c2386a1
--- a/views/users.php	Sun Dec 28 17:20:55 2008 +0000
+++ b/views/users.php	Sun Dec 28 20:48:10 2008 +0000
@@ -1,7 +1,7 @@
-<h2>Uzantoj</h2>
+<h2><?=lang("users_str");?></h2>
 <?=$loginlink?>
 
-<h3>Komparite kun <?=$other_user_name?></h3>
+<h3><?=lang("compared_with_str");?> <?=$other_user_name?></h3>
 
 <?=form_open("opiniarbo/index/$assertionid/$other_user"); ?>
     <select name="other_user">
@@ -11,7 +11,7 @@
     else
         echo "<option value=\"{$user['id']}\" selected>{$user['name']}</option>";
     endforeach;?>
-    <input type="submit" name="compare" value="Kompari kun">
+    <input type="submit" name="compare" value="<?=lang("compare_with_str");?>">
 </form>
 
-<?=anchor("opiniarbo/index/0/$other_user",'Montri la bazajn asertojn');
+<?=anchor("opiniarbo/index/0/$other_user",lang("showheadassertions_str"));