Blame Identity/Webenv/App/phpBB/3.0.4/language/en/viewtopic.php

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