Changeset 702 for trunk/forum/language/en/posting.php
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/language/en/posting.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : posting.php 8555 2008-05-15 14:10:11Z Kellanved$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 142 142 'PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded.', 143 143 'PHP_SIZE_NA' => 'The attachment’s file size is too large.<br />Could not determine the maximum size defined by PHP in php.ini.', 144 'PHP_SIZE_OVERRUN' => 'The attachment’s file size is too large, the maximum upload size is % d MB.<br />Please note this is set in php.ini and cannot be overridden.',144 'PHP_SIZE_OVERRUN' => 'The attachment’s file size is too large, the maximum upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.', 145 145 'PLACE_INLINE' => 'Place inline', 146 146 'POLL_DELETE' => 'Delete poll', … … 168 168 'POST_NORMAL' => 'Normal', 169 169 'POST_REVIEW' => 'Post review', 170 'POST_REVIEW_EDIT' => 'Post review', 171 'POST_REVIEW_EDIT_EXPLAIN' => 'This post has been altered by another user while you were editing it. You may wish to review the current version of this post and adjust your edits.', 170 172 'POST_REVIEW_EXPLAIN' => 'At least one new post has been made to this topic. You may wish to review your post in light of this.', 171 173 'POST_STORED' => 'This message has been posted successfully.', … … 185 187 'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit', 186 188 'STICK_TOPIC_FOR' => 'Stick topic for', 187 'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement. ',189 'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement. Please note that this number is relative to the date of the post.', 188 190 'STYLES_TIP' => 'Tip: Styles can be applied quickly to selected text.', 189 191 190 192 'TOO_FEW_CHARS' => 'Your message contains too few characters.', 193 'TOO_FEW_CHARS_LIMIT' => 'Your message contains %1$d characters. The minimum number of characters you need to enter is %2$d.', 191 194 'TOO_FEW_POLL_OPTIONS' => 'You must enter at least two poll options.', 192 195 'TOO_MANY_ATTACHMENTS' => 'Cannot add another attachment, %d is the maximum.',
Note:
See TracChangeset
for help on using the changeset viewer.