1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/sv.php

155 lines
7.7 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2012-05-09 12:41:01 +02:00
"There was an error adding the contact." => "Det uppstod ett fel när kontakt skulle läggas till",
2012-07-30 02:05:41 +02:00
"id is not set." => "ID är inte satt.",
"Could not parse contact: " => "Kunde inte läsa kontakt:",
2012-05-09 12:41:01 +02:00
"Cannot add empty property." => "Kan inte lägga till en tom egenskap",
"At least one of the address fields has to be filled out." => "Minst ett fält måste fyllas i",
2012-07-30 02:05:41 +02:00
"Error adding contact property: " => "Kunde inte lägga till egenskap för kontakt:",
2012-08-02 02:06:16 +02:00
"Error (de)activating addressbook." => "Fel när (av)aktivera adressbok",
"Cannot update addressbook with an empty name." => "Kan inte uppdatera adressboken med ett tomt namn.",
"Error updating addressbook." => "Fel uppstod när adressbok skulle uppdateras",
2012-06-06 00:29:28 +02:00
"No ID provided" => "Inget ID angett",
"Error setting checksum." => "Fel uppstod när kontrollsumma skulle sättas.",
"No categories selected for deletion." => "Inga kategorier valda för borttaging",
"No address books found." => "Ingen adressbok funnen.",
"No contacts found." => "Inga kontakter funna.",
"Missing ID" => "ID saknas",
"No contact ID was submitted." => "Inget kontakt-ID angavs.",
"Error reading contact photo." => "Fel uppstod när ",
"Error saving temporary file." => "Fel uppstod när temporär fil skulle sparas.",
"The loading photo is not valid." => "Det laddade fotot är inte giltigt.",
2012-05-09 12:41:01 +02:00
"Information about vCard is incorrect. Please reload the page." => "Information om vCard är felaktigt. Vänligen ladda om sidan.",
"Error deleting contact property." => "Fel uppstod när kontaktegenskap skulle tas bort",
2012-06-06 00:29:28 +02:00
"Contact ID is missing." => "Kontakt-ID saknas.",
"No photo path was submitted." => "Ingen sökväg till foto angavs.",
"File doesn't exist:" => "Filen existerar inte.",
"Error loading image." => "Fel uppstod när bild laddades.",
2012-07-30 02:05:41 +02:00
"Error saving contact." => "Fel vid sparande av kontakt.",
"Error resizing image" => "Fel vid storleksförändring av bilden",
"Error cropping image" => "Fel vid beskärning av bilden",
"Error creating temporary image" => "Fel vid skapande av tillfällig bild",
"Error finding image: " => "Kunde inte hitta bild",
2012-06-06 00:29:28 +02:00
"checksum is not set." => "kontrollsumma är inte satt.",
"Information about vCard is incorrect. Please reload the page: " => "Informationen om vCard är fel. Ladda om sidan:",
2012-05-09 12:41:01 +02:00
"Error updating contact property." => "Fel uppstod när kontaktegenskap skulle uppdateras",
2012-06-06 00:29:28 +02:00
"Error uploading contacts to storage." => "Fel uppstod när kontakt skulle lagras.",
"There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den uppladdade filen överskrider upload_max_filesize direktivet i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uppladdade filen överskrider MAX_FILE_SIZE direktivet som har angetts i HTML formuläret",
"The uploaded file was only partially uploaded" => "Den uppladdade filen var bara delvist uppladdad",
"No file was uploaded" => "Ingen fil laddades upp",
"Missing a temporary folder" => "En temporär mapp saknas",
2012-07-30 02:05:41 +02:00
"Couldn't save temporary image: " => "Kunde inte spara tillfällig bild:",
"Couldn't load temporary image: " => "Kunde inte ladda tillfällig bild:",
"No file was uploaded. Unknown error" => "Ingen fil uppladdad. Okänt fel",
2012-05-09 12:41:01 +02:00
"Contacts" => "Kontakter",
2012-07-30 02:05:41 +02:00
"Sorry, this functionality has not been implemented yet" => "Tyvärr är denna funktion inte införd än",
"Not implemented" => "Inte införd",
"Couldn't get a valid address." => "Kunde inte hitta en giltig adress.",
"Error" => "Fel",
"This property has to be non-empty." => "Denna egenskap får inte vara tom.",
"Couldn't serialize elements." => "Kunde inte serialisera element.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" anropades utan typargument. Vänligen rapportera till bugs.owncloud.org",
"Edit name" => "Ändra namn",
"No files selected for upload." => "Inga filer valda för uppladdning",
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Filen du försöker ladda upp är större än den maximala storleken för filuppladdning på denna server.",
"Select type" => "Välj typ",
"Result: " => "Resultat:",
" imported, " => "importerad,",
" failed." => "misslyckades.",
2012-01-11 01:06:59 +01:00
"This is not your addressbook." => "Det här är inte din adressbok.",
"Contact could not be found." => "Kontakt kunde inte hittas.",
"Address" => "Adress",
"Telephone" => "Telefon",
"Email" => "E-post",
"Organization" => "Organisation",
"Work" => "Arbete",
"Home" => "Hem",
"Mobile" => "Mobil",
"Text" => "Text",
"Voice" => "Röst",
2012-06-06 00:29:28 +02:00
"Message" => "Meddelande",
2012-01-11 01:06:59 +01:00
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Personsökare",
2012-06-06 00:29:28 +02:00
"Internet" => "Internet",
2012-07-30 02:05:41 +02:00
"Birthday" => "Födelsedag",
"Business" => "Företag",
"Call" => "Ring",
"Clients" => "Kunder",
"Deliverer" => "Leverera",
"Holidays" => "Helgdagar",
"Ideas" => "Idéer",
2012-06-06 00:29:28 +02:00
"{name}'s Birthday" => "{name}'s födelsedag",
2012-08-03 02:04:12 +02:00
"Contact" => "Kontakt",
2012-01-11 01:06:59 +01:00
"Add Contact" => "Lägg till kontakt",
2012-07-30 02:05:41 +02:00
"Import" => "Importera",
2012-05-09 12:41:01 +02:00
"Addressbooks" => "Adressböcker",
2012-07-30 02:05:41 +02:00
"Close" => "Stäng",
2012-06-06 00:29:28 +02:00
"Drop photo to upload" => "Släpp foto för att ladda upp",
2012-07-30 02:05:41 +02:00
"Delete current photo" => "Ta bort aktuellt foto",
"Edit current photo" => "Redigera aktuellt foto",
"Upload new photo" => "Ladda upp ett nytt foto",
"Select photo from ownCloud" => "Välj foto från ownCloud",
2012-06-06 00:29:28 +02:00
"Format custom, Short name, Full name, Reverse or Reverse with comma" => " anpassad, korta namn, hela namn, bakåt eller bakåt med komma",
"Edit name details" => "Redigera detaljer för namn",
2012-08-02 02:06:16 +02:00
"Delete" => "Radera",
2012-06-06 00:29:28 +02:00
"Nickname" => "Smeknamn",
"Enter nickname" => "Ange smeknamn",
"dd-mm-yyyy" => "dd-mm-åååå",
"Groups" => "Grupper",
"Separate groups with commas" => "Separera grupperna med kommatecken",
"Edit groups" => "Editera grupper",
2012-05-09 12:41:01 +02:00
"Preferred" => "Föredragen",
2012-06-06 00:29:28 +02:00
"Please specify a valid email address." => "Vänligen ange en giltig e-postadress",
"Enter email address" => "Ange e-postadress",
"Mail to address" => "Posta till adress.",
"Delete email address" => "Ta bort e-postadress",
"Enter phone number" => "Ange ett telefonnummer",
"Delete phone number" => "Ta bort telefonnummer",
"View on map" => "Visa på karta",
"Edit address details" => "Redigera detaljer för adress",
"Add notes here." => "Lägg till noteringar här.",
"Add field" => "Lägg till fält",
2012-05-09 12:41:01 +02:00
"Phone" => "Telefon",
2012-06-06 00:29:28 +02:00
"Note" => "Notering",
2012-07-30 02:05:41 +02:00
"Download contact" => "Ladda ner kontakt",
"Delete contact" => "Radera kontakt",
"The temporary image has been removed from cache." => "Den tillfälliga bilden har raderats från cache.",
2012-06-06 00:29:28 +02:00
"Edit address" => "Editera adress",
2012-05-09 12:41:01 +02:00
"Type" => "Typ",
2012-01-11 01:06:59 +01:00
"PO Box" => "Postbox",
"Extended" => "Utökad",
"City" => "Stad",
"Region" => "Län",
"Zipcode" => "Postnummer",
"Country" => "Land",
2012-05-09 12:41:01 +02:00
"Addressbook" => "Adressbok",
2012-06-06 00:29:28 +02:00
"Miss" => "Herr",
"Ms" => "Ingen adressbok funnen.",
"Mr" => "Fru",
"Mrs" => "Fröken",
"Dr" => "Dr",
"Given name" => "Förnamn",
"Additional names" => "Mellannamn",
"Family name" => "Efternamn",
"Ph.D." => "Fil.dr.",
"Import a contacts file" => "Importera en kontaktfil",
"Please choose the addressbook" => "Vänligen välj adressboken",
"create a new addressbook" => "skapa en ny adressbok",
"Name of new addressbook" => "Namn för ny adressbok",
"Importing contacts" => "Importerar kontakter",
"You have no contacts in your addressbook." => "Du har inga kontakter i din adressbok.",
"Add contact" => "Lägg till en kontakt",
"Configure addressbooks" => "Konfigurera adressböcker",
"CardDAV syncing addresses" => "CardDAV synkningsadresser",
"more info" => "mera information",
"Primary address (Kontact et al)" => "Primär adress (Kontakt o.a.)",
2012-08-02 02:06:16 +02:00
"iOS/OS X" => "iOS/OS X",
"Download" => "Nedladdning",
"Edit" => "Redigera",
2012-08-03 02:04:12 +02:00
"New Address Book" => "Ny adressbok",
"Save" => "Spara",
"Cancel" => "Avbryt"
2012-01-11 01:06:59 +01:00
);