Lines Matching refs:lang

9 $lang['title'] = 'Title';
10 $lang['firstname'] = 'First name';
11 $lang['lastname'] = 'Last name';
12 $lang['street'] = 'Street + nr';
13 $lang['postcode'] = 'Postcode';
14 $lang['place'] = 'Place';
15 $lang['country'] = 'Country';
16 $lang['email'] = 'E-Mail';
17 $lang['nr_tickets'] = 'Number of tickets';
18 $lang['remarks'] = 'Remarks';
19 $lang['porto'] = 'Porto';
20 $lang['ppu'] = 'Price per unit';
21 $lang['price'] = 'Price';
22 $lang['ticket'] = 'Ticket';
24 $lang['mandatory_fields'] = '(Fields with <i>*</i> are mandatory!)';
26 $lang['field_title_ms'] = 'Ms.';
27 $lang['field_title_mr'] = 'Mr.';
29 $lang['error'] = 'Errors have occurred:';
30 $lang['error_item_name_not_set'] = 'Parameter <span id="parameter">item_name</span> was not set';
31 $lang['error_abbreviation_not_set'] = 'Parameter <span id="parameter">abbreviation</span> was not s…
32 $lang['error_currency_not_set'] = 'Parameter <span id="parameter">currency</span> was not set';
33 $lang['error_price_not_set'] = 'Parameter <span id="parameter">price</span> was not set';
36 $lang['error_firstname_not_set'] = '<span id="parameter">First name</span> was not set'; …
37 $lang['error_lastname_not_set'] = '<span id="parameter">Last name</span> was not set';
38 $lang['error_street_not_set'] = '<span id="parameter">Street + nr</span> was not set';
39 $lang['error_postcode_not_set'] = '<span id="parameter">Postcode</span> was not set';
40 $lang['error_place_not_set'] = '<span id="parameter">Place</span> was not set';
41 $lang['error_country_not_set'] = '<span id="parameter">Country</span> was not set';
42 $lang['error_email_not_set'] = '<span id="parameter">E-Mail</span> was not set';
43 $lang['error_email_invalid'] = '<span id="parameter">E-Mail</span> was invalid';
44 $lang['error_tickets_not_set'] = '<span id="parameter">Number of tickets</span> were not set';
45 $lang['error_tickets_invalid'] = '<span id="parameter">Number of tickets</span> were invalid'; …
47 $lang['error_check_configuration'] = 'Please check configuration parameters!';
48 $lang['error_conf_bank_account_not_set'] = 'Configuration parameter <span id="parameter">Bank Accou…
49 $lang['error_conf_sender_email_not_set'] = 'Configuration parameter <span id="parameter">Sender E-m…
50 $lang['error_conf_countries_not_set'] = 'Configuration parameter <span id="parameter">Countries</sp…
52 $lang['invalid_'] = 'Invalid ';
54 $lang['enter_values'] = 'Please fill out the form below.';
55 $lang['confirm_values'] = 'Please check and confirm the values.';
57 $lang['confirm'] = 'Confirm Order';
58 $lang['correct'] = 'Correct Values';
59 $lang['send'] = 'Send Order';
61 $lang['thank_you_for_ordering'] = 'Thank you for ordering.';
62 $lang['sent_notice'] = 'The following email has been sent to {name} &lt;{email}&gt;';
64 $lang['send_failure'] = 'The order could not be sent to {email}. Please contact your local administ…