2011-09-25 01:12:18 +04:00
< ? php $TRANSLATIONS = array (
2012-01-24 03:42:08 +04:00
" Error (de)activating addressbook. " => " Fejl ved (de)aktivering af adressebogen " ,
" There was an error adding the contact. " => " Der opstod en fejl ved tilføjelse af kontaktpersonen. " ,
" Cannot add empty property. " => " Kan ikke tilføje en egenskab uden indhold. " ,
" At least one of the address fields has to be filled out. " => " Der skal udfyldes mindst et adressefelt. " ,
2012-06-06 02:29:28 +04:00
" Trying to add duplicate property: " => " Kan ikke tilføje overlappende element. " ,
2012-01-24 03:42:08 +04:00
" Error adding contact property. " => " Fejl ved tilføjelse af egenskab. " ,
2012-06-06 02:29:28 +04:00
" No ID provided " => " Intet ID medsendt " ,
" Error setting checksum. " => " Kunne ikke sætte checksum. " ,
" No categories selected for deletion. " => " Der ikke valgt nogle grupper at slette. " ,
" No address books found. " => " Der blev ikke fundet nogen adressebøger. " ,
" No contacts found. " => " Der blev ikke fundet nogen kontaktpersoner. " ,
" Missing ID " => " Manglende ID " ,
" Error parsing VCard for ID: \" " => " Kunne ikke indlæse VCard med ID'en: \" " ,
" Cannot add addressbook with an empty name. " => " Kan ikke tilføje adressebog uden et navn. " ,
2012-01-24 03:42:08 +04:00
" Error adding addressbook. " => " Fejl ved tilføjelse af adressebog. " ,
" Error activating addressbook. " => " Fejl ved aktivering af adressebog. " ,
2012-06-06 02:29:28 +04:00
" No contact ID was submitted. " => " Ingen ID for kontakperson medsendt. " ,
" Error reading contact photo. " => " Kunne ikke indlæse foto for kontakperson. " ,
" Error saving temporary file. " => " Kunne ikke gemme midlertidig fil. " ,
" The loading photo is not valid. " => " Billedet under indlæsning er ikke gyldigt. " ,
" id is not set. " => " Intet ID medsendt. " ,
2012-05-09 14:41:01 +04:00
" Information about vCard is incorrect. Please reload the page. " => " Informationen om vCard er forkert. Genindlæs siden. " ,
2012-01-24 03:42:08 +04:00
" Error deleting contact property. " => " Fejl ved sletning af egenskab for kontaktperson. " ,
2012-06-06 02:29:28 +04:00
" Contact ID is missing. " => " Kontaktperson ID mangler. " ,
" Missing contact id. " => " Kontaktperson ID mangler. " ,
" No photo path was submitted. " => " Der blev ikke medsendt en sti til fotoet. " ,
" File doesn't exist: " => " Filen eksisterer ikke: " ,
" Error loading image. " => " Kunne ikke indlæse billede. " ,
" element name is not set. " => " Element navnet er ikke medsendt. " ,
" checksum is not set. " => " Checksum er ikke medsendt. " ,
" Information about vCard is incorrect. Please reload the page: " => " Informationen om dette VCard stemmer ikke. Genindlæs venligst siden: " ,
" Something went FUBAR. " => " Noget gik grueligt galt. " ,
2012-01-24 03:42:08 +04:00
" Error updating contact property. " => " Fejl ved opdatering af egenskab for kontaktperson. " ,
2012-06-06 02:29:28 +04:00
" Cannot update addressbook with an empty name. " => " Kan ikke opdatére adressebogen med et tomt navn. " ,
2012-01-24 03:42:08 +04:00
" Error updating addressbook. " => " Fejl ved opdatering af adressebog " ,
2012-06-06 02:29:28 +04:00
" Error uploading contacts to storage. " => " Kunne ikke uploade kontaktepersoner til midlertidig opbevaring. " ,
" There is no error, the file uploaded with success " => " Der skete ingen fejl, filen blev succesfuldt uploadet " ,
" The uploaded file exceeds the upload_max_filesize directive in php.ini " => " Den uploadede fil er større end upload_max_filesize indstillingen i php.ini " ,
" The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form " => " Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen " ,
" The uploaded file was only partially uploaded " => " Filen blev kun delvist uploadet. " ,
" No file was uploaded " => " Ingen fil uploadet " ,
" Missing a temporary folder " => " Manglende midlertidig mappe. " ,
2012-01-24 03:42:08 +04:00
" Contacts " => " Kontaktpersoner " ,
2012-06-06 02:29:28 +04:00
" Drop a VCF file to import contacts. " => " Drop en VCF fil for at importere kontaktpersoner. " ,
" Addressbook not found. " => " Adressebogen blev ikke fundet. " ,
2011-09-25 01:12:18 +04:00
" This is not your addressbook. " => " Dette er ikke din adressebog. " ,
2012-01-11 04:06:59 +04:00
" Contact could not be found. " => " Kontaktperson kunne ikke findes. " ,
2011-09-25 01:12:18 +04:00
" Address " => " Adresse " ,
" Telephone " => " Telefon " ,
" Email " => " Email " ,
" Organization " => " Organisation " ,
" Work " => " Arbejde " ,
2012-01-11 04:06:59 +04:00
" Home " => " Hjemme " ,
" Mobile " => " Mobil " ,
" Text " => " SMS " ,
" Voice " => " Telefonsvarer " ,
2012-06-06 02:29:28 +04:00
" Message " => " Besked " ,
2012-01-11 04:06:59 +04:00
" Fax " => " Fax " ,
" Video " => " Video " ,
" Pager " => " Personsøger " ,
2012-06-06 02:29:28 +04:00
" Internet " => " Internet " ,
" { name}'s Birthday " => " { name}'s fødselsdag " ,
2012-01-24 03:42:08 +04:00
" Contact " => " Kontaktperson " ,
2012-01-11 04:06:59 +04:00
" Add Contact " => " Tilføj kontaktperson " ,
2012-01-24 03:42:08 +04:00
" Addressbooks " => " Adressebøger " ,
2012-06-06 02:29:28 +04:00
" Configure Address Books " => " Konfigurer adressebøger " ,
2012-05-09 14:41:01 +04:00
" New Address Book " => " Ny adressebog " ,
2012-06-06 02:29:28 +04:00
" Import from VCF " => " Importer fra VCF " ,
2012-05-09 14:41:01 +04:00
" CardDav Link " => " CardDav-link " ,
" Download " => " Download " ,
" Edit " => " Rediger " ,
" Delete " => " Slet " ,
" Download contact " => " Download kontaktperson " ,
" Delete contact " => " Slet kontaktperson " ,
2012-06-06 02:29:28 +04:00
" Drop photo to upload " => " Drop foto for at uploade " ,
" Format custom, Short name, Full name, Reverse or Reverse with comma " => " Formatter som valgfrit, fuldt navn, efternavn først eller efternavn først med komma " ,
" Edit name details " => " Rediger navnedetaljer. " ,
" Nickname " => " Øgenavn " ,
" Enter nickname " => " Indtast øgenavn " ,
2012-05-09 14:41:01 +04:00
" Birthday " => " Fødselsdag " ,
2012-06-06 02:29:28 +04:00
" dd-mm-yyyy " => " dd-mm-åååå " ,
" Groups " => " Grupper " ,
" Separate groups with commas " => " Opdel gruppenavne med kommaer " ,
" Edit groups " => " Rediger grupper " ,
2012-05-09 14:41:01 +04:00
" Preferred " => " Foretrukken " ,
2012-06-06 02:29:28 +04:00
" Please specify a valid email address. " => " Indtast venligst en gyldig email-adresse. " ,
" Enter email address " => " Indtast email-adresse " ,
" Mail to address " => " Send mail til adresse " ,
" Delete email address " => " Slet email-adresse " ,
" Enter phone number " => " Indtast telefonnummer " ,
" Delete phone number " => " Slet telefonnummer " ,
" View on map " => " Vis på kort " ,
" Edit address details " => " Rediger adresse detaljer " ,
" Add notes here. " => " Tilføj noter her. " ,
" Add field " => " Tilfæj element " ,
" Profile picture " => " Profilbillede " ,
2012-05-09 14:41:01 +04:00
" Phone " => " Telefon " ,
2012-06-06 02:29:28 +04:00
" Note " => " Note " ,
" Delete current photo " => " Slet nuværende foto " ,
" Edit current photo " => " Rediger nuværende foto " ,
" Upload new photo " => " Upload nyt foto " ,
" Select photo from ownCloud " => " Vælg foto fra ownCloud " ,
" Edit address " => " Rediger adresse " ,
2012-01-15 18:12:58 +04:00
" Type " => " Type " ,
2011-09-25 01:12:18 +04:00
" PO Box " => " Postboks " ,
" Extended " => " Udvidet " ,
" Street " => " Vej " ,
" City " => " By " ,
" Region " => " Region " ,
" Zipcode " => " Postnummer " ,
" Country " => " Land " ,
2012-06-06 02:29:28 +04:00
" Edit categories " => " Rediger grupper " ,
2012-01-15 18:12:58 +04:00
" Add " => " Tilføj " ,
2012-05-09 14:41:01 +04:00
" Addressbook " => " Adressebog " ,
2012-06-06 02:29:28 +04:00
" Hon. prefixes " => " Foranstillede titler " ,
" Miss " => " Frøken " ,
" Ms " => " Fru " ,
" Mr " => " Hr. " ,
" Sir " => " Sir " ,
" Mrs " => " Fru " ,
" Dr " => " Dr " ,
" Given name " => " Fornavn " ,
" Additional names " => " Mellemnavne " ,
" Family name " => " Efternavn " ,
" Hon. suffixes " => " Efterstillede titler " ,
" J.D. " => " Cand. Jur. " ,
" M.D. " => " M.D. " ,
" D.O. " => " D.O. " ,
" D.C. " => " D.C. " ,
" Ph.D. " => " Ph.D. " ,
" Esq. " => " Esq. " ,
" Jr. " => " Jr. " ,
" Sn. " => " Sn. " ,
2012-01-24 03:42:08 +04:00
" New Addressbook " => " Ny adressebog " ,
" Edit Addressbook " => " Rediger adressebog " ,
2012-01-15 18:12:58 +04:00
" Displayname " => " Vist navn " ,
" Active " => " Aktiv " ,
" Save " => " Gem " ,
" Submit " => " Gem " ,
2012-06-06 02:29:28 +04:00
" Cancel " => " Fortryd " ,
" Import a contacts file " => " Importer fil med kontaktpersoner " ,
" Please choose the addressbook " => " Vælg venligst adressebog " ,
" create a new addressbook " => " Opret ny adressebog " ,
" Name of new addressbook " => " Navn på ny adressebog " ,
" Import " => " Importer " ,
" Importing contacts " => " Importerer kontaktpersoner " ,
" Select address book to import to: " => " Vælg hvilken adressebog, der skal importeres til: " ,
" Select from HD " => " Vælg fra harddisk. " ,
" You have no contacts in your addressbook. " => " Du har ingen kontaktpersoner i din adressebog. " ,
" Add contact " => " Tilføj kontaktpeson. " ,
" Configure addressbooks " => " Konfigurer adressebøger " ,
" CardDAV syncing addresses " => " CardDAV synkroniserings adresse " ,
" more info " => " mere info " ,
" Primary address (Kontact et al) " => " Primær adresse (Kontak m. fl.) " ,
" iOS/OS X " => " iOS/OS X "
2011-09-25 01:12:18 +04:00
);