Blame view
sources/apps/contacts/l10n/en_GB.php
14.5 KB
|
d1bafeea1
|
1 2 |
<?php $TRANSLATIONS = array( "Contacts" => "Contacts", |
|
6d9380f96
|
3 4 5 |
"Add new LDAP Addressbook" => "Add new LDAP address book", "Ok" => "OK", "Cancel" => "Cancel", |
|
d1bafeea1
|
6 |
"Save" => "Save", |
|
6d9380f96
|
7 8 9 10 11 12 |
"Edit Addressbook" => "Edit address book",
"Starting file import" => "Starting file import",
"Format selected: {format}" => "Format selected: {format}",
"Automatic format detection" => "Automatic format detection",
"Processing {count}/{total} cards" => "Processing {count}/{total} cards",
"Total:{total}, Success:{imported}, Errors:{failed}" => "Total:{total}, Success:{imported}, Errors:{failed}",
|
|
d1bafeea1
|
13 14 15 |
"An address book called {name} already exists" => "An address book called {name} already exists",
"Failed adding address book: {error}" => "Failed adding address book: {error}",
"Failed loading address books: {error}" => "Failed loading address books: {error}",
|
|
6d9380f96
|
16 |
"Server error! Please inform system administator" => "Server error! Please inform a system administrator", |
|
d1bafeea1
|
17 18 19 20 21 22 23 |
"Indexing contacts" => "Indexing contacts",
"Unrecoverable error loading address books: {msg}" => "Unrecoverable error loading address books: {msg}",
"Error." => "Error.",
"Add to..." => "Add to...",
"Remove from..." => "Remove from...",
"Add group..." => "Add group...",
"Invalid URL: \"{url}\"" => "Invalid URL: \"{url}\"",
|
|
d1bafeea1
|
24 25 26 27 28 29 |
"Invalid email: \"{url}\"" => "Invalid email: \"{url}\"",
"Merge failed. Cannot find contact: {id}" => "Merge failed. Cannot find contact: {id}",
"Merge failed." => "Merge failed.",
"Merge failed. Error saving contact." => "Merge failed. Error saving contact.",
"Select photo" => "Select photo",
"Network or server error. Please inform administrator." => "Network or server error. Please inform administrator.",
|
|
6d9380f96
|
30 31 |
"Only images can be used as contact photos" => "Only images can be used as contact photos",
"The size of \"{filename}\" exceeds the maximum allowed {size}" => "The size of \"{filename}\" exceeds the maximum allowed {size}",
|
|
d1bafeea1
|
32 33 |
"Error adding to group." => "Error adding to group.", "Error removing from group." => "Error removing from group.", |
|
6d9380f96
|
34 35 36 |
"You have selected over 300 contacts. This will most likely fail! Click here to try anyway." => "You have selected over 300 contacts. This will most likely fail! Click here to try anyway.", |
|
d1bafeea1
|
37 38 |
"Error setting {name} as favorite." => "Error setting {name} as favourite.",
"Merge contacts" => "Merge contacts",
|
|
d1bafeea1
|
39 40 41 |
"Add group" => "Add group",
"OK" => "OK",
"Could not find contact: {id}" => "Could not find contact: {id}",
|
|
d1bafeea1
|
42 43 |
"Edit profile picture" => "Edit profile picture", "Crop photo" => "Crop photo", |
|
d1bafeea1
|
44 45 |
"Error parsing date: {date}" => "Error parsing date: {date}",
"# groups" => "# groups",
|
|
6d9380f96
|
46 47 |
"Error parsing birthday {bday}" => "Error parsing birthday {bday}",
"The backend does not support multi-byte characters." => "The backend does not support multi-byte characters.",
|
|
d1bafeea1
|
48 49 50 51 52 53 54 55 56 |
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted.",
"Click to undo deletion of {num} contacts" => "Click to undo deletion of {num} contacts",
"Cancelled deletion of {num} contacts" => "Cancelled deletion of {num} contacts",
"Add" => "Add",
"Contact is already in this group." => "Contact is already in this group.",
"Contacts are already in this group." => "Contacts are already in this group.",
"Couldn't get contact list." => "Couldn't get contact list.",
"Contact is not in this group." => "Contact is not in this group.",
"Contacts are not in this group." => "Contacts are not in this group.",
|
|
6d9380f96
|
57 |
"A group named \"{group}\" already exists" => "A group named \"{group}\" already exists",
|
|
d1bafeea1
|
58 |
"Failed renaming group: {error}" => "Failed renaming group: {error}",
|
|
d1bafeea1
|
59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
"You can drag groups to
arrange them as you like." => "You can drag groups to
arrange them as you like.",
"Failed adding group: {error}" => "Failed adding group: {error}",
"All" => "All",
"Favorites" => "Favourites",
"Shared by {owner}" => "Shared by {owner}",
"Not grouped" => "Not grouped",
"Failed loading groups: {error}" => "Failed loading groups: {error}",
"Please choose the addressbook" => "Please choose the address book",
"Import into..." => "Import into...",
"Error loading import template" => "Error loading import template",
"Import contacts" => "Import contacts",
"Import" => "Import",
|
|
6d9380f96
|
73 |
"Importing..." => "Importing...", |
|
d1bafeea1
|
74 75 |
"Import done" => "Import done", "Close" => "Close", |
|
6d9380f96
|
76 |
"Error, missing parameters: " => "Error, missing parameters: ", |
|
d1bafeea1
|
77 |
"Failed loading photo: {error}" => "Failed to load photo: {error}",
|
|
6d9380f96
|
78 |
"You do not have permissions to see this contact" => "You do not have permission to see this contact", |
|
d1bafeea1
|
79 80 81 82 83 84 85 |
"Contact not found" => "Contact not found", "You do not have permissions to see these contacts" => "You do not have permission to see these contacts", "You do not have permissions add contacts to the address book" => "You do not have permission add contacts to the address book", "The backend for this address book does not support adding contacts" => "The backend for this address book does not support adding contacts", "You do not have permissions to delete this contact" => "You do not have permission to delete this contact", "The backend for this address book does not support deleting contacts" => "The backend for this address book does not support deleting contacts", "Unknown error" => "Unknown error", |
|
6d9380f96
|
86 |
"Access denied" => "Access denied", |
|
d1bafeea1
|
87 |
"The backend for this address book does not support updating" => "The backend for this address book does not support updating", |
|
d1bafeea1
|
88 89 |
"You don't have permissions to delete the address book." => "You don't have permission to delete the address book.", "Address book not found" => "Address book not found", |
|
d1bafeea1
|
90 91 |
"You do not have permissions to update this contact" => "You do not have permission to update this contact", "The backend for this contact does not support updating it" => "The backend for this contact does not support updating it", |
|
6d9380f96
|
92 |
"This backend does not support adding contacts" => "This backend does not support adding contacts", |
|
d1bafeea1
|
93 94 95 96 97 |
"Property not found" => "Property not found",
" Missing IM parameter for: " => " Missing IM parameter for: ",
"Unknown IM: " => "Unknown IM: ",
"{name}'s Birthday" => "{name}'s Birthday",
"Error creating address book" => "Error creating address book",
|
|
6d9380f96
|
98 |
"The \"%s\" backend does not support deleting address books" => "The \"%s\" backend does not support deleting address books", |
|
d1bafeea1
|
99 100 101 |
"You do not have permissions to delete the \"%s\" address book" => "You do not have permission to delete the \"%s\" address book", "Error deleting address book" => "Error deleting address book", "Error creating contact." => "Error creating contact.", |
|
6d9380f96
|
102 103 104 105 |
"Error creating contact" => "Error creating contact", "Error deleting contact" => "Error deleting contact", "Error retrieving contact" => "Error retrieving contact", "Error saving contact" => "Error saving contact", |
|
d1bafeea1
|
106 |
"Error removing contact from other address book." => "Error removing contact from other address book.", |
|
6d9380f96
|
107 |
"Error getting moved contact" => "Error getting moved contact", |
|
d1bafeea1
|
108 109 110 111 112 113 114 115 116 |
"Couldn't find contact." => "Couldn't find contact.", "No contact data in request." => "No contact data in request.", "Error merging into contact." => "Error merging into contact.", "Error saving contact to backend." => "Error saving contact to backend.", "Property name is not set." => "Property name is not set.", "Property checksum is not set." => "Property checksum is not set.", "Information about vCard is incorrect. Please reload the page." => "Information about vCard is incorrect. Please reload the page.", "Error updating contact" => "Error updating contact", "Error saving contact to backend" => "Error saving contact to backend", |
|
d1bafeea1
|
117 |
"No photo path was submitted." => "No photo path was submitted.", |
|
6d9380f96
|
118 |
"Error loading image from cache" => "Error loading image from cache", |
|
d1bafeea1
|
119 |
"Error getting PHOTO property." => "Error getting PHOTO property.", |
|
6d9380f96
|
120 |
"Error saving contact." => "Error saving contact.", |
|
d1bafeea1
|
121 122 123 124 125 126 127 128 |
"No group name given." => "No group name given.", "Error adding group." => "Error adding group.", "No group name to rename from given." => "No group name to rename from given.", "No group name to rename to given." => "No group name to rename to given.", "Error renaming group." => "Error renaming group.", "Group ID missing from request." => "Group ID missing from request.", "Group name missing from request." => "Group name missing from request.", "Contact ID missing from request." => "Contact ID missing from request.", |
|
6d9380f96
|
129 130 131 132 133 134 135 |
"No file was uploaded. Unknown error" => "No file was uploaded. Unknown error", "There is no error, the file uploaded with success" => "There is no error, the file uploaded successfully", "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "The uploaded file exceeds the upload_max_filesize directive in php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", "The uploaded file was only partially uploaded" => "The uploaded file was only partially uploaded", "No file was uploaded" => "No file was uploaded", "Missing a temporary folder" => "Missing a temporary folder", |
|
d1bafeea1
|
136 137 138 139 140 141 142 143 144 |
"Failed to write to disk" => "Failed to write to disk", "Not enough storage available" => "Not enough storage available", "Attempt to upload blacklisted file:" => "Attempt to upload blacklisted file:", "Error uploading contacts to storage." => "Error uploading contacts to storage.", "Error moving file to imports folder." => "Error moving file to imports folder.", "You do not have permissions to import into this address book." => "You do not have permission to import into this address book.", "File name missing from request." => "File name missing from request.", "Progress key missing from request." => "Progress key missing from request.", "Attempt to access blacklisted file:" => "Attempt to access blacklisted file:", |
|
d1bafeea1
|
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
"No key is given." => "No key is given.", "No value is given." => "No value is given.", "Could not set preference: " => "Could not set preference: ", "Contact" => "Contact", "Other" => "Other", "HomePage" => "HomePage", "Jabber" => "Jabber", "Internet call" => "Internet call", "AIM" => "AIM", "MSN" => "MSN", "Twitter" => "Twitter", "GoogleTalk" => "GoogleTalk", "Facebook" => "Facebook", "XMPP" => "XMPP", "ICQ" => "ICQ", "Yahoo" => "Yahoo", "Skype" => "Skype", "QQ" => "QQ", "GaduGadu" => "GaduGadu", |
|
6d9380f96
|
164 |
"ownCloud" => "ownCloud", |
|
d1bafeea1
|
165 166 167 168 169 170 171 172 173 174 175 176 |
"Work" => "Work", "Home" => "Home", "Mobile" => "Mobile", "Text" => "Text", "Voice" => "Voice", "Message" => "Message", "Fax" => "Fax", "Video" => "Video", "Pager" => "Pager", "Internet" => "Internet", "Friends" => "Friends", "Family" => "Family", |
|
6d9380f96
|
177 178 179 180 |
"Enable LDAP Backend" => "Enable LDAP backend", "Enable LDAP backend for the contacts application" => "Enable LDAP backend for the contacts application", "Warning: LDAP Backend is in beta mode, use with precautions" => "Warning: LDAP backend is in beta mode, use with caution", "New contact" => "New contact", |
|
d1bafeea1
|
181 |
"Group name" => "Group name", |
|
6d9380f96
|
182 |
"New group" => "New group", |
|
d1bafeea1
|
183 184 185 |
"Address books" => "Address books", "Display name" => "Display name", "Add Address Book" => "Add Address Book", |
|
6d9380f96
|
186 187 |
"Add LDAP Address Book" => "Add LDAP address book", "Automatic format" => "Automatic format", |
|
d1bafeea1
|
188 189 190 191 192 |
"Select file..." => "Select file...", "(De-)select all" => "(De-)select all", "Sort order" => "Sort order", "First- Lastname" => "Firstname Surname", "Last-, Firstname" => "Surname, Firstname", |
|
6d9380f96
|
193 |
"Delete" => "Delete", |
|
d1bafeea1
|
194 |
"Groups" => "Groups", |
|
6d9380f96
|
195 196 197 198 199 200 |
"Download" => "Download", "Merge" => "Merge", "Email" => "Email", "Phone" => "Phone", "Address" => "Address", "Group" => "Group", |
|
d1bafeea1
|
201 202 203 204 205 206 207 208 209 210 211 212 |
"Keyboard shortcuts" => "Keyboard shortcuts", "Navigation" => "Navigation", "Next contact in list" => "Next contact in list", "Previous contact in list" => "Previous contact in list", "Expand/collapse current addressbook" => "Expand/collapse current address book", "Next addressbook" => "Next address book", "Previous addressbook" => "Previous address book", "Actions" => "Actions", "Refresh contacts list" => "Refresh contacts list", "Add new contact" => "Add new contact", "Add new addressbook" => "Add new address book", "Delete current contact" => "Delete current contact", |
|
6d9380f96
|
213 214 |
"You have no contacts in your address book or your address book is disabled." => "You have no contacts in your address book or your address book is disabled.", "Add a new contact or import existing contacts from a VCF file." => "Add a new contact or import existing contacts from a VCF file.", |
|
d1bafeea1
|
215 216 217 218 219 220 |
"Which contact should the data be merged into?" => "Into which contact should the data be merged?", "Delete the other(s) after successful merge?" => "Delete the other(s) after successful merge?", "Compose mail" => "Compose mail", "Delete current photo" => "Delete current photo", "Edit current photo" => "Edit current photo", "Upload new photo" => "Upload new photo", |
|
6d9380f96
|
221 222 |
"Select photo from Files" => "Select photo from Files", "Favorite" => "Favourite", |
|
d1bafeea1
|
223 224 225 226 |
"Name" => "Name", "First name" => "First-name", "Additional names" => "Middle names", "Last name" => "Surname", |
|
6d9380f96
|
227 |
"Address book" => "Address book", |
|
d1bafeea1
|
228 |
"Nickname" => "Nickname", |
|
d1bafeea1
|
229 |
"Title" => "Title", |
|
d1bafeea1
|
230 |
"Organization" => "Organisation", |
|
d1bafeea1
|
231 |
"Birthday" => "Birthday", |
|
6d9380f96
|
232 233 |
"Website" => "Website", "Instant messaging" => "Instant messaging", |
|
d1bafeea1
|
234 |
"Notes go here..." => "Notes go here...", |
|
d1bafeea1
|
235 |
"Add field..." => "Add field...", |
|
d1bafeea1
|
236 |
"Instant Messaging" => "Instant Messaging", |
|
d1bafeea1
|
237 238 |
"Note" => "Note", "Web site" => "Website", |
|
d1bafeea1
|
239 240 241 242 243 244 |
"Preferred" => "Preferred", "Please specify a valid email address." => "Please specify a valid email address.", "someone@example.com" => "someone@example.com", "Mail to address" => "Mail to address", "Delete email address" => "Delete email address", "Enter phone number" => "Enter phone number", |
|
d1bafeea1
|
245 |
"Go to web site" => "Go to website", |
|
d1bafeea1
|
246 |
"View on map" => "View on map", |
|
d1bafeea1
|
247 |
"Street address" => "Street address", |
|
d1bafeea1
|
248 |
"Postal code" => "Postcode", |
|
d1bafeea1
|
249 |
"City" => "City", |
|
d1bafeea1
|
250 |
"State or province" => "State or province", |
|
d1bafeea1
|
251 252 |
"Country" => "Country", "Instant Messenger" => "Instant Messenger", |
|
d1bafeea1
|
253 254 255 256 |
"Active" => "Active", "Share" => "Share", "Export" => "Export", "CardDAV link" => "CardDAV link", |
|
6d9380f96
|
257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
"Edit" => "Edit", "Addressbook URI" => "Address book URI", "URI" => "URI", "Description" => "Description", "LDAP URL" => "LDAP URL", "Anonymous" => "Anonymous", "Read-only" => "Read-only", "Read-Only" => "Read-only", "User" => "User", "Password" => "Password", "Page size" => "Page size", "Base DN for search" => "Base DN for search", "Base DN" => "Base DN", "Search filter" => "Search filter", "Filter" => "Filter", "Base DN for modification" => "Base DN for modification", "Base DN modification" => "Base DN modification", "Connector" => "Connector", "Connector value (Better use external editor and copy/paste)" => "Connector value (Better use external editor and copy/paste)", "Copy from (Warning, replaces current custom value)" => "Copy from (Warning, replaces current custom value)" |
|
d1bafeea1
|
277 |
); |