[İSTEK]Shop Mod 3.0

Türkçe tercüme istekleri.

[İSTEK]Shop Mod 3.0

İleti cerxa 12.07.2006, 11:29

Mod ismi: Shop Mod
Mod sürümü: 3,0
Mod yazarı: Zarath
Mod sitesi: http://www.phpbb.com
Mod indirilme linki: http://www.phpbb.com/phpBB/viewtopic.php?t=353738


:( forumda bir tane daha aynı konuda istek açılmış ama o eski versiyona ait içinde lang dosyası olmayan bir moddu. onun için ondan farklı oldugu için yeni başlıkta belirtiyorum.şimdiden tesekkürler.


Kod: Tümünü seç
<?php

// Main
$lang['shop'] = "Shop";
$lang['special'] = "Special";

$lang['your_inv'] = "Your Inventory";
$lang['clear_msg'] = "Clear Messages";
$lang['icon'] = "Icon";
$lang['name'] = "Item Name";
$lang['item_desc'] = "Item Description";
$lang['owned'] = "Owned";
$lang['inventory'] = "Inventory";
$lang['information'] = "Information";
$lang['item_cost'] = 'Cost';
$lang['item_sold'] = 'Sold';
$lang['item_left'] = 'Left';
$lang['item_s_desc'] = 'Short Description';
$lang['item_stock'] = 'Stock';
$lang['give'] = "Give";
$lang['trade'] = "Trade";
$lang['discard'] = 'Discard';
$lang['nothing'] = "Nothing";
$lang['buy'] = 'Buy';
$lang['sell'] = 'Sell';
$lang['proposed_trade'] = "has proposed a trade!";
$lang['and'] = "and";
$lang['trade_offering'] = "Offering";
$lang['trade_wants'] = "Wants";
$lang['trade_accept'] = "Accept Trade";
$lang['trade_reject'] = "Reject Trade";

$lang['fatal_shop_check'] = "Fatal error checking shops!";
$lang['fatal_clear_msg'] = "Fatal error clearing messages!";
$lang['fatal_shop_restock'] = "Fatal error updating shop stock!";
$lang['fatal_restock_time'] = "Fatal error updating shop restocked time!";
$lang['fatal_shop_list'] = "Fatal error getting shop list!";
$lang['fatal_item_info'] = "Fatal error getting item information!";
$lang['fatal_getting_uinfo'] = "Fatal error getting user info on";
$lang['no_id'] = "No user_id selected to search!";
$lang['no_user'] = "No such user!";
$lang['invalid_command'] = "This is not a valid command!";
$lang['no_item'] = "No Item Chosen!";
$lang['no_item_exists'] = "No such item exists!";
$lang['item_out_stock'] = "Item is out of stock!";
$lang['item_protected'] = "That item is in a protected shop!";
$lang['item_owned'] = "You already own one of those!";
$lang['item_not_owned'] = "You don't own one of those!";
$lang['inv_full'] = "Your inventory is full, sell back some items if you want to buy more.";
$lang['not_enough_currency'] = "You don't have enough %s to purchase this!";
$lang['moveup_disabled'] = "Moving items in your inventory is disabled!";

$lang['shop_district_list'] = 'District List';
$lang['shop_districts'] = 'Shop Districts';
$lang['shop_list'] = 'Shop List';
$lang['shop_personal_info'] = 'Personal Information';
$lang['shop_your_inv'] = 'Your Inventory';
$lang['shop_owner'] = 'Shop Owner';
$lang['shop_type'] = 'Shop Type';
$lang['shop_name'] = 'Shop Name';
$lang['shop_item_info'] = 'Item Information for';
$lang['shop_no_districts'] = 'There are currently no districts created!';
$lang['shop_district_type'] = 'District Type';
$lang['shop_district_name'] = 'District Name';
$lang['shop_will_decay'] = 'This item will decay in';
$lang['shop_click_item'] = 'Click on Item Name to use this item';
$lang['shop_move'] = 'Move to';
$lang['shop_actions'] = 'Actions';
$lang['shop_trade_actions'] = 'Trade Actions';
$lang['shop_your_items'] = 'Your items';
$lang['shop_give_to'] = 'Give to';
$lang['shop_item_given'] = 'Item Given';
$lang['shop_find_username'] = 'Find Username';
$lang['shop_message'] = 'Message';
$lang['shop_execute'] = 'Execute';
$lang['shop_reset'] = 'Reset';
$lang['shop_buy_explain'] = 'You have bought a %s for %s %s leaving you with %s %s';
$lang['shop_sell_explain'] = 'You have sold a %s for %s %s which gives you %s %s';
$lang['shop_give_explain1'] = 'Please select an item and the person you would like to give it to.';
$lang['shop_give_explain2'] = 'Are you sure you want to give the item(s) <b>%s</b> to <b>%s</b> %s?';
$lang['shop_give_items'] = 'Give Items';
$lang['shop_give_disabled'] = 'The ability to give items has been disabled!';
$lang['shop_giving_self'] = 'What is the point in giving an item to yourself?';
$lang['shop_no_user'] = 'No Such User Exists!';
$lang['shop_invalid_item'] = 'You have not selected any items you have!';
$lang['shop_with_msg'] = 'with the message';
$lang['shop_confirm_give'] = 'Confirm Give';
$lang['shop_yes'] = 'Yes';
$lang['shop_no'] = 'No';
$lang['shop_for'] = 'for';
$lang['shop_cancel'] = 'Cancel';
$lang['shop_msg_included'] = 'has also included the following message';
$lang['shop_been_given'] = 'You have been given an/some item(s)';
$lang['shop_been_given2'] = 'has given you the item(s)';
$lang['shop_give_exit'] = '%s</b> received the item(s) <b>%s</b>.';
$lang['shop_trade_disabled'] = 'The ability to trade items has been disabled!';
$lang['shop_user_trading'] = 'User already has a trade waiting!';
$lang['shop_item_not_owned'] = 'You do not own that item, and cannot place it in a trade!';
$lang['shop_item_trading'] = 'That item has already been added to the trade!';
$lang['shop_tradee_not_own'] = 'You cannot request an item that the person you are trading does not own!';
$lang['shop_tradee_item_trading'] = 'That item has already been requested in this trade!';
$lang['shop_not_enough_gold'] = 'You cannot trade more gold than you currently have!';
$lang['shop_no_negative_gold'] = 'You cannot set your gold into negative!';
$lang['shop_tradee_no_gold'] = 'You cannot ask for more gold than %s currently has!';
$lang['shop_tradee_negative'] = 'You cannot set your requested gold into negative!';
$lang['shop_trade_explain1'] = 'Select the items and gold from both users that you would like to trade, then hit execute!';
$lang['shop_trade_explain2'] = 'Insert a username you wish to begin a trade with.';
$lang['shop_trade_explain3'] = 'Remember, once you propose a trade you can\'t retract it!';
$lang['shop_add_item'] = 'Add Item';
$lang['shop_remove_item'] = 'Remove Item';
$lang['shop_add_points'] = 'Add %s';
$lang['shop_remove_points'] = 'Remove %s';
$lang['shop_trade_offering'] = 'You\'re currently offering';
$lang['shop_trade_requesting'] = 'You\'re currently requesting';
$lang['shop_trade_with'] = 'Trade Items with %s';
$lang['shop_trade_items'] = 'Trade Items';
$lang['shop_trade_confirm'] = 'Confirm trade with %s';
$lang['shop_trade_proposed'] = '%s has proposed a trade with you!';
$lang['shop_trade_privmsg'] = '[b]You have a trade waiting for you![/b]
%s has proposed a trade with you, to decline or accept this trade, please click [url=http://%s/shop.php?action=inventory&searchid=%s]here[/url] or go to your inventory!
[b]Note: You must accept or decline this trade before anyone else can propose a trade with you.[/b]%s';
$lang['shop_trade_exit'] = 'Trade has been sent to %s!';
$lang['shop_no_trades'] = 'You don\'t have any trades waiting!';
$lang['shop_trade_auto_refuse'] = 'Trade automatically declined!';
$lang['shop_trade_auto_refuse1'] = 'You do not have enough gold to accept this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse2'] = '%s does not have enough gold to complete this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse3'] = 'You do not have the items to accept this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse4'] = '%s does not have the items to complete this trade, so it has been automatically declined!';
$lang['shop_trade_pm_refuse1'] = 'This trade has been automatically refused because %s does not enough have gold to complete it.';
$lang['shop_trade_pm_refuse2'] = 'This trade has been automatically refused because you do not have enough gold to complete it.';
$lang['shop_trade_pm_refuse3'] = 'This trade has been automatically refused because %s does not have the items to complete it.';
$lang['shop_trade_pm_refuse4'] = 'This trade has been automatically refused because you not have the items to complete it.';
$lang['shop_trade_pm_accept'] = '%s has accepted your trade!';
$lang['shop_trade_accept_msg'] = '[b]Your trade has been accepted![/b]
%s has accepted your trade! The items you proposed to trade have been exchanged, along with the gold.';
$lang['shop_trade_accept_exit'] = 'You have accepted the proposed trade by %s.';
$lang['shop_trade_pm_declined'] = '%s has declined your trade!';
$lang['shop_trade_declined_msg'] = '[b]Your trade has been declined![/b]
%s has refused to accept your trade! The items and gold you proposed in your trade have not been moved.';
$lang['shop_trade_decline_exit'] = 'You have rejected the proposed trade by %s.';
$lang['shop_discard_disabled'] = 'The ability to discard items has been disabled!';
$lang['shop_discard_explain1'] = 'Select the item you wish to discard.';
$lang['shop_discard_explain2'] = 'Are you sure you want to discard your %s? (Note: You cannot get your item back once it is discarded!)';
$lang['shop_discard_item'] = 'Discard Item';
$lang['shop_discard_confirm'] = 'Confirm Discard Item';
$lang['shop_donthave_item'] = 'You don\'t have that item!';
$lang['shop_discard_exit'] = 'You have discarded your %s.';
$lang['shop_doesnt_exist'] = 'No Such Shop Exists!';
$lang['u_index'] = 'Click %shere%s to return to the forum index.';


//
// Admin
//
$lang['ashop_index_title'] = 'Shop Editor';
$lang['ashop_index_explain'] = 'This section allows you to select a shop to edit, or create an entirely new shop.';
$lang['ashop_index_table1'] = 'Global Shop Settings';
$lang['ashop_index_table2'] = 'Edit Player Inventories';
$lang['ashop_index_table3'] = 'Create or Edit Shops';
$lang['ashop_shop_districts'] = 'Shop Districts';
$lang['ashop_on'] = 'On';
$lang['ashop_off'] = 'Off';
$lang['ashop_multi_buys'] = 'Multiple Item Buying';
$lang['ashop_shop_order'] = 'Shop Item Order';
$lang['ashop_restocking'] = 'Shop Restocking';
$lang['ashop_sellrate'] = 'Selling Rate (in %)';
$lang['ashop_inv_limit'] = 'Inventory Item Limit (0 for no limit)';
$lang['ashop_display_limit'] = 'Viewtopic Display Limit';
$lang['ashop_vt_type'] = 'Viewtopic Type';
$lang['ashop_points_name'] = 'Points Name (eg. Gold)';
$lang['ashop_p_display'] = 'Profile Display';
$lang['ashop_inv_type'] = 'Inventory Type';
$lang['ashop_shop_owners'] = 'Shop Owners';
$lang['ashop_ability_give'] = 'Give Ability';
$lang['ashop_ability_trade'] = 'Trade Ability';
$lang['ashop_ability_discard'] = 'Discard Ability';
$lang['ashop_update'] = 'Update';
$lang['ashop_name'] = 'Name';
$lang['ashop_cost'] = 'Cost';
$lang['ashop_images'] = 'Images';
$lang['ashop_link'] = 'Link';
$lang['ashop_grouped'] = 'Grouped';
$lang['ashop_normal'] = 'Normal';
$lang['ashop_edit_inv'] = 'Edit Inventory';
$lang['ashop_find_user'] = 'Find Username';
$lang['ashop_edit'] = 'Edit';
$lang['ashop_shop_name'] = 'Shop Name';
$lang['ashop_shop_type'] = 'Shop Type';
$lang['ashop_restock_time'] = 'Restock Time (0 for none/in seconds)';
$lang['ashop_restock_amt'] = 'Restock Amount';
$lang['ashop_create_shop'] = 'Create Shop';
$lang['ashop_shop_created'] = 'Shop added successfully!';
$lang['ashop_cs_field_missing'] = 'Error, Shop Name or Shop Type not filled in correctly!';
$lang['ashop_cs_create'] = 'Create New Shop';
$lang['ashop_cs_table'] = 'Edit and Create Items';
$lang['ashop_cs_s_name'] = 'Shop Name';
$lang['ashop_cs_s_owner'] = 'Shop Owner';
$lang['ashop_cs_s_type'] = 'Shop Type';
$lang['ashop_cs_d_type'] = 'District Type (0 or 1)';
$lang['ashop_cs_d_num'] = 'Shop District Number';
$lang['ashop_cs_res_time'] = 'Restock Time (0 for none/in seconds)';
$lang['ashop_cs_res_amt'] = 'Restock Amount';
$lang['ashop_cs_m_tpl'] = 'Main Template';
$lang['ashop_cs_i_tpl'] = 'Item Template';
$lang['ashop_cs_update'] = 'Update Shop';
$lang['ashop_cs_delete'] = 'Delete Shop';
$lang['ashop_cs_no_items'] = 'This store has no items in it.';
$lang['ashop_cs_edit'] = 'Edit Item';
$lang['ashop_cs_name'] = 'Item Name (image must have same name)';
$lang['ashop_cs_sname'] = 'Shop (must be exact and exist)';
$lang['ashop_cs_s_desc'] = 'Short Description (max 80 characters)';
$lang['ashop_cs_l_desc'] = 'Long Description';
$lang['ashop_cs_price'] = 'Price';
$lang['ashop_cs_stock'] = 'Stock';
$lang['ashop_cs_maxstock'] = 'Max Stock';
$lang['ashop_cs_sold'] = 'Sold';
$lang['ashop_cs_forumid'] = 'Access Forum ID';
$lang['ashop_cs_slink'] = 'Special Link';
$lang['ashop_cs_add'] = 'Add Item';
$lang['ashop_cs_table2'] = 'Shop Editor';
$lang['ashop_cs_uitem'] = 'Update Item';

$lang['ashop_cs_ditem'] = 'Delete Item';

$lang['ashop_cs_ownedby'] = 'Owned By';
$lang['ashop_cs_editinv'] = 'Edit Inventory';
$lang['ashop_cs_shopeditor'] = 'Shop Editor';
$lang['ashop_cs_explain'] = 'This section allows you to select a shop to add an item, edit a shop\'s properties or delete a shop.';
$lang['ashop_cs_explain2'] = 'This section allows you to edit or delete an item.';
$lang['ashop_modify'] = 'Modify';
$lang['ashop_i_delete'] = 'Delete Item';
$lang['ashop_i_add'] = 'Add Item';
$lang['ashop_i_clear'] = 'Clear Items';
$lang['ashop_i_deleteinv'] = 'Delete Inventory';
$lang['ashop_i_custom'] = 'Custom Item';
$lang['ashop_i_name'] = 'Item Name';
$lang['ashop_i_id'] = 'Item ID (-1 for unique)';
$lang['ashop_i_s_desc'] = 'Short Description';
$lang['ashop_i_l_desc'] = 'Long Description';

$lang['ashop_i_modify'] = 'Modify %s\'s Inventory';

$lang['ashop_i_editor'] = 'Shop Editor';

$lang['ashop_i_explain'] = 'This section allows you to edit or delete an item.';

?>
ßaZen biLmEk yeTmez KanıtLAmak GereKir
Kullanıcı avatarı
cerxa
Üye
Üye
 
İleti: 229
Kayıt: 21.05.2006, 20:40

İleti cerxa 23.07.2006, 19:57

:?
ßaZen biLmEk yeTmez KanıtLAmak GereKir
Kullanıcı avatarı
cerxa
Üye
Üye
 
İleti: 229
Kayıt: 21.05.2006, 20:40

İleti karabi 24.07.2006, 12:32

banada acil lazım ya birisi ilgilensin
Kullanıcı avatarı
karabi
Üye
Üye
 
İleti: 46
Kayıt: 04.02.2006, 15:14
Konum: Çanakkale

İleti karabi 24.07.2006, 16:38

hallettim cerxa TR Yapıldıya bakarsan görürsün
Kullanıcı avatarı
karabi
Üye
Üye
 
İleti: 46
Kayıt: 04.02.2006, 15:14
Konum: Çanakkale

İleti cerxa 30.07.2006, 16:46

http://www.canver.net/viewtopic.php?p=56514#56514

ya şu üstteki arkadaş oyun oynuyor :x

bunu lütfen birisi cevirebilirmi ? :?
ßaZen biLmEk yeTmez KanıtLAmak GereKir
Kullanıcı avatarı
cerxa
Üye
Üye
 
İleti: 229
Kayıt: 21.05.2006, 20:40

Cvp: [İSTEK]Shop Mod 3.0

İleti gardean 02.09.2006, 12:09

arkadaslar bir kısmını cevirdim ama sistemi gormeden tam karsılıklarını bulamıyorum o yuzden sisteminde kurulu olan bir uyemiz var ise bana adresini özel mesajla atsın tam ceviriyi bitireyim. Şimdilik cevirilerim:

<?php

// Main
$lang['shop'] = "Mağaza";
$lang['special'] = "Özel";

$lang['your_inv'] = "Çantanız";
$lang['clear_msg'] = "Mesajları Temizle";
$lang['icon'] = "Simge";
$lang['name'] = "Ürün Adı";
$lang['item_desc'] = "Ürün Açıklaması";
$lang['owned'] = "Sahibi";
$lang['inventory'] = "Çanta";
$lang['information'] = "Bilgilendirme";
$lang['item_cost'] = 'Fiyat';
$lang['item_sold'] = 'Satılan';
$lang['item_left'] = 'Kalan';
$lang['item_s_desc'] = 'Kısa Açıklama';
$lang['item_stock'] = 'Stok';
$lang['give'] = "Ver";
$lang['trade'] = "Değiştir";
$lang['discard'] = 'Discard';
$lang['nothing'] = "Nothing";
$lang['buy'] = 'Satın Al';
$lang['sell'] = 'Sat';
$lang['proposed_trade'] = "has proposed a trade!";
$lang['and'] = "ve";
$lang['trade_offering'] = "Offering";
$lang['trade_wants'] = "İstekler";
$lang['trade_accept'] = "Deiğimi kabul et";
$lang['trade_reject'] = "Değişimi reddet";

$lang['fatal_shop_check'] = "Fatal error checking shops!";
$lang['fatal_clear_msg'] = "Fatal error clearing messages!";
$lang['fatal_shop_restock'] = "Fatal error updating shop stock!";
$lang['fatal_restock_time'] = "Fatal error updating shop restocked time!";
$lang['fatal_shop_list'] = "Fatal error getting shop list!";
$lang['fatal_item_info'] = "Fatal error getting item information!";
$lang['fatal_getting_uinfo'] = "Fatal error getting user info on";
$lang['no_id'] = "No user_id selected to search!";
$lang['no_user'] = "No such user!";
$lang['invalid_command'] = "This is not a valid command!";
$lang['no_item'] = "No Item Chosen!";
$lang['no_item_exists'] = "No such item exists!";
$lang['item_out_stock'] = "Item is out of stock!";
$lang['item_protected'] = "That item is in a protected shop!";
$lang['item_owned'] = "You already own one of those!";
$lang['item_not_owned'] = "You don't own one of those!";
$lang['inv_full'] = "Your inventory is full, sell back some items if you want to buy more.";
$lang['not_enough_currency'] = "You don't have enough %s to purchase this!";
$lang['moveup_disabled'] = "Moving items in your inventory is disabled!";

$lang['shop_district_list'] = 'District List';
$lang['shop_districts'] = 'Shop Districts';
$lang['shop_list'] = 'Shop List';
$lang['shop_personal_info'] = 'Kişi Bilgileri';
$lang['shop_your_inv'] = 'Çantanız';
$lang['shop_owner'] = 'Mağaza Sahibi';
$lang['shop_type'] = 'Mağaza Çeşitleri';
$lang['shop_name'] = 'Mağaza Adı';
$lang['shop_item_info'] = 'için ürün bilgileri';
$lang['shop_no_districts'] = 'There are currently no districts created!';
$lang['shop_district_type'] = 'District Type';
$lang['shop_district_name'] = 'District Name';
$lang['shop_will_decay'] = 'This item will decay in';
$lang['shop_click_item'] = 'Ürünü kullanmak için isminin üzerine tıklayın';
$lang['shop_move'] = 'Buraya taşı';
$lang['shop_actions'] = 'İşlemler';
$lang['shop_trade_actions'] = 'Değişim İşlemleri';
$lang['shop_your_items'] = 'Ürünleriniz';
$lang['shop_give_to'] = 'Ürün verilecek';
$lang['shop_item_given'] = 'Ürün veren';
$lang['shop_find_username'] = 'Kullanıcı ara';
$lang['shop_message'] = 'Mesaj';
$lang['shop_execute'] = 'Execute';
$lang['shop_reset'] = 'Sıfırla';
$lang['shop_buy_explain'] = 'You have bought a %s for %s %s leaving you with %s %s';
$lang['shop_sell_explain'] = 'You have sold a %s for %s %s which gives you %s %s';
$lang['shop_give_explain1'] = 'Please select an item and the person you would like to give it to.';
$lang['shop_give_explain2'] = 'Are you sure you want to give the item(s) <b>%s</b> to <b>%s</b> %s?';
$lang['shop_give_items'] = 'Give Items';
$lang['shop_give_disabled'] = 'The ability to give items has been disabled!';
$lang['shop_giving_self'] = 'What is the point in giving an item to yourself?';
$lang['shop_no_user'] = 'No Such User Exists!';
$lang['shop_invalid_item'] = 'You have not selected any items you have!';
$lang['shop_with_msg'] = 'with the message';
$lang['shop_confirm_give'] = 'Verme işlemini onayla';
$lang['shop_yes'] = 'Evet';
$lang['shop_no'] = 'Hayır';
$lang['shop_for'] = 'için';
$lang['shop_cancel'] = 'Vazgeç';
$lang['shop_msg_included'] = 'has also included the following message';
$lang['shop_been_given'] = 'You have been given an/some item(s)';
$lang['shop_been_given2'] = 'has given you the item(s)';
$lang['shop_give_exit'] = '%s</b> received the item(s) <b>%s</b>.';
$lang['shop_trade_disabled'] = 'The ability to trade items has been disabled!';
$lang['shop_user_trading'] = 'User already has a trade waiting!';
$lang['shop_item_not_owned'] = 'You do not own that item, and cannot place it in a trade!';
$lang['shop_item_trading'] = 'That item has already been added to the trade!';
$lang['shop_tradee_not_own'] = 'You cannot request an item that the person you are trading does not own!';
$lang['shop_tradee_item_trading'] = 'That item has already been requested in this trade!';
$lang['shop_not_enough_gold'] = 'You cannot trade more gold than you currently have!';
$lang['shop_no_negative_gold'] = 'You cannot set your gold into negative!';
$lang['shop_tradee_no_gold'] = 'You cannot ask for more gold than %s currently has!';
$lang['shop_tradee_negative'] = 'You cannot set your requested gold into negative!';
$lang['shop_trade_explain1'] = 'Select the items and gold from both users that you would like to trade, then hit execute!';
$lang['shop_trade_explain2'] = 'Insert a username you wish to begin a trade with.';
$lang['shop_trade_explain3'] = 'Remember, once you propose a trade you can\'t retract it!';
$lang['shop_add_item'] = 'Ürün Ekle';
$lang['shop_remove_item'] = 'Ürün Sil';
$lang['shop_add_points'] = 'Add %s';
$lang['shop_remove_points'] = 'Remove %s';
$lang['shop_trade_offering'] = 'You\'re currently offering';
$lang['shop_trade_requesting'] = 'You\'re currently requesting';
$lang['shop_trade_with'] = 'Trade Items with %s';
$lang['shop_trade_items'] = 'Trade Items';
$lang['shop_trade_confirm'] = 'Confirm trade with %s';
$lang['shop_trade_proposed'] = '%s has proposed a trade with you!';
$lang['shop_trade_privmsg'] = 'You have a trade waiting for you!
%s has proposed a trade with you, to decline or accept this trade, please click [url=http://%s/shop.php?action=inventory&searchid=%s]here[/url] or go to your inventory!
Note: You must accept or decline this trade before anyone else can propose a trade with you.%s';
$lang['shop_trade_exit'] = 'Trade has been sent to %s!';
$lang['shop_no_trades'] = 'You don\'t have any trades waiting!';
$lang['shop_trade_auto_refuse'] = 'Trade automatically declined!';
$lang['shop_trade_auto_refuse1'] = 'You do not have enough gold to accept this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse2'] = '%s does not have enough gold to complete this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse3'] = 'You do not have the items to accept this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse4'] = '%s does not have the items to complete this trade, so it has been automatically declined!';
$lang['shop_trade_pm_refuse1'] = 'This trade has been automatically refused because %s does not enough have gold to complete it.';
$lang['shop_trade_pm_refuse2'] = 'This trade has been automatically refused because you do not have enough gold to complete it.';
$lang['shop_trade_pm_refuse3'] = 'This trade has been automatically refused because %s does not have the items to complete it.';
$lang['shop_trade_pm_refuse4'] = 'This trade has been automatically refused because you not have the items to complete it.';
$lang['shop_trade_pm_accept'] = '%s has accepted your trade!';
$lang['shop_trade_accept_msg'] = 'Your trade has been accepted!
%s has accepted your trade! The items you proposed to trade have been exchanged, along with the gold.';
$lang['shop_trade_accept_exit'] = 'You have accepted the proposed trade by %s.';
$lang['shop_trade_pm_declined'] = '%s has declined your trade!';
$lang['shop_trade_declined_msg'] = 'Your trade has been declined!
%s has refused to accept your trade! The items and gold you proposed in your trade have not been moved.';
$lang['shop_trade_decline_exit'] = 'You have rejected the proposed trade by %s.';
$lang['shop_discard_disabled'] = 'The ability to discard items has been disabled!';
$lang['shop_discard_explain1'] = 'Select the item you wish to discard.';
$lang['shop_discard_explain2'] = 'Are you sure you want to discard your %s? (Note: You cannot get your item back once it is discarded!)';
$lang['shop_discard_item'] = 'Discard Item';
$lang['shop_discard_confirm'] = 'Confirm Discard Item';
$lang['shop_donthave_item'] = 'You don\'t have that item!';
$lang['shop_discard_exit'] = 'You have discarded your %s.';
$lang['shop_doesnt_exist'] = 'No Such Shop Exists!';
$lang['u_index'] = 'Click %shere%s to return to the forum index.';


//
// Admin
//
$lang['ashop_index_title'] = 'Mağaza Yönetimi';
$lang['ashop_index_explain'] = 'This section allows you to select a shop to edit, or create an entirely new shop.';
$lang['ashop_index_table1'] = 'Global Shop Settings';
$lang['ashop_index_table2'] = 'Kullanıcının çantasını düzenle';
$lang['ashop_index_table3'] = 'Mağaza oluştur yada düzenle';
$lang['ashop_shop_districts'] = 'Shop Districts';
$lang['ashop_on'] = 'Açık';
$lang['ashop_off'] = 'Kapalı';
$lang['ashop_multi_buys'] = 'Çoklu Ürün Satışı';
$lang['ashop_shop_order'] = 'Shop Item Order';
$lang['ashop_restocking'] = 'Shop Restocking';
$lang['ashop_sellrate'] = 'Selling Rate (in %)';
$lang['ashop_inv_limit'] = 'Çantadaki ürün limiti (Limitsiz bırakmak için 0 yazınız)';
$lang['ashop_display_limit'] = 'Viewtopic Display Limit';
$lang['ashop_vt_type'] = 'Viewtopic Type';
$lang['ashop_points_name'] = 'Puan Adı (örn. para,altın...)';
$lang['ashop_p_display'] = 'Hesap Görüntüle';
$lang['ashop_inv_type'] = 'Çanta Çeşidi';
$lang['ashop_shop_owners'] = 'Mağaza Sahibi';
$lang['ashop_ability_give'] = 'Give Ability';
$lang['ashop_ability_trade'] = 'Trade Ability';
$lang['ashop_ability_discard'] = 'Discard Ability';
$lang['ashop_update'] = 'Güncelle';
$lang['ashop_name'] = 'Ad';
$lang['ashop_cost'] = 'Fiyat';
$lang['ashop_images'] = 'Resim';
$lang['ashop_link'] = 'Link';
$lang['ashop_grouped'] = 'Grouped';
$lang['ashop_normal'] = 'Normal';
$lang['ashop_edit_inv'] = 'Çanta Düzenle';
$lang['ashop_find_user'] = 'Kullanıcı Ara';
$lang['ashop_edit'] = 'Düzenle';
$lang['ashop_shop_name'] = 'Mağaza Adı';
$lang['ashop_shop_type'] = 'Mağaza Çeşidi';
$lang['ashop_restock_time'] = 'Restock Time (0 for none/in seconds)';
$lang['ashop_restock_amt'] = 'Restock Amount';
$lang['ashop_create_shop'] = 'Mağaza Oluştur';
$lang['ashop_shop_created'] = 'Mağaza Eklendi!';
$lang['ashop_cs_field_missing'] = 'Error, Shop Name or Shop Type not filled in correctly!';
$lang['ashop_cs_create'] = 'Yeni Mağaza Oluştur';
$lang['ashop_cs_table'] = 'Ürün oluştur yada düzelt';
$lang['ashop_cs_s_name'] = 'Mağaza Adı';
$lang['ashop_cs_s_owner'] = 'Mağaza Sahibi';
$lang['ashop_cs_s_type'] = 'Shop Type';
$lang['ashop_cs_d_type'] = 'District Type (0 or 1)';
$lang['ashop_cs_d_num'] = 'Shop District Number';
$lang['ashop_cs_res_time'] = 'Restock Time (0 for none/in seconds)';
$lang['ashop_cs_res_amt'] = 'Restock Amount';
$lang['ashop_cs_m_tpl'] = 'Main Template';
$lang['ashop_cs_i_tpl'] = 'Item Template';
$lang['ashop_cs_update'] = 'Update Shop';
$lang['ashop_cs_delete'] = 'Delete Shop';
$lang['ashop_cs_no_items'] = 'This store has no items in it.';
$lang['ashop_cs_edit'] = 'Edit Item';
$lang['ashop_cs_name'] = 'Item Name (image must have same name)';
$lang['ashop_cs_sname'] = 'Shop (must be exact and exist)';
$lang['ashop_cs_s_desc'] = 'Short Description (max 80 characters)';
$lang['ashop_cs_l_desc'] = 'Long Description';
$lang['ashop_cs_price'] = 'Price';
$lang['ashop_cs_stock'] = 'Stock';
$lang['ashop_cs_maxstock'] = 'Max Stock';
$lang['ashop_cs_sold'] = 'Sold';
$lang['ashop_cs_forumid'] = 'Access Forum ID';
$lang['ashop_cs_slink'] = 'Special Link';
$lang['ashop_cs_add'] = 'Add Item';
$lang['ashop_cs_table2'] = 'Shop Editor';
$lang['ashop_cs_uitem'] = 'Update Item'; $lang['ashop_cs_ditem'] = 'Delete Item'; $lang['ashop_cs_ownedby'] = 'Owned By';
$lang['ashop_cs_editinv'] = 'Edit Inventory';
$lang['ashop_cs_shopeditor'] = 'Shop Editor';
$lang['ashop_cs_explain'] = 'This section allows you to select a shop to add an item, edit a shop\'s properties or delete a shop.';
$lang['ashop_cs_explain2'] = 'This section allows you to edit or delete an item.';
$lang['ashop_modify'] = 'Modify';
$lang['ashop_i_delete'] = 'Delete Item';
$lang['ashop_i_add'] = 'Add Item';
$lang['ashop_i_clear'] = 'Clear Items';
$lang['ashop_i_deleteinv'] = 'Delete Inventory';
$lang['ashop_i_custom'] = 'Custom Item';
$lang['ashop_i_name'] = 'Item Name';
$lang['ashop_i_id'] = 'Item ID (-1 for unique)';
$lang['ashop_i_s_desc'] = 'Short Description';
$lang['ashop_i_l_desc'] = 'Long Description'; $lang['ashop_i_modify'] = 'Modify %s\'s Inventory'; $lang['ashop_i_editor'] = 'Shop Editor'; $lang['ashop_i_explain'] = 'This section allows you to edit or delete an item.';

?>
gardean
Üye
Üye
 
İleti: 42
Kayıt: 16.11.2005, 15:28
Konum: İzmir

Cvp: [İSTEK]Shop Mod 3.0

İleti gardean 02.09.2006, 14:11

sistemi kurup biraz daha çevirdim ancak daha bitmedi. Arkadaslar buradan devam edelim.

<?php

// Main
$lang['shop'] = "Mağaza";
$lang['special'] = "Özel";

$lang['your_inv'] = "Çantanız";
$lang['clear_msg'] = "Mesajları Temizle";
$lang['icon'] = "Simge";
$lang['name'] = "Ürün Adı";
$lang['item_desc'] = "Ürün Açıklaması";
$lang['owned'] = "Sahibi";
$lang['inventory'] = "Çanta";
$lang['information'] = "Bilgilendirme";
$lang['item_cost'] = 'Fiyat';
$lang['item_sold'] = 'Satılan';
$lang['item_left'] = 'Kalan';
$lang['item_s_desc'] = 'Kısa Açıklama';
$lang['item_stock'] = 'Stok';
$lang['give'] = "Ver";
$lang['trade'] = "Değiştir";
$lang['discard'] = 'Elden Çıkar';
$lang['nothing'] = "Hiçbirşey";
$lang['buy'] = 'Satın Al';
$lang['sell'] = 'Sat';
$lang['proposed_trade'] = "size ürün değişimini teklif ediyor!";
$lang['and'] = "ve";
$lang['trade_offering'] = "Teklif Et";
$lang['trade_wants'] = "İstekler";
$lang['trade_accept'] = "Değişimi kabul et";
$lang['trade_reject'] = "Değişimi reddet";

$lang['fatal_shop_check'] = "Mağaza kontrol edilirken hata oluştu!";
$lang['fatal_clear_msg'] = "Mesajlar temizlenirken hata oluştu!";
$lang['fatal_shop_restock'] = "Mağaza güncellenirken hata oluştu!";
$lang['fatal_restock_time'] = "Ürün yüklenirken hata oluştu!";
$lang['fatal_shop_list'] = "Mağaza listesinde hata oluştu!";
$lang['fatal_item_info'] = "Ürün bilgilerinde hata oluştu!";
$lang['fatal_getting_uinfo'] = "Hata oluşan kullanıcı bilgisi:";
$lang['no_id'] = "Kullanıcı bulunamadı!";
$lang['no_user'] = "Kullanıcı bulunamadı!";
$lang['invalid_command'] = "Hatalı komut!";
$lang['no_item'] = "Ürün seçili değil!";
$lang['no_item_exists'] = "Ürün bulunamadı!";
$lang['item_out_stock'] = "Ürün stoklarda yok!";
$lang['item_protected'] = "Bu ürün korunmakta!";
$lang['item_owned'] = "You already own one of those!";
$lang['item_not_owned'] = "You don't own one of those!";
$lang['inv_full'] = "Çantanız dolu, bu ürünü almak için öncelikle çantanızdan bir ürünü satın.";
$lang['not_enough_currency'] = "Bu ürünü almak için yeterli %s nız yok!";
$lang['moveup_disabled'] = "Taşıma özelliği kapalı!";

$lang['shop_district_list'] = 'Bölge Listesi';
$lang['shop_districts'] = 'Mağaza Bölgeleri';
$lang['shop_list'] = 'Mağaza Listesi';
$lang['shop_personal_info'] = 'Kişi Bilgileri';
$lang['shop_your_inv'] = 'Çantanız';
$lang['shop_owner'] = 'Mağaza Sahibi';
$lang['shop_type'] = 'Mağaza Çeşitleri';
$lang['shop_name'] = 'Mağaza Adı';
$lang['shop_item_info'] = 'için ürün bilgileri';
$lang['shop_no_districts'] = 'Güncel Bölgede değil/bölge yok!';
$lang['shop_district_type'] = 'Bölge Tipi';
$lang['shop_district_name'] = 'Bölge Adı';
$lang['shop_will_decay'] = 'Bu ürünün bozulduğu yer:';
$lang['shop_click_item'] = 'Ürünü kullanmak için isminin üzerine tıklayın';
$lang['shop_move'] = 'Buraya taşı';
$lang['shop_actions'] = 'İşlemler';
$lang['shop_trade_actions'] = 'Değişim İşlemleri';
$lang['shop_your_items'] = 'Ürünleriniz';
$lang['shop_give_to'] = 'Ürün verilecek';
$lang['shop_item_given'] = 'Ürün veren';
$lang['shop_find_username'] = 'Kullanıcı ara';
$lang['shop_message'] = 'Mesaj';
$lang['shop_execute'] = 'Onayla';
$lang['shop_reset'] = 'Sıfırla';
$lang['shop_buy_explain'] = '%s ürünü için hesabınızdan %s %s alındı. Şu anda hesabınızda %s %s bulunmaktadır.';
$lang['shop_sell_explain'] = 'You have sold a %s for %s %s which gives you %s %s';
$lang['shop_give_explain1'] = 'Please select an item and the person you would like to give it to.';
$lang['shop_give_explain2'] = 'Are you sure you want to give the item(s) <b>%s</b> to <b>%s</b> %s?';
$lang['shop_give_items'] = 'Ürünleri ver';
$lang['shop_give_disabled'] = 'Ürün verme özelliği kapalı!';
$lang['shop_giving_self'] = 'What is the point in giving an item to yourself?';
$lang['shop_no_user'] = 'Böyle bir kullanıcı bulunmamakta!';
$lang['shop_invalid_item'] = 'Seçili bir ürününüz/ seçilecek bir ürününüz bulunmamakta!';
$lang['shop_with_msg'] = 'mesaj ile';
$lang['shop_confirm_give'] = 'Verme işlemini onayla';
$lang['shop_yes'] = 'Evet';
$lang['shop_no'] = 'Hayır';
$lang['shop_for'] = 'için';
$lang['shop_cancel'] = 'Vazgeç';
$lang['shop_msg_included'] = 'da mesaja dahil.';
$lang['shop_been_given'] = 'You have been given an/some item(s)';
$lang['shop_been_given2'] = 'has given you the item(s)';
$lang['shop_give_exit'] = '%s</b> received the item(s) <b>%s</b>.';
$lang['shop_trade_disabled'] = 'The ability to trade items has been disabled!';
$lang['shop_user_trading'] = 'Kullanıcı değişim bekliyor!';
$lang['shop_item_not_owned'] = 'You do not own that item, and cannot place it in a trade!';
$lang['shop_item_trading'] = 'That item has already been added to the trade!';
$lang['shop_tradee_not_own'] = 'You cannot request an item that the person you are trading does not own!';
$lang['shop_tradee_item_trading'] = 'That item has already been requested in this trade!';
$lang['shop_not_enough_gold'] = 'You cannot trade more gold than you currently have!';
$lang['shop_no_negative_gold'] = 'You cannot set your gold into negative!';
$lang['shop_tradee_no_gold'] = 'You cannot ask for more gold than %s currently has!';
$lang['shop_tradee_negative'] = 'You cannot set your requested gold into negative!';
$lang['shop_trade_explain1'] = 'Select the items and gold from both users that you would like to trade, then hit execute!';
$lang['shop_trade_explain2'] = 'Insert a username you wish to begin a trade with.';
$lang['shop_trade_explain3'] = 'Remember, once you propose a trade you can\'t retract it!';
$lang['shop_add_item'] = 'Ürün Ekle';
$lang['shop_remove_item'] = 'Ürün Sil';
$lang['shop_add_points'] = '%s Ekle';
$lang['shop_remove_points'] = '%s Sil';
$lang['shop_trade_offering'] = 'You\'re currently offering';
$lang['shop_trade_requesting'] = 'You\'re currently requesting';
$lang['shop_trade_with'] = '%s ile ürün değiştirildi';
$lang['shop_trade_items'] = 'Ürün değiştir';
$lang['shop_trade_confirm'] = '%s ile ürün değişimini onayla';
$lang['shop_trade_proposed'] = '%s has proposed a trade with you!';
$lang['shop_trade_privmsg'] = 'You have a trade waiting for you!
%s has proposed a trade with you, to decline or accept this trade, please click [url=http://%s/shop.php?action=inventory&searchid=%s]here[/url] or go to your inventory!
Note: You must accept or decline this trade before anyone else can propose a trade with you.%s';
$lang['shop_trade_exit'] = 'Trade has been sent to %s!';
$lang['shop_no_trades'] = 'Herhangi bir ürün değişimi beklemiyorsunuz!';
$lang['shop_trade_auto_refuse'] = 'Değişim otomatik olarak reddedildi!';
$lang['shop_trade_auto_refuse1'] = 'You do not have enough gold to accept this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse2'] = '%s does not have enough gold to complete this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse3'] = 'You do not have the items to accept this trade, so it has been automatically declined!';
$lang['shop_trade_auto_refuse4'] = '%s does not have the items to complete this trade, so it has been automatically declined!';
$lang['shop_trade_pm_refuse1'] = 'This trade has been automatically refused because %s does not enough have gold to complete it.';
$lang['shop_trade_pm_refuse2'] = 'This trade has been automatically refused because you do not have enough gold to complete it.';
$lang['shop_trade_pm_refuse3'] = 'This trade has been automatically refused because %s does not have the items to complete it.';
$lang['shop_trade_pm_refuse4'] = 'This trade has been automatically refused because you not have the items to complete it.';
$lang['shop_trade_pm_accept'] = '%s has accepted your trade!';
$lang['shop_trade_accept_msg'] = 'Ürün değişiminiz onaylandı
%s has accepted your trade! The items you proposed to trade have been exchanged, along with the gold.';
$lang['shop_trade_accept_exit'] = ' %s nin ürün değişimi kabul edildi.';
$lang['shop_trade_pm_declined'] = '%s sizinle ürün değiştirmeyi reddetti!';
$lang['shop_trade_declined_msg'] = 'Değişim isteğiniz reddedildi!
%s has refused to accept your trade! The items and gold you proposed in your trade have not been moved.';
$lang['shop_trade_decline_exit'] = ' %s in değişim isteği reddedildi.';
$lang['shop_discard_disabled'] = 'The ability to discard items has been disabled!';
$lang['shop_discard_explain1'] = 'Seçtiğiniz ürün çıkartıldı.';
$lang['shop_discard_explain2'] = 'Bu ürünü çıkartmak istiyormusunuz: %s (Not: Ürün çıkartıldıktan sonra geri getirilemez!)';
$lang['shop_discard_item'] = 'Ürün çıkar';
$lang['shop_discard_confirm'] = 'Ürün çıkarmayı onayla';
$lang['shop_donthave_item'] = 'Bu ürüne sahip değilsiniz!';
$lang['shop_discard_exit'] = 'You have discarded your %s.';
$lang['shop_doesnt_exist'] = 'Böyle bir mağaza mevcut değil!';
$lang['u_index'] = '%sBurayı%s tıklayarak anasayfaya dönebilirsiniz.';


//
// Admin
//
$lang['ashop_index_title'] = 'Mağaza Yönetimi';
$lang['ashop_index_explain'] = 'Buradan Mağazaları kontrol edebilirsiniz.';
$lang['ashop_index_table1'] = 'Genel Mağaza Ayarları';
$lang['ashop_index_table2'] = 'Kullanıcının çantasını düzenle';
$lang['ashop_index_table3'] = 'Mağaza oluştur yada düzenle';
$lang['ashop_shop_districts'] = 'Mağaza Bölgesi';
$lang['ashop_on'] = 'Açık';
$lang['ashop_off'] = 'Kapalı';
$lang['ashop_multi_buys'] = 'Çoklu Ürün Satışı';
$lang['ashop_shop_order'] = 'Ürünlerini sırala';
$lang['ashop_restocking'] = 'Yeni ürün girişi';
$lang['ashop_sellrate'] = 'Ürünü geri alırken kesilecek para (%)';
$lang['ashop_inv_limit'] = 'Çantadaki ürün limiti (Limitsiz bırakmak için 0 yazınız)';
$lang['ashop_display_limit'] = 'Listedeki ürün limiti';
$lang['ashop_vt_type'] = 'Listeleme şekli';
$lang['ashop_points_name'] = 'Puan Adı (örn. para,altın...)';
$lang['ashop_p_display'] = 'Hesap Görüntüle';
$lang['ashop_inv_type'] = 'Çanta Çeşidi';
$lang['ashop_shop_owners'] = 'Mağaza Sahibi';
$lang['ashop_ability_give'] = 'Ürün iadesi';
$lang['ashop_ability_trade'] = 'Başkasına satış';
$lang['ashop_ability_discard'] = 'Ürünü elden çıkartma';
$lang['ashop_update'] = 'Güncelle';
$lang['ashop_name'] = 'Ad';
$lang['ashop_cost'] = 'Fiyat';
$lang['ashop_images'] = 'Resim';
$lang['ashop_link'] = 'Link';
$lang['ashop_grouped'] = 'Guruplanmış';
$lang['ashop_normal'] = 'Normal';
$lang['ashop_edit_inv'] = 'Çanta Düzenle';
$lang['ashop_find_user'] = 'Kullanıcı Ara';
$lang['ashop_edit'] = 'Düzenle';
$lang['ashop_shop_name'] = 'Mağaza Adı';
$lang['ashop_shop_type'] = 'Mağaza Çeşidi';
$lang['ashop_restock_time'] = 'Yeni ürün giriş süresi (Sınır koymamak için 0 yazınız)';
$lang['ashop_restock_amt'] = 'Yeniden girilecek ürün limiti';
$lang['ashop_create_shop'] = 'Mağaza Oluştur';
$lang['ashop_shop_created'] = 'Mağaza Eklendi!';
$lang['ashop_cs_field_missing'] = 'Hata! Mağaza adı yada mağaza tipi boş bırakılmış veya geçersiz ad girilmiş!';
$lang['ashop_cs_create'] = 'Yeni Mağaza Oluştur';
$lang['ashop_cs_table'] = 'Ürün oluştur yada düzelt';
$lang['ashop_cs_s_name'] = 'Mağaza Adı';
$lang['ashop_cs_s_owner'] = 'Mağaza Sahibi';
$lang['ashop_cs_s_type'] = 'Mağaza Tipi';
$lang['ashop_cs_d_type'] = 'Bölge Tipi (0 yada 1)';
$lang['ashop_cs_d_num'] = 'Mağaza bölge numarası';
$lang['ashop_cs_res_time'] = 'Yeni ürün giriş süresi (Sınır koymamak için 0 yazınız)';
$lang['ashop_cs_res_amt'] = 'Yeniden girilecek ürün limiti';
$lang['ashop_cs_m_tpl'] = 'Ana Tema';
$lang['ashop_cs_i_tpl'] = 'Ürün Teması';
$lang['ashop_cs_update'] = 'Mağazayı Güncelle';
$lang['ashop_cs_delete'] = 'Mağazayı Sil';
$lang['ashop_cs_no_items'] = 'This store has no items in it.';
$lang['ashop_cs_edit'] = 'Ürün Düzenle';
$lang['ashop_cs_name'] = 'Ürün Adı (Resim ise bir adı olmalı)';
$lang['ashop_cs_sname'] = 'Mağaza (must be exact and exist)';
$lang['ashop_cs_s_desc'] = 'Kısa Açıklama (En fazla 80 karekter)';
$lang['ashop_cs_l_desc'] = 'Uzun Açıklama';
$lang['ashop_cs_price'] = 'Fiyat';
$lang['ashop_cs_stock'] = 'Stok';
$lang['ashop_cs_maxstock'] = 'En Fazla Stok';
$lang['ashop_cs_sold'] = 'Satılan';
$lang['ashop_cs_forumid'] = 'Forum ID lerinin erişim izni';
$lang['ashop_cs_slink'] = 'Özel Link';
$lang['ashop_cs_add'] = 'Ürün Ekle';
$lang['ashop_cs_table2'] = 'Mağaza Yönetimi';
$lang['ashop_cs_uitem'] = 'Ürün Güncelle'; $lang['ashop_cs_ditem'] = 'Ürün Sil'; $lang['ashop_cs_ownedby'] = 'Satın Alan';
$lang['ashop_cs_editinv'] = 'Çanta Düzenle';
$lang['ashop_cs_shopeditor'] = 'Ürün Yönetimi';
$lang['ashop_cs_explain'] = 'Buradan mağazaya ürün ekleyebilir yada çıkartabilirsiniz.';
$lang['ashop_cs_explain2'] = 'Buradan mağaza ürünlerini düzenleyebilir yada silebilirsiniz.';
$lang['ashop_modify'] = 'Değiştirilen:';
$lang['ashop_i_delete'] = 'Ürün Sil';
$lang['ashop_i_add'] = 'Ürün Ekle';
$lang['ashop_i_clear'] = 'Ürün Temizle';
$lang['ashop_i_deleteinv'] = 'Çanta Sil';
$lang['ashop_i_custom'] = 'Kişisel Ürün';
$lang['ashop_i_name'] = 'Ürün Adı';
$lang['ashop_i_id'] = 'Ürün ID (Eşsizlik için -1 yazınız)';
$lang['ashop_i_s_desc'] = 'Kısa Açıklama';
$lang['ashop_i_l_desc'] = 'Uzun Açıklama'; $lang['ashop_i_modify'] = 'Çanta'; $lang['ashop_i_editor'] = 'Çanta Yönetimi'; $lang['ashop_i_explain'] = 'Buradan Kullanıcının çantasını düzenleyebilirsiniz.';

?>
gardean
Üye
Üye
 
İleti: 42
Kayıt: 16.11.2005, 15:28
Konum: İzmir

Re: [İSTEK]Shop Mod 3.0

İleti HimmEt 10.06.2007, 19:25

## MOD Title: Shop Mod
## MOD Author: Zarath < N/A > ( Jamie ) http://www.zarath.com
## MOD Description: A shop system for your forums.
## MOD Version: 3.1.0


ben bu versiyonu kullanıyorum çok karışık geldi dil dosyaları sonradan eklenem yapılmamış aralara yapılmış
HimmEt
Üye
Üye
 
İleti: 4
Kayıt: 09.06.2007, 12:50


İstekler



Kimler çevrimiçi

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

cron