1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-09 12:19:15 +00:00

update translation

This commit is contained in:
Andrew Dolgov
2007-03-09 19:12:31 +01:00
parent 99e37e09a5
commit 3692e98fe3
8 changed files with 346 additions and 311 deletions

View File

@@ -210,9 +210,9 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
<td width='40%'><a href=\"javascript:updateUsersList('login')\">Login</a></td>
<td width='40%'><a href=\"javascript:updateUsersList('access_level')\">Access Level</a></td>
<td width='30%'><a href=\"javascript:updateUsersList('last_login')\">Last login</a></td></tr>";
<td width='40%'><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
<td width='40%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
<td width='30%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
$lnum = 0;