1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

yada yada

git-svn-id: file:///svn/phpbb/trunk@4633 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2003-11-01 16:07:54 +00:00
parent ff9fcd36df
commit bd508e5a27
2 changed files with 30 additions and 60 deletions

View File

@ -774,6 +774,7 @@ $lang += array(
'ALLOW_EMAIL_REUSE' => 'Allow Email address re-use',
'ALLOW_EMAIL_REUSE_EXPLAIN' => 'Different users can register with the same email address.',
'ALLOW_ATTACHMENTS' => 'Allow Attachments',
'ALLOW_PM_ATTACHMENTS' => 'Allow Attachments in Private Messages',
'ALLOW_HTML' => 'Allow HTML',
'ALLOWED_TAGS' => 'Allowed HTML tags',
'ALLOWED_TAGS_EXPLAIN' => 'Separate tags with commas.',
@ -1590,81 +1591,46 @@ $lang += array(
// Attachments
$lang += array(
'ATTACHMENTS' => 'Attachments',
'ATTACH_CONFIG_UPDATED' => 'Attachment configuration updated successfully',
'ATTACHMENT_CONFIG' => 'Attachment Configuration',
'ATTACH_MANAGE_URL' => 'Configuration',
'ATTACH_CATS_URL' => 'Special Categories',
'ATTACH_EXTENSIONS_URL' => 'Extensions',
'ATTACH_EXT_GROUPS_URL' => 'Extension Groups',
'ATTACH_ORPHAN_URL' => 'Orphan Attachments',
'ORPHAN_ATTACHMENTS' => 'Orphan Attachments', // Title
'ORPHAN_ATTACHMENTS_EXPLAIN'=> 'Here you are able to see files within the Attachments upload directory but not assigned to posts. 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 feature is mainly for those people wanting to upload files with another program and assigning those (mostly large) files to an existing post.',
'ATTACHMENT_SETTINGS' => 'Attachment Settings',
'ATTACHMENT_CONFIG_EXPLAIN' => 'Here you can configure the Main Settings for Attachments and the associated Special Categories.',
'ATTACHMENT_SETTINGS_EXPLAIN' => 'Here you can configure the Main Settings for Attachments and the associated Special Categories.',
'UPLOAD_DIR' => 'Upload Directory',
'UPLOAD_DIR_EXPLAIN' => 'Enter the relative path from your phpBB2 installation to the Attachments upload directory. For example, enter \'files\' if your phpBB2 Installation is located at http://www.yourdomain.com/phpBB2 and the Upload Directory is located at http://www.yourdomain.com/phpBB2/files.',
'UPLOAD_DIR_EXPLAIN' => 'Storage Path for Attachments.',
'DISPLAY_ORDER' => 'Attachment Display Order',
'DISPLAY_ORDER_EXPLAIN' => 'Here you can choose whether to display the Attachments in Posts/PMs in Descending Filetime Order (Newest Attachment First) or Ascending Filetime Order (Oldest Attachment First).',
'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 for Attachments. A value of 0 means \'unlimited\'. The real upload limit is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by this Setting.',
'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',
'MAX_ATTACHMENTS' => 'Maximum Number of Attachments',
'MAX_ATTACHMENTS_EXPLAIN' => 'The maximum number of attachments allowed in one post.',
'MAX_ATTACHMENTS_PM' => 'Maximum number of Attachments in one Private Message',
'MAX_ATTACHMENTS_PM_EXPLAIN' => 'Define the maximum number of attachments the user is allowed to include in a private message.',
'PM_ATTACH' => 'Allow Attachments in Private Messages',
'PM_ATTACH_EXPLAIN' => 'Allow/Disallow attaching files to Private Messages.',
'FTP_UPLOAD' => 'Enable FTP Upload',
'FTP_UPLOAD_EXPLAIN' => 'Enable/Disable the FTP Upload option. If you set it to yes, you have to define the Attachment FTP Settings and the Upload Directory is no longer used.',
'FTP_SERVER' => 'FTP Upload Server',
'FTP_SERVER_EXPLAIN' => 'Here you can enter the IP-Address or FTP-Hostname of the Server used for your uploaded files. If you leave this field empty, the Server on which your phpBB2 Board is installed will be used. Please note that it is not allowed to add ftp:// or something else to the address, just plain ftp.foo.com or, which is a lot faster, the plain IP Address.',
'ATTACH_FTP_PATH' => 'FTP Path to your upload directory',
'ATTACH_FTP_PATH_EXPLAIN' => 'The Directory where your Attachments will be stored. This Directory doesn\'t have to be chmodded. Please don\'t enter your IP or FTP-Address here, this input field is only for the FTP Path.<br />For example: /home/web/uploads',
'FTP_DOWNLOAD_PATH' => 'Download Link to FTP Path',
'FTP_DOWNLOAD_PATH_EXPLAIN' => 'Enter the URL to your FTP Path, where your Attachments are stored.<br />If you are using a Remote FTP Server, please enter the complete url, for example http://www.mystorage.com/phpBB2/upload.<br />If you are using your Local Host to store your Files, you are able to enter the url path relative to your phpBB2 Directory, for example \'upload\'.<br />A trailing slash will be removed. Leave this field empty, if the FTP Path is not accessible from the Internet. With this field empty you are unable to use the physical download method.',
'FTP_PASSIVE_MODE' => 'Enable FTP Passive Mode',
'FTP_PASSIVE_MODE_EXPLAIN' => 'The PASV command requests that the remote server open a port for the data connection and return the address of that port. The remote server listens on that port and the client connects to it.',
'NO_FTP_EXTENSIONS_INSTALLED' => 'You are not able to use the FTP Upload Methods, because FTP Extensions are not compiled into your PHP Installation.',
'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.',
'FTP_ERROR_CONNECT' => 'Could not connect to FTP Server: \'%s\'. Please check your FTP-Settings.',
'FTP_ERROR_LOGIN' => 'Could not login to FTP Server. The Username \'%s\' or the Password is wrong. Please check your FTP-Settings.',
'FTP_ERROR_PASV_MODE' => 'Unable to enable/disable FTP Passive Mode',
'FTP_ERROR_PATH' => 'Could not access ftp directory: \'%s\'. Please check your FTP Settings.',
'FTP_ERROR_UPLOAD' => 'Could not upload files to ftp directory: \'%s\'. Please check your FTP Settings.',
'FTP_ERROR_DELETE' => 'Could not delete files in ftp directory: \'%s\'. Please check your FTP Settings.',
'MANAGE_CATEGORIES' => 'Manage Special Categories',
'MANAGE_CATEGORIES_EXPLAIN' => 'Here you can configure the Special Categories. You can set up Special Parameters and Conditions for the Special Categories assigned to one or more Extension Groups.',
'SETTINGS_CAT_IMAGES' => 'Settings for Special Category: Images',
'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 ?',
'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. With this Feature a Thumbnail will be displayed within the post, the User can click it to open the real Image.<br />Please Note that this feature requires Imagick to be installed, if it\'s not installed or if Safe-Mode is enabled the GD-Extension of PHP will be used. If the Image-Type is not supported by PHP, this Feature will be not used.',
'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, because it\'s small enough.',
'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',
'MAX_IMAGE_SIZE' => 'Maximum Image Dimensions',
'MAX_IMAGE_SIZE_EXPLAIN' => 'Here you can define the maximum allowed Image Dimension to be attached (Width x Height in pixels).<br />If it is set to 0x0, this feature is disabled. With some Images this Feature will not work due to limitations in PHP.',
'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)',
'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, rather than displaying it inlined,<br />if Inline View is enabled (Width x Height in pixels).<br />If it is set to 0x0, this feature is disabled. With some Images this Feature will not work due to limitations in PHP.',
'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).',
'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.',
'ATTACHMENTS' => 'Attachments',
'ATTACH_EXTENSIONS_URL' => 'Extensions',
'ATTACH_EXT_GROUPS_URL' => 'Extension Groups',
'ATTACH_ORPHAN_URL' => 'Orphan Attachments',
'EXTENSION_GROUPS_TITLE' => 'Manage Extension Groups',
'EXTENSION_GROUPS_TITLE_EXPLAIN' => 'Here you can add, delete and modify your Extension Groups, you can disable Extension Groups, assign a special Category to them, change the download mechanism and you can define an Upload Icon which will be displayed in front of an Attachment belonging to the Group.',
@ -1675,6 +1641,7 @@ $lang += array(
'UPLOAD_ICON' => 'Upload icon',
'MAX_EXTGROUP_FILESIZE' => 'Maximum filesize',
'ADD_EXTGROUP' => 'Add extension group',
'ASSIGNED_EXTENSIONS' => 'Assigned Extensions',
'CAT_IMAGES' => 'Images',
'CAT_WM_FILES' => 'Win Media Streams',
@ -1687,13 +1654,14 @@ $lang += array(
'MANAGE_EXTENSIONS' => 'Manage Extensions',
'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 php, php3, php4, phtml, pl, cgi, asp, aspx...)',
'COMMENT' => 'Comment',
'EXTENSION' => 'Extension',
'ADD_EXTENSION' => 'Add extension',
'EXTENSIONS_UPDATED' => 'Extensions successfully updated',
'EXTENSION_EXIST' => 'The Extension %s already exist',
'NOT_ASSIGNED' => 'Not assigned',
'ORPHAN_ATTACHMENTS' => 'Orphan Attachments', // Title
'ORPHAN_ATTACHMENTS_EXPLAIN'=> 'Here you are able to see files within the Attachments upload directory but not assigned to posts. 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 feature is mainly for those people wanting to upload files with another program and assigning those (mostly large) files to an existing post.',
'UPLOADING_FILES' => 'Uploading Files',
'UPLOADING_FILE_TO' => 'Uploading File "%1$s" to Post Number %2$d...',
'UPLOAD_DENIED_FORUM' => 'You do not have the permission to upload files to forum "%s"',

View File

@ -469,8 +469,9 @@ $lang += array(
'DELETE_POST' => 'Delete',
'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered',
'REPORT_POST' => 'Report this post',
'EDITED_TIME_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d time in total',
'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',
'EDITED_TIMES_TOTAL'=> 'Last edited by %1$s on %2$s, edited %3$d times in total',
'BUMPED_BY' => 'Last bumped by %1$s on %2$s',
'POST_REPORTED' => 'Click to view reports',
'POST_NOT_APPROVED' => 'Click to approve post',
@ -1377,7 +1378,8 @@ $lang += array(
'logm_make_announce' => '<b>Changed topic type</b> to Announcement',
'logm_make_sticky' => '<b>Changed topic type</b> to Sticky',
'logm_make_normal' => '<b>Changed topic type</b> to Normal',
'logm_make_global' => '<b>Changed topic type</b> to Global Announcement'
'logm_make_global' => '<b>Changed topic type</b> to Global Announcement',
'LOGM_BUMP' => '<b>Bumped Topic</b><br />&#187; %s'
);
// report