mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Some attachment related changes to lang/layout
git-svn-id: file:///svn/phpbb/trunk@4651 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -53,6 +53,10 @@ $lang += array(
|
||||
'MOD_LOGS' => 'Moderator Log',
|
||||
'CRITICAL_LOGS' => 'Error Log',
|
||||
|
||||
'PERM_CAT' => 'Permissions',
|
||||
'USER_PERMS' => 'User permissions',
|
||||
'GROUP_PERMS' => 'Group permissions',
|
||||
|
||||
'POST_CAT' => 'Posting',
|
||||
'SMILE' => 'Smilies',
|
||||
'ICONS' => 'Icons',
|
||||
@@ -70,12 +74,10 @@ $lang += array(
|
||||
'BAN_IPS' => 'Ban IPs',
|
||||
'BAN_USERS' => 'Ban Usernames',
|
||||
'DISALLOW' => 'Disallow names',
|
||||
'RANKS' => 'Manage Ranks',
|
||||
'RANKS' => 'Ranks',
|
||||
'PRUNE_USERS' => 'Prune users',
|
||||
'BOTS' => 'Manage Bots',
|
||||
'GROUP_MANAGE' => 'Manage groups',
|
||||
'USER_PERMS' => 'User permissions',
|
||||
'GROUP_PERMS' => 'Group permissions',
|
||||
|
||||
'ADMINISTRATORS' => 'Administrators',
|
||||
'USERNAMES_EXPLAIN' => 'Place each username on a seperate line',
|
||||
@@ -1613,41 +1615,41 @@ $lang += array(
|
||||
|
||||
// Attachments
|
||||
$lang += array(
|
||||
'ATTACHMENT_SETTINGS' => 'Attachment Settings',
|
||||
'ATTACHMENT_SETTINGS_EXPLAIN' => 'Here you can configure the Main Settings for Attachments and the associated Special Categories.',
|
||||
'UPLOAD_DIR' => 'Upload Directory',
|
||||
'UPLOAD_DIR_EXPLAIN' => 'Storage Path for Attachments.',
|
||||
'DISPLAY_ORDER' => 'Attachment Display Order',
|
||||
'DISPLAY_ORDER_EXPLAIN' => 'Whether to display Attachments in Posts/PMs in Descending Filetime Order (Newest Attachment First) or Ascending Filetime Order (Oldest Attachment First).',
|
||||
'ATTACH_MAX_FILESIZE' => 'Filesize',
|
||||
'ATTACH_MAX_FILESIZE_EXPLAIN' => 'Maximum filesize allowed for one file. A value of 0 means \'unlimited\'.',
|
||||
'ATTACH_QUOTA' => 'Attachment Quota',
|
||||
'ATTACH_QUOTA_EXPLAIN' => 'Maximum Disk Space ALL Attachments can hold on your Webspace. A value of 0 means \'unlimited\'.',
|
||||
'ATTACH_MAX_PM_FILESIZE' => 'Maximum Filesize in Private Messages Folder',
|
||||
'ATTACH_MAX_PM_FILESIZE_EXPLAIN' => 'Maximum Disk Space Attachments can use up in each User\'s Private Message box. A value of 0 means \'unlimited\'.',
|
||||
'MAX_ATTACHMENTS' => 'Maximum Number of Attachments for one post',
|
||||
'MAX_ATTACHMENTS_PM' => 'Maximum Number of Attachments for one Private Message',
|
||||
'ATTACHMENT_SETTINGS' => 'Attachment Settings',
|
||||
'ATTACHMENT_SETTINGS_EXPLAIN' => 'Here you can configure the Main Settings for Attachments and the associated Special Categories.',
|
||||
|
||||
'SETTINGS_CAT_IMAGES' => 'Settings for Special Category: Images',
|
||||
'UPLOAD_DIR' => 'Upload Directory',
|
||||
'UPLOAD_DIR_EXPLAIN' => 'Storage Path for Attachments.',
|
||||
'DISPLAY_ORDER' => 'Attachment Display Order',
|
||||
'DISPLAY_ORDER_EXPLAIN' => 'Display attachments ordering by time.',
|
||||
'ATTACH_MAX_FILESIZE' => 'Maximum filesize',
|
||||
'ATTACH_MAX_FILESIZE_EXPLAIN' => 'Maximum size of each file, 0 is unlimited.',
|
||||
'ATTACH_QUOTA' => 'Total attachment quota',
|
||||
'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments in total, 0 is unlimited.',
|
||||
'ATTACH_MAX_PM_FILESIZE' => 'Maximum filesize messaging',
|
||||
'ATTACH_MAX_PM_FILESIZE_EXPLAIN' => 'Maximum drive space available per user for private message attachments, 0 is unlimited.',
|
||||
'MAX_ATTACHMENTS' => 'Max attachments per post',
|
||||
'MAX_ATTACHMENTS_PM' => 'Max attachments per message',
|
||||
|
||||
'SETTINGS_CAT_IMAGES' => 'Image category settings',
|
||||
'ASSIGNED_GROUP' => 'Assigned Group',
|
||||
'DISPLAY_INLINED' => 'Display Images Inlined',
|
||||
'DISPLAY_INLINED_EXPLAIN' => 'Choose whether to display images directly within the post (yes) or to display images as a link.',
|
||||
'CREATE_THUMBNAIL' => 'Create Thumbnail',
|
||||
'CREATE_THUMBNAIL_EXPLAIN' => 'Always create a Thumbnail. This feature overrides nearly all Settings within this Special Category, except of the Maximum Image Dimensions.',
|
||||
'MIN_THUMB_FILESIZE' => 'Minimum Thumbnail Filesize',
|
||||
'MIN_THUMB_FILESIZE_EXPLAIN' => 'If an Image is smaller than this defined Filesize no Thumbnail will be created.',
|
||||
'IMAGICK_PATH' => 'Imagick Program (Complete Path)',
|
||||
'IMAGICK_PATH_EXPLAIN' => 'Enter the Path to the convert program of imagick, normally /usr/bin/convert (on windows: c:/imagemagick/convert.exe).',
|
||||
'SEARCH_IMAGICK' => 'Search Imagick',
|
||||
'DISPLAY_INLINED' => 'Display images inline',
|
||||
'DISPLAY_INLINED_EXPLAIN' => 'If set to No image attachments will show as a link.',
|
||||
'CREATE_THUMBNAIL' => 'Create thumbnail',
|
||||
'CREATE_THUMBNAIL_EXPLAIN' => 'Create a thumbnail in all possible situations.',
|
||||
'MIN_THUMB_FILESIZE' => 'Minimum thumbnail filesize',
|
||||
'MIN_THUMB_FILESIZE_EXPLAIN' => 'Do not create a thumbnail for images smaller than this.',
|
||||
'IMAGICK_PATH' => 'Imagemagick path',
|
||||
'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. /usr/bin/convert',
|
||||
'SEARCH_IMAGICK' => 'Search for Imagemagick',
|
||||
'MAX_IMAGE_SIZE' => 'Maximum Image Dimensions',
|
||||
'MAX_IMAGE_SIZE_EXPLAIN' => 'Here you can define the maximum allowed Image Dimension to be attached. If it is set to 0x0, this feature is disabled.<br />(Width x Height in pixels)',
|
||||
'MAX_IMAGE_SIZE_EXPLAIN' => 'Maximum size of image attachments, 0px by 0px disables image attachments.',
|
||||
'IMAGE_LINK_SIZE' => 'Image Link Dimensions',
|
||||
'IMAGE_LINK_SIZE_EXPLAIN' => 'If this defined Dimension of an Image is reached, the Image will be displayed as a Link. Only useful if Thumbnailing is enabled. If it is set to 0x0, this feature is disabled.<br />(Width x Height in pixels).',
|
||||
'IMAGE_LINK_SIZE_EXPLAIN' => 'Display image attachment as link if image is larger than this, set to 0px by 0px to disable.',
|
||||
|
||||
'DIRECTORY_DOES_NOT_EXIST' => 'The Directory \'%s\' does not exist or couldn\'t be found.',
|
||||
'DIRECTORY_IS_NOT_A_DIR' => 'Please check if \'%s\' is a directory.',
|
||||
'DIRECTORY_NOT_WRITEABLE' => 'Directory \'%s\' is not writeable. You\'ll have to create the upload path and chmod it to 777 (or change the owner to you httpd-servers owner) to upload files.<br />If you have only plain ftp-access change the \'Attribute\' of the directory to rwxrwxrwx.',
|
||||
|
||||
'NO_UPLOAD_DIR' => 'The upload directory you specified does not exist.',
|
||||
'UPLOAD_NOT_DIR' => 'The upload location you specified does not appear to be a directory.',
|
||||
'NO_WRITE_UPLOAD' => 'The upload directory you specified cannot be written to. Please alter the permissions to allow the webserver to write to it.',
|
||||
|
||||
'ATTACHMENTS' => 'Attachments',
|
||||
'ATTACH_EXTENSIONS_URL' => 'Extensions',
|
||||
|
Reference in New Issue
Block a user