[ticket/12037] Fix hard-coded text in acp_inactive.html.

PHPBB3-12037
This commit is contained in:
Cesar G 2013-11-25 12:38:53 -08:00
parent af3417ce86
commit e111d7bd13
2 changed files with 2 additions and 1 deletions

View file

@ -53,7 +53,7 @@
</table> </table>
<fieldset class="display-options"> <fieldset class="display-options">
{L_DISPLAY_LOG}: &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}<!-- IF PAGINATION -->&nbsp;Users per page: <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF --> {L_DISPLAY_LOG}: &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}<!-- IF PAGINATION -->&nbsp;{L_USERS_PER_PAGE}: <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF -->
<input class="button2" type="submit" value="{L_GO}" name="sort" /> <input class="button2" type="submit" value="{L_GO}" name="sort" />
</fieldset> </fieldset>

View file

@ -138,6 +138,7 @@ $lang = array_merge($lang, array(
), ),
'USER_ONLINE' => 'Online', 'USER_ONLINE' => 'Online',
'USER_PRESENCE' => 'Board presence', 'USER_PRESENCE' => 'Board presence',
'USERS_PER_PAGE' => 'Users per page',
'VIEWING_PROFILE' => 'Viewing profile - %s', 'VIEWING_PROFILE' => 'Viewing profile - %s',
'VISITED' => 'Last visited', 'VISITED' => 'Last visited',