phpBB Türkiye - phpBB3 Türkçe destek ve geliştirme

İçeriği atla

Sitemiz sadece phpBB 3.0 sürümüne destek vermektedir. Konu açmadan, ileti yazmadan önce lütfen site kuralları sayfamıza göz atınız.

phpBB Gallery 0.1.0 türkçeleştirme

phpBB Gallery 0.1.0 türkçeleştirme

İleti topakli 19 Ekm 2007 20:44

eklenti adı: phpBB Gallery (port of smartor's Photo Album)
sürümü: 0.1.0
yazarı: tsr
sitesi: http://phpbbgallery.ph.funpic.de/gallery/
indirilme linki: http://phpbbgallery.ph.funpic.de/download/file.php?id=2

gallery.php
Kod: Tümünü seç
'ALBUM_PERMISSIONS'   => 'Album Permissions',
   'PHOTO_ALBUM'   => 'Photo Gallery',
   'VIEW_ALBUM'   => 'View album',
   'IMAGES'      => 'Images',
   'LAST_IMAGE'   => 'Last Image',
   'PUBLIC_CATEGORIES'   => 'Public Categories',
   'USERS_PERSONAL_GALLERIES'         => 'Users Personal Galleries',
   'NO_IMAGES'         => 'No images',
   'YOUR_PERSONAL_GALLERY'         => 'Your Personal Gallery',
   'RECENT_PUBLIC_IMAGES'         => 'Recent Public Images',
   'VIEW'         => 'Views',
   'CATEGORY'         => 'Album',
   'CATEGORY_NOT_EXIST'         => 'This album does not exist',
   'UPLOAD_IMAGE'         => 'Upload Image',
   'IMAGE_TITLE'         => 'Image Title',
   'WAITING'         => 'image(s) waiting for approval',
   'ALBUM_UPLOAD_CAN'         => 'You <strong>can</strong> upload new images in this album',
   'ALBUM_UPLOAD_CANNOT'         => 'You <strong>cannot</strong> upload new images in this album',
   'ALBUM_RATE_CAN'         => 'You <strong>can</strong> rate images in this album',
   'ALBUM_COMMENT_CAN'         => 'You <strong>can</strong> post comments to images in this album',
   'ALBUM_COMMENT_CANNOT'         => 'You <strong>cannot</strong> post comments to images in this album',
   'ALBUM_EDIT_CAN'         => 'You <strong>can</strong> edit your images and comments in this album',
   'ALBUM_EDIT_CANNOT'         => 'You <strong>cannot</strong> edit your images and comments in this album',
   'ALBUM_DELETE_CAN'         => 'You <strong>can</strong> delete your images and comments in this album',
   'ALBUM_DELETE_CANNOT'         => 'You <strong>cannot</strong> delete your images and comments in this album',
   'ALBUM_MODERATE_CAN'         => 'You <strong>can</strong> %smoderate%s this album',
   'EDIT_IMAGE'         => 'Edit',
   'DELETE_IMAGE'         => 'Delete',
   'RATING'         => 'Rating',
   'COMMENTS'         => 'Comments',
   'NEW_COMMENT'         => 'New Comment',
   'POST_COMMENT'         => 'Post a comment',
   'NOT_RATED'         => '<i>not rated</i>',
   'IMAGE_DESC'         => 'Image Description',
   'PLAIN_TEXT_ONLY'         => 'Plain text only',
   'MAX_LENGTH'         => 'Max length (bytes)',
   'UPLOAD_IMAGE_FROM_MACHINE'         => 'File',
   'UPLOAD_TO_ALBUM'         => 'Upload to album',
   'UPLOAD_THUMBNAIL_FROM_MACHINE'         => 'Upload its thumbnail from your machine (must be the same filetype as your image)',
   'UPLOAD_THUMBNAIL'         => 'Upload a thumbnail image',
   'UPLOAD_THUMBNAIL_EXPLAIN'         => 'It must be of the same filetype as your image',
   'THUMBNAIL_SIZE'         => 'Thumbnail size (pixels)',
   'FILETYPE_AND_THUMBNAIL_DO_NOT_MATCH'         => 'Your image and your thumbnail must be the same type',
   'UPLOAD_NO_TITLE'         => 'You must enter a title for your image',
   'UPLOAD_NO_FILE'         => 'You must enter your path and filename',
   'DESC_TOO_LONG'         => 'Your description is too long',
   'MAX_FILE_SIZE'         => 'Maximum file size (bytes)',
   'MAX_WIDTH'         => 'Maximum image width (pixels)',
   'MAX_HEIGHT'         => 'Maximum image height (pixels)',
   'JPG_ALLOWED'         => 'Allowed to upload JPG files',
   'PNG_ALLOWED'         => 'Allowed to upload PNG files',
   'GIF_ALLOWED'         => 'Allowed to upload GIF files',
   'ALBUM_REACHED_QUOTA'         => 'This album has reached the quota of images. You cannot upload any more. Please contact the administrator for more information.',
   'USER_REACHED_QUOTA'         => 'You have reached your quota of imagess. You cannot upload any more. Please contact the administrator for more information.',
   'BAD_UPLOAD_FILE_SIZE'         => 'Your uploaded file is too large or corrupted',
   'NOT_ALLOWED_FILE_TYPE'         => 'Your file type is not allowed',
   'UPLOAD_IMAGE_SIZE_TOO_BIG'         => 'Your image dimension size is too large',
   'UPLOAD_THUMBNAIL_SIZE_TOO_BIG'         => 'Your thumbnail dimension size is too large',
   'MISSED_IMAGE_TITLE'         => 'You must enter a title for your image',
   'ALBUM_UPLOAD_SUCCESSFUL'         => 'Your image has been uploaded successfully',
   'ALBUM_UPLOAD_NEED_APPROVAL'         => 'Your image has been uploaded successfully.<br /><br />But the feature Image Approval has been enabled so your image must be approved by a administrator or a moderator before posting',
   'CLICK_RETURN_ALBUM'         => 'Click %shere%s to return to the album',
   'CLICK_RETURN_GALLERY_INDEX'         => 'Click %shere%s to return to the gallery index',
   'IMAGE_NOT_EXIST'         => 'This image does not exist',
   'EDIT_IMAGE_INFO'         => 'Edit Image Information',
   'IMAGES_UPDATED_SUCCESSFULLY'         => 'Your image information has been updated successfully',
   'ALBUM_DELETE_CONFIRM'         => 'Are you sure to delete these image(s)?',
   'IMAGES_DELETED_SUCCESSFULLY'         => 'These image(s) have been deleted successfully',
   'APPROVAL'         => 'Approval',
   'APPROVE'         => 'Approve',
   'UNAPPROVE'         => 'Unapprove',
   'STATUS'         => 'Status',
   'LOCKED'         => 'Locked',
   'NOT_APPROVED'         => 'Not approved',
   'APPROVED'         => 'Approved',
   'MOVE_TO_CATEGORY'         => 'Move to Category',
   'IMAGES_MOVED_SUCCESSFULLY'         => 'Your image(s) have been moved successfully',
   'IMAGES_LOCKED_SUCCESSFULLY'         => 'Your image(s) have been locked successfully',
   'IMAGES_UNLOCKED_SUCCESSFULLY'         => 'Your image(s) have been unlocked successfully',
   'IMAGES_APPROVED_SUCCESSFULLY'         => 'Your image(s) have been approved successfully',
   'IMAGES_UNAPPROVED_SUCCESSFULLY'         => 'Your image(s) have been unapproved successfully',
   'CURRENT_RATING'         => 'Current Rating',
   'YOUR_RATING'         => 'Your rating',
   'ALREADY_RATED'         => 'You have already rated this image',
   'ALBUM_RATE_SUCCESSFULLY'         => 'Your image has been rated successfully.',
   'COMMENT_NO_TEXT'         => 'Please enter your comment',
   'COMMENT_TOO_LONG'         => 'Your comment is too long',
   'COMMENT_DELETE_CONFIRM'         => 'Are you sure to delete this comment?',
   'IMAGE_LOCKED'         => 'Sorry, this image was locked. You cannot post comments for this image anymore',
   'PERSONAL_GALLERY_EXPLAIN'         => 'You can view the personal galleries of other members by clicking on the link in their profiles',
   'PERSONAL_GALLERY_NOT_CREATED'         => 'The personal gallery of %s is empty or has not been created',
   'NOT_ALLOWED_TO_CREATE_PERSONAL_GALLERY'         => 'Sorry, the administrators of this board do not allowe you to create your personal gallery',
   'CLICK_RETURN_PERSONAL_GALLERY'         => 'Click %shere%s to return to the personal gallery',
   'SELECT_SORT_METHOD'               => 'Select sort method',
   'ORDER'               => 'Order',
   'SORT_ASCENDING'         => 'Ascending',
   'SORT_DESCENDING'         => 'Descending',
   'SORT'            => 'Sort',
   'POSTER'            => 'Poster',
   'VIEW_THE_LATEST_IMAGE'      => 'View the latest image',
   'VIEW_IMAGE'      => 'View image',
   'DETAILS'         => 'Details',
   'LOGIN_TO_RATE'         => 'Login to rate this image',
   'LOGIN_TO_COMMENT'         => 'Login to post a comment',
   'YOUR_COMMENT'         => 'Your comment',
   'NO_COMMENTS'         => 'No comments yet',
   'EDITED_TIME_TOTAL'      => 'Last edited by %s on %s; edited %d time in total',
   'EDITED_TIMES_TOTAL'      => 'Last edited by %s on %s; edited %d times in total',
   'COMMENT'            => 'Commment',
   'LOCK'            => 'Lock',
   'UNLOCK'            => 'Unlock',
   'MODCP'            => 'Moderator Control Panel',
   'STORED'            => 'Your comment has been entered successfully.',
   'CLICK_VIEW_COMMENT'      => 'Click %shere%s to view your comment',
   'PERSONAL_GALLERY_OF_USER'   => 'Personal Gallery of %s'

ve
gallery_acp.php
Kod: Tümünü seç
'ACP_GALLERY_OVERVIEW'      => 'phpBB Gallery Overview',
   'ACP_GALLERY_OVERVIEW_EXPLAIN'      => 'Gallery Admin Overview. In the next Version there will be some statistics etc. here.',
   'ACP_MANAGE_ALBUMS'      => 'phpBB Gallery Album administration',
   'ACP_MANAGE_ALBUMS_EXPLAIN'      => 'Here you can manage your Albums (former categories).',
   'CREATE_ALBUM'      => 'Create new album',
   'ACP_CREATE_ALBUM_TITLE'      => 'Create new album',
   'ACP_EDIT_ALBUM_TITLE'         => 'Edit album',
   'ACP_CREATE_ALBUM_EXPLAIN'      => 'Fill in stuff.',
   'ACP_EDIT_ALBUM_EXPLAIN'      => 'Fill in stuff.',
   'GALLERY_CONFIG'      => 'Gallery Configuration',
   'GALLERY_CONFIG_EXPLAIN'      => 'You can change the general settings of phpBB Gallery here',
   'GALLERY_CONFIG_UPDATED'      => 'Gallery Configuration has been updated successfully',
   'CLICK_RETURN_GALLERY_CONFIG'      => 'Click %shere%s to return to the Gallery Configuration',
   'MAX_IMAGES'      => 'Maximum number of images for each Album (-1 = unlimited)',
   'USER_IMAGES_LIMIT'      => 'Images limit per Album for each user (-1 = unlimited)',
   'MODERATOR_IMAGES_LIMIT'      => 'Images limit per Album for each moderator (-1 = unlimited)',
   'IMAGE_APPROVAL'      => 'Image Approval',
   'ROWS_PER_PAGE'      => 'Number of rows on thumbnail page',
   'COLS_PER_PAGE'      => 'Number of columns on thumbnail page',
   'THUMBNAIL_QUALITY'      => 'Thumbnail quality (1-100)',
   'THUMBNAIL_CACHE'      => 'Thumbnail cache',
   'MANUAL_THUMBNAIL'      => 'Manual thumbnail',
   'GD_VERSION'      => 'Optimize for GD version',
   'IMAGE_DESC_MAX_LENGTH'      => 'Image Description/Comment Max Length (bytes)',
   'HOTLINK_PREVENT'      => 'Hotlink Prevention',
   'HOTLINK_ALLOWED'      => 'Allowed domains for hotlink (separated by a comma)',
   'PERSONAL_GALLERY'      => 'Allowed to create personal gallery for users',
   'PERSONAL_GALLERY_LIMIT'      => 'Images limit for each personal gallery (-1 = unlimited)',
   'PERSONAL_GALLERY_VIEW'      => 'Who can view personal galleries',
   'RATE_SYSTEM'      => 'Enable rating system',
   'RATE_SCALE'      => 'Rating Scale',
   'COMMENT_SYSTEM'      => 'Enable comment system',
   'THUMBNAIL_SETTINGS'      => 'Thumbnail Settings',
   'EXTRA_SETTINGS'      => 'Extra Settings',
   'DEFAULT_SORT_METHOD'      => 'Default Sort Method',
   'DEFAULT_SORT_ORDER'      => 'Default Sort Order',
   'FULL_IMAGE_POPUP'      => 'View full image as a popup',
   'PERSONAL_GALLERIES'      => 'Personal Galleries',
   'ALBUM_PERSONAL_GALLERY_TITLE'      => 'Personal Gallery',
   'ALBUM_PERSONAL_GALLERY_EXPLAIN'      => 'On this page, you can choose which usergroups have right to create and view personal galleries. These settings only affect when you set "PRIVATE" for "Allowed to create personal gallery for users" or "Who can view personal galleries" in Album Configuration screen',
   'ALBUM_PERSONAL_SUCCESSFULLY'      => 'The setting has been updated successfully',
   'CLICK_RETURN_ALBUM_PERSONAL'      => 'Click %shere%s to return to the Personal Gallery Settings',
   'GALLERY_ALBUMS_TITLE'      => 'Gallery Albums Control',
   'GALLERY_CATEGORIES_EXPLAIN'      => 'On this screen you can manage your albums: create, alter, delete, sort, etc.',
   'ALBUM_PERMISSIONS'      => 'Album Permissions',
   'ALBUM_TITLE'      => 'Album Title',
   'ALBUM_DESC'      => 'Album Description',
   'VIEW_LEVEL'      => 'View Level',
   'UPLOAD_LEVEL'      => 'Upload Level',
   'RATE_LEVEL'      => 'Rate Level',
   'COMMENT_LEVEL'      => 'Comment Level',
   'EDIT_LEVEL'      => 'Edit Level',
   'DELETE_LEVEL'      => 'Delete Level',
   'NEW_ALBUM_CREATED'      => 'New album has been created successfully',
   'CLICK_RETURN_GALLERY_ALBUM'      => 'Click %shere%s to return to the Album Manager',
   'ALBUM_UPDATED'      => 'Album has been updated successfully',
   'DELETE_ALBUM'      => 'Delete Album',
   'DELETE_ALBUM_EXPLAIN'      => 'The form below will allow you to delete a album and decide where you want to put the images it contained',
   'DELETE_ALL_IMAGES'      => 'Delete all images',
   'ALBUM_DELETED'      => 'This album has been deleted successfully',
   'ALBUM_CHANGED_ORDER'      => 'Album order has been changed successfully',
   'ALBUM_AUTH_TITLE'      => 'Album Permissions',
   'ALBUM_AUTH_EXPLAIN'      => 'Here you can choose which usergroup(s) can be the moderators for each album or just has the private access',
   'SELECT_A_ALBUM'      => 'Select a Album',
   'LOOK_UP_ALBUM'      => 'Look up Album',
   'ALBUM_AUTH_SUCCESSFULLY'      => 'Auth has been updated successfully',
   'CLICK_RETURN_ALBUM_AUTH'      => 'Click %shere%s to return to the Album Permissions',
   'UPLOAD'      => 'Upload',
   'RATE'      => 'Rate',
   'COMMENT'      => 'Comment',
   'CLEAR_CACHE'      => 'Clear Cache',
   'GALLERY_CLEAR_CACHE_CONFIRM'      => 'If you use the Thumbnail Cache feature you must clear your thumbnail cache after changing your thumbnail settings in Album Configuration to make them re-generated.<br /><br /> Do you want to clear them now?',
   'THUMBNAIL_CACHE_CLEARED_SUCCESSFULLY'      => '<br />Your thumbnail cache has been cleared successfully<br />&nbsp;',
   
   'GALLERY_ALL'      => 'All',
   'GALLERY_REG'      => 'Registered',
   'GALLERY_PRIVATE'      => 'Private',
   'GALLERY_MOD'      => 'Moderator',
   'GALLERY_ADMIN'      => 'Administrator',
   'EDIT_ALBUM'      => 'Edit Album',
   'MOVE_CONTENTS'      => 'Move all images',
   'MOVE_DELETE'      => 'Move and delete',
   
   'IS_MODERATOR'      => 'Is Moderator'


yardım eden ve edecek arkadaşlar için şimdiden teşekkürler...
SELAM VE DUA İLE
canım aşkım ÖZGEN
topakli


İleti: 90
Kayıt: 07 Nis 2007 21:27
İsim: Topakli
HTML: Orta
CSS: Başlangıç
PHP: Başlangıç
phpBB3: Başlangıç
Sürüm: phpBB3 RC5

  internet ve web yazılım hizmetleri

Re: phpBB Gallery 0.1.0 türkçeleştirme

İleti ALEXIS 19 Ekm 2007 22:11

Bu dosyalardan devam edebilirsin, %90 seviyesinde, ayrıca smartorun phpBB2 albümünü bulup kopya çekebilirsin, daha önce Türkçeye çervirmiştik.
Eklentiler
mods.rar
(5.72 KB) 23 defa indirildi

phpBB3 Portal :: stabil sürüm 1.2.2 | phpBB3 Portal :: geliştirme sürümü 2.0.0
phpBB3 arama motoru optimizasyonu | phpBB3 Hızlandırma
ALEXIS


Kullanıcı avatarı

İleti: 2191
Kayıt: 03 Arl 2006 09:57
Konum: İstanbul
İsim: Sevdin Filiz
HTML: İyi
CSS: İyi
PHP: Orta
phpBB3: Çok iyi
Sürüm: phpBB 3.0.1


Eklenti Türkçeleştirme & İstekler


Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 1 misafir

cron