Skip to content

Commit

Permalink
Language support added JH
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoj1976 committed Nov 25, 2005
1 parent 264d017 commit a52bdd4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion interface/errorWin.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
echo "heyyo. you have been here for ".($_GET['msec']/1000/60)." min";
echo xl("heyyo. you have been here for ").($_GET['msec']/1000/60).xl(" min");
?>
<script language="JavaScript">

Expand Down
4 changes: 2 additions & 2 deletions interface/login_screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
top.location.href='<?echo "$rootdir/login/login_frame.php"?>';
</script>

<a href='<?echo "$rootdir/login/login_frame.php"?>'>Follow manually</a>
<a href='<?echo "$rootdir/login/login_frame.php"?>'><?xl('Follow manually','e')?></a>

<p>
OpenEMR requires Javascript to perform user authentication.
<?xl('OpenEMR requires Javascript to perform user authentication.','e')?>

</body>
</html>
6 changes: 3 additions & 3 deletions interface/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@



<span class=text>Logged out.</span>
<span class=text><?xl('Logged out.','e')?></span>


<br><br>

This page will inline include the login page, so that we do not have to click relogin every time.
<?xl('This page will inline include the login page, so that we do not have to click relogin every time.','e')?>

<br><br>

<a class=link href="login_screen.php">Relogin</a>
<a class=link href="login_screen.php"><?xl('Relogin','e')?></a>

<br><br>

Expand Down
4 changes: 2 additions & 2 deletions interface/version_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@



<font class="title">Debug Information</font>
<font class="title"><?xl('Debug Information','e')?></font>

<br>
Pennington Firm OpenEMR v<?echo $openemr_version?><br>
<? echo xl('Pennington Firm OpenEMR v') . $openemr_version?><br>


</body>
Expand Down

0 comments on commit a52bdd4

Please sign in to comment.