]> git.sur5r.net Git - contagged/blob - inc/lang/en.php
ef06d762c0ca6265e64c124719302de16e3c4cbc
[contagged] / inc / lang / en.php
1 <?php
2 /**
3  * English language file
4  *
5  * @author Andreas Gohr <gohr@cosmocode.de>
6  */
7
8 $lang['ldapab']           = 'The LDAP address book';
9
10 $lang['name']             = 'Last Name';
11 $lang['givenname']        = 'First Name';
12 $lang['title']            = 'Title';
13 $lang['organization']     = 'Company';
14 $lang['office']           = 'Office';
15 $lang['street']           = 'Street No.';
16 $lang['zip']              = 'Postal Code';
17 $lang['location']         = 'City';
18 $lang['state']            = 'State';
19 $lang['phone']            = 'Phone';
20 $lang['switchboard']      = 'Switchboard';
21 $lang['fax']              = 'FAX';
22 $lang['mobile']           = 'Mobile';
23 $lang['pager']            = 'Pager';
24 $lang['homephone']        = 'Phone (priv.)';
25 $lang['homestreet']       = 'Address (priv.)';
26 $lang['photo']            = 'Picture';
27 $lang['url']              = 'Website';
28 $lang['note']             = 'Notes';
29 $lang['mail']             = 'E-Mail';
30 $lang['manager']          = 'Key Account';
31
32 $lang['anniversary']      = 'Anniversary';
33 $lang['marker']           = 'Tags';
34 $lang['tagcloud']         = 'All used tags, sorted alphabetically. Frequently used tags are shown bigger.';
35
36 $lang['business']         = 'Business';
37 $lang['private']          = 'Private';
38 $lang['extended']         = 'Additional Information';
39 $lang['communication']    = 'Communication';
40
41 $lang['delphoto']         = 'Delete existing photo';
42
43 $lang['notloggedin']      = 'Not logged in';
44 $lang['loggedinas']       = 'Logged in as';
45 $lang['login']            = 'Log in';
46 $lang['logout']           = 'Log out';
47 $lang['edit']             = 'Edit';
48 $lang['show']             = 'Show';
49 $lang['new']              = 'New';
50 $lang['delete']           = 'Delete';
51 $lang['copy']             = 'Copy';
52 $lang['map']              = 'Map';
53 $lang['csvexport']        = 'CSV';
54 $lang['vcfexport']        = 'VCard';
55 $lang['vcfimport']        = 'Import';
56 $lang['search']           = 'Search';
57 $lang['submit']           = 'Save';
58 $lang['help']             = 'Help';
59 $lang['select']           = 'Select';
60 $lang['orgs']             = 'Companies';
61 $lang['upload']           = 'Upload';
62
63 $lang['publicbook']       = 'Public Addressbook';
64 $lang['privatebook']      = 'Private Addressbook';
65
66 $lang['username']         = 'Username';
67 $lang['password']         = 'Password';
68 $lang['remember']         = 'Stay logged in on this computer';
69
70 $lang['msg_login']        = 'Please log in!';
71 $lang['msg_loginfail']    = 'Log in failed!';
72 $lang['msg_reallydel']    = 'Really delete entry?';
73 $lang['msg_addto']        = 'Select address book to which the entry should be added:';
74 $lang['msg_jpegonly']     = 'JPEG only';
75 $lang['msg_dateformat']   = 'YYYY-MM-DD';
76 $lang['msg_uploadvcf']    = 'Upload VCard File';
77 $lang['msg_tagsep']       = 'Comma separated';
78
79 $lang['err_noentries']       = 'No entries';
80 $lang['err_ldap']            = 'The LDAP server returned the following errors';
81 $lang['err_wrongFileType']   = 'The file is no image.';
82 $lang['err_fileNotUploaded'] = 'The file cannot be uploaded, may its to huge?';
83
84 $lang['openxchange']      = 'Xchange Information';
85 $lang['moreopenxchange']  = 'Xchange Information Cont\'d';
86 $lang['instantmessenger'] = 'Inst Msg';
87 $lang['birthday']         = 'Birthday';
88 $lang['domain']           = 'Mail Domain';
89 $lang['country']          = 'Country';
90 $lang['certificate']      = 'x.509 Cert';
91 $lang['timezone']         = 'Time Zone';
92 $lang['position']         = 'Position';
93 $lang['department']       = 'Department';
94 $lang['ipphone']          = 'IP Phone';
95 $lang['spouse']           = 'Spouse';
96
97 $lang['lettertabs'] = 'A B C D E F G H I J K L M N O P Q R S T U V W X Y Z';