PageRenderTime 35ms CodeModel.GetById 8ms RepoModel.GetById 0ms app.codeStats 0ms

/phpBB/language/en/acp/attachments.php

https://github.com/naderman/phpbb-orchestra
PHP | 174 lines | 133 code | 17 blank | 24 comment | 3 complexity | 54e294327f8b51c31b4f477f5feefeed MD5 | raw file
  1. <?php
  2. /**
  3. *
  4. * acp_attachments [English]
  5. *
  6. * @package language
  7. * @version $Id$
  8. * @copyright (c) 2005 phpBB Group
  9. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10. *
  11. */
  12. /**
  13. * DO NOT CHANGE
  14. */
  15. if (!defined('IN_PHPBB'))
  16. {
  17. exit;
  18. }
  19. if (empty($lang) || !is_array($lang))
  20. {
  21. $lang = array();
  22. }
  23. // DEVELOPERS PLEASE NOTE
  24. //
  25. // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
  26. //
  27. // Placeholders can now contain order information, e.g. instead of
  28. // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
  29. // translators to re-order the output of data while ensuring it remains correct
  30. //
  31. // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
  32. // equally where a string contains only two placeholders which are used to wrap text
  33. // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  34. $lang = array_merge($lang, array(
  35. 'ACP_ATTACHMENT_SETTINGS_EXPLAIN' => 'Here you can configure the main settings for attachments and the associated special categories.',
  36. 'ACP_EXTENSION_GROUPS_EXPLAIN' => 'Here you can add, delete, modify or disable your extension groups. Further options include the assignment of a special category to them, changing the download mechanism and defining an upload icon which will be displayed in front of the attachment which belongs to the group.',
  37. 'ACP_MANAGE_EXTENSIONS_EXPLAIN' => 'Here you can manage your allowed extensions. To activate your extensions, please refer to the extension groups management panel. We strongly recommend not to allow scripting extensions (such as <code>php</code>, <code>php3</code>, <code>php4</code>, <code>phtml</code>, <code>pl</code>, <code>cgi</code>, <code>py</code>, <code>rb</code>, <code>asp</code>, <code>aspx</code>, and so forth…).',
  38. 'ACP_ORPHAN_ATTACHMENTS_EXPLAIN' => 'Here you are able to see orphaned files. This happens mostly if users are attaching files but not submitting the post. You are able to delete the files or attach them to existing posts. Attaching to posts requires a valid post ID, you have to determine this ID by yourself. This will assign the already uploaded attachment to the post you entered.',
  39. 'ADD_EXTENSION' => 'Add extension',
  40. 'ADD_EXTENSION_GROUP' => 'Add extension group',
  41. 'ADMIN_UPLOAD_ERROR' => 'Errors while trying to attach file: “%s”.',
  42. 'ALLOWED_FORUMS' => 'Allowed forums',
  43. 'ALLOWED_FORUMS_EXPLAIN' => 'Able to post the assigned extensions at the selected (or all if selected) forums.',
  44. 'ALLOWED_IN_PM_POST' => 'Allowed',
  45. 'ALLOW_ATTACHMENTS' => 'Allow attachments',
  46. 'ALLOW_ALL_FORUMS' => 'Allow all forums',
  47. 'ALLOW_IN_PM' => 'Allowed in private messaging',
  48. 'ALLOW_PM_ATTACHMENTS' => 'Allow attachments in private messages',
  49. 'ALLOW_SELECTED_FORUMS' => 'Only forums selected below',
  50. 'ASSIGNED_EXTENSIONS' => 'Assigned extensions',
  51. 'ASSIGNED_GROUP' => 'Assigned extension group',
  52. 'ATTACH_EXTENSIONS_URL' => 'Extensions',
  53. 'ATTACH_EXT_GROUPS_URL' => 'Extension groups',
  54. 'ATTACH_ID' => 'ID',
  55. 'ATTACH_MAX_FILESIZE' => 'Maximum file size',
  56. 'ATTACH_MAX_FILESIZE_EXPLAIN' => 'Maximum size of each file, with 0 being unlimited.',
  57. 'ATTACH_MAX_PM_FILESIZE' => 'Maximum file size messaging',
  58. 'ATTACH_MAX_PM_FILESIZE_EXPLAIN' => 'Maximum size of each file, with 0 being unlimited, attached to a private message.',
  59. 'ATTACH_ORPHAN_URL' => 'Orphan attachments',
  60. 'ATTACH_POST_ID' => 'Post ID',
  61. 'ATTACH_QUOTA' => 'Total attachment quota',
  62. 'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments for the whole board, with 0 being unlimited.',
  63. 'ATTACH_TO_POST' => 'Attach file to post',
  64. 'CAT_FLASH_FILES' => 'Flash files',
  65. 'CAT_IMAGES' => 'Images',
  66. 'CAT_QUICKTIME_FILES' => 'Quicktime media files',
  67. 'CAT_RM_FILES' => 'RealMedia media files',
  68. 'CAT_WM_FILES' => 'Windows Media media files',
  69. 'CHECK_CONTENT' => 'Check attachment files',
  70. 'CHECK_CONTENT_EXPLAIN' => 'Some browsers can be tricked to assume an incorrect mimetype for uploaded files. This option ensures that such files likely to cause this are rejected.',
  71. 'CREATE_GROUP' => 'Create new group',
  72. 'CREATE_THUMBNAIL' => 'Create thumbnail',
  73. 'CREATE_THUMBNAIL_EXPLAIN' => 'Create a thumbnail in all possible situations.',
  74. 'DEFINE_ALLOWED_IPS' => 'Define allowed IPs/hostnames',
  75. 'DEFINE_DISALLOWED_IPS' => 'Define disallowed IPs/hostnames',
  76. 'DOWNLOAD_ADD_IPS_EXPLAIN' => 'To specify several different IPs or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use “*”.',
  77. 'DOWNLOAD_REMOVE_IPS_EXPLAIN' => 'You can remove (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs have a blue background.',
  78. 'DISPLAY_INLINED' => 'Display images inline',
  79. 'DISPLAY_INLINED_EXPLAIN' => 'If set to No image attachments will show as a link.',
  80. 'DISPLAY_ORDER' => 'Attachment display order',
  81. 'DISPLAY_ORDER_EXPLAIN' => 'Display attachments ordered by time.',
  82. 'EDIT_EXTENSION_GROUP' => 'Edit extension group',
  83. 'EXCLUDE_ENTERED_IP' => 'Enable this to exclude the entered IP/hostname.',
  84. 'EXCLUDE_FROM_ALLOWED_IP' => 'Exclude IP from allowed IPs/hostnames',
  85. 'EXCLUDE_FROM_DISALLOWED_IP' => 'Exclude IP from disallowed IPs/hostnames',
  86. 'EXTENSIONS_UPDATED' => 'Extensions successfully updated.',
  87. 'EXTENSION_EXIST' => 'The extension %s already exists.',
  88. 'EXTENSION_GROUP' => 'Extension group',
  89. 'EXTENSION_GROUPS' => 'Extension groups',
  90. 'EXTENSION_GROUP_DELETED' => 'Extension group successfully deleted.',
  91. 'EXTENSION_GROUP_EXIST' => 'The extension group %s already exists.',
  92. 'EXT_GROUP_ARCHIVES' => 'Archives',
  93. 'EXT_GROUP_DOCUMENTS' => 'Documents',
  94. 'EXT_GROUP_DOWNLOADABLE_FILES' => 'Downloadable Files',
  95. 'EXT_GROUP_FLASH_FILES' => 'Flash Files',
  96. 'EXT_GROUP_IMAGES' => 'Images',
  97. 'EXT_GROUP_PLAIN_TEXT' => 'Plain Text',
  98. 'EXT_GROUP_QUICKTIME_MEDIA' => 'Quicktime Media',
  99. 'EXT_GROUP_REAL_MEDIA' => 'Real Media',
  100. 'EXT_GROUP_WINDOWS_MEDIA' => 'Windows Media',
  101. 'GO_TO_EXTENSIONS' => 'Go to extension management screen',
  102. 'GROUP_NAME' => 'Group name',
  103. 'IMAGE_LINK_SIZE' => 'Image link dimensions',
  104. 'IMAGE_LINK_SIZE_EXPLAIN' => 'Display image attachment as an inline text link if image is larger than this. To disable this behaviour, set the values to 0px by 0px.',
  105. 'IMAGICK_PATH' => 'Imagemagick path',
  106. 'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. <samp>/usr/bin/</samp>.',
  107. 'MAX_ATTACHMENTS' => 'Maximum number of attachments per post',
  108. 'MAX_ATTACHMENTS_PM' => 'Maximum number of attachments per private message',
  109. 'MAX_EXTGROUP_FILESIZE' => 'Maximum file size',
  110. 'MAX_IMAGE_SIZE' => 'Maximum image dimensions',
  111. 'MAX_IMAGE_SIZE_EXPLAIN' => 'Maximum size of image attachments. Set both values to 0px by 0px to disable dimension checking.',
  112. 'MAX_THUMB_WIDTH' => 'Maximum thumbnail width in pixel',
  113. 'MAX_THUMB_WIDTH_EXPLAIN' => 'A generated thumbnail will not exceed the width set here.',
  114. 'MIN_THUMB_FILESIZE' => 'Minimum thumbnail file size',
  115. 'MIN_THUMB_FILESIZE_EXPLAIN' => 'Do not create a thumbnail for images smaller than this.',
  116. 'MODE_INLINE' => 'Inline',
  117. 'MODE_PHYSICAL' => 'Physical',
  118. 'NOT_ALLOWED_IN_PM' => 'Only allowed in posts',
  119. 'NOT_ALLOWED_IN_PM_POST' => 'Not allowed',
  120. 'NOT_ASSIGNED' => 'Not assigned',
  121. 'NO_EXT_GROUP' => 'None',
  122. 'NO_EXT_GROUP_NAME' => 'No group name entered',
  123. 'NO_EXT_GROUP_SPECIFIED' => 'No extension group specified.',
  124. 'NO_FILE_CAT' => 'None',
  125. 'NO_IMAGE' => 'No image',
  126. 'NO_THUMBNAIL_SUPPORT' => 'Thumbnail support has been disabled. For proper functionality either the GD extension need to be available or imagemagick being installed. Both were not found.',
  127. 'NO_UPLOAD_DIR' => 'The upload directory you specified does not exist.',
  128. 'NO_WRITE_UPLOAD' => 'The upload directory you specified cannot be written to. Please alter the permissions to allow the webserver to write to it.',
  129. 'ONLY_ALLOWED_IN_PM' => 'Only allowed in private messages',
  130. 'ORDER_ALLOW_DENY' => 'Allow',
  131. 'ORDER_DENY_ALLOW' => 'Deny',
  132. 'REMOVE_ALLOWED_IPS' => 'Remove or un-exclude <em>allowed</em> IPs/hostnames',
  133. 'REMOVE_DISALLOWED_IPS' => 'Remove or un-exclude <em>disallowed</em> IPs/hostnames',
  134. 'SEARCH_IMAGICK' => 'Search for Imagemagick',
  135. 'SECURE_ALLOW_DENY' => 'Allow/Deny list',
  136. 'SECURE_ALLOW_DENY_EXPLAIN' => 'Change the default behaviour when secure downloads are enabled of the Allow/Deny list to that of a <strong>whitelist</strong> (Allow) or a <strong>blacklist</strong> (Deny).',
  137. 'SECURE_DOWNLOADS' => 'Enable secure downloads',
  138. 'SECURE_DOWNLOADS_EXPLAIN' => 'With this option enabled, downloads are limited to IP’s/hostnames you define.',
  139. 'SECURE_DOWNLOAD_NOTICE' => 'Secure Downloads are not enabled. The settings below will be applied after enabling secure downloads.',
  140. 'SECURE_DOWNLOAD_UPDATE_SUCCESS'=> 'The IP list has been updated successfully.',
  141. 'SECURE_EMPTY_REFERRER' => 'Allow empty referrer',
  142. 'SECURE_EMPTY_REFERRER_EXPLAIN' => 'Secure downloads are based on referrers. Do you want to allow downloads for those omitting the referrer?',
  143. 'SETTINGS_CAT_IMAGES' => 'Image category settings',
  144. 'SPECIAL_CATEGORY' => 'Special category',
  145. 'SPECIAL_CATEGORY_EXPLAIN' => 'Special categories differ between the way presented within posts.',
  146. 'SUCCESSFULLY_UPLOADED' => 'Successfully uploaded.',
  147. 'SUCCESS_EXTENSION_GROUP_ADD' => 'Extension group successfully added.',
  148. 'SUCCESS_EXTENSION_GROUP_EDIT' => 'Extension group successfully updated.',
  149. 'UPLOADING_FILES' => 'Uploading files',
  150. 'UPLOADING_FILE_TO' => 'Uploading file “%1$s” to post number %2$d…',
  151. 'UPLOAD_DENIED_FORUM' => 'You do not have the permission to upload files to forum “%s”.',
  152. 'UPLOAD_DIR' => 'Upload directory',
  153. 'UPLOAD_DIR_EXPLAIN' => 'Storage path for attachments. Please note that if you change this directory while already having uploaded attachments you need to manually copy the files to their new location.',
  154. 'UPLOAD_ICON' => 'Upload icon',
  155. 'UPLOAD_NOT_DIR' => 'The upload location you specified does not appear to be a directory.',
  156. ));
  157. ?>