Potrebujete preložiť mód, či hack? Pomôžeme vám
Moderátori: JanoF, Moderátori
od gapson » Sob Máj 31, 2008 9:51 am
Potreboval by som preložiť tento mod(túto jeho časť)
- Kód: Vybrať všetko
<?php
/**
*
* @package TS Gallery
* @version $Id: gallery.php,v 0.1.1 2007/11/30 14:15:10 uber geek Exp $
* @copyright (c) 2007 threesixes.co.uk
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// 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
$lang = array_merge($lang, array(
// This is the name of the gallery automatically created if or when a guest posts an image
'GUEST_ALBUM_NAME' => 'Open Gallery',
'GALLERY_ACCESS_COMMENTS' => 'Set minimum forum posts to access gallery',
'GALLERY_ACCESS_COMMENTS_EXPLAIN' => 'Number of forum posts required before gallery access is allowed.',
'GALLERY_ACCESS_POSTS' => 'Set minimum forum posts to comment in gallery',
'GALLERY_ACCESS_POSTS_EXPLAIN' => 'Number of forum posts required before allowed to comment on gallery images.',
'GALLERY_ADMIN_ONLY' => 'YOU ARE NOT PERMITTED TO ACCESS THIS PAGE',
'GALLERY_ALBUMS' => 'Albums',
'GALLERY_ALBUM_NAME' => 'Album Name',
'GALLERY_ALBUM_CACHE_EXPLAIN' => 'Here you can manage your gallery cache.',
'GALLERY_ALBUM_CACHE_TITLE' => 'Gallery cache',
'GALLERY_ALBUM_CREATE_EXPLAIN' => 'Here you can create a new album for your gallery. You need to specify album parent, name and description.',
'GALLERY_ALBUM_CREATE_TITLE' => 'Create a new album',
'GALLERY_ALBUM_CREATED_MSG' => 'Album successfully created!',
'GALLERY_ALBUM_DELETE_EXPLAIN' => 'Here you can delete gallery albums and choose to delete or move to another album their content, if any. Please pay attention because a deleted album cannot be restored.',
'GALLERY_ALBUM_DELETED_MSG' => 'Album successfully deleted!',
'GALLERY_ALBUM_LINK' => 'View Members Album',
'GALLERY_ALBUM_SETTINGS' => 'Album settings',
'GALLERY_ALBUM_UPDATED_MSG' => 'Album successfully updated!',
'GALLERY_ALBUM_UPDATED' => 'Album Information successfully updated!',
'GALLERY_ALLOW_BIGGER_IMAGES' => 'Allow bigger images',
'GALLERY_ALLOW_BIGGER_IMAGES_EXPLAIN' => 'Allow users to upload images with a bigger resolution than specified above but resize it.',
'GALLERY_ALLOW_GIF' => 'Allow GIF',
'GALLERY_ALLOW_JPEG' => 'Allow JPEG',
'GALLERY_ALLOW_PNG' => 'Allow PNG',
'GALLERY_ALLOWED_UPLOAD_FILETYPE' => 'You can upload %s files',
'GALLERY_ALREADY_RATED' => 'You already rated this picture!',
'GALLERY_APPROVAL_NEEDED' => 'ALL Gallery comments require moderator approval',
'GALLERY_BBCODE_LINK' => '[IMG] CODE:',
'GALLERY_CACHE_THUMBNAILS' => 'Cache thumbnails',
'GALLERY_CONTENT' => 'Content',
'GALLERY_COMMENTS_PER_PAGE' => 'Comments per page',
'GALLERY_COMMENTS_PER_PAGE_EXPLAIN' => 'Sets the number of comments on a page to be showed on the view picture page.',
'GALLERY_COMMENT_DELETED' => 'Your comment has been successfully deleted.',
'GALLERY_COMMENT_NOT_DELETED' => 'Your comment has NOT been deleted.',
'GALLERY_COMMENT_EDITED' => 'Your comment has been successfully altered.',
'GALLERY_COMMENT_NOT_EDITED' => 'Your comment has NOT been altered.',
'GALLERY_COMMENTS' => 'Comments',
'GALLERY_COMMENTS_LINK' => 'View/Post Comments',
'GALLERY_COMMENT_ADDED' => 'Your comment has been added.',
'GALLERY_COMMENT_IS_EMPTY' => 'Your comment is empty!',
'GALLERY_CREATE_ALBUM_TITLE' => 'Create Album',
'GALLERY_CREATE_ALBUM_EXPLAIN' => 'Enter the details for your new album',
'GALLERY_DELETE' => 'Delete',
'GALLERY_DELETE_ALBUM' => 'Delete album',
'GALLERY_DELETE_IMAGE' => 'Delete Image',
'GALLERY_DELETE_ALBUM_CONFIRM' => 'Are you sure you want to delete this album?',
'GALLERY_DELETE_IMAGE_CONFIRM' => 'Are you sure you want to delete this image?',
'GALLERY_DELETE_ALBUM_CANCEL' => 'The album was NOT deleted',
'GALLERY_DELETE_IMAGE_CANCEL' => 'The image was NOT deleted',
'GALLERY_DELETE_IMAGE_NO_IMAGE' => 'IMAGE DOES NOT EXIST',
'GALLERY_DESCRIPTION' => 'Description',
'GALLERY_DELETE_MESSAGE' => 'Are you sure you want to delete this comment?',
'GALLERY_EDIT' => 'Edit',
'GALLERY_EDIT_ALBUMS_TITLE' => 'Edit album',
'GALLERY_EDIT_ALBUMS_EXPLAIN' => 'Here you can edit your albums details like name or description.',
'GALLERY_ENABLE_WATERMARK' => 'Enable Watermark',
'GALLERY_ENABLE_WATERMARK_EXPLAIN' => 'Main on/off switch for the watermark feature.',
'GALLERY_ERROR_RESIZEING_PIC' => 'Error resizeing picture.',
'GALLERY_FILE_UPLOADED' => 'File successfully uploaded!<br />CLICK <b><a href="%s">HERE</a><b> TO UPLOAD MORE IMAGES',
'GALLERY_FILESIZE_ERROR' => '<b>ERROR:</b> Image dimensions exceed maximum permitted size, <br /> Please resize the image or select an alternate image.',
'GALLERY_GUEST_SETTINGS_TITLE' => 'Gallery Settings',
'GALLERY_GUEST_SETTINGS_EXPLAIN' => 'user settings will automatically override these settings if neccesary.',
'GALLERY_GUEST_SETTINGS' => 'Guest Settings',
'GALLERY_GUEST_ACCESS' => 'Guests CAN access gallery',
'GALLERY_GUEST_ACCESS_EXPLAIN' => 'Void if min post required',
'GALLERY_GUEST_POSTS' => 'Guests CAN post comments',
'GALLERY_GUEST_POSTS_EXPLAIN' => 'Void if min post required / guest access denied',
'GALLERY_GUEST_APPROVAL' => 'Guest comments require moderator approval',
'GALLERY_GUEST_APPROVAL_EXPLAIN' => 'Void if approve ALL is set',
'GALLERY_GUEST_UPLOAD' => 'Guest CAN upload images to public albums',
'GALLERY_GUEST_UPLOAD_EXPLAIN' => 'Void if previous settings do not allow',
'GALLERY_GENERAL_SETTINGS' => 'General settings',
'GALLERY_INVALID_ALBUM_ID_MSG' => 'Invalid album id!',
'GALLERY_INVALID_ALBUM_ID' => 'Invalid album id!',
'GALLERY_KEEP_ALBUM_CONTENT' => 'Move album contents to main album',
'GALLERY_LIGHTBOX' => 'Enable lightbox support when viewing full size image',
'GALLERY_LOCKED' => 'Password Protected',
'GALLERY_MENU' => 'Menu',
'GALLERY_MENU_MYALBUM' => 'My Albums',
'GALLERY_MENU_HOT' => 'Highest Rated',
'GALLERY_MENU_RECENT' => 'Recent Images',
'GALLERY_MENU_VIEWS' => 'Most Viewed',
'GALLERY_MENU_UPLOAD' => 'Upload',
'GALLERY_MENU_MANAGER' => 'Manage Albums',
'GALLERY_MISSING_ALBUM_ID_MSG' => 'Album ID was not specified!',
'GALLERY_MAX_FILESIZE' => 'Maximum file size',
'GALLERY_MAX_IMAGE_WIDTH' => 'Maximum image width',
'GALLERY_MAX_IMAGE_HEIGHT' => 'Maximum image height',
'GALLERY_MANAGE_ALBUMS_TITLE' => 'Manage albums',
'GALLERY_MANAGER' => 'Gallery Manager',
'GALLERY_MANAGE_ALBUMS_EXPLAIN' => 'Here you can manage your gallery albums, change position, edit or delete them.',
'GALLERY_MANAGE_SUBALBUMS_TITLE' => 'Manage sub-albums',
'GALLERY_MANAGE_SUBALBUMS_EXPLAIN' => 'You can create and manage up to <b>%s</b> sub-albums.',
'GALLERY_MAX_SUB' => 'Max sub-albums',
'GALLERY_MAX_SUB_EXPLAIN' => 'Set the number of sub-albums per member',
'GALLERY_MOVE_TO' => 'Move to',
'GALLERY_MOVE_UP' => 'Move up',
'GALLERY_MOVE_DOWN' => 'Move down',
'GALLERY_MULTI_USER' => 'Multi-user Albums',
'GALLERY_MUT_BE_REG' => 'You must be registered to be able to post comments or to rate pictures!',
'GALLERY_MOST_RECENT_PICS' => 'Most recent pictures',
'GALLERY_MOST_HOT_PICS' => 'Highest rated pictures',
'GALLERY_MOST_VIEWED_PICS' => 'Most viewed pictures',
'GALLERY_MAX_FILESIZE' => 'Max filesize',
'GALLERY_MAX_WIDTH' => 'Max picture width',
'GALLERY_MAX_HEIGHT' => 'Max picture height',
'GALLERY_MEMBERS_GALLERY' => 'Member\'s Gallery',
'GALLERY_MEMBERS_GALLERY_DESCR' => 'This gallery contains members personal albums.',
'GALLERY_MORE_SMILIES' => 'View more smilies',
'GALLERY_NAME' => 'Name',
'GALLERY_NOT_RATED' => 'Not rated',
'GALLERY_NO_IMAGES' => 'This album does not contain any images, click <a href="%s">here</a> to return to previous page.',
'GALLERY_NOT_AUTHORISED' => 'You are not authorised to view this section.',
'GALLERY_NOT_RATED' => 'Not rated',
'GALLERY_NEW_SUBALBUM' => 'CREATE NEW SUB-ALBUM',
'GALLERY_CURRENT_PASSWORD' => 'Enter Current Password',
'GALLERY_CURRENT_PASSWORD_EXPLAIN' => '(only needed if changing password)',
'GALLERY_NEW_PASSWORD' => 'New password<br />(leave blank if no password required)',
'GALLERY_PASSWORD_TITLE' => 'Password Protected Albums',
'GALLERY_PASSWORD_INFO' => 'The creator of this album has used a password to protect it\'s content, If you know the password please enter it now.<br /><b>Note:</b> after you have entered the correct password you will NOT be asked to enter the password again unless the album creator wishes you to.',
'GALLERY_PASSWORD_CONFIRM' => 'Confirm new password',
'GALLERY_PASSWORD_LOGIN' => 'THIS ALBUM IS PASSWORD PROTECTED<br />If you know the password and would like to view this album please Click <a href="%s">here</a> to login to the forum.<br />',
'GALLERY_PASSWORD_ERROR_NEW' => 'New Password Confirmation failed',
'GALLERY_PASSWORD_CHECK_PROGRESS' => 'Please Wait while we verify your details',
'GALLERY_PASSWORD_CHECK_ALBUM' => 'Please Wait while we gather the album information.',
'GALLERY_PASSWORD_ERROR_CURRENT' => 'The password you entered did not match the existing password.',
'GALLERY_PASSWORD_ERROR_ACCESS' => '<b>ERROR:</b> You do not have the necesary permissions needed to alter this setting, <br /> Please contact the site Administrator for assistance.',
'GALLERY_PICS_PER_PAGE' => 'Pictures per page',
'GALLERY_PICS_PER_PAGE_EXPLAIN' => 'Sets the number of thumbnail pictures per page. (multiple of 5 is preferred)',
'GALLERY_ALBUMS_PER_PAGE' => 'Albums per page',
'GALLERY_ALBUMS_PER_PAGE_EXPLAIN' => 'Sets the number of Albums listed on each page. (multiple of 5 is preferred)',
'GALLERY_POST_BY_AUTHOR' => 'by',
'GALLERY_PARENT' => 'Parent',
'GALLERY_PIC_ID_NOT_FOUND' => 'Picture ID not found',
'GALLERY_PREFERENCES_UPDATED' => 'Your gallery preferences have been updated.',
'GALLERY_PICTURE_TO_UPLOAD' => 'Picture to upload',
'GALLERY_PICTURE_TITLE' => 'Picture title',
'GALLERY_PICTURE_DESCRIPTION' => 'Picture description',
'GALLERY_PG_COMMENT' => '1 comment',
'GALLERY_PG_COMMENTS' => '%d comments',
'GALLERY_PG_PICTURE' => '1 picture',
'GALLERY_PG_PICTURES' => '%d pictures',
'GALLERY_PG_ALBUM' => '1 album',
'GALLERY_PG_ALBUMS' => '%d albums',
'GALLERY_PIXELS' => 'pixels',
'GALLERY_PERSONAL_ALBUM' => 'Personal Album',
'GALLERY_PICTURES' => 'Pictures',
'GALLERY_RATING' => 'Rating',
'GALLERY_RATING_ADDED' => 'Your rating has been added.',
'GALLERY_RATE_THIS_PIC' => 'Rate this picture',
'GALLERY_REDIRECT_TO_INDEX_MSG' => 'Click <a href="%s">here</a> to go to Gallery index.',
'GALLERY_REDIRECT_TO_FORUM_MSG' => 'Click <a href="%s">here</a> to go to Forum index.',
'GALLERY_REDIRECT_TO_GALLERY_MSG' => 'Click <a href="%s">here</a> to go to Gallery menu.',
'GALLERY_REDIRECT_GO_BACK' => 'Click <a href="%s">here</a> to go back.',
'GALLERY_SETTINGS_UPDATED_MSG' => 'Your settings have been successfully updated!',
'GALLERY_SETTINGS_TITLE' => 'Gallery Settings',
'GALLERY_SETTINGS_EXPLAIN' => 'Here you can change your gallery settings. These settings will affect all your albums.',
'GALLERY_SIZE' => 'Size',
'GALLERY_SUBALBUM_NAME' => 'Sub-album name:',
'GALLERY_SUBALBUM_DESC' => 'Sub-album description:',
'GALLERY_SUBALBUMS' => 'Sub-albums',
'GALLERY_SHARE_LINK' => 'DIRECT LINK:',
'GALLERY_THUMBNAIL_QUALITY' => 'Thumbnail quality',
'GALLERY_THUMBS_PER_ROW' => 'Thumbnails per row',
'GALLERY_THUMBS_PER_ROW_EXPLAIN' => 'Sets the number of thumbnail pictures per row. (This value MUST be divisible by the value above)',
'GALLERY_THUMBNAIL_DETAILS' => 'Thumbnail image details',
'GALLERY_THUMBNAIL_DETAILS_EXPLAIN' => 'Displays image details below thumbnail previews if yes',
'GALLERY_TITLE' => 'Photo Gallery',
'GALLERY_TITLE_REQUIRED' => 'Image title required',
'GALLERY_TITLE_REQUIRED_EXPLAIN' => 'Title field must be completed on upload if YES',
'GALLERY_UPLOADED_BY' => 'Uploaded by',
'GALLERY_UPLOADED_ON_DATE' => 'On',
'GALLERY_UPLOAD_REDIRECT_MSG' => 'Click <a href="%s">here</a> to view your picture or click <a href="%s">here</a> to view the entire album.',
'GALLERY_USER_SETTINGS_TITLE' => 'Gallery Settings',
'GALLERY_USER_PERSONAL_GALLERY' => '%s\'s personal album',
'GALLERY_USER_PERSONAL_GALLERY_LOCKED' => '%s\'s personal album ( Friends Only )',
'GALLERY_USER_SETTINGS_EXPLAIN' => 'These settings form the main access permissions for your gallery.',
'GALLERY_USER_SETTINGS' => 'User Settings',
'GALLERY_USER_UPLOAD' => 'Members CAN upload images',
'GALLERY_USER_UPLOAD_EXPLAIN' => 'Hides and locks upload page from non-admin users if set to NO',
'GALLERY_USER_UPLOAD_TO' => 'Members CAN upload to various albums',
'GALLERY_USER_UPLOAD_TO_EXPLAIN' => 'Hides "upload to" field if set to NO',
'GALLERY_USER_DELETE_IMG' => 'Members CAN delete images',
'GALLERY_USER_DELETE_IMG_EXPLAIN' => 'Administrators can always delete images',
'GALLERY_USER_POSTS' => 'Members CAN post comments',
'GALLERY_USER_POSTS_EXPLAIN' => 'Hides comment box if set to NO',
'GALLERY_USER_EDIT_POSTS' => 'Members CAN edit comments',
'GALLERY_USER_EDIT_POSTS_EXPLAIN' => 'Members can edit their own comments if YES',
'GALLERY_USER_DELETE_POSTS' => 'Members CAN delete comments',
'GALLERY_USER_DELETE_POSTS_EXPLAIN' => 'Members can delete their own comments if YES',
'GALLERY_USER_MOVE_PICS' => 'Members CAN move images to alternate albums',
'GALLERY_USER_MOVE_PICS_EXPLAIN' => '(NOT AVAILABLE IN THIS RELEASE)', //Users can move images between public albums and their own albums
'GALLERY_USER_CREATE_SUB' => 'Members CAN create sub-albums',
'GALLERY_USER_CREATE_SUB_EXPLAIN' => 'Allow members to create sub-albums',
'GALLERY_USER_DELETE_SUB' => 'Members CAN delete sub-albums',
'GALLERY_USER_DELETE_SUB_EXPLAIN' => 'Allow members to delete sub-albums',
'GALLERY_USER_SET_APPROVAL' => 'Members CAN approve comments',
'GALLERY_USER_SET_APPROVAL_EXPLAIN' => '(NOT AVAILABLE IN THIS RELEASE)', // Members CAN choose to approve comments made on their images
'GALLERY_UPLOAD_TO' => 'Upload to',
'GALLERY_VIEWS' => 'Views',
'GALLERY_VISIT_GALLERY' => 'See more from this album',
'GALLERY_WATERMARK_SETTINGS' => 'Watermark Settings',
'GALLERY_WATERMARK_SETTINGS_EXPLAIN' => 'Add watermark to uploaded images.',
'GALLERY_WATERMARK_SETTINGS_TITLE' => 'Gallery watermark settings',
'GALLERY_WATERMARK_TYPE' => 'Watermark type',
'GALLERY_WATERMARK_TYPE_EXPLAIN' => 'Select either image or text before altering settings below.',
'GALLERY_WATERMARK_POSITION' => 'Watermark position',
'GALLERY_WATERMARK_POSITION_EXPLAIN' => 'The position where the watermark is inserted on the final image',
'GALLERY_WATERMARK_TEXT' => 'Watermark text',
'GALLERY_WATERMARK_TEXT_EXPLAIN' => 'Type your watermark text here (if applicable)',
'GALLERY_WATERMARK_TEXT_COLOR' => 'Watermark text color',
'GALLERY_WATERMARK_TEXT_COLOR_EXPLAIN' => 'Use <b>ONLY</b> valid html color codes',
'GALLERY_WATERMARK_IMAGE' => 'Watermark image',
'GALLERY_WATERMARK_IMAGE_EXPLAIN' => 'Location of image relative to forum root (if applicable)',
'GALLERY_YOU_RATED' => 'You rated',
'AWAITING_APPROVAL' => 'COMMENT AWAITING MODERATOR APPROVAL',
'TEXT' => 'Text',
'MOD_APPROVE' => 'THIS COMMENT NEEDS YOUR APPROVAL',
'REQUIRED_POSTS' => 'The Gallery will be unlocked after you have posted %s more message',
'UCP_GALLERY_PREFS_PERSONAL' => 'Gallery - Personal Preferences',
'UCP_SHOW_GALLERY' => 'Restrict gallery access to friends only',
'UCP_ALLOW_GALLERY_COMMENTS' => 'Allow members to comment on your images',
'UCP_GALLERY_COMMENT_APPROVAL' => 'Require personal approval before comments are displayed',
'UCP_NO_OPTIONS' => 'No control options are available for this feature.',
));
?>
-

gapson
- Profesionál

-
- Príspevky: 258
- Registrovaný: Pon Máj 07, 2007 2:51 pm
od drndos » Sob Máj 31, 2008 1:28 pm
možno ti dám časť (user interface) ale až keď spojazdním komp
-
drndos
- Moderátor

-
- Príspevky: 2555
- Registrovaný: Ned Máj 06, 2007 4:32 pm
-
od gapson » Pia Jún 20, 2008 5:12 pm
Nájde sa ten preklad?
-

gapson
- Profesionál

-
- Príspevky: 258
- Registrovaný: Pon Máj 07, 2007 2:51 pm
Späť na Preklady (phpBB 3)
Kto je on-line
Užívatelia prezerajúci fórum: Žiadny registrovaný užívateľ nie je prítomný a 0 hostia