Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
core.php
1 <?php
2 /**
3  * Created by JetBrains PhpStorm.
4  * User: Andrey
5  * Date: 2/28/13
6  * Time: 5:29 PM
7  * To change this template use File | Settings | File Templates.
8  */
9 
10 return array(
11  'Price' => 'Preis',
12  'Admin Email'=> 'Admin Email',
13  'Title' => 'Titel',
14  'Quantity'=> 'Menge',
15  'Cart is empty'=>'Warenkorb ist leer',
16  'All items'=>'Alle Produkte',
17  'free'=>'kostenlos',
18  'Total'=>'Gesamt',
19  'Next'=>'Nächste',
20  'Order'=>'Bestellen',
21  'Cart'=>'Warenkorb',
22  'MY CART'=>'Mein Warenkorb',
23  'Item successfully added' => 'Artikel erfolgreich hinzugef&uuml;gt',
24  'Step'=> 'Schritt',
25  'Fields with {required} are required.' => 'Felder mit {required} sind verpflichtend.',
26  'Salutation'=>'Anrede',
27  'First Name'=>'Vorname',
28  'Last Name'=>'Nachname',
29  'Company'=>'Firma',
30  'Date Of Birth'=>'Geburtstag',
31  'Street'=> 'Adresse',
32  'Zip Code'=>'PLZ',
33  'MemberNo'=>'Mitgliedsnummer',
34  'SVNR'=>'SV-Nr.',
35  'City'=>'Stadt',
36  'Country'=>'Land',
37  'Telephone'=>'Telefon',
38  'Email'=>'Email',
39  'Shipping Info'=>'Versandinformation',
40  'Payment Info'=>'Zahlungsinformation',
41  'Verify Code'=>'Code bestätigen',
42  'User Info'=>'User Information',
43  'Finish'=>'Abschliessen',
44  'Get a new code'=>'Neuen Code erstellen',
45  'Items ordered'=>'Bestellte Produkte',
46  'You ordered items'=>'Produkte wurden bestellt',
47  'Buyer' => 'K&auml;ufer',
48  'de' => 'Deutsch',
49  'en' => 'Englisch',
50  'ru' => 'Russisch',
51  'Quantity to add' => 'Bestellmenge'
52 );