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

Fixed some language strings, added some handy things to viewtopic

git-svn-id: file:///svn/phpbb/trunk@1578 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2001-12-15 01:55:43 +00:00
parent 652a03df3f
commit 1f6b7aa567
5 changed files with 15 additions and 6 deletions

View File

@@ -245,7 +245,7 @@ $lang['All_Posts'] = "Alle berichten";
$lang['Newest_First'] = "Nieuwste eerst";
$lang['Oldest_First'] = "Oudste eerst";
$lang['Return_to_top'] = "Naar boven";
$lang['Back_to_top'] = "Naar boven";
$lang['Read_profile'] = "Bekijk gebruikers profiel";
$lang['Send_email'] = "Stuur een mail aan deze gebruiker";

View File

@@ -250,7 +250,7 @@ $lang['All_Posts'] = "All Posts";
$lang['Newest_First'] = "Newest First";
$lang['Oldest_First'] = "Oldest First";
$lang['Return_to_top'] = "Return to top";
$lang['Back_to_top'] = "Back to top";
$lang['Read_profile'] = "View users profile";
$lang['Send_email'] = "Send email to user";