Blame Identity/Models/Html/phpBB/3.0.4/language/en/viewtopic.php

d6e8d8
d6e8d8
/**
d6e8d8
*
d6e8d8
* viewtopic [English]
d6e8d8
*
d6e8d8
* @package language
d6e8d8
* @version $Id: viewtopic.php 8775 2008-08-21 15:41:12Z Kellanved $
d6e8d8
* @copyright (c) 2005 phpBB Group
d6e8d8
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
d6e8d8
*
d6e8d8
*/
d6e8d8
d6e8d8
/**
d6e8d8
* DO NOT CHANGE
d6e8d8
*/
d6e8d8
if (!defined('IN_PHPBB'))
d6e8d8
{
d6e8d8
	exit;
d6e8d8
}
d6e8d8
d6e8d8
if (empty($lang) || !is_array($lang))
d6e8d8
{
d6e8d8
	$lang = array();
d6e8d8
}
d6e8d8
d6e8d8
// DEVELOPERS PLEASE NOTE
d6e8d8
//
d6e8d8
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
d6e8d8
//
d6e8d8
// Placeholders can now contain order information, e.g. instead of
d6e8d8
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
d6e8d8
// translators to re-order the output of data while ensuring it remains correct
d6e8d8
//
d6e8d8
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
d6e8d8
// equally where a string contains only two placeholders which are used to wrap text
d6e8d8
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
d6e8d8
d6e8d8
$lang = array_merge($lang, array(
d6e8d8
	'ATTACHMENT'						=> 'Attachment',
d6e8d8
	'ATTACHMENT_FUNCTIONALITY_DISABLED'	=> 'The attachments feature has been disabled.',
d6e8d8
d6e8d8
	'BOOKMARK_ADDED'		=> 'Bookmarked topic successfully.',
d6e8d8
	'BOOKMARK_ERR'			=> 'Bookmarking the topic failed. Please try again.',
d6e8d8
	'BOOKMARK_REMOVED'		=> 'Removed bookmarked topic successfully.',
d6e8d8
	'BOOKMARK_TOPIC'		=> 'Bookmark topic',
d6e8d8
	'BOOKMARK_TOPIC_REMOVE'	=> 'Remove from bookmarks',
d6e8d8
	'BUMPED_BY'				=> 'Last bumped by %1$s on %2$s.',
d6e8d8
	'BUMP_TOPIC'			=> 'Bump topic',
d6e8d8
d6e8d8
	'CODE'					=> 'Code',
d6e8d8
d6e8d8
	'DELETE_TOPIC'			=> 'Delete topic',
d6e8d8
	'DOWNLOAD_NOTICE'		=> 'You do not have the required permissions to view the files attached to this post.',
d6e8d8
d6e8d8
	'EDITED_TIMES_TOTAL'	=> 'Last edited by %1$s on %2$s, edited %3$d times in total.',
d6e8d8
	'EDITED_TIME_TOTAL'		=> 'Last edited by %1$s on %2$s, edited %3$d time in total.',
d6e8d8
	'EMAIL_TOPIC'			=> 'E-mail friend',
d6e8d8
	'ERROR_NO_ATTACHMENT'	=> 'The selected attachment does not exist anymore.',
d6e8d8
d6e8d8
	'FILE_NOT_FOUND_404'	=> 'The file %s does not exist.',
d6e8d8
	'FORK_TOPIC'			=> 'Copy topic',
d6e8d8
d6e8d8
	'LINKAGE_FORBIDDEN'		=> 'You are not authorised to view, download or link from/to this site.',
d6e8d8
	'LOGIN_NOTIFY_TOPIC'	=> 'You have been notified about this topic, please login to view it.',
d6e8d8
	'LOGIN_VIEWTOPIC'		=> 'The board requires you to be registered and logged in to view this topic.',
d6e8d8
d6e8d8
	'MAKE_ANNOUNCE'				=> 'Change to “Announcement”',
d6e8d8
	'MAKE_GLOBAL'				=> 'Change to “Global”',
d6e8d8
	'MAKE_NORMAL'				=> 'Change to “Standard Topic”',
d6e8d8
	'MAKE_STICKY'				=> 'Change to “Sticky”',
d6e8d8
	'MAX_OPTIONS_SELECT'		=> 'You may select up to %d options',
d6e8d8
	'MAX_OPTION_SELECT'			=> 'You may select 1 option',
d6e8d8
	'MISSING_INLINE_ATTACHMENT'	=> 'The attachment %s is no longer available',
d6e8d8
	'MOVE_TOPIC'				=> 'Move topic',
d6e8d8
d6e8d8
	'NO_ATTACHMENT_SELECTED'=> 'You haven’t selected an attachment to download or view.',
d6e8d8
	'NO_NEWER_TOPICS'		=> 'There are no newer topics in this forum.',
d6e8d8
	'NO_OLDER_TOPICS'		=> 'There are no older topics in this forum.',
d6e8d8
	'NO_UNREAD_POSTS'		=> 'There are no new unread posts for this topic.',
d6e8d8
	'NO_VOTE_OPTION'		=> 'You must specify an option when voting.',
d6e8d8
	'NO_VOTES'				=> 'No votes',
d6e8d8
d6e8d8
	'POLL_ENDED_AT'			=> 'Poll ended at %s',
d6e8d8
	'POLL_RUN_TILL'			=> 'Poll runs till %s',
d6e8d8
	'POLL_VOTED_OPTION'		=> 'You voted for this option',
d6e8d8
	'PRINT_TOPIC'			=> 'Print view',
d6e8d8
d6e8d8
	'QUICK_MOD'				=> 'Quick-mod tools',
d6e8d8
	'QUOTE'					=> 'Quote',
d6e8d8
d6e8d8
	'REPLY_TO_TOPIC'		=> 'Reply to topic',
d6e8d8
	'RETURN_POST'			=> '%sReturn to the post%s',
d6e8d8
d6e8d8
	'SUBMIT_VOTE'			=> 'Submit vote',
d6e8d8
d6e8d8
	'TOTAL_VOTES'			=> 'Total votes',
d6e8d8
d6e8d8
	'UNLOCK_TOPIC'			=> 'Unlock topic',
d6e8d8
d6e8d8
	'VIEW_INFO'				=> 'Post details',
d6e8d8
	'VIEW_NEXT_TOPIC'		=> 'Next topic',
d6e8d8
	'VIEW_PREVIOUS_TOPIC'	=> 'Previous topic',
d6e8d8
	'VIEW_RESULTS'			=> 'View results',
d6e8d8
	'VIEW_TOPIC_POST'		=> '1 post',
d6e8d8
	'VIEW_TOPIC_POSTS'		=> '%d posts',
d6e8d8
	'VIEW_UNREAD_POST'		=> 'First unread post',
d6e8d8
	'VISIT_WEBSITE'			=> 'WWW',
d6e8d8
	'VOTE_SUBMITTED'		=> 'Your vote has been cast.',
d6e8d8
	'VOTE_CONVERTED'		=> 'Changing votes is not supported for converted polls.',
d6e8d8
d6e8d8
));
d6e8d8
d6e8d8
?>