albüm mod

phpBB2 için yapılan MODların dil dosyalarını Türkçeleştirme forumu.
Cevapla
aykarama
Kayıtlı Kullanıcı
Mesajlar: 253
Kayıt: 18.05.2006, 01:39
İletişim:

albüm mod

Mesaj gönderen aykarama »

arkadaşlar benim indiridiğim albüm mod sürümü Photo Album 2.0.53 © 2002-2003 Smartor ama ingilizceydi burda verilen türkçeleştirmelerle birazını değiştirdim ama az bir kısmı kaldı yardım ederseniz sevinirim..


lang.main dosyası

Kod: Tümünü seç

// Mighty Gorgon - Full Album Pack - BEGIN
$lang['Album'] = 'Album';
$lang['Personal_Gallery_Of_User'] = 'Personal Gallery Of %s';
$lang['Personal_Gallery_Of_User_Profile'] = 'Personal Gallery of %s (%d Pictures)';
$lang['Show_All_Pic_View_Mode_Profile'] = 'Show All Pictures In The Personal Gallery of %s (without sub cats)';
$lang['Not_allowed_to_view_album'] = 'Sorry, you are not allowed to view the album.';
$lang['Not_allowed_to_upload_album'] = 'Sorry, you are not allowed to upload new pic to the album. Please contact the album administrator for more information.';
$lang['Album_empty'] = 'There are no pics in the album<br />Click on the <b>Upload New Pic</b> link on this page to post one.';
$lang['Upload_New_Pic'] = 'Upload New Pic.';
$lang['Pic_Title'] = 'Pic Title';
$lang['Pic_Title_Explain'] = 'It is very important to give your pic a good title. It could be a name, a subject to make others know what it is without see it.';
$lang['Pic_Upload'] = 'Pic Upload';
$lang['Pic_Upload_Explain'] = 'Allowed types are JPG, GIF and PNG. Maximum file size is %s bytes. Maximum image dimensions are %sx%s pixels.';
$lang['Album_full'] = 'Sorry, the album has reached the maximum number of uploaded pics. Please contact the album administrator for more information.';
$lang['Album_upload_successful'] = 'Thank you, your pic has been uploaded successfully.';
$lang['Click_return_album'] = 'Click %shere%s to return to the Album.';
$lang['Invalid_upload'] = 'Invalid Upload<br /><br />Your pic is too big or its type is not allowed.';
$lang['Image_too_big'] = 'Sorry, your image dimensions is too large.';
$lang['Uploaded_by'] = 'Uploaded by';
$lang['Category_locked'] = 'Sorry, you cannot upload because this category was locked by an admin. Please contact the album administrator for more information.';
$lang['View_Album_Index'] = 'Album Index';
$lang['View_Album_Personal'] = 'Viewing Personal Album of a user';
$lang['View_Pictures'] = 'Viewing Pictures or Posting/Reading comments in the Album';
$lang['Album_Search'] = 'Searching the Album';
$lang['Pic_Name'] = 'Picture Name';
$lang['Description'] = 'Description';
$lang['Search_Contents'] = ' that contains: ';
$lang['Search_Found'] = 'Search found ';
$lang['Search_Matches'] = 'Matches:';
// Mighty Gorgon - Full Album Pack - END

lang_album_main.php


[quote]<?php
/***************************************************************************
* lang_album_main.php [English]
* -------------------
* begin : Sunday, February 02, 2003
* copyright : (C) 2003 Smartor
* email : smartor_xp@hotmail.com
*
* $Id: lang_album_main.php,v 1.0.6 2003/03/05 20:12:38 ngoctu Exp $
*
****************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/

// Album Index
$lang['Photo_Album'] = 'Albüm';
$lang['Pics'] = 'Resimler';
$lang['Last_Pic'] = 'Son Resim';
$lang['Public_Categories'] = 'Genel Kategoriler';
$lang['No_Pics'] = 'Resim Yok';
$lang['Users_Personal_Galleries'] = 'Kullanıcı Galerileri';
$lang['Your_Personal_Gallery'] = 'Kişisel Galeriniz';
$lang['Recent_Public_Pics'] = 'Yeni Genel Resimler';
$lang['Nav_Separator'] = '&nbsp;&raquo;&nbsp;';

// Category View
$lang['Category_not_exist'] = 'Bu kategori yok';
$lang['Upload_Pic'] = 'Resim Gönder';
$lang['Pic_Title'] = 'Resim Başlığı';
$lang['View'] = 'Görüntüleme';
$lang['Pic_Poster'] = 'Poster';
$lang['Pic_Image'] = 'Image';

$lang['Album_upload_can'] = 'Bu kategoriye yeni resimler <b>gönderebilirsiniz</b>';
$lang['Album_upload_cannot'] = 'Bu kategoriye yeni resimler <b>gönderemezsiniz</b>';
$lang['Album_rate_can'] = 'Bu kategorideki resimlere oy <b>verebilirsiniz</b>';
$lang['Album_rate_cannot'] = 'Bu kategorideki resimlere oy <b>veremezsiniz</b>';
$lang['Album_comment_can'] = 'Bu kategorideki resimlere yorum <b>gönderebilirsiniz</b>';
$lang['Album_comment_cannot'] = 'Bu kategorideki resimlere yorum <b>gönderemezsiniz</b>';
$lang['Album_edit_can'] = 'Bu kategorideki resim ve yorumlarınızı <b>düzenleyebilirsiniz</b>';
$lang['Album_edit_cannot'] = 'Bu kategorideki resim ve yorumlarınızı <b>düzenleyemezsiniz</b>';
$lang['Album_delete_can'] = 'Bu kategorideki resim ve yorumlarınızı <b>silebilirsiniz</b>';
$lang['Album_delete_cannot'] = 'Bu kategorideki resim ve yorumlarınızı <b>silemezsiniz</b>';
$lang['Album_moderate_can'] = 'Bu kategoriyi %smodere%s <b>edebilirsiniz</b>';

$lang['Edit_pic'] = 'Düzenle';
$lang['Delete_pic'] = 'Sil';
$lang['Rating'] = 'Oyla';
$lang['Comments'] = 'Yorumlar';
$lang['Last_Comment'] = 'Sonraki Yorum';
$lang['New_Comment'] = 'Yeni Yorum';
$lang['Not_rated'] = '<i>oylanmadı</i>';
$lang['Random_Pictures'] = 'Seçme Resimler';
$lang['Highest_Rated_Pictures'] = 'En Çok Oy Alan Resimler';
$lang['Most_Viewed_Pictures'] = 'Most Viewed Pictures';

$lang['Avatar_Set'] = 'Set as Avatar';
$lang['BBCode_Copy'] = 'Copy BBCode';

// Upload
$lang['Pic_Desc'] = 'Resim Açıklaması';
$lang['Plain_text_only'] = 'Sadece düz yazı';
$lang['Max_length'] = 'En fazla uzunluk (byte)';
$lang['Upload_pic_from_machine'] = 'Bilgisayarınızdan resim seçin';
$lang['Upload_to_Category'] = 'Gönderilecek Kategori';
$lang['Upload_thumbnail_from_machine'] = 'Bilgisayarınızdan resim önizlemesi gönderin (resminizle aynı dosya türünde olmalıdır)';
$lang['Upload_thumbnail'] = 'Bir resim önizleme gönder';
$lang['Upload_thumbnail_explain'] = 'Resminizle aynı dosya türünde olmalıdır';
$lang['Thumbnail_size'] = 'Resim Önizleme boyutu (piksel)';
$lang['Filetype_and_thumbtype_do_not_match'] = 'Resminiz ve resim önizlemeniz aynı dosya türünde olmalıdır';

$lang['Upload_no_title'] = 'Resim için bir başlık girmelisiniz';
$lang['Upload_no_file'] = 'Dosyanızın adını ve yolunu girmelisiniz';
$lang['Desc_too_long'] = 'Resim açıklaması çok uzun';

$lang['JPG_allowed'] = 'JPG uzantılı resimlere izin';
$lang['PNG_allowed'] = 'PNG uzantılı resimlere izin';
$lang['GIF_allowed'] = 'GIF uzantılı resimlere izin';

$lang['Album_reached_quota'] = 'Bu kategorinin resim limiti dolmuştur. Şu an resim gönderemezsiniz. Ayrıntılı bilgi için adminler ile iletişime geçin';
$lang['User_reached_pics_quota'] = 'Resim gönderme limitiniz dolmuştur. Şu an resim gönderemezsiniz. Ayrıntılı bilgi için adminler ile iletişime geçin';

$lang['No_valid_category_selected'] = 'No valid album category selected';
$lang['No_category_to_upload'] = 'Unfortunately currently there are no categories you can upload to.';
$lang['Not_allowed_file_type'] = 'Your file type is not allowed';
$lang['Upload_image_size_too_big'] = 'Your image dimension size is too large';
$lang['Upload_thumbnail_size_too_big'] = 'Your thumbnail dimension size is too large';

$lang['Missed_pic_title'] = 'You must enter your pic title';

$lang['Click_return_category'] = 'Click %shere%s to return to the category';
$lang['Click_return_album_index'] = 'Click %shere%s to return to the Album Index';

$lang['Add_File'] = 'Add File';
$lang['File_thumbnail_count_mismatch'] = 'The number of uploaded pictures and thumbnails doesn\'t match';
$lang['No_thumbnail_for_picture_found'] = 'There was no thumbnail found for the uploaded picture (named: %s)';
$lang['No_picture_for_thumbnail_found'] = 'There was no picture found for the uploaded thumbnail (named: %s)';
$lang['Unknown_file_and_thumbnail_error_mismatch'] = 'Uknown error got raised when uploading the picture and thumbnail<br />Picture named: %s and Thumbnail named: %s<br />';
$lang['Picture_exceeded_maximum_size_INI'] = 'Picture named \'%s\' is too big. Picture is skipped.<br />';
$lang['Thumbnail_exceeded_maximum_size_INI'] = 'Thumbnail named \'%s\' is too big. Picture and thubmnail are skipped.<br />';
$lang['Execution_time_exceeded_skipping'] = 'The maximum time alllowed for script execution has been exceeded. The following files was skipped:<br />';
$lang['Skipping_uploaded_picture_file'] = '%s<br/>';
$lang['Skipping_uploaded_picture_and_thumbnail_file'] = '%s (thumbnail: %s)<br/>';
$lang['Album_upload_not_successful'] = 'None of your pictures has been uploaded successfully<br/><br/>';
$lang['Album_upload_partially_successful'] = 'Only a part of your pictures has been uploaded successfully<br/><br/>';
$lang['No_pictures_selected_for_upload'] = 'No pictures selected for upload or unknow error';

//$lang['Bad_upload_file_size'] = 'Göndermeye çalıştığınız resim çok büyük veya hatalı';
//$lang['Album_upload_successful'] = 'Resminiz başarıyla gönderildi';
//$lang['Album_upload_need_approval'] = 'Your pic has been uploaded successfully.<br /><br />But the feature Pic Approval has been enabled so your pic must be approved by a administrator or a moderator before posting';

$lang['Bad_upload'] = 'Bad upload';
$lang['Bad_upload_file_size'] = 'Göndermeye çalıştığınız resim çok büyük veya hatalı';
$lang['Album_upload_successful'] = 'Resminiz başarıyla gönderildi';
$lang['Album_upload_need_approval'] = 'Resminiz başarıyla gönderildi.<br /><br />Fakat resminizin aktif olabilmesi için onaylanması gerek.Lütfen admin yada moderatörlerle iletişime geçin';

$lang['Rotation'] = 'Rotate (Anti-Clockwise) - Degrees';

$lang['Max_file_size'] = 'Maximum file size (bytes)';
$lang['Max_width'] = 'Maximum image width before recompression (pixel)';
$lang['Max_height'] = 'Maximum image height before recompression (pixel)';

// Album Nuffload
$lang['time_elapsed'] = 'Time Elapsed';
$lang['time_remaining'] = 'Time Remaining';
$lang['upload_in_progress'] = 'Upload In Progress';
$lang['please_wait'] = 'Please Wait...';
$lang['uploaded'] = 'Uploaded %multi_id% of %multi_max% images.';
$lang['no_file_received'] = 'No image file received';
$lang['no_thumbnail_file_received'] = 'No thumbnail file received';
$lang['file_too_big'] = 'Image file size too big';
$lang['thumbnail_too_big'] = 'Thumbnail file size too big';
$lang['image_res_too_high'] = 'Image resolution too high';
$lang['add_field'] = 'Add file upload field';
$lang['remove_field'] = 'Remove file upload field';
$lang['ZIP_allowed'] = 'Allowed to upload ZIP files';

// View Pic
$lang['Pic_ID'] = 'ID';
$lang['Pic_Details'] = 'Image Details';
$lang['Pic_Size'] = 'Size';
$lang['Pic_Type'] = 'Image Type';
$lang['Pic_BBCode'] = 'BBCode';
$lang['Pic_not_exist'] = 'Bu resim yok';
$lang['Click_enlarge'] = 'Click on image to view larger image';
$lang['Prev_Pic'] = 'View Previous Picture';
$lang['Next_Pic'] = 'View Next Picture';
$lang['Slideshow'] = 'Slide Show';
$lang['Slideshow_Delay'] = 'Slide Show Delay';
$lang['Slideshow_On'] = 'Slide Show';
$lang['Slideshow_Off'] = 'Stop Slide Show';
$lang['Pics_Nav'] = 'Pictures Navigation';
$lang['Pics_Nav_Next'] = 'Next Pictures';
$lang['Pics_Nav_Prev'] = 'Previous Pictures';

// Edit Pic
$lang['Edit_Pic_Info'] = 'Resim bilgilerini düzenle';
$lang['Pics_updated_successfully'] = 'Resim bilgileri başarıyla düzenlendi';

// Delete Pic
$lang['Album_delete_confirm'] = 'Bu resim(leri) silmek istediğinizden eminmisiniz?';
$lang['Pics_deleted_successfully'] = 'Bu resim(ler) başarıyla silindi';


// ModCP
$lang['Approval'] = 'Onay';
$lang['Approve'] = 'Onay Ver';
$lang['Unapprove'] = 'Onay Verme';
$lang['Status'] = 'Durum';
$lang['Locked'] = 'Kilitlendi';
$lang['Not_approved'] = 'Onay Verildi';
$lang['Approved'] = 'Onay Verilmedi';
$lang['Move_to_Category'] = 'Kategoriye Taşı';
$lang['Pics_moved_successfully'] = 'Resim(ler) başarıyla taşındı';
$lang['Pics_locked_successfully'] = 'Resim(ler) başarıyla kilitlendi';
$lang['Pics_unlocked_successfully'] = 'Resim(ler)in başarıyla kiliti açıldı';
$lang['Pics_approved_successfully'] = 'Resim(ler)e başarıyla onay verildi';
$lang['Pics_unapproved_successfully'] = 'Resim(ler)e onay verilmedi';

// Rate
$lang['Current_Rating'] = 'Şu anki oy';
$lang['Please_Rate_It'] = 'Lütfen oy verin';
$lang['Already_rated'] = 'Bu resime daha önce oy verdiniz';
$lang['Album_rate_successfully'] = 'Resime başarıyla oy verildi';

// Comment
$lang['Comment_no_text'] = 'Lütfen yorumunuzu girin';
$lang['Comment_too_long'] = 'Yorumunuz çok uzun';
$lang['Comment_delete_confirm'] = 'Bu yorumu silmek istediğinizden eminmisiniz?';
$lang['Pic_Locked'] = 'Üzgünüz, bu resim kilitli.Bu resim için herhangi bir yorum gönderemezsiniz';
$lang['Post_your_comment'] = 'Please Enter Your Comment!';

// Personal Gallery
$lang['Personal_Gallery_Explain'] = 'Diğer üyelerin kişisel galerilerini görüntülemek istiyorsanız profillerinden ilgili linke tıklayın';
$lang['Personal_gallery_not_created'] = '%s isimli üyenin kişisel galerisi boş veya henüz oluşturulmadı';
$lang['Not_allowed_to_create_personal_gallery'] = 'Üzgünüz, bu forumda kişisel galeri oluşturmanıza izin verilmiyor';
$lang['Click_return_personal_gallery'] = 'Kişisel galeriye dönmek için %stıklayın%s';

// Download Archive
$lang['Download_pics'] = 'Download Pics (ZIP)';
$lang['Download_page'] = 'Download Pics In This Page (ZIP)';
$lang['No_Download_auth'] = 'You are not authorized to archive photos from this album!';

// Email Notification
$lang['Email_Notification'] = 'Album Email Notification';
$lang['Email_Notification_Explain'] = 'This setting allow admins to receive a notification when a new picture is posted in the album';
$lang['Approvation_OK'] = 'Approved';
$lang['Approvation_NO'] = 'To Be Approved';

// Album Hierarchy Index Table
$lang['Last_Comments'] = 'Son Yorum';
$lang['No_Comment_Info'] = 'Yorumlar Mevcut Değil';
$lang['No_Pictures_In_Cat']= 'Kategoride Resim Yok';
$lang['Total_Pics'] = 'Toplam Resim';
$lang['Total_Comments'] = 'Total Yorum';
$lang['Last_Index_Thumbnail'] = 'Son Resim';
$lang['Sub_Total_Pics'] = 'Toplam Resim';
$lang['Multiple_Sub_Total_Pics'] = '%d Pics';
$lang['Album_sub_categories'] = 'Sub Categories';
$lang['No_Public_Galleries'] = 'No Public Galleries';
$lang['One_new_picture'] = '%d new picture';
$lang['Multiple_new_pictures'] = '%d new pictures';

// Personal Album Hierarchy Index Table
$lang['Personal_Categories'] = 'Personal Gallery';
$lang['Create_Personal_Categories'] = 'Create Personal Gallery';
$lang['Personal_Cat_Admin'] = 'Personal Gallery Category Admin';
$lang['Recent_Personal_Pics'] = 'Recent Pictures From the Personal Gallery of %s';

// Album Moderator Control Panel
$lang['Modcp_check_all'] = 'Check All';
$lang['Modcp_uncheck_all'] = 'Uncheck All';
$lang['Modcp_inverse_selection'] = 'Inverse Selection';

$lang['Show_selected_pic_view_mode'] = 'Show Only The Selected Personal Gallery Category';
$lang['Show_all_pic_view_mode'] = 'Show All Pictures In this Personal Gallery';

// Access language strings
$lang['Album_Can_Manage_Categories'] = 'You <b>can</b> %smanage%s the categories in the gallery';
$lang['No_Personal_Category_admin'] = 'You are not allowed to manage your personal gallery categories';

// The picture list of a member (album_mod/album_memberlist.php)
$lang['Pic_Cat'] = 'Category';
$lang['Picture_List_Of_User'] = 'All Pictures by %s';
$lang['Member_Picture_List_Explain'] = 'You can view the complete list of picture contributed by other members by clicking on the link in their profiles';
$lang['Comment_List_Of_User'] = 'All Comments by %s';
$lang['Rating_List_Of_User'] = 'All Ratings by %s';
$lang['Show_All_Pictures_Of_user'] = 'Show All Pictures by %s';
$lang['Show_All_Comments_Of_user'] = 'Show All Comments by %s';
$lang['Show_All_Ratings_Of_user'] = 'Show All Ratings by %s';

// The pictures list
$lang['All_Picture_List_Of_User'] = 'All Pictures';
$lang['All_Comment_List_Of_User'] = 'All Comments';
$lang['All_Rating_List_Of_User'] = 'All Ratings';
$lang['All_Show_All_Pictures_Of_user'] = 'Show All Pictures';
$lang['All_Show_All_Comments_Of_user'] = 'Show All Comments';
$lang['All_Show_All_Ratings_Of_user'] = 'Show All Ratings';

$lang['Not_commented'] = '<i>Not Commented</i>';

// Nuff's Stuff
$lang['Nuff_Click'] = 'Click here to apply Special Effects';
$lang['Nuff_UnClick'] = 'Click here for normal visualization';
$lang['Nuff_Title'] = 'Special Effects';
$lang['Nuff_Explain'] ='Using this page you can apply multiple effects to the pictures.<br />Remember that this is a <i><b>very heavy operation on server CPU load</b></i>, so please do not abuse it. Some effects will automatically resize the output image so to not charge too much server CPU.';
$lang['Nuff_Normal'] = 'Normal Image';
$lang['Nuff_Normal_Explain'] = 'No effects applied';
$lang['Nuff_BW'] = 'Black & White';
$lang['Nuff_BW_Explain'] = 'This effect will transform the image into Black and White';
$lang['Nuff_Sepia'] = 'Sepia Tone';
$lang['Nuff_Sepia_Explain'] = 'This effect will apply sepia toning to the picture';
$lang['Nuff_Flip'] = 'Flip';
$lang['Nuff_Flip_Explain'] = 'Using this function you can flip the image';
$lang['Nuff_Mirror'] = 'Mirror';
$lang['Nuff_Mirror_Explain'] = 'Using this function you can mirror the image';
$lang['Nuff_Flip_H'] = 'Horizontal';
$lang['Nuff_Flip_V'] = 'Vertical';
$lang['Nuff_Rotate'] = 'Picture Rotation (Anti Clockwise)';
$lang['Nuff_Rotate_Explain'] = 'Rotates the images anti clockwise';
$lang['Nuff_Resize'] = 'Resize';
$lang['Nuff_Resize_Explain'] = 'This function is for image resizing';
$lang['Nuff_Resize_W'] = 'Width';
$lang['Nuff_Resize_H'] = 'Height';
$lang['Nuff_Resize_No_Resize'] = 'No Resize';
$lang['Nuff_Watermark'] = 'Watermark';
$lang['Nuff_Watermark_Explain'] = 'Apply a watermark to the image';
$lang['Nuff_Recompress'] = 'Recompress';
$lang['Nuff_Recompress_Explain'] = 'This function can recompress the image';
$lang['Nuff_Alpha'] = 'Alpha';
$lang['Nuff_Alpha_Explain'] = 'This effect will overlay an alpha channel to the image';
$lang['Nuff_Blur'] = 'Blur';
$lang['Nuff_Blur_Explain'] = 'This effect will apply a blur filter to the image';
$lang['Nuff_Pixelate'] = 'Pixelate';
$lang['Nuff_Pixelate_Explain'] = 'This effect will apply a pixelate filter to the image';
$lang['Nuff_Scatter'] = 'Scatter';
$lang['Nuff_Scatter_Explain'] = 'This effect will apply a scatter filter to the image';
$lang['Nuff_Infrared'] = 'Infrared';
$lang['Nuff_Infrared_Explain'] = 'This effect will apply an infrared filter to the image';
$lang['Nuff_Tint'] = 'Tint';
$lang['Nuff_Tint_Explain'] = 'This effect will apply a red tint to the image';
$lang['Nuff_Interlace'] = 'Interlace (Horizontal Lines)';
$lang['Nuff_Interlace_Explain'] = 'This effect will overlay an interlace channel to the image';
$lang['Nuff_Screen'] = 'Screen (Hor Ver Lines)';
$lang['Nuff_Screen_Explain'] = 'This effect will overlay a screen channel to the image';
$lang['Nuff_Stereogram'] = 'Stereogram';
$lang['Nuff_Stereogram_Explain'] = 'This effect will convert the image to a stereogram (BW 16 bit required)';


?>

Kod: Tümünü seç



lang_album_admin.php dosyası



[code]<?php
/***************************************************************************
 *                            lang_album_admin.php [English]
 *                              -------------------
 *     begin                : Sunday, February 02, 2003
 *     copyright            : (C) 2003 Smartor
 *     email                : smartor_xp@hotmail.com
 *
 *     $Id: lang_album_admin.php,v 1.0.6 2003/03/05 00:21:55 ngoctu Exp $
 *
 ****************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

// Configuration
$lang['Album_config'] = 'Albüm Konfigrasyonu';
$lang['Album_config_explain'] = 'Albümünüzdeki genel ayar değişikliklerini buradan yapabilirsiniz';
$lang['Album_config_updated'] = 'Albüm Konfigrasyonu başarıyla güncellendi';
$lang['Click_return_album_config'] = 'Albüm Konfigrasyonuna geri gitmek için %sburaya%s tıklayın';
$lang['Max_pics'] = 'Her kategori için En Yüksek resim sayısı (-1 = limitsiz)';
$lang['User_pics_limit'] = 'Her kullanıcı için her bir kategoriye resim gönderme limiti (-1 = limitsiz)';
$lang['Moderator_pics_limit'] = 'Her moderator için her bir kategoriye resim gönderme limiti (-1 = limitsiz)';
$lang['Pics_Approval'] = 'Resim Onayı';
$lang['Rows_per_page'] = 'Resim önizlemelerinin olduğu sayfalardaki sıra sayısı';
$lang['Cols_per_page'] = 'Resim önizlemelerinin olduğu sayfalardaki sütun sayısı';
$lang['Thumbnail_quality'] = 'Resim önizleme kalitesi (1-100)';
$lang['Thumbnail_cache'] = 'Önizleme belleği';
$lang['Manual_thumbnail'] = 'Manuel resim önizleme';
$lang['GD_version'] = 'GD sürümü için optimizasyon';
$lang['Pic_Desc_Max_Length'] = 'En Fazla Resim Açıklama/Yorum uzunluğu (byte cinsinden)';
$lang['Hotlink_prevent'] = 'Uzak link engelleme';
$lang['Hotlink_allowed'] = 'Uzak linkler için izin verilen domainler (birden fazla domaini virgül ile ayırın)';
$lang['Personal_gallery'] = 'Kullanıcıların kişisel galeri oluşturmalarına izin ver';
$lang['Personal_gallery_limit'] = 'Her kişisel galeri için en yüksek resim sayısı (-1 = limitsiz)';
$lang['Personal_gallery_view'] = 'Kişisel galerileri görüntüleyebilecekler';
$lang['Rate_system'] = 'Oy sistemini aç';
$lang['Rate_Scale'] =' Oy kullanımı';
$lang['Comment_system'] = 'Yorum sistemini aç';
$lang['Thumbnail_Settings'] = 'Önizleme resmi ayarları';
$lang['Extra_Settings'] = 'Ekstra Ayarlar';
$lang['Default_Sort_Method'] = 'Varsayılan Sıralama Methodu';
$lang['Default_Sort_Order'] = 'Varsayılan Sıralama Düzeni';
$lang['Fullpic_Popup'] = 'Resmi tüm olarak yeni bir popup penceresinde göster';
$lang['Email_Notification'] = 'Enable email notification on new images on album (only to admins)';
$lang['Show_Download'] = 'Show DOWNLOAD button (which enables the downloading of pictures in ZIP format) only to those who have UPLOAD permissions in the Album (if you choose ALWAYS the button will be always available even if the users has no UPLOAD permissions)';
$lang['Show_Slideshow'] = 'Enable Slideshow feature';
$lang['Show_Slideshow_Script'] = 'Enable transition effects for Slideshow';
$lang['Show_Pic_Size'] = 'Show the pic size on thumbnail';
$lang['Show_IMG_No_GD'] = 'Show GIF thumbnails without using GD libraries (full images are loaded and then just shown resized).';
$lang['Show_GIF_MidThumb'] = 'Show full GIF images if Mid Thumb is enabled.';
$lang['Show_Pics_Nav'] = 'Show Picture Navigation Box in Show Page';
$lang['Show_Inline_Copyright'] = 'Show Copyrights Info on a single line';
$lang['Enable_Nuffimage'] = 'Enable Pictures Special Effects page based on Nuffmon Images Class';
$lang['Enable_Sepia_BW'] = 'Enable Sepia and B&W in Special Effects page (disable this function if you want no to load server\'s CPU)';
$lang['Show_EXIF_Info'] = 'Show picture EXIF informations';

// Multiple Uploads Admin configuration
$lang['Upload_Settings'] = 'Upload';
$lang['Max_Files_To_Upload'] = 'Maximum number of files user can upload at a time';
$lang['Album_upload_settings'] = 'Album Upload Settings';
$lang['Max_pregenerated_fields'] = 'Maximum number of fields to pre-generate';
$lang['Dynamic_field_generation'] = 'Enable dynamic adding of upload fields';
$lang['Pre_generate_fields'] = 'Pre generate the upload fields';
$lang['Propercase_pic_title'] = 'Propercase picture title e.g. <i>\'This Is A Picture Title\'</i><br />Setting it to \'NO\' will result in this <i>\'This is a picture title\'</i>';
$lang['Pic_Resampling'] = 'Enabling this option, each image will be resized on the fly if needed (to keep image properties respecting the album settings in ACP).';
$lang['Max_file_size_resampling'] = 'Maximum file size before resampling (bytes)';

// Nuffload
$lang['Nuffload_Config'] = 'Nuffload Configuration';
$lang['Enable_Nuffload'] = 'Enable Nuffload';
$lang['Enable_Nuffload_Explain'] = 'Enabling this option, Nuffload will be used instead of standard upload form.';
$lang['progress_bar_configuration'] = 'Nuffload - Progress Bar Configuration';
$lang['perl_uploader'] = 'Enable Perl uploader';
$lang['path_to_bin'] = 'Path from phpBB root to cgi-bin (i.e. <b>./cgi-bin/</b> if you have phpBB in a sub folder)';
$lang['show_progress_bar'] = 'Show progress bar on upload';
$lang['close_progress_bar'] = 'Close progress bar on finish';
$lang['activity_timeout'] = 'Activity timeout (secs)';
$lang['simple_format'] = 'Use simple formatting for progress bar';
$lang['multiple_uploads_configuration'] = 'Nuffload - Multiple Uploads Configuration';
$lang['multiple_uploads'] = 'Enable multiple uploads';
$lang['max_uploads'] = 'Maximum upload fields';
$lang['zip_uploads'] = 'Enable zip uploads';
$lang['image_resizing_configuration'] = 'Nuffload - Image Resizing Configuration';
$lang['image_resizing'] = 'Enable image resizing';
$lang['image_width'] = 'Image width';
$lang['image_height'] = 'Image height';
$lang['image_quality'] = 'Image quality';

// Personal Gallery Page
$lang['Personal_Galleries'] = 'Kişisel Galeriler';
$lang['Album_personal_gallery_title'] = 'Kişisel Galeri';
$lang['Album_personal_gallery_explain'] = 'Bu sayfadan, hangi kullanıcı gruplarının kişisel galerileri görüntüleyebileceğini seçebilirsiniz. Bu ayarlar sadece Albüm Konfigrasyon ekranında "Kullanıcıların kişisel galeri oluşturmalarına izin ver" veya "Kişisel galerileri görüntüleyebilecekler" için "ÖZEL" seçeneği işaretlendiği zaman geçerli olacaktır. ';
$lang['Album_personal_successfully'] = 'Ayarlar başarıyla güncellendi';
$lang['Click_return_album_personal'] = 'Kişisel Galeri Ayarlarına gitmek için %sburaya%s tıklayın';

$lang['Allow_Album_Avatars'] = 'Allow users to use own posted images in Album as Avatar';

// Categories
$lang['Album_Categories_Title'] = 'Albüm Kategorileri Kontrolü';
$lang['Album_Categories_Explain'] = 'Bu ekrandan kategorileri düzenleyebilirsiniz: oluştur, değiştir, sil, sırala, v.b.';
$lang['Category_Permissions'] = 'Kategori Yetkileri';
$lang['Category_Title'] = 'Kategori Başlığı';
$lang['Category_Desc'] = 'Kategori Açıklaması';
$lang['View_level'] = 'Görüntüleme Seviyesi';
$lang['Upload_level'] = 'Yükleme Seviyesi';
$lang['Rate_level'] = 'Oy Seviyesi';
$lang['Comment_level'] = 'Yorum Seviyesi';
$lang['Edit_level'] = 'Değiştirme Seviyesi';
$lang['Delete_level'] = 'Silme Seviyesi';
$lang['New_category_created'] = 'Yeni Kategori başarıyla oluşturuldu';
$lang['Click_return_album_category'] = 'Albüm Kategorileri Yönetimine gitmek için %sburaya%s tıklayın';
$lang['Category_updated'] = 'Bu kategori başarıyla güncellendi';
$lang['Delete_Category'] = 'Kategoriyi Sil';
$lang['Delete_Category_Explain'] = 'Alttaki form ile bir kategoriyi silmeye izin verebilir ve kategori içeriğindeki resimleri ne yapacağınıza karar verebilirsiniz';
$lang['Delete_all_pics'] = 'Tüm resimleri sil';
$lang['Category_deleted'] = 'Bu kategori başarıyla silindi';
$lang['Category_changed_order'] = 'Bu kategorinin düzeni başarıyla değiştirildi';

// Permissions
$lang['Album_Auth_Title'] = 'Albüm Yetkileri';
$lang['Album_Auth_Explain'] = 'Buradan her albüm kategorisi için hangi kullanıcı grubunun veya gruplarının moderatör olabileceğini seçebilir veya özel yetkiler verebilirsiniz.';
$lang['Select_a_Category'] = 'Kategori Seçin';
$lang['Look_up_Category'] = 'Kategori Ayrıntıları';
$lang['Album_Auth_successfully'] = 'İzinler başarıyla güncellendi';
$lang['Click_return_album_auth'] = 'Albüm İzinlerine gitmek için %sburaya%s tıklayın';

$lang['Upload'] = 'Yükle';
$lang['Rate'] = 'Oyla';
$lang['Comment'] = 'Yorum';

// Clear Cache
$lang['Clear_Cache'] = 'Önbelleği temizle';
$lang['Clear_Cache'] = 'Clear Cache';
$lang['Album_clear_cache_confirm'] = 'Eğer Resim Önizlemeleri için Önbellek özelliğini kullanıyorsanız Albüm Konfigrasyonundaki resim önizleme ayarlarını değiştirdikten sonra yeniden oluşturulabilmesi için resim önizlemelerinin önbelleğini temizleyin.<br /><br /> Bunları şimdi temizlemek istiyor musunuz?';
$lang['Thumbnail_cache_cleared_successfully'] = '<br />Resim önizlemeleri için kullanılan önbellek başarıyla temizlendi<br />&nbsp;';


// CLowN
$lang['SP_Album_config'] = 'CLowN SP';
$lang['SP_Album_config_explain'] = 'Here you can configure some options for the Album Service Pack';
$lang['SP_Album_sp_general'] = 'General Config';
$lang['SP_Album_sp_watermark'] = 'WaterMark Config';
$lang['SP_Album_sp_hotornot'] = 'Hot or Not Config';
$lang['SP_Rate_type'] = 'Select picture rating display';
$lang['SP_Rate_type_0'] = 'Images only';
$lang['SP_Rate_type_1'] = 'Numbers only';
$lang['SP_Rate_type_2'] = 'Numbers and Images';
$lang['SP_Display_latest'] = 'Display latest submited pictures block';
$lang['SP_Display_highest'] = 'Display highest rated pictures block';
$lang['SP_Display_most_viewed'] = 'Display most viewed pictures block';
$lang['SP_Display_random'] = 'Display random pictures block';
$lang['SP_Pic_row'] = 'Number of rows on thumbnail blocks';
$lang['SP_Pic_col'] = 'Number of columns on thumbnail blocks';
$lang['SP_Midthumb_use'] = 'Use mid-thumbnail';
$lang['SP_Midthumb_cache'] = 'Enable caching of mid-thumbnail';
$lang['SP_Midthumb_high'] = 'Height of mid-thumbnail (pixel)';
$lang['SP_Midthumb_width'] = 'Width of mid-thumbnail (pixel)';
$lang['SP_Watermark'] = 'Use WaterMark';
$lang['SP_Watermark_users'] = 'Show WaterMark for all users, if \'No\' only display to unregistered users';
$lang['SP_Watermark_placent'] = 'WaterMark position on the picture';
$lang['SP_Hon_already_rated'] = 'Unlimited rating on Hot or Not page';
$lang['SP_Hon_sep_rating'] = 'Store Hot or Not rating in a separate table';
$lang['SP_Hon_where'] = 'Display pictures on hot or not from what categories? (leave blank to use pictures from all of the categories, if more then one category, separate by commas)';
$lang['SP_Hon_users'] = 'Can unregistered users rate';

$lang['SP_Disabled'] = 'Disabled';
$lang['SP_Enabled'] = 'Enabled';
$lang['SP_Yes'] = 'Yes';
$lang['SP_No'] = 'No';
$lang['SP_Always'] = 'Always';
$lang['SP_Submit'] = 'Submit';
$lang['SP_Reset'] = 'Reset';

/***************************************************************************
 * Album Hierarchy Administration                                          *
 ***************************************************************************/

// Configuration
$lang['Album_config_notice'] = 'If you change the current Photo Album settings and then select another tab, you will be prompted to save your changes.<br />The system will <b>not save</b> the changes for you automatically.';
$lang['Save_sucessfully_confimation'] = '%s was saved successfully';

$lang['Show_Recent_In_Subcats'] = 'Show recent pictures in sub categories';
$lang['Show_Recent_Instead_of_NoPics'] = 'Show recent pictures instead of no picture message';

$lang['Album_Index_Settings'] = 'Album Index';
$lang['Show_Index_Subcats'] = 'Show sub categories in index table';
$lang['Show_Index_Thumb'] = 'Show category thumbnails in index table';
$lang['Show_Index_Pics'] = 'Show the number of pictures in current category in index table';
$lang['Show_Index_Comments'] = 'Show the number of comments in current category in index table';
$lang['Show_Index_Total_Pics'] = 'Show the number of total pictures for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Total_Comments'] = 'Show the number of total comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Comment'] = 'Show last comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table';
$lang['Line_Break_Subcats'] = 'Show each sub cat on a new line';

$lang['Show_Personal_Gallery_Link'] = 'Show Personal Gallery and Users Personal Gallery link in Sub Categories';

$lang['Album_Personal_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for <b>all</b> personal album categories or just has the private access to them';

$lang['Album_debug_mode'] = 'Enable the hierarchy debug mode.<br /><span class="gensmall">This will generate alot of extra output on the page and also some header warnings, which are all ok.<br />This option should <b>only</b> be used when having problems.</span>';

$lang['New_Pic_Check_Interval'] = 'The time to use to see if a picture is new or not.<br /><span class="gensmall"><b>Format</b> : <number><type> Where type is either h, d, w or m (hour, day, week or month)<br /> e.g. 12H = 12 hours and 12D = 12 days and 12W = 12 weeks and 12M = 12 months<br />If no type is specified the system will use <b>days</b></span>';
$lang['New_Pic_Check_Interval_Desc'] = '<span class="gensmall">H = HOURS, D = DAYS, W = WEEKS, M = MONTHS</span>';
$lang['New_Pic_Check_Interval_LV'] = 'Enabling this option the new pics counter is based on users last visit time.';
$lang['Enable_Show_All_Pics'] = 'Enable toggling of personal gallery view mode (all pictures or only selected category).<br /> When set to <b>no</b>, only selected category is shown.';
$lang['Enable_Index_Supercells'] = 'Enable super cells in the index table. <br /><span class="gensmall">This will enable the mouseover effects on the columns, also knows as the supercell effect.</span>';

// Sorting
$lang['Album_Category_Sorting'] = 'Sorting of the album categories';
$lang['Album_Category_Sorting_Id'] = 'ID';
$lang['Album_Category_Sorting_Name'] = 'Name';
$lang['Album_Category_Sorting_Order'] = 'Sort Order (default)';
$lang['Album_Category_Sorting_Direction'] = 'Sorting direction (only valid for ID and Name sorting)';
$lang['Album_Category_Sorting_Asc'] = 'Ascending';
$lang['Album_Category_Sorting_Desc'] = 'Descending';

// Personal Gallery
$lang['Album_Personal_Settings'] = 'Personal Galleries';
$lang['Show_Personal_Sub_Cats'] = 'Show personal sub categories in index table';
$lang['Personal_Gallery_Approval'] = 'Personal gallery pics must be approved by admins';
$lang['Personal_Gallery_MOD'] = 'Personal gallery can be moderated by owner';
$lang['Personal_Sub_Cat_Limit'] = 'Maximum number of sub categories (-1 = unlimited)';
$lang['User_Can_Create_Personal_SubCats'] = 'Users can create sub categories in own personal gallery';

$lang['Click_return_personal_gallery_index'] = 'Click %shere%s to return to the personal gallery index';

$lang['Show_Recent_In_Personal_Subcats'] = 'Show recent pictures in personal sub categories';
$lang['Show_Recent_Instead_of_Personal_NoPics'] = 'Show recent pictures instead of no picture message in personal gallery';

// Categories
$lang['Personal_Root_Gallery'] = 'Personal Gallery Root Category';
$lang['Parent_Category'] = 'Parent Category (for this category)';
$lang['Child_Category_Moved'] = 'Seleted category had child categories. The child categories got moved to the <B>%s</B> category.';
$lang['No_Self_Refering_Cat'] = 'You cannot set a category\'s parent to itself';
$lang['Can_Not_Change_Main_Parent'] = 'You cannot change to parent of the main category of your personal gallery';

// ACP - Javascript text
$lang['acp_ask_save_changes'] = 'Do you want to save the changes ?\n(OK = Yes, Cancel = No)';
$lang['acp_nothing_to_save'] = 'Nothing to save!';
$lang['acp_settings_changed_ask_save'] = 'You have changed the settings. Do you want to save them?\n(OK = Yes, Cancel = No)';

// GD Info
$lang['GD_Info'] = 'GD Info';
$lang['GD_Title'] = 'GD Info';
$lang['GD_Description'] = 'Here you can retrieve information about the currently installed GD library';
$lang['GD_Version'] = 'Version:';
$lang['GD_Freetype_Support'] = 'Freetype Fonts Support:';
$lang['GD_Freetype_Linkage'] = 'Freetype Link Type:';
$lang['GD_T1lib_Support'] = 'T1lib Support:';
$lang['GD_Gif_Read_Support'] = 'Gif Read Support:';
$lang['GD_Gif_Create_Support'] = 'Gif Create Support:';
$lang['GD_Jpg_Support'] = 'Jpg/Jpeg Support:';
$lang['GD_Png_Support'] = 'Png Support:';
$lang['GD_Wbmp_Support'] = 'WBMP Support:';
$lang['GD_XBM_Support'] = 'XBM Support:';
$lang['GD_Jis_Mapped_Support'] = 'Japanese Font Support:';
$lang['GD_True'] = 'Yes';
$lang['GD_False'] = 'No';

?>


bunları türkçeleştiriseniz sevinirim şimdiden teşekkürler
Kullanıcı avatarı
dj_akman
Kayıtlı Kullanıcı
Mesajlar: 851
Kayıt: 05.04.2006, 15:57
Konum: İstanbul
İletişim:

Mesaj gönderen dj_akman »

http://phpbbturkey.com/viewtopic.php?t=453

bu başlıkta verildi boşuna uğraşmışsın
aykarama
Kayıtlı Kullanıcı
Mesajlar: 253
Kayıt: 18.05.2006, 01:39
İletişim:

Mesaj gönderen aykarama »

sen boş yere uğraşmışsın arkadaşım bendeki albüm mod da bu verilen türkçeleştirmeyi kullandım ama eksik türkçelendirme var işte gördüğün gibi hala ingilizce olan yerleri var bu konuyu açmadan önce forumda arama yaptım o kadar saf değilim sağol ama verilen türkçeleştirme paketi tamamen bir türkçeleştirme olamadığından bu konuyu açmak zorunda kaldım benim sorunum bu kalan kısımları türkçeleştirebilecek biri varmı?
Cevapla

“phpBB2 MOD Türkçeleştirme” sayfasına dön

Kimler çevrimiçi

Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 10 misafir