diff options
| author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-22 22:51:33 +0000 |
|---|---|---|
| committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-22 22:51:33 +0000 |
| commit | 803f64c7248d87e9e9508349c699b0f442556d55 (patch) | |
| tree | c647d60c4c5e4685561a624bbe52f1eec9702741 /phpBB/language/en/posting.php | |
| parent | e66429cba1f79a69890deb6ca9c35841dee6872f (diff) | |
| download | forums-803f64c7248d87e9e9508349c699b0f442556d55.tar forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.gz forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.bz2 forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.xz forums-803f64c7248d87e9e9508349c699b0f442556d55.zip | |
Bertiezilla make Bertie-smash on language files!
#6244
#6278
#6284
#6286
#6336
#6340
#6342
#6344
#6346
#6352
#6358
#6364
#6376
#6382
#6386
#6388
#6418
#6420
#6426
#6428
#6430
#6434
#6452
#6454
#6458
git-svn-id: file:///svn/phpbb/trunk@6790 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
| -rw-r--r-- | phpBB/language/en/posting.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index d84987a590..b87b29b7d6 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -164,7 +164,7 @@ $lang = array_merge($lang, array( 'SAVE' => 'Save', 'SAVE_DATE' => 'Saved at', - 'SAVE_DRAFT' => 'Save Draft', + 'SAVE_DRAFT' => 'Save draft', 'SAVE_DRAFT_CONFIRM' => 'Please note that saved drafts only include the subject and the message, any other element will be removed. Do you want to save your draft now?', 'SMILIES' => 'Smilies', 'SMILIES_ARE_OFF' => 'Smilies are <em>OFF</em>', @@ -179,12 +179,12 @@ $lang = array_merge($lang, array( 'TOO_MANY_ATTACHMENTS' => 'Cannot add another attachment, %d is the maxmimum.', 'TOO_MANY_CHARS' => 'Your message contains too many characters.', 'TOO_MANY_POLL_OPTIONS' => 'You have tried to enter too many poll options', - 'TOO_MANY_SMILIES' => 'Your message contains too many smilies. A maximum of %d smilies are allowed.', - 'TOO_MANY_URLS' => 'Your message contains too many urls. A maximum of %d urls are allowed.', - 'TOO_MANY_USER_OPTIONS' => 'You cannot specify more Options per User than existing poll options', + 'TOO_MANY_SMILIES' => 'Your message contains too many smilies. The maximum number of smilies allowed is %d.', + 'TOO_MANY_URLS' => 'Your message contains too many URLs. The maximum number of URLs allowed is %d.', + 'TOO_MANY_USER_OPTIONS' => 'You cannot specify more options per user than existing poll options', 'TOPIC_BUMPED' => 'Topic has been bumped successfully', - 'UNAUTHORISED_BBCODE' => 'You cannot use certain bbcodes: ', + 'UNAUTHORISED_BBCODE' => 'You cannot use certain BBCodes: ', 'UNGLOBALISE_EXPLAIN' => 'To switch this topic back from being global to a normal topic, you need to select the forum you wish this topic to be displayed.', 'UPDATE_COMMENT' => 'Update comment', 'URL_INVALID' => 'The URL you specified is invalid.', |
