summaryrefslogtreecommitdiffstats
path: root/l10n/sv.js
blob: 71ddbc4069eb695fb333eb19c9f56f6a1a897ffc (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
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "Kontakter",
    "No contacts in here" : "Det finns inga kontakter här",
    "Name" : "Namn",
    "Add contact" : "Lägg till en kontakt",
    "Country" : "Land",
    "All contacts" : "Alla kontakter",
    "{addressbook} shared by {owner}" : "{addressbook} delad av {owner}",
    "Nickname" : "Smeknamn",
    "Organisation" : "Organisation",
    "Note" : "Notering",
    "Url" : "Url",
    "Title" : "Rubrik",
    "Role" : "Roll",
    "Address" : "Adress",
    "Home" : "Hem",
    "Work" : "Arbete",
    "Other" : "Annat",
    "Categories" : "Kategorier",
    "Birthday" : "Födelsedag",
    "E-Mail" : "E-post",
    "Instant Messaging" : "Instant Messaging",
    "Telephone" : "Telefon",
    "Home, voice" : "Röst, hem",
    "Work, voice" : "Telefon, arbete",
    "Home, fax" : "Fax, hem",
    "Work, fax" : "Fax, arbete",
    "Pager" : "Personsökare",
    "Voice" : "Röst",
    "Fax" : "Fax",
    "Mobile" : "Mobil"
},
"nplurals=2; plural=(n != 1);");