Hayır, o Hollandaca dil dosyası... Hollandaca bilen birisi için o dosya da iş görür, ama biz İngilizceden çeviri yapacaz... Çünkü İngilizce biliyoruz.. (Tercüme Grubu)
Ayrıca, ben modda herhangi bir düzensizlik görmedim ? Gayet düzenli ve yerli yerinde eklenti olmuş...
Çevrilecek olan dosya bu.
root/language/en/mods/points.php- Kod: Tümünü seç
<?php
/**
*
* points [English]
*
* @package language
* @version $Id: points.php,v 1.0 2007/07/01 Ganon_Master Exp $
* @copyright (c) 2007 phpBB-Gaming
* @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
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//
$lang = array_merge($lang, array(
'GENERAL_POINTS' => 'Points System',
'ENABLE_POINTS' => 'Enable Points System',
'POINTS_PER_TOPIC' => 'Amount of Points per new topic',
'POINTS_PER_POST' => 'Amount of Points per reply',
'POINTS_NAME' => 'Points name',
'POINTS_EARNED' => 'You earned %1$d %2$s for that post.',
'YOUR_POINTS' => 'Your points',
'DONATE' => '[ Donate %s ]',
'MODIFY_POINTS' => '[ Modify %s ]',
'AMOUNT_TO_DONATE' => 'Amount to donate',
'MOD_POINTS_TITLE' => 'This is where you can donate %s to other users.',
'DONATE_POINTS_TITLE' => 'This is where you can modify a user\'s %s.',
'POINTS_DONATE' => '%s Donation',
'POINTS_MODIFY' => '%s Administration',
'PM_SUBJECT_POINTS' => 'A user has send you a donation',
'PM_MESSAGE_POINTS' => '%1$ has donated you %2$s %3$s.',
'DONATION_RETURN_POST' => 'Click %1$shere%2$s to return to the post you where viewing.',
'DONATION_RETURN_INDEX' => 'Click %1$shere%2$s to return to the index.',
'DONATION_MADE' => 'The user has received your donation and has been notified.<br /><br />',
'POINTS_SET' => 'The user\'s points have been updated.<br /><br />',
'GIVE_OWN_MESSAGE' => 'You can\'t give away more money than you currently have!',
'USER_NOT_EXIST' => 'This user doesn\'t exist.',
'NEW_AMOUNT' => 'New Amount',
'NO_ID_SPECIFIED' => 'No ID specified.',
'acl_f_points' => array('lang' => 'Can earn points.', 'cat' => 'misc'),
'acl_m_points' => array('lang' => 'Can modify user points.', 'cat' => 'misc'),
));
?>