1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Altered displayed text for previous x days select

git-svn-id: file:///svn/phpbb/trunk@329 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-05-26 12:47:27 +00:00
parent bb1679af9a
commit 8a60622f0f
2 changed files with 20 additions and 13 deletions

View File

@@ -54,6 +54,15 @@ $l_log_me_in = "Log me in automatically";
$l_all_times = "All times are";
$l_hours = "hours";
$l_All_Topics = "All Topics";
$l_Day = "Day";
$l_Days = "Days";
$l_Week = "Week";
$l_Weeks = "Weeks";
$l_Month = "Month";
$l_Months = "Months";
$l_Year = "Year";
$l_anonymous = "Anonymous"; // Post
$l_guest = "Guest"; // Whosonline
$l_noposts = "No $l_posts";