<?php

$lang['exec save']          = 'Save';
$lang['exec cancel']        = 'Cancel';
$lang['exec edit']          = 'Edit';
$lang['exec delete']        = 'Delete';
$lang['exec search']        = 'Search';


$lang['header edit']        = 'Edit contact';
$lang['header add']         = 'Add new contact';
$lang['results msg']        = 'Results in addressbook';


$lang['form firstname']     = 'First name';
$lang['form surname']       = 'Surname';
$lang['form function']      = 'Function / Position';
$lang['form department']    = 'Department';
$lang['form tel1']          = 'Telephone 1';
$lang['form tel2']          = 'Telephone 2';
$lang['form fax']           = 'Fax';
$lang['form email']         = 'E-Mail';
$lang['form description']   = 'Description';
$lang['form remove']        = 'Remove current photo';
$lang['form upload']        = 'Upload image';
$lang['form upload info']   = 'Only *.jpg-files allowed. Maximum 2 MB';
$lang['form upload info2']  = 'Uploading a new image will automatically overwrite the existing image';

$lang['form search']        = 'Enter search term';


$lang['addressbook']        = 'Addressbook';
$lang['general']            = 'General';
$lang['departments']        = 'Departments';
$lang['elements']           = 'Elements in list';
