[istek]topic_points.0.6.4 Türkçeleştirme...

phpBB2 için yapılan MODların dil dosyalarını Türkçeleştirme forumu.
Cevapla
Kullanıcı avatarı
atilimtosun
Kayıtlı Kullanıcı
Mesajlar: 208
Kayıt: 29.08.2006, 20:55
İletişim:

[istek]topic_points.0.6.4 Türkçeleştirme...

Mesaj gönderen atilimtosun »

Beyler topic_points.0.6.4 modunu kurdum fakat lakin türkçe si eksik ben netde bulamadım yapabilirseniz sevinirim... Saygılar...

lang_phpbbdoctor_cache

Kod: Tümünü seç

$lang['phpbbdoctor_cache_file_missing'] = '%s is missing!'; 
$lang['phpbbdoctor_cache_cannot_open'] = 'Cannot open %s for writing'; 
$lang['phpbbdoctor_cache_failed_write'] = 'Failed writing contents to %s'; 
$lang['phpbbdoctor_cache_not_writable'] = 'The file %s is not writeable, try chmod 666 to fix'
;

lang_topic_points

Kod: Tümünü seç

// Topic point status messages (for topics) 
$lang['Topic_points_current_rating'] = 'Topic Rating: %s points from %s members'; 
$lang['Topic_points_no_rating'] = 'This topic has not been rated'; 

// These are used in viewtopic.php as "title" text for the images 
$lang['Topic_points_rate_this_topic'] = 'Rate this topic: '; 
$lang['Topic_points_minus_1'] = 'Negative vote for this topic'; 
$lang['Topic_points_plus_0'] = 'Neutral vote for this topic'; 
$lang['Topic_points_plus_1'] = 'Positive vote for this topic'; 
$lang['Topic_points_cannot_rate_self'] = 'Cannot rate topics you started'; 
$lang['Topic_points_no_guest_vote'] = 'Register / Log In to rate this topic'; 

// These are used within topicpoints.php 
// First, some error conditions 
$lang['Topic_points_reg_required'] = 'You must be registered and logged in to use this feature'; 
$lang['Topic_points_no_topic'] = 'No topic specified'; 
$lang['Topic_points_invalid_topic'] = 'Specified topic was not found'; 
$lang['Topic_points_not_authorized'] = 'You do not have permission to assign a point to the requested topic'; 
$lang['Topic_points_already_voted'] = 'Already voted! If you want to vote again you must change your vote'; 
$lang['Topic_points_disabled_forum'] = 'Topic points are not enabled for this forum'; 
$lang['Topic_points_disabled_board'] = 'Topic points are not enabled for this board'; 

$lang['Topic_points_no_user_points'] = 'That user does not exist or has not rated any topics'; 
$lang['Topic_points_calling_syntax'] = 'You must select a user or topic'; 

// Rating assignment confirmation message 
$lang['Topic_points_assigned'] = 'You have voted %s this topic'; 

// The next three items are plugged into the above string, 
// be sure they make sense if you translate them 
$lang['Topic_points_negative_vote'] = 'Against'; 
$lang['Topic_points_neutral_vote'] = 'Neutral about'; 
$lang['Topic_points_positive_vote'] = 'For'; 

$lang['Topic_points_removed'] = 'Your vote has been removed from this topic'; 
$lang['Topic_points_click_return'] = 'Click %sHere%s to return to the topic you were viewing'; 

// Point statistics shown in various places 
$lang['Topic_points_user_total_data'] = '%d Points on %d ' . $lang['Topics']; 
$lang['Topic_points_user_avg_data'] = 'Average: %s'; 
$lang['Topic_points_topic_total_data'] = '%d points from %d members'; 
$lang['Topic_points_topic_avg_data'] = 'Average: %s'; 
$lang['Topic_rating_view'] = 'View point summary for this topic'; 
$lang['Topic_rating_user_view'] = 'View point summary for this user'; 

// Image "alt" text 
$lang['Topic_rating_tools'] = 'Moderate points for this topic'; 

// Used by search.php 
$lang['Topic_points_search_sort'] = 'Total Points'; 
$lang['Topic_points_search_top_rated'] = 'View top %s rated topics'; 

// Some error conditions 

// Now some admin values... 
$lang['Topic_points_enabled'] = 'Enable Topic Points'; 
$lang['Topic_points_user_rate_self'] = 'Allow users to rate their own topics'; 
$lang['Topic_points_search_top_limit'] = 'Topic limit for top rated search'; 
$lang['Topic_points_search_top_limit_explain'] = 'Will let you limit how many topics are returned by the "top <i>n</i>" rated topics on the index'; 

$lang['Topic_point_ranges_admin_title'] = 'Topic Points Administration'; 
$lang['Topic_point_ranges_explain'] = 'Use this page to manage the ranges for the topic points. This is <b>only</b> used if you display the images on your search results, or on other topic listings like viewforum.php. You can optionally provide an image for use for each range of points. <b>If you will not be using images then this page is completely useless. :-)</b>'; 
$lang['Topic_point_ranges_element'] = 'Topic Point Range'; 

$lang['Click_return_topic_point_ranges'] = 'Click %sHere%s to return to Topic Point Range admin'; 

$lang['No_topic_point_range_selected'] = 'No topic point range selected'; 
$lang['Add_new_topic_point_range'] = 'Add new Topic Point range'; 

$lang['Range_id'] = 'Range ID'; 

// The first two are for the concise list, the next 
// two are for the edit screen 
$lang['Topic_point_ranges_low'] = 'Minimum Range'; 
$lang['Topic_point_ranges_high'] = 'Maximum Range'; 
$lang['Topic_point_ranges_image'] = 'Image'; 
$lang['Topic_point_range_low'] = 'Minimum Range'; 
$lang['Topic_point_range_high'] = 'Maximum Range'; 
$lang['Topic_point_range_low_explain'] = 'This is the low range of points used to assign an image to a topic on search results or viewforum.'; 
$lang['Topic_point_range_high_explain'] = 'This is the upper range of points used to assign an image to a topic on search results or viewforum.'; 
$lang['Topic_point_range_image'] = 'Image Filename'; 
$lang['Topic_point_range_image_explain'] = 'Image associated with this range of points, found within the "images" folder of your selected template'; 

// Locked points 
$lang['Topic_point_locked'] = 'Points have been locked for this topic, no further points may be assigned at this time.'; 
$lang['Topic_point_unlocked'] = 'Points have been unlocked for this topic; further points may now be assigned.'; 

// Error messages 
$lang['Topic_point_range_error'] = 'The minimum range must be less than or equal to the maximum range.'; 
$lang['Topic_point_range_missing'] = 'Please fill out all fields'; 

// Cache functions, note that these lines may be duplicated 
// if you have installed other MODs from the phpBBDoctor 
// that use our caching routine... there is no harm in having 
// them duplicated, but you only need them once. 
$lang['Rebuild_cache'] = 'Rebuild cache'; 
$lang['Cache_updated'] = ' cache updated'; 
Not: Merak edenler için; Bu mod konu başlıklarına puan vermeye yarar Çok kullanışlıdır bence herkez kurmalı ;)
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 0 misafir