[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/language/en/ -> viewtopic.php (source)

   1  <?php
   2  /**
   3  *
   4  * This file is part of the phpBB Forum Software package.
   5  *
   6  * @copyright (c) phpBB Limited <https://www.phpbb.com>
   7  * @license GNU General Public License, version 2 (GPL-2.0)
   8  *
   9  * For full copyright and license information, please see
  10  * the docs/CREDITS.txt file.
  11  *
  12  */
  13  
  14  /**
  15  * DO NOT CHANGE
  16  */
  17  if (!defined('IN_PHPBB'))
  18  {
  19      exit;
  20  }
  21  
  22  if (empty($lang) || !is_array($lang))
  23  {
  24      $lang = array();
  25  }
  26  
  27  // DEVELOPERS PLEASE NOTE
  28  //
  29  // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
  30  //
  31  // Placeholders can now contain order information, e.g. instead of
  32  // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
  33  // translators to re-order the output of data while ensuring it remains correct
  34  //
  35  // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
  36  // equally where a string contains only two placeholders which are used to wrap text
  37  // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  38  
  39  $lang = array_merge($lang, array(
  40      'APPROVE'                                => 'Approve',
  41      'ATTACHMENT'                        => 'Attachment',
  42      'ATTACHMENT_FUNCTIONALITY_DISABLED'    => 'The attachments feature has been disabled.',
  43  
  44      'BOOKMARK_ADDED'        => 'Bookmarked topic successfully.',
  45      'BOOKMARK_ERR'            => 'Bookmarking the topic failed. Please try again.',
  46      'BOOKMARK_REMOVED'        => 'Removed bookmarked topic successfully.',
  47      'BOOKMARK_TOPIC'        => 'Bookmark topic',
  48      'BOOKMARK_TOPIC_REMOVE'    => 'Remove from bookmarks',
  49      'BUMPED_BY'                => 'Last bumped by %1$s on %2$s.',
  50      'BUMP_TOPIC'            => 'Bump topic',
  51  
  52      'CODE'                    => 'Code',
  53  
  54      'DELETE_TOPIC'            => 'Delete topic',
  55      'DELETED_INFORMATION'    => 'Deleted by %1$s on %2$s',
  56      'DISAPPROVE'                    => 'Disapprove',
  57      'DOWNLOAD_NOTICE'        => 'You do not have the required permissions to view the files attached to this post.',
  58  
  59      'EDITED_TIMES_TOTAL'    => array(
  60          1    => 'Last edited by %2$s on %3$s, edited %1$d time in total.',
  61          2    => 'Last edited by %2$s on %3$s, edited %1$d times in total.',
  62      ),
  63      'EMAIL_TOPIC'            => 'Email topic',
  64      'ERROR_NO_ATTACHMENT'    => 'The selected attachment does not exist anymore.',
  65  
  66      'FILE_NOT_FOUND_404'    => 'The file <strong>%s</strong> does not exist.',
  67      'FORK_TOPIC'            => 'Copy topic',
  68      'FULL_EDITOR'            => 'Full Editor &amp; Preview',
  69  
  70      'LINKAGE_FORBIDDEN'        => 'You are not authorised to view, download or link from/to this site.',
  71      'LOGIN_NOTIFY_TOPIC'    => 'You have been notified about this topic, please login to view it.',
  72      'LOGIN_VIEWTOPIC'        => 'The board requires you to be registered and logged in to view this topic.',
  73  
  74      'MAKE_ANNOUNCE'                => 'Change to “Announcement”',
  75      'MAKE_GLOBAL'                => 'Change to “Global”',
  76      'MAKE_NORMAL'                => 'Change to “Standard Topic”',
  77      'MAKE_STICKY'                => 'Change to “Sticky”',
  78      'MAX_OPTIONS_SELECT'        => array(
  79          1    => 'You may select <strong>%d</strong> option',
  80          2    => 'You may select up to <strong>%d</strong> options',
  81      ),
  82      'MISSING_INLINE_ATTACHMENT'    => 'The attachment <strong>%s</strong> is no longer available',
  83      'MOVE_TOPIC'                => 'Move topic',
  84  
  85      'NO_ATTACHMENT_SELECTED'=> 'You haven’t selected an attachment to download or view.',
  86      'NO_NEWER_TOPICS'        => 'There are no newer topics in this forum.',
  87      'NO_OLDER_TOPICS'        => 'There are no older topics in this forum.',
  88      'NO_UNREAD_POSTS'        => 'There are no new unread posts for this topic.',
  89      'NO_VOTE_OPTION'        => 'You must specify an option when voting.',
  90      'NO_VOTES'                => 'No votes',
  91  
  92      'POLL_ENDED_AT'            => 'Poll ended at %s',
  93      'POLL_RUN_TILL'            => 'Poll runs till %s',
  94      'POLL_VOTED_OPTION'        => 'You voted for this option',
  95      'POST_DELETED_RESTORE'    => 'This post has been deleted. It can be restored.',
  96      'PRINT_TOPIC'            => 'Print view',
  97  
  98      'QUICK_MOD'                => 'Quick-mod tools',
  99      'QUICKREPLY'            => 'Quick Reply',
 100      'QUOTE'                    => 'Quote',
 101  
 102      'REPLY_TO_TOPIC'        => 'Reply to topic',
 103      'RESTORE'                => 'Restore',
 104      'RESTORE_TOPIC'            => 'Restore topic',
 105      'RETURN_POST'            => '%sReturn to the post%s',
 106  
 107      'SUBMIT_VOTE'            => 'Submit vote',
 108  
 109      'TOPIC_TOOLS'            => 'Topic tools',
 110      'TOTAL_VOTES'            => 'Total votes',
 111  
 112      'UNLOCK_TOPIC'            => 'Unlock topic',
 113  
 114      'VIEW_INFO'                => 'Post details',
 115      'VIEW_NEXT_TOPIC'        => 'Next topic',
 116      'VIEW_PREVIOUS_TOPIC'    => 'Previous topic',
 117      'VIEW_RESULTS'            => 'View results',
 118      'VIEW_TOPIC_POSTS'        => array(
 119          1    => '%d post',
 120          2    => '%d posts',
 121      ),
 122      'VIEW_UNREAD_POST'        => 'First unread post',
 123      'VOTE_SUBMITTED'        => 'Your vote has been cast.',
 124      'VOTE_CONVERTED'        => 'Changing votes is not supported for converted polls.',
 125  
 126  ));


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1