Holger
Joined: 07 Dec 2005 Posts: 218
|
Posted: Tue Jun 26, 2007 12:28 pm Post subject: Changes between phpCA 0.5.3 and phpCA 0.5.6 |
|
|
There are some new items to translate
lang_admin_ads:
| Code: | $lang['move_level'] = 'Move level'; // (v0.5.4)
$lang['private_trade'] = 'Enable private/trade indicator'; // (v0.5.5) |
lang_main_ads.php:
| Code: | $lang['bad_request'] = 'Bad request'; // (v0.5.5)
$lang['comment_does_not_exist'] = 'Comment does not exist'; // (v0.5.5)
$lang['advert_does_not_exist'] = 'Advert does not exist'; // (v0.5.5)
$lang['user_does_not_exist'] = 'User does not exist'; // (v0.5.5)
$lang['category_does_not_exist'] = 'Category does not exist'; // (v0.5.5)
$lang['no_comment_id_specified'] = 'No comment id specified'; // (v0.5.5)
$lang['advert'] = 'Advert'; // (v0.5.4)
$lang['private_or_trade'] = 'Private or Trade'; // (v0.5.5)
$lang['private'] = 'Private'; // (v0.5.5)
$lang['trade'] = 'Trade'; // (v0.5.5)
$lang['private_trade_error'] = 'Please specify either Private or Trade'; // (v0.5.5)
$lang['image_creation_failed'] = 'Image creation failed - contact admin'; // (v0.5.5)
$lang['stats'] = 'Stats'; // (v0.5.5)
$lang['sale_type'] = 'Sale type'; // (v0.5.5)
$lang['search_for_ad_id'] = 'Search for Ad id'; // (v0.5.5)
|
_________________ Swedish translation of phpCA v0.5.3:
http://www.phpca.net/phpBB2/viewtopic.php?p=1125#1125
Swedish translation of phpCA v0.3.0:
http://phpca.net/phpBB2/viewtopic.php?p=492#492 |
|