Mistake in language file

Board3 Portal Translations in Development
Post Reply
User avatar

Topic author
liquidspark
Translator
Posts: 27
Joined: 10. February 2008 17:11
Location: New Jersey, USA
Contact:

Mistake in language file

Post by liquidspark »

Please make the following change:

In "language/en/mods/lang_portal_acp.php":

FIND:

Code: Select all

'PORTAL_FRIENDS_EXPLAIN'				=> 'Display attachments block',
REPLACE WITH:

Code: Select all

'PORTAL_FRIENDS_EXPLAIN'				=> 'Display this block on the portal.',
I've included this change in my general revision of the bundled English release. There are a few more mistakes that were fixed, too. Feel free to use my English version as the default, or change it to suit your needs.
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: Mistake in language file

Post by Christian_N »

Thank you, we fixed.
@Kevin this is twice, once at // general
// general
'ACP_PORTAL_GENERAL_INFO' => 'Portal administration',
...
'PORTAL_FRIENDS' => 'Friends block',
'PORTAL_FRIENDS_EXPLAIN' => 'Display this block on portal.',
'PORTAL_MAX_ONLINE_FRIENDS' => 'Limit of displayed online friends',
'PORTAL_MAX_ONLINE_FRIENDS_EXPLAIN' => 'Limit display of online friends in portal block to a certain value.',

...
'PORTAL_USER_MENU' => 'User menu / Login box',
'PORTAL_USER_MENU_EXPLAIN' => 'Display this block on portal.',
and then at // friends
// friends
'ACP_PORTAL_FRIENDS_INFO' => 'Friends',
...
'PORTAL_FRIENDS' => 'Display friends block',
'PORTAL_FRIENDS_EXPLAIN' => 'Display attachments block',
'PORTAL_MAX_ONLINE_FRIENDS' => 'Limit of displayed friends',
'PORTAL_MAX_ONLINE_FRIENDS_EXPLAIN' => 'Limits the amound of displayed friends to the given value.',

It is enough but if this one exists, eg // friends.
So we are at // general delete.

Greeting Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
Post Reply

Return to “Translations in Development”