1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 01:36:57 +02:00

a few fixes

git-svn-id: file:///svn/phpbb/trunk@4184 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-06-29 10:59:36 +00:00
parent b85637fc1a
commit 4d6a767305
8 changed files with 39 additions and 19 deletions

View File

@@ -642,7 +642,9 @@ $lang = array(
'TOO_FEW_POLL_OPTIONS' => 'You must enter at least two poll options',
'TOO_MANY_POLL_OPTIONS' => 'You have tried to enter too many poll options',
'NO_POLL_TITLE' => 'You have to enter a poll title',
'NO_DELETE_POLL_OPTIONS'=> 'You cannot delete existing poll options',
'TOO_MANY_USER_OPTIONS' => 'You cannot specify more Options per User than existing poll options',
'GENERAL_UPLOAD_ERROR' => 'Could not upload Attachment to %s',
'TOO_MANY_ATTACHMENTS' => 'Cannot add another attacment, %d is the maxmimum.',