Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sv.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fb5fd4996f31647c7320c9df5629070c50dab97 (plain)
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
<?php
$TRANSLATIONS = array(
"Mail" => "Mail",
"Error while loading the accounts." => "Fel vid laddning av konto.",
"you" => "du",
"Error while loading the selected account." => "Fel vid inläsning av valt konto.",
"Error while loading messages." => "Fel vid inläsning av meddelanden.",
"Choose a folder to store the attachment in" => "Välj en mapp att spara den bifogade filen i",
"Attachments saved to Files." => "Bilagor sparas till filer.",
"Attachment saved to Files." => "Bilagor sparas till filer.",
"Error while saving attachments to Files." => "Fel vid sparande bilagor till filer.",
"Error while saving attachment to Files." => "Fel vid sparande bilagor till filer.",
"Error while loading the selected message." => "Fel vid inläsning av valda meddelandet.",
"Connecting …" => "ansluter ...",
"Unknown error" => "Okänt fel",
"Error while creating an account: " => "Fel när du skapade konto:",
"Connect" => "Anslut",
"Sending …" => "Sänder ...",
"Reply" => "Svara",
"Error sending the reply." => "Fel att skicka svaret.",
"Error while deleting account." => "Fel vid radering av konto.",
"Choose a file to add as attachment" => "Välj en fil att lägga som bilaga",
"Message could not be starred. Please try again." => "Meddelande kan inte starta. Försök igen.",
"Error while deleting message." => "Fel vid radering av  meddelande.",
"Checking mail …" => "Kontrollerar e-post ...",
"Loading …" => "Laddar ...",
"Load more …" => "Ladda mer ...",
"Check mail" => "Kontrollera e-post",
"Send" => "Skicka",
"Inbox" => "Inkorg",
"Sent" => "Skickad",
"Drafts" => "Utkast",
"Archive" => "Arkiv",
"Trash" => "Papperskorgen",
"Junk" => "Skräp",
"All" => "Alla",
"Starred" => "Stjärnmärkt",
"Creating account failed: " => "Skapa konto misslyckades:",
"Auto detect failed. Please use manual mode." => "Automatisk detektering misslyckades. Vänligen använd manuellt läge.",
"from" => "från",
"+ cc/bcc" => "+ kopia/hemlig kopia",
"to" => "till",
"cc" => "kopia",
"bcc" => "hemlig kopia",
"Subject" => "Rubrik",
"Message …" => "Meddelande ...",
"Add attachment from Files" => "Bifoga från Filer",
"Open Mail App" => "Öppna e-postprogram",
"Back to website" => "Tillbaka till webbplatsen",
"Error loading message" => "Fel vid laddning av meddelande",
"Download attachment" => "Ladda ner bilaga",
"Save to Files" => "Spara till Filer",
"Save all to Files" => "Spara allt till Filer",
"+ cc" => "+ kopia",
"Reply …" => "Svara ...",
"Forward" => "Vidarebefordra",
"No messages in this folder!" => "Inga meddelanden i denna mapp!",
"Connect your mail account" => "Anslut ditt e-postkonto",
"Name" => "Namn",
"Mail Address" => "E-postadress",
"IMAP Password" => "IMAP-lösenord",
"Manual configuration" => "Manuell konfiguration",
"IMAP Host" => "IMAP-värd",
"none" => "ingen",
"IMAP Port" => "IMAP-port",
"IMAP User" => "IMAP-användare",
"SMTP Host" => "SMTP-värd",
"SMTP Port" => "SMTP-port",
"SMTP User" => "SMTP-användare",
"SMTP Password" => "SMTP-lösenord",
"Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." => "Vidarbofordrar dig till %s - klicka här om du inte automatiskt omdirigeras inom några sekunder.",
"Redirect Warning" => "Omdirigeringsvarning",
"The previous page is sending you to %s." => "Föregående sida skickar dig till %s.",
"If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." => "Om du inte vill besöka den sidan kan du återvända till <a href=\"%s\">mail appen</a>.",
"Click here to visit the website." => "Klicka här för att besöka webbplatsen."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";