Changeset e1a3f0c in github
- Timestamp:
- Feb 21, 2006 6:12:51 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a6a3f1e
- Parents:
- 6666979
- Location:
- program/localization/en_GB
- Files:
-
- 2 edited
-
labels.inc (modified) (5 diffs)
-
messages.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/localization/en_GB/labels.inc
r6666979 re1a3f0c 106 106 $labels['unread'] = 'Unread'; 107 107 108 $labels['compact'] = 'Compact'; 109 $labels['empty'] = 'Empty'; 110 $labels['purge'] = 'Purge'; 111 112 $labels['quota'] = 'Disk usage'; 113 114 108 115 // message compose 109 116 $labels['compose'] = 'Compose a message'; 110 117 $labels['sendmessage'] = 'Send the message now'; 111 118 $labels['addattachment'] = 'Attach a file'; 119 $labels['charset'] = 'Charset'; 112 120 113 121 $labels['attachments'] = 'Attachments'; … … 140 148 141 149 $labels['newcontact'] = 'Create new contact card'; 150 $labels['addcontact'] = 'Add selected contact to your addressbook'; 142 151 $labels['deletecontact'] = 'Delete selected contacts'; 143 152 $labels['composeto'] = 'Compose mail to'; … … 146 155 $labels['export'] = 'Export'; 147 156 157 // LDAP search 158 $labels['ldapsearch'] = 'LDAP directory search'; 159 160 $labels['ldappublicsearchname'] = 'Contact name'; 161 $labels['ldappublicsearchtype'] = 'Exact match?'; 162 $labels['ldappublicserverselect'] = 'Select servers'; 163 $labels['ldappublicsearchfield'] = 'Search on'; 164 $labels['ldappublicsearchform'] = 'Look for a contact'; 165 $labels['ldappublicsearch'] = 'Search'; 148 166 149 167 // settings … … 167 185 $labels['signature'] = 'Signature'; 168 186 187 $labels['folder'] = 'Folder'; 169 188 $labels['folders'] = 'Folders'; 170 189 $labels['foldername'] = 'Folder name'; … … 175 194 $labels['managefolders'] = 'Manage folders'; 176 195 196 $labels['sortby'] = 'Sort by'; 197 $labels['sortasc'] = 'Sort ascending'; 198 $labels['sortdesc'] = 'Sort descending'; 177 199 178 200 ?> -
program/localization/en_GB/messages.inc
rc9d09bb re1a3f0c 32 32 33 33 $messages['mailboxempty'] = 'Mailbox is empty'; 34 35 $messages['loading'] = 'Loading...'; 34 36 35 37 $messages['loadingdata'] = 'Loading data...';
Note: See TracChangeset
for help on using the changeset viewer.
