Guest User

Untitled

a guest
Jun 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. <?php
  2.  
  3. $lang['config']['db']['no_connection'] = "Keine Verbindung zur Datenbank";
  4.  
  5.  
  6. $lang['cancelAuction']['success'] = 'Angebot erfolgreich abgebrochen.';
  7. $lang['cancelAuction']['error'] = 'Fehler beim Abbruch des Angebotes.';
  8.  
  9.  
  10. $lang['newAuction']['no_selling'] = 'Es fehlt die Verkaufserlaubnis f&uuml;r Waren.';
  11. $lang['newAuction']['item_not_allowed'] = ' ist nicht zum Verkauf gestattet.';
  12. $lang['newAuction']['invalid_quantity'] = 'Mengenangabe enthielt keine g&uuml;ltige Zahl.';
  13. $lang['newAuction']['invalid_price'] = 'Preisangabe enthielt keine g&uuml;ltige Zahl.';
  14. $lang['newAuction']['success'] = "Du bietest #sellQuantity# #itemFullName# f&uuml;r #sellPrice# je St&uuml;ck an, die Geb&uuml;hr betr&auml;gt #itemFee#.";
  15. $lang['newAuction']['error'] = "Geb&uuml;hrenbetrag #itemFee#, du verf&uuml;gst nicht &uuml;ber den notwendigen Kontostand.";
  16. $lang['newAuction']['quantity_no_int'] = 'Mengenangabe war nicht ganzzahlig.';
  17. $lang['newAuction']['not_enough_item'] = 'Es stehen nicht so viele dieser Wareneinheiten zur Verf&uuml;gung.';
  18. $lang['newAuction']['price_no_int'] = 'Preisangabe war nicht ganzzahlig';
  19. $lang['newAuction']['two_prices_given'] = 'Es sind keine zwei Preisangaben zul&auml;ssig. Bitte nur eine verwenden.';
  20. $lang['newAuction']['no_owner'] = 'Sie sind nicht der Besitzer dieses Items.';
  21.  
  22.  
  23. $lang['purchaseItem']['no_buy'] = 'Es fehlt die Erlaubnis dieses zu erwerben.';
  24. $lang['purchaseItem']['insufficient_quantity'] = "Bitte eine Mengenangabe gr&ouml;&szlig;er 0 treffen.";
  25. $lang['purchaseItem']['too_many_quantity'] = "Du versuchst mehr als die verfügbare Menge zu erwerben.";
  26. $lang['purchaseItem']['buy_success'] = "Du erwarbst #buyQuantity# #auctionFullname# von #auctionOwner# f&uuml;r #totalPrice#.";
  27. $lang['purchaseItem']['buy_own_item'] = 'Du kannst deine eigenen Angebote nicht ankaufen.';
  28. $lang['purchaseItem']['not_enough_money'] = 'Du verf&uuml;gst nicht über den n&ouml;tigen Kontostand.';
  29.  
  30.  
  31. $lang['server_processing']['unable_to_connect'] = 'Kann nicht zum Server verbinden.';
  32. $lang['server_processing']['unable_to_select'] = 'Kann Datenbank nicht ausw&auml;hlen.';
  33. $lang['server_processing']['form_buy'] = 'Kaufen';
  34. $lang['server_processing']['form_nobuy'] = "kein Kauf";
  35. $lang['server_processing']['form_cancel'] = "Abbruch";
  36.  
  37.  
  38. $lang['graph']['pagetitle'] = 'Web Auction';
  39.  
  40.  
  41. $lang['index']['pagetitle'] = 'Web Auction';
  42. $lang['index']['subtitle'] = 'Aktuelle Angebote';
  43. $lang['index']['th_iteminfo'] = 'Wareninfo';
  44. $lang['index']['th_seller'] = 'Anbieter';
  45. $lang['index']['th_expires'] = 'Ablauf';
  46. $lang['index']['th_quantity'] = 'Menge';
  47. $lang['index']['th_priceeach'] = 'Preis (Einzel)';
  48. $lang['index']['th_pricetotal'] = 'Preis (Gesamt)';
  49. $lang['index']['th_marketprice'] = '% des Marktpreises';
  50. $lang['index']['th_buy'] = 'Kaufen';
  51. $lang['index']['th_cancel'] = 'Abbruch';
  52. $lang['index']['msg_loading'] = 'Lade Daten...';
  53.  
  54.  
  55. $lang['info']['pagetitle'] = 'Web Auction';
  56. $lang['info']['subtitle'] = 'Wareninformationen';
  57. $lang['info']['th_item'] = 'Ware';
  58. $lang['info']['th_numbersold'] = 'verkaufte Menge';
  59. $lang['info']['th_marketprice'] = 'Marktpreis';
  60. $lang['info']['th_valuegraph'] = 'Preisentwicklung';
  61. $lang['info']['btn_valuegraph'] = 'Zeige Grafik';
  62.  
  63.  
  64. $lang['login']['pagetitle'] = 'Web Auction';
  65. $lang['login']['subtitle'] = 'Anmeldung';
  66. $lang['login']['loginfailed'] = "Anmeldung fehlgeschlagen.";
  67. $lang['login']['form_username'] = 'Spielername';
  68. $lang['login']['form_password'] = 'Passwort&nbsp;&nbsp;&nbsp;&nbsp;';
  69. $lang['login']['form_submit'] = 'Anmelden';
  70.  
  71.  
  72. $lang['myauctions']['pagetitle'] = 'Web Auction';
  73. $lang['myauctions']['subtitle_new'] = 'Eines neues Angebot erstellen';
  74. $lang['myauctions']['form_item'] = 'Ware';
  75. $lang['myauctions']['form_infinit_msg'] = "Gebe 0 f&uuml;r eine unendliche Mengenangabenanzahl ein (Nur Admins)";
  76. $lang['myauctions']['form_quantity'] = 'Menge';
  77. $lang['myauctions']['form_price'] = 'Preis (pro St&uuml;ck)';
  78. $lang['myauctions']['form_stackprice'] = 'Preis (pro Menge)';
  79. $lang['myauctions']['form_submit'] = 'Angebot erstellen';
  80. $lang['myauctions']['subtitle'] = 'Meine Angebote';
  81. $lang['myauctions']['th_iteminfo'] = 'Ware';
  82. $lang['myauctions']['th_expires'] = 'Ablauf';
  83. $lang['myauctions']['th_quantity'] = 'Menge';
  84. $lang['myauctions']['th_priceeach'] = 'Preis (Einzel)';
  85. $lang['myauctions']['th_pricetotal'] = 'Preis (Gesamt)';
  86. $lang['myauctions']['th_marketprice'] = '% des Marktpreises';
  87. $lang['myauctions']['th_cancel'] = 'Abbruch';
  88. $lang['myauctions']['btn_cancel'] = 'Abbrechen';
  89.  
  90.  
  91. $lang['myitems']['pagetitle'] = 'Web Auction';
  92. $lang['myitems']['subtitle'] = 'Meine Ware';
  93. $lang['myitems']['not_owner'] = "Du besitzt die Ware nicht.";
  94. $lang['myitems']['th_item'] = 'Ware';
  95. $lang['myitems']['th_quantity'] = 'Menge';
  96. $lang['myitems']['th_marketpriceeach'] = 'Marktpreis (Einzel)';
  97. $lang['myitems']['th_marketpricetotal'] = 'Marktpreis (Gesamt)';
  98. $lang['myitems']['th_mailmeitem'] = 'Ware versenden';
  99. $lang['myitems']['mailit'] = 'Ware mir senden';
  100.  
  101.  
  102. $lang['playerstats']['pagetitle'] = 'Web Auction';
  103. $lang['playerstats']['subtitle'] = 'Spieler Statistik';
  104. $lang['playerstats']['th_player'] = 'Spieler';
  105. $lang['playerstats']['th_itemssold'] = 'verkaufte Ware';
  106. $lang['playerstats']['th_itembought'] = 'gekaufte Ware';
  107. $lang['playerstats']['th_moneygained'] = 'Geld erhalten';
  108. $lang['playerstats']['th_moneyspent'] = 'Geld ausgegeben';
  109. $lang['playerstats']['th_totalprofit'] = 'Gesamtgewinn';
  110.  
  111.  
  112. $lang['topBoxes']['head']['name'] = 'Spieler';
  113. $lang['topBoxes']['head']['money'] = 'Kontostand';
  114. $lang['topBoxes']['head']['mail'] = 'Briefkasten';
  115. $lang['topBoxes']['head']['dateformat'] = 'd.m.Y - H:i';
  116. $lang['topBoxes']['link']['home'] = 'Startseite';
  117. $lang['topBoxes']['link']['myitems'] = 'Meine Ware';
  118. $lang['topBoxes']['link']['myauctions'] = 'Meine Angebote';
  119. $lang['topBoxes']['link']['playerstats'] = 'Spieler Statistiken';
  120. $lang['topBoxes']['link']['iteminfo'] = 'Wareninformationen';
  121. $lang['topBoxes']['link']['transactionlog'] = 'Umsatzprotokoll';
  122. $lang['topBoxes']['link']['logout'] = 'Abmelden';
  123. $lang['topBoxes']['link']['help'] = '<h4>Hinweise zum WebShop</h4>';
  124.  
  125.  
  126. $lang['transactionLog']['pagetitle'] = 'Web Auction';
  127. $lang['transactionLog']['subtitle_buy'] = 'Meine angekaufte Ware';
  128. $lang['transactionLog']['subtitle_sold'] = 'Meine verkaufte Ware';
  129. $lang['transactionLog']['th_time'] = 'Time';
  130. $lang['transactionLog']['th_item'] = 'Ware';
  131. $lang['transactionLog']['th_seller'] = 'Anbieter';
  132. $lang['transactionLog']['th_quantity'] = 'Menge';
  133. $lang['transactionLog']['th_priceeach'] = 'Preis (Einzel)';
  134. $lang['transactionLog']['th_pricetotal'] = 'Preis (Gesamt)';
  135. $lang['transactionLog']['th_marketprice'] = '% des Marktpreises';
  136. $lang['transactionLog']['th_date'] = 'Datum';
  137. $lang['transactionLog']['th_buyer'] = 'K&auml;ufer';
  138.  
  139. //common fields related to tables
  140. $lang['tables']['dateformat'] = 'd.m.Y - H:i';
  141. ?>
Add Comment
Please, Sign In to add comment