1<?php
2
3$lang['exec save']          = 'Save';
4$lang['exec cancel']        = 'Cancel';
5$lang['exec edit']          = 'Edit';
6$lang['exec delete']        = 'Delete';
7$lang['exec search']        = 'Search';
8
9
10$lang['header edit']        = 'Edit contact';
11$lang['header add']         = 'Add new contact';
12$lang['results msg']        = 'Results in addressbook';
13
14
15$lang['form firstname']     = 'First name';
16$lang['form surname']       = 'Surname';
17$lang['form function']      = 'Function / Position';
18$lang['form department']    = 'Department';
19$lang['form tel1']          = 'Telephone 1';
20$lang['form tel2']          = 'Telephone 2';
21$lang['form fax']           = 'Fax';
22$lang['form email']         = 'E-Mail';
23$lang['form description']   = 'Description';
24$lang['form remove']        = 'Remove current photo';
25$lang['form upload']        = 'Upload image';
26$lang['form upload info']   = 'Only *.jpg-files allowed. Maximum 2 MB';
27$lang['form upload info2']  = 'Uploading a new image will automatically overwrite the existing image';
28
29$lang['form search']        = 'Enter search term';
30
31
32$lang['addressbook']        = 'Addressbook';
33$lang['general']            = 'General';
34$lang['departments']        = 'Departments';
35$lang['elements']           = 'Elements in list';
36