Blame view
sources/apps/contacts/l10n/en_GB.php
14.6 KB
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 |
<?php $TRANSLATIONS = array(
"Contacts" => "Contacts",
"Save" => "Save",
"Uploading..." => "Uploading...",
"Importing..." => "Importing...",
"Preparing..." => "Preparing...",
"Imported {count} of {total} contacts" => "Imported {count} of {total} contacts",
"Imported {imported} contacts. {failed} failed." => "Imported {imported} contacts. {failed} failed.",
"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}",
"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}\"",
"There was an error opening a mail composer." => "There was an error opening a mail composer.",
"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.",
"Error adding to group." => "Error adding to group.",
"Error removing from group." => "Error removing from group.",
"Error setting {name} as favorite." => "Error setting {name} as favourite.",
"Merge contacts" => "Merge contacts",
"Cancel" => "Cancel",
"Add group" => "Add group",
"OK" => "OK",
"Could not find contact: {id}" => "Could not find contact: {id}",
"No files selected for upload." => "No files selected for upload.",
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "The file you are trying to upload exceeds the maximum size for file uploads on this server.",
"Edit profile picture" => "Edit profile picture",
"Crop photo" => "Crop photo",
"Is this correct?" => "Is this correct?",
"Error parsing date: {date}" => "Error parsing date: {date}",
"# groups" => "# groups",
"Error parsing birthday {bday}: {error}" => "Error parsing birthday {bday}: {error}",
"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.",
"Failed renaming group: {error}" => "Failed renaming group: {error}",
"A group named {group} already exists" => "A group named {group} already exists",
"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",
"Import done" => "Import done",
"Close" => "Close",
"Error" => "Error",
"Displayname cannot be empty." => "Displayname cannot be empty.",
"Show CardDav link" => "Show CardDav link",
"Show read-only VCF link" => "Show read-only VCF link",
"Download" => "Download",
"Edit" => "Edit",
"Delete" => "Delete",
"More..." => "More...",
"Less..." => "Less...",
"Server error! Please inform system administator" => "Server error! Please inform a system administrator",
"Failed loading photo: {error}" => "Failed to load photo: {error}",
"You do not have permissions to see this contacts" => "You do not have permission to see these contacts",
"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",
"The backend for this address book does not support updating" => "The backend for this address book does not support updating",
"You don't have permissions to update the address book." => "You don't have permission to update the address book.",
"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",
"You do not have permissions to see this contact" => "You do not have permission to see this contact",
"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",
"This backend not support adding contacts" => "This backend not support adding contacts",
"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",
"Error updating address book" => "Error updating address book",
"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.",
"Error deleting contact." => "Error deleting contact.",
"Error retrieving contact." => "Error retrieving contact.",
"Error saving contact." => "Error saving contact.",
"Error removing contact from other address book." => "Error removing contact from other address book.",
"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",
"Error getting user photo" => "Error getting user photo",
"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",
"Couldn't load temporary image: " => "Couldn't load temporary image: ",
"Couldn't save temporary image: " => "Couldn't save temporary image: ",
"No photo path was submitted." => "No photo path was submitted.",
"File doesn't exist:" => "File doesn't exist:",
"Error loading image." => "Error loading image.",
"Image has been removed from cache" => "Image has been removed from cache",
"Error creating temporary image" => "Error creating temporary image",
"Error cropping image" => "Error cropping image",
"Error resizing image" => "Error resizing image",
"Error getting PHOTO property." => "Error getting PHOTO property.",
"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.",
"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:",
"No contacts found in: " => "No contacts found in: ",
"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",
"Work" => "Work",
"Home" => "Home",
"Mobile" => "Mobile",
"Text" => "Text",
"Voice" => "Voice",
"Message" => "Message",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager",
"Internet" => "Internet",
"Friends" => "Friends",
"Family" => "Family",
"New Contact" => "New Contact",
"Group name" => "Group name",
"New Group" => "New Group",
"Address books" => "Address books",
"Display name" => "Display name",
"Add Address Book" => "Add Address Book",
"Select file..." => "Select file...",
"(De-)select all" => "(De-)select all",
"Sort order" => "Sort order",
"First- Lastname" => "Firstname Surname",
"Last-, Firstname" => "Surname, Firstname",
"Groups" => "Groups",
"Favorite" => "Favourite",
"Merge selected" => "Merge selected",
"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",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>",
"Add contact" => "Add contact",
"Delete group" => "Delete group",
"Rename group" => "Rename group",
"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",
"Select photo from ownCloud" => "Select photo from ownCloud",
"Name" => "Name",
"First name" => "First-name",
"Additional names" => "Middle names",
"Last name" => "Surname",
"Select groups" => "Select groups",
"Select address book" => "Select address book",
"Nickname" => "Nickname",
"Enter nickname" => "Enter nickname",
"Title" => "Title",
"Enter title" => "Enter title",
"Organization" => "Organisation",
"Enter organization" => "Enter organisation",
"Birthday" => "Birthday",
"Notes go here..." => "Notes go here...",
"Export as VCF" => "Export as VCF",
"Add field..." => "Add field...",
"Phone" => "Phone",
"Email" => "Email",
"Instant Messaging" => "Instant Messaging",
"Address" => "Address",
"Note" => "Note",
"Web site" => "Website",
"Delete contact" => "Delete contact",
"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",
"Delete phone number" => "Delete phone number",
"Go to web site" => "Go to website",
"Delete URL" => "Delete URL",
"View on map" => "View on map",
"Delete address" => "Delete address",
"1600 Pennsylvania Avenue, NW" => "1600 Pennsylvania Avenue, NW",
"Street address" => "Street address",
"20500" => "20500",
"Postal code" => "Postcode",
"Washington, DC" => "Washington, DC",
"City" => "City",
"District of Columbia" => "District of Columbia",
"State or province" => "State or province",
"USA" => "USA",
"Country" => "Country",
"Instant Messenger" => "Instant Messenger",
"Delete IM" => "Delete IM",
"Active" => "Active",
"Share" => "Share",
"Export" => "Export",
"CardDAV link" => "CardDAV link",
"CardDAV syncing addresses" => "CardDAV syncing addresses",
"more info" => "more info",
"Primary address (Kontact et al)" => "Primary address (Kontact et al)",
"iOS/OS X" => "iOS/OS X",
"Addressbooks" => "Address books",
"New Address Book" => "New Address Book",
"Description" => "Description"
);
|