2004-02-28 21:16:15 +00:00
< ? php
2005-04-09 12:26:45 +00:00
/**
*
* viewtopic [ English ]
*
2005-12-12 23:17:30 +00:00
* @ package language
2005-04-09 12:26:45 +00:00
* @ version $Id $
* @ copyright ( c ) 2005 phpBB Group
* @ license http :// opensource . org / licenses / gpl - license . php GNU Public License
*
*/
2004-02-28 21:16:15 +00:00
2005-04-09 12:26:45 +00:00
/**
* DO NOT CHANGE
*/
2004-03-10 20:30:26 +00:00
if ( empty ( $lang ) || ! is_array ( $lang ))
2004-02-28 21:16:15 +00:00
{
$lang = array ();
}
2004-08-01 18:00:37 +00:00
// DEVELOPERS PLEASE NOTE
2004-02-28 21:16:15 +00:00
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
2005-12-12 23:17:30 +00:00
$lang = array_merge ( $lang , array (
2006-04-29 01:18:57 +00:00
'ATTACHMENT' => 'Attachment' ,
'ATTACHMENT_FUNCTIONALITY_DISABLED' => 'Attachment has been disabled' ,
2004-02-28 21:16:15 +00:00
2006-05-30 16:50:06 +00:00
'BOOKMARK_ADDED' => 'Bookmarked topic successfully.' ,
'BOOKMARK_REMOVED' => 'Removed bookmarked topic successfully.' ,
'BOOKMARK_TOPIC' => 'Bookmark topic' ,
'BOOKMARK_TOPIC_REMOVE' => 'Remove from bookmarks' ,
2004-02-28 21:16:15 +00:00
'BUMPED_BY' => 'Last bumped by %1$s on %2$s' ,
2006-05-30 16:50:06 +00:00
'BUMP_TOPIC' => 'Bump topic' ,
2004-02-28 21:16:15 +00:00
'CODE' => 'Code' ,
2006-05-30 16:50:06 +00:00
'DELETE_TOPIC' => 'Delete topic' ,
2004-02-28 21:16:15 +00:00
'DOWNLOAD_NOTICE' => 'You do not have the required permissions to view the files attached to this post.' ,
'EDITED_TIMES_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d times in total' ,
'EDITED_TIME_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d time in total' ,
2006-05-30 16:50:06 +00:00
'EMAIL_TOPIC' => 'Email friend' ,
2004-02-28 21:16:15 +00:00
'ERROR_NO_ATTACHMENT' => 'The selected Attachment does not exist anymore' ,
2006-05-30 16:50:06 +00:00
'FILE_NOT_FOUND_404' => 'The file <strong>%s</strong> does not exist.' ,
'FORK_TOPIC' => 'Copy topic' ,
2004-02-28 21:16:15 +00:00
2006-05-30 16:50:06 +00:00
'LINKAGE_FORBIDDEN' => 'You are not authorised to view, download or link from/to this site.' ,
2004-02-28 21:16:15 +00:00
'LOGIN_NOTIFY_TOPIC' => 'You have been notified about this topic, please login to view it.' ,
'LOGIN_VIEWTOPIC' => 'The board administrator requires you to be registered and logged in to view this topic.' ,
2006-05-30 16:50:06 +00:00
'MAKE_ANNOUNCE' => 'Change to Announcement' ,
'MAKE_GLOBAL' => 'Change to Global' ,
'MAKE_NORMAL' => 'Change to Standard Topic' ,
'MAKE_STICKY' => 'Change to Sticky' ,
'MAX_OPTIONS_SELECT' => 'You may select up to <strong>%d</strong> options' ,
'MAX_OPTION_SELECT' => 'You may select <strong>1</strong> option' ,
'MISSING_INLINE_ATTACHMENT' => 'The attachment <strong>%s</strong> is no longer available' ,
'MOVE_TOPIC' => 'Move topic' ,
2004-02-28 21:16:15 +00:00
'NO_ATTACHMENT_SELECTED' => 'You haven\'t selected an attachment to download or view.' ,
'NO_NEWER_TOPICS' => 'There are no newer topics in this forum' ,
'NO_OLDER_TOPICS' => 'There are no older topics in this forum' ,
'NO_UNREAD_POSTS' => 'There are no new unread posts for this topic.' ,
'NO_VOTE_OPTION' => 'You must specify an option when voting.' ,
'POLL_RUN_TILL' => 'Poll runs till %s' ,
'POLL_VOTED_OPTION' => 'You voted for this option' ,
2006-05-30 16:50:06 +00:00
'POST_ENCODING' => 'This post by <strong>%1$s</strong> was made in a character set different to yours. To view this post in its proper encoding click %2$sHERE%3$s.' ,
'PRINT_TOPIC' => 'Print view' ,
2004-02-28 21:16:15 +00:00
'QUICK_MOD' => 'Quick-mod tools' ,
'QUOTE' => 'Quote' ,
'REPLY_TO_TOPIC' => 'Reply to topic' ,
2006-05-30 16:50:06 +00:00
'RETURN_POST' => '%sReturn to the post%s' ,
2004-02-28 21:16:15 +00:00
2006-05-30 16:50:06 +00:00
'SUBMIT_VOTE' => 'Submit vote' ,
2004-02-28 21:16:15 +00:00
2006-05-30 16:50:06 +00:00
'TOTAL_VOTES' => 'Total votes' ,
2004-02-28 21:16:15 +00:00
2006-05-30 16:50:06 +00:00
'UNLOCK_TOPIC' => 'Unlock topic' ,
2004-02-28 21:16:15 +00:00
2004-08-01 18:00:37 +00:00
'VIEW_INFO' => 'Post details' ,
2004-02-28 21:16:15 +00:00
'VIEW_NEXT_TOPIC' => 'Next topic' ,
'VIEW_PREVIOUS_TOPIC' => 'Previous topic' ,
2006-05-30 16:50:06 +00:00
'VIEW_RESULTS' => 'View results' ,
2004-02-28 21:16:15 +00:00
'VIEW_TOPIC_POST' => '1 Post' ,
'VIEW_TOPIC_POSTS' => '%d Posts' ,
'VIEW_UNREAD_POST' => 'First unread post' ,
'VISIT_WEBSITE' => 'WWW' ,
'VOTE_SUBMITTED' => 'Your vote has been cast' ,
'WROTE' => 'wrote' ,
2005-12-12 23:17:30 +00:00
));
2004-02-28 21:16:15 +00:00
?>