]> git.sur5r.net Git - contagged/blob - lang/en.php
PHP5 compatibility and code cleanup
[contagged] / lang / en.php
1 <?
2
3 $lang['ldapab']           = 'The LDAP address book';
4
5 $lang['name']             = 'Last Name';
6 $lang['givenname']        = 'First Name';
7 $lang['title']            = 'Title';
8 $lang['organization']     = 'Company';
9 $lang['office']           = 'Office';
10 $lang['street']           = 'Street No.';
11 $lang['zip']              = 'Postal Code';
12 $lang['location']         = 'City';
13 $lang['phone']            = 'Phone';
14 $lang['fax']              = 'FAX';
15 $lang['mobile']           = 'Mobile';
16 $lang['pager']            = 'Pager';
17 $lang['homephone']        = 'Phone (priv.)';
18 $lang['homestreet']       = 'Address (priv.)';
19 $lang['photo']            = 'Picture';
20 $lang['url']              = 'Website';
21 $lang['note']             = 'Notes';
22 $lang['mail']             = 'E-Mail';
23 $lang['manager']          = 'Key Account';
24
25 $lang['anniversary']      = 'Birthday';
26 $lang['marker']           = 'Tags';
27 $lang['tagcloud']         = 'All used tags, sorted alphabetically. Frequently used tags are shown bigger.';
28
29 $lang['business']         = 'Business';
30 $lang['private']          = 'Private';
31 $lang['extended']         = 'Additional Information';
32
33 $lang['delphoto']         = 'Delete existing photo';
34
35 $lang['notloggedin']      = 'Not logged in';
36 $lang['loggedinas']       = 'Logged in as';
37 $lang['login']            = 'Log in';
38 $lang['logout']           = 'Log out';
39 $lang['edit']             = 'Edit';
40 $lang['show']             = 'Show';
41 $lang['new']              = 'New';
42 $lang['delete']           = 'Delete';
43 $lang['copy']             = 'Copy';
44 $lang['csvexport']        = 'CSV';
45 $lang['vcfexport']        = 'VCard';
46 $lang['vcfimport']        = 'Import';
47 $lang['search']           = 'Search';
48 $lang['submit']           = 'Send';
49 $lang['help']             = 'Help';
50 $lang['select']           = 'Select';
51 $lang['orgs']             = 'Companies';
52 $lang['upload']           = 'Upload';
53
54 $lang['publicbook']       = 'Public Addressbook';
55 $lang['privatebook']      = 'Private Addressbook';
56
57 $lang['username']         = 'Username';
58 $lang['password']         = 'Password';
59 $lang['remember']         = 'Stay logged in on this computer';
60
61 $lang['msg_login']        = 'Please log in!';
62 $lang['msg_loginfail']    = 'Log in failed!';
63 $lang['msg_reallydel']    = 'Really delete entry?';
64 $lang['msg_addto']        = 'Select address book to which the entry should be added:';
65 $lang['msg_jpegonly']     = 'JPEG only';
66 $lang['msg_dateformat']   = 'YYYY-MM-DD';
67 $lang['msg_uploadvcf']    = 'Upload VCard File';
68 $lang['msg_tagsep']       = 'Comma separated';
69
70 $lang['err_noentries']    = 'No entries';
71 $lang['err_ldap']         = 'The LDAP server returned the following errors';
72
73 $lang['openxchange']      = 'Xchange Information';
74 $lang['moreopenxchange']  = 'Xchange Information Cont\'d';
75 $lang['instantmessenger'] = 'Inst Msg';
76 $lang['categories']       = 'Categories';
77 $lang['birthday']         = 'Birthday';
78 $lang['domain']           = 'Mail Domain';
79 $lang['country']          = 'Country';
80 $lang['certificate']      = 'x.509 Cert';
81 $lang['timezone']         = 'Time Zone';
82 $lang['position']         = 'Position';
83 $lang['ipphone']          = 'IP Phone';
84 ?>