Antworten auf deine Fragen:
Neues Thema erstellen

Antworten zum Thema „Kann jemand Shop Mod übersetzen ?“

7Quaresma90

Aktives Mitglied

Code:
<?php

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

$lang['your_inv'] = "Your Inventory";
$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['request'] = "Request";
$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['district'] = 'District';
$lang['bottom'] = 'Bottom';

$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 in the shops!";
$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['item_not_available'] = 'That item is not currently active in your inventory. Please make sure you\'re not wearing it and it\'s not in a shop!';

$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_request_items'] = 'Request 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_wrapped_desc'] = 'A large box wrapped in brilliantly coloured paper and tied off tightly. What is hidden inside could be anything, from riches to junk.'; // Ignore this if you don't have the wrap mod installed! //
$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.';

$lang['ashop_click_shop'] = 'Click %sHere</a> to return to %s Configuration.';
$lang['ashop_click_index'] = 'Click %sHere%s to return to Shop Configuration.';
$lang['ashop_click_inventory'] = 'Click %sHere%s to return to Edit %s Inventory';
$lang['shop_name_type_invalid'] = 'Error, shop name or shop type not filled in correctly!';
$lang['ashop_shop_exists'] = 'Shop Already Exists!';
$lang['ashop_shop_updated'] = '%s successfully updated!';
$lang['ashop_item_exists'] = 'This item already exists!';
$lang['ashop_item_added'] = '%s successfully added!';
$lang['ashop_invalid_shop'] = 'Invalid shop name!';
$lang['ashop_invalid_item'] = 'Invalid item name!';
$lang['ashop_sdesc_error'] = 'Short description is set incorrectly!';
$lang['ashop_desc_error'] = 'Description is too short!';
$lang['ashop_item_updated'] = '%s successfully updated!';
$lang['ashop_shop_deleted'] = '%s successfully Deleted!';
$lang['ashop_global_updated'] = 'Global information successfully updated!';
$lang['ashop_user_no_item'] = 'User does not have this item!';
$lang['ashop_user_item_deleted'] = '%s removed from %s inventory successfully!';
$lang['ashop_user_item_added'] = '%s added to %s inventory successfully!';
$lang['ashop_user_items_cleared'] = '%s inventory successfully Deleted!';
?>
 

Christoph680

Philipp Christoph

AW: Kann jemand Shop Mod übersetzen ?

nyo, ansonsten geht's noch, oder?

noch nich mal die mühe gemacht, n wörterbuch zu benutzen..
 

7Quaresma90

Aktives Mitglied

AW: Kann jemand Shop Mod übersetzen ?

erledigt
Code:
<?php 
 
// [B]Shop[/B] [B]MOD[/B] by Zarath 
// Translation by Asmodiel - visit http://asmodiel.ebytehost.com/ 
 
// Main 
$lang['[B]shop[/B]'] = "[B]Shop[/B]"; 
$lang['special'] = "Special"; 
 
$lang['your_inv'] = "Dein Inventar"; 
$lang['clear_msg'] = "Nachrichten löschen"; 
$lang['icon'] = "Icon"; 
$lang['name'] = "Name"; 
$lang['item_desc'] = "Beschreibung"; 
$lang['owned'] = "Gekauft"; 
$lang['inventory'] = "Inventar"; 
$lang['information'] = "Information"; 
$lang['item_cost'] = 'Kosten'; 
$lang['item_sold'] = 'Verkauft'; 
$lang['item_left'] = 'Übrig'; 
$lang['item_s_desc'] = 'Kurze Beschreibung'; 
$lang['item_stock'] = 'Lager'; 
$lang['give'] = "Geben"; 
$lang['trade'] = "Handeln"; 
$lang['discard'] = 'Wegwerfen'; 
$lang['nothing'] = "Nichts"; 
$lang['buy'] = 'Kaufen'; 
$lang['sell'] = 'Verkaufen'; 
$lang['proposed_trade'] = "hat einen Tausch vorgeschlagen!"; 
$lang['and'] = "und"; 
$lang['trade_offering'] = "Angebot"; 
$lang['trade_wants'] = "Will"; 
$lang['trade_accept'] = "Tausch annehmen"; 
$lang['trade_reject'] = "Tausch ablehnen"; 
 
$lang['fatal_shop_check'] = "Fatal error beim testen/checken des Shops!"; 
$lang['fatal_clear_msg'] = "Fatal error beim Löschen der Nachrichten!"; 
$lang['fatal_shop_restock'] = "Fatal error beim Updaten!"; 
$lang['fatal_restock_time'] = "Fatal error updating [B]shop[/B] restocked time!"; 
$lang['fatal_shop_list'] = "Fatal error beim Bekommen der Liste!"; 
$lang['fatal_item_info'] = "Fatal error beim Bekommen der Iteminfo!"; 
$lang['fatal_getting_uinfo'] = "Fatal error getting user info on"; 
$lang['no_id'] = "Keine user_id bei der Suche ausgewählt!"; 
$lang['no_user'] = "Es gibt keinen solchen User!"; 
$lang['invalid_command'] = "Das ist kein gültiger Befehl!"; 
$lang['no_item'] = "Kein Item ausgewählt!"; 
$lang['no_item_exists'] = "Es gibt keinen solchen Item!"; 
$lang['item_out_stock'] = "Item gibts nicht mehr!"; 
$lang['item_protected'] = "Dieses Item ist in einem geschützten [B]Shop[/B]!"; 
$lang['item_owned'] = "Du hast schon so eins!"; 
$lang['item_not_owned'] = "Kriegste nicht!"; 
$lang['inv_full'] = "Dein Inventar ist voll, verkaufe Items, um Platz zu schaffen."; 
$lang['not_enough_currency'] = "Du hast nicht genug %s, um das zu kaufen!"; 
$lang['moveup_disabled'] = "Das Verschieben der Items wurde deaktiviert!"; 
 
$lang['shop_district_list'] = 'Liste der Shops'; 
$lang['shop_districts'] = '[B]Shop[/B] Bezirke'; 
$lang['shop_list'] = '[B]Shop[/B] Liste'; 
$lang['shop_personal_info'] = 'Persöhnliche Info'; 
$lang['shop_your_inv'] = 'Dein Inventar'; 
$lang['shop_owner'] = ' [B]Shop[/B] Besitzer'; 
$lang['shop_type'] = '[B]Shop[/B] Typ'; 
$lang['shop_name'] = '[B]Shop[/B] Name'; 
$lang['shop_item_info'] = 'Item Information für'; 
$lang['shop_no_districts'] = 'Es gibt momentan keine Bezirke/Shops!'; 
$lang['shop_district_type'] = 'Bezirk Typ'; 
$lang['shop_district_name'] = 'Bezirk Name'; 
$lang['shop_will_decay'] = 'dieses Item wird verfallen in: '; 
$lang['shop_click_item'] = 'Klicke auf den Namen des Items, um es zu benutzen'; 
$lang['shop_move'] = 'Bewegen zu'; 
$lang['shop_actions'] = 'Aktionen'; 
$lang['shop_trade_actions'] = 'Aktionen austauschen'; 
$lang['shop_your_items'] = 'Deine Items'; 
$lang['shop_give_to'] = 'Schicken an'; 
$lang['shop_item_given'] = 'Item verschickt'; 
$lang['shop_find_username'] = 'Username finden'; 
$lang['shop_message'] = 'Nachricht'; 
$lang['shop_execute'] = 'Ausführen'; 
$lang['shop_reset'] = 'Reset'; 
$lang['shop_buy_explain'] = 'Du hast ein %s für %s %s gekauft. Du hast noch %s %s'; 
$lang['shop_sell_explain'] = 'Du hast ein %s für %s %s verkauft. Du hast dadurch %s %s'; 
$lang['shop_give_explain1'] = 'Bitte suche die Person und das Item, das du ihr geben willst, aus..'; 
$lang['shop_give_explain2'] = 'Bist du dir sicher, dass du die(das) Item(s) <b>%s</b> <b>%s</b> %s geben willst?'; 
$lang['shop_give_items'] = 'Items geben'; 
$lang['shop_give_disabled'] = 'Die Möglichkeit, Items zu Vergeben ist ausgeschaltet worden!'; 
$lang['shop_giving_self'] = 'Items an sich selber schicken gildet nicht ;)'; 
$lang['shop_no_user'] = 'Es gibt keinen solchen User!'; 
$lang['shop_invalid_item'] = 'Du hast kein Item ausgewählt, das du besitzt!'; 
$lang['shop_with_msg'] = 'mit der Nachricht'; 
$lang['shop_confirm_give'] = 'Geschenk bestätigen'; 
$lang['shop_yes'] = 'Ja'; 
$lang['shop_no'] = 'Nö'; 
$lang['shop_for'] = 'für'; 
$lang['shop_cancel'] = 'Abbrechen'; 
$lang['shop_msg_included'] = 'hat auch folgende Nachricht angefügt'; 
$lang['shop_been_given'] = 'Du hast ein (paar) Item(s) bekommen'; 
$lang['shop_been_given2'] = 'hat dir ein (paar) Item(s) gegeben'; 
$lang['shop_give_exit'] = '%s</b> hat die/das Item/s bekommen <b>%s</b>.'; 
$lang['shop_trade_disabled'] = 'Die Möglichkeit, Items zu Tauschen wurde ausgeschaltet!'; 
$lang['shop_user_trading'] = 'Dieser User wartet schon auf einen Tausch!'; 
$lang['shop_item_not_owned'] = 'Wenn du diese Item nicht benutzt, kannst du es auch nicht tauschen!'; 
$lang['shop_item_trading'] = 'Dieses Item wurde schon zum Tausch angeboten!'; 
$lang['shop_tradee_not_own'] = 'Du kannst kein Item verlangen, das die Person, mit der du tauschst nicht besitzt!'; 
$lang['shop_tradee_item_trading'] = 'Dieses Item wurde schon angeboten!'; 
// 
//Hier muss man die Àrolerts durch seine eigene Währung ersetzen... 
// 
$lang['shop_not_enough_gold'] = 'Du kannst nicht mehr Àrolerts tauschen, als du hast!'; 
$lang['shop_no_negative_gold'] = 'Du kannst deine Àrolerts nicht in den negativen Bereich treiben!'; 
$lang['shop_tradee_no_gold'] = 'Du kannst nicht um mehr Àrolerts bitten/nicht mehr verlangen, als %s besitzt!'; 
$lang['shop_tradee_negative'] = 'Du kannst das verlangte Gold nicht in den negativen Bereich setzen!'; 
$lang['shop_trade_explain1'] = 'Wähle die Items und die Person mit der du tauschen willst und drücke auf AUSFÜHREN!'; 
$lang['shop_trade_explain2'] = 'Füge den gewünschten Benutzernamen ein.'; 
$lang['shop_trade_explain3'] = 'Bedenke, einen Tausch kann man nicht zurücknehmen!'; 
$lang['shop_add_item'] = 'Füge Item hinzu'; 
$lang['shop_remove_item'] = 'Lösche Item'; 
$lang['shop_add_points'] = 'Füge %s zu'; 
$lang['shop_remove_points'] = 'entferne %s'; 
$lang['shop_trade_offering'] = 'Du bietest momentan einen Tausch an'; 
$lang['shop_trade_requesting'] = 'Du bittest momentan um einen Tausch'; 
$lang['shop_trade_with'] = 'Items mit %s tauschen'; 
$lang['shop_trade_items'] = 'Items tauschen'; 
$lang['shop_trade_confirm'] = 'Tausch mit %s bestätigen'; 
$lang['shop_trade_proposed'] = '%s hat angeboten, mit dir zu tauschen!'; 
$lang['shop_trade_privmsg'] = '[b]Du hast einen Tausch, der auf dich wartet![/b] 
%s hat einen angeboten, um anzunehmen oder abzulehnen klicke [url=http://%s/[B]shop[/B].php?action=inventory&searchid=%s]hier[/url] oder geh in dein Inventar! 
[b]ACHTUNG: du musst diese Tausch annehmen oder ablehnen, um mit jemandem anderen tauschen zu können.[/b]%s'; 
$lang['shop_trade_exit'] = 'Tausch wurde an %s gesendet!'; 
$lang['shop_no_trades'] = 'Auf dich warten keine Tauschgeschäfte.!'; 
$lang['shop_trade_auto_refuse'] = 'Tausch automatisch abgelehnt!'; 
$lang['shop_trade_auto_refuse1'] = 'Du hast nicht genug Àrolerts, um diesen Tausch durchzuführen können. Er wurde automatisch abgelehnt!'; 
$lang['shop_trade_auto_refuse2'] = '%s hat nicht genug Àrolerts, um diesen Tausch durchzuführen können. Er wurde automatisch abgelehnt!'; 
$lang['shop_trade_auto_refuse3'] = 'Du hast nicht die gewünschten Items, um diesen Tausch durchzuführen können. Er wurde automatisch abgelehnt!'; 
$lang['shop_trade_auto_refuse4'] = '%s hat nicht die gewünschten Items, um diesen Tausch durchzuführen können. Er wurde automatisch abgelehnt!'; 
$lang['shop_trade_pm_refuse1'] = 'Dieser Tausch wurde automatisch abgelehnt, da %s nicht genug Àrolerts hat.'; 
$lang['shop_trade_pm_refuse2'] = 'Dieser Tausch wurde automatisch abgelehnt, da du nicht genug Àrolerts hast.'; 
$lang['shop_trade_pm_refuse3'] = 'Dieser Tausch wurde automatisch abgelehnt, da %s nicht die gewünschten Items hat.'; 
$lang['shop_trade_pm_refuse4'] = 'Dieser Tausch wurde automatisch abgelehnt, da du nicht die gewünschten Items hast.'; 
$lang['shop_trade_pm_accept'] = '%s hat den Tausch angenommen!'; 
$lang['shop_trade_accept_msg'] = '[b]Dein Tausch wurde angenommen![/b] 
%s hat deinen Tausch angeommen! Die Items, die du vorgeschlagen hast wurden getauscht (samt den Àrolerts).'; 
$lang['shop_trade_accept_exit'] = 'Du hast den Tausch mit %s angenommen.'; 
$lang['shop_trade_pm_declined'] = '%s hat deinen Tausch abgelehnt!'; 
$lang['shop_trade_declined_msg'] = '[b]Dein Tausch wurde abgelehnt![/b] 
%s hat deinen Tausch abgelehnt! Die Items, die du vorgeschlagen hast wurden NICHT getauscht (samt den Àrolerts).'; 
$lang['shop_trade_decline_exit'] = 'Du hast den Tausch mit %s abgelehnt.'; 
$lang['shop_discard_disabled'] = 'Die Möglichkeit, Items zu löschen wurde deaktiviert!'; 
$lang['shop_discard_explain1'] = 'Wähle das Item, das du löschen willst.'; 
$lang['shop_discard_explain2'] = 'Bist du dir sicher, dass du dein(e) %s loswerden willst? (ACHTUNG: Die Items, die du löschst, können nicht wiedererlangt werden!)'; 
$lang['shop_discard_item'] = 'Item löschen'; 
$lang['shop_discard_confirm'] = 'Bestätigen: Item löschen'; 
$lang['shop_donthave_item'] = 'Du hast dieses Item garnicht!'; 
$lang['shop_discard_exit'] = 'Du hast dein(e) %s gelöscht.'; 
$lang['shop_doesnt_exist'] = 'So ein [B]Shop[/B] existiert nicht!'; 
$lang['u_index'] = 'Klicke %shier%s, um zum Forum zurückzukehren .'; 
 
 
// 
// Admin 
// 
$lang['ashop_index_title'] = '[B]Shop[/B] Editor'; 
$lang['ashop_index_explain'] = 'This section allows you to select a [B]shop[/B] to edit, or create an entirely new [B]shop[/B].'; 
$lang['ashop_index_table1'] = 'Global [B]Shop[/B] Settings'; 
$lang['ashop_index_table2'] = 'Edit Player Inventories'; 
$lang['ashop_index_table3'] = 'Create or Edit Shops'; 
$lang['ashop_shop_districts'] = '[B]Shop[/B] Districts'; 
$lang['ashop_on'] = 'On'; 
$lang['ashop_off'] = 'Off'; 
$lang['ashop_multi_buys'] = 'Multiple Item Buying'; 
$lang['ashop_shop_order'] = '[B]Shop[/B] Item Order'; 
$lang['ashop_restocking'] = '[B]Shop[/B] 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'] = '[B]Shop[/B] 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'] = 'Kosten'; 
$lang['ashop_images'] = 'Bilder'; 
$lang['ashop_link'] = 'Link'; 
$lang['ashop_grouped'] = 'Grupiert'; 
$lang['ashop_normal'] = 'Normal'; 
$lang['ashop_edit_inv'] = 'Inventar bearbeiten'; 
$lang['ashop_find_user'] = 'Username finden'; 
$lang['ashop_edit'] = 'bearbeiten'; 
$lang['ashop_shop_name'] = '[B]Shop[/B] Name'; 
$lang['ashop_shop_type'] = '[B]Shop[/B] Typ'; 
$lang['ashop_restock_time'] = 'Wie oft sollen die Items aufgestockt werden? (in sec.)'; 
$lang['ashop_restock_amt'] = 'Aufstockmenge'; 
$lang['ashop_create_shop'] = '[B]Shop[/B] öffnen'; 
$lang['ashop_shop_created'] = '[B]Shop[/B] erfolgreich eröfnnet!'; 
$lang['ashop_cs_field_missing'] = 'Error: [B]Shop[/B] Name oder Typ falsch eingegeben!'; 
$lang['ashop_cs_create'] = 'Neuen [B]Shop[/B] öffnen'; 
$lang['ashop_cs_table'] = 'Items bearbeiten und erstellen'; 
$lang['ashop_cs_s_name'] = '[B]Shop[/B] Name'; 
$lang['ashop_cs_s_owner'] = '[B]Shop[/B] Besitzer'; 
$lang['ashop_cs_s_type'] = '[B]Shop[/B] Typ'; 
$lang['ashop_cs_d_type'] = 'District Typ (0 oder 1)'; 
$lang['ashop_cs_d_num'] = '[B]Shop[/B] District Number'; 
$lang['ashop_cs_res_time'] = 'Wie oft sollen die Items aufgestockt werden? (in sec.)'; 
$lang['ashop_cs_res_amt'] = 'Aufstockmenge'; 
$lang['ashop_cs_m_tpl'] = 'Haupt-Template'; 
$lang['ashop_cs_i_tpl'] = 'Item Template'; 
$lang['ashop_cs_update'] = 'Aktualisieren/Speichern'; 
$lang['ashop_cs_delete'] = '[B]Shop[/B] Löschen'; 
$lang['ashop_cs_no_items'] = 'Dieser [B]Shop[/B] ist leer.'; 
$lang['ashop_cs_edit'] = 'Item bearbeiten'; 
$lang['ashop_cs_name'] = 'Item Name (Bild muss den selben Namen haben)'; 
$lang['ashop_cs_sname'] = '[B]Shop[/B] (muss exakt sein und existieren)'; 
$lang['ashop_cs_s_desc'] = 'Kurze Beschreibung (max 80 Buchstaben/Ziffern)'; 
$lang['ashop_cs_l_desc'] = 'Lange Beschreibung'; 
$lang['ashop_cs_price'] = 'Preis'; 
$lang['ashop_cs_stock'] = 'Lager'; 
$lang['ashop_cs_maxstock'] = 'Lager max.'; 
$lang['ashop_cs_sold'] = 'Verkauft'; 
$lang['ashop_cs_forumid'] = 'Access Forum ID'; 
$lang['ashop_cs_slink'] = 'Special Link'; 
$lang['ashop_cs_add'] = 'Item hinzufügen'; 
$lang['ashop_cs_table2'] = '[B]Shop[/B] 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'] = '[B]Shop[/B] Editor'; 
$lang['ashop_cs_explain'] = 'This section allows you to select a [B]shop[/B] to add an item, edit a [B]shop[/B]\'s properties or delete a [B]shop[/B].'; 
$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'] = '[B]Shop[/B] Editor'; 
 
$lang['ashop_i_explain'] = 'This section allows you to edit or delete an item.';
 

NiAlMa

Nicht mehr ganz neu hier

AW: Kann jemand Shop Mod übersetzen ?

Ein Wörterbuch bzw. eine Übersetztungsseite im I-net und ein kleines Bitte könnte da doch ein guter Rat sein ;)
 

Weichzeichner

Alles muss funktionieren.

AW: Kann jemand Shop Mod übersetzen ?

Statt 'Fatal Error' würde ich schrecklicher Fehler hinschreiben. :D

Nein Spaß beiseite. Aber was sollte das? Kurz ins Wörterbuch schauen und dann halt die einzelnen Punkte übersetzen. Sowas ist wohl Fleißarbeit und übersteigt nicht deine Fähigkeiten, wie man sehen kann. Wir können ja nicht die komplette Seite für dich machen...
 
Bilder bitte hier hochladen und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Antworten auf deine Fragen:
Neues Thema erstellen

Willkommen auf PSD-Tutorials.de

In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.

Stefan und Matthias Petri von PSD-Tutorials.de

Nächster neuer Gratisinhalt

03
Stunden
:
:
25
Minuten
:
:
19
Sekunden

Flatrate für Tutorials, Assets, Vorlagen

Statistik des Forums

Themen
175.155
Beiträge
2.581.849
Mitglieder
67.221
Neuestes Mitglied
opaklaus
Oben