Blame view

sources/apps/contacts/l10n/fi_FI.php 12.6 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
  <?php $TRANSLATIONS = array(
  "Contacts" => "Yhteystiedot",
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
  "Add new LDAP Addressbook" => "Lisää uusi LDAP-osoitekirja",
  "Ok" => "Ok",
  "Cancel" => "Peru",
d1bafeea1   Kload   [fix] Upgrade to ...
6
  "Save" => "Tallenna",
6d9380f96   Cédric Dupont   Update sources OC...
7
8
9
10
11
12
  "Edit Addressbook" => "Muokkaa osoitekirjaa",
  "Starting file import" => "Aloitetaan tiedoston tuominen",
  "Format selected: {format}" => "Muoto valittu: {format}",
  "Automatic format detection" => "Automaattinen muodon havaitseminen",
  "Processing {count}/{total} cards" => "Työstetään {count}/{total} korttia",
  "Total:{total}, Success:{imported}, Errors:{failed}" => "Yhteensä:{total}, onnistui:{imported}, virheitä:{failed}",
d1bafeea1   Kload   [fix] Upgrade to ...
13
14
15
  "An address book called {name} already exists" => "Osoitekirja nimeltä {name} on jo olemassa",
  "Failed adding address book: {error}" => "Osoitekirjan lisääminen epäonnistui: {error}",
  "Failed loading address books: {error}" => "Osoitekirjojen lataaminen epäonnistui: {error}",
6d9380f96   Cédric Dupont   Update sources OC...
16
  "Server error! Please inform system administator" => "Palvelinvirhe! Ilmoita asiasta ylläpitäjälle",
d1bafeea1   Kload   [fix] Upgrade to ...
17
18
19
20
21
22
23
24
25
26
27
28
  "Indexing contacts" => "Indeksoidaan yhteystietoja",
  "Error." => "Virhe.",
  "Add to..." => "Lisää...",
  "Remove from..." => "Poista...",
  "Add group..." => "Lisää ryhmä...",
  "Invalid URL: \"{url}\"" => "Virheellinen verkko-osoite: \"{url}\"",
  "Invalid email: \"{url}\"" => "Virheellinen sähköposti: \"{url}\"",
  "Merge failed. Cannot find contact: {id}" => "Yhdistäminen epäonnistui. Yhteystietoa ei löydy: {id}",
  "Merge failed." => "Yhdistäminen epäonnistui.",
  "Merge failed. Error saving contact." => "Yhdistäminen epäonnistui. Virhe yhteystietoa tallentaessa.",
  "Select photo" => "Valitse valokuva",
  "Network or server error. Please inform administrator." => "Verkko- tai palvelinvirhe. Ilmoita asiasta pääkäyttäjälle.",
6d9380f96   Cédric Dupont   Update sources OC...
29
30
  "Only images can be used as contact photos" => "Vain kuvatiedostoja voi käyttää yhteystietojen kuvina",
  "The size of \"{filename}\" exceeds the maximum allowed {size}" => "Tiedoston \"{filename}\" koko ylittää sallitus enimmäiskoon {size}",
d1bafeea1   Kload   [fix] Upgrade to ...
31
32
  "Error adding to group." => "Virhe ryhmään lisättäessä.",
  "Error removing from group." => "Virhe poistaessa ryhmästä.",
6d9380f96   Cédric Dupont   Update sources OC...
33
34
35
  "You have selected over 300 contacts.
  This will most likely fail! Click here to try anyway." => "Olet valinnut yli 300 yhteystietoa.
  Tämä johtaa mitä luultavimmin epäonnistumiseen! Napsauta tästä yrittääksesi silti.",
d1bafeea1   Kload   [fix] Upgrade to ...
36
  "Merge contacts" => "Yhdistä yhteystiedot",
d1bafeea1   Kload   [fix] Upgrade to ...
37
38
39
  "Add group" => "Lisää ryhmä",
  "OK" => "OK",
  "Could not find contact: {id}" => "Yhteystietoa ei löydy: {id}",
d1bafeea1   Kload   [fix] Upgrade to ...
40
41
42
43
44
45
46
  "Edit profile picture" => "Muokkaa profiilikuvaa",
  "Crop photo" => "Rajaa valokuva",
  "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Jotkin yhteystiedot on merkitty poistettaviksi, mutta niitä ei ole vielä poistettu. Odota hetki, että kyseiset yhteystiedot poistetaan.",
  "Add" => "Lisää",
  "Contact is already in this group." => "Yhteystieto on jo tässä ryhmässä.",
  "Contacts are already in this group." => "Yhteystiedot ovat jo tässä ryhmässä.",
  "Contact is not in this group." => "Yhteystieto ei ole tässä ryhmässä.",
6d9380f96   Cédric Dupont   Update sources OC...
47
48
  "Contacts are not in this group." => "Yhteystiedot eivät ole tässä ryhmässä.",
  "A group named \"{group}\" already exists" => "Ryhmä nimeltä \"{group}\" on jo olemassa",
d1bafeea1   Kload   [fix] Upgrade to ...
49
  "Failed renaming group: {error}" => "Ryhmän nimen muuttaminen epäonnistui: {error}",
d1bafeea1   Kload   [fix] Upgrade to ...
50
51
52
53
54
55
56
57
58
59
60
  "You can drag groups to
  arrange them as you like." => "Voit raahata ryhmiä järjestääksesi
  ne haluamallasi tavalla.",
  "Failed adding group: {error}" => "Virhe ryhmää lisätessä: {error}",
  "All" => "Kaikki",
  "Favorites" => "Suosikit",
  "Shared by {owner}" => "Jakanut {owner}",
  "Not grouped" => "Ei ryhmitelty",
  "Failed loading groups: {error}" => "Ryhmien lataaminen epäonnistui: {error}",
  "Please choose the addressbook" => "Valitse osoitekirja",
  "Import into..." => "Tuo..",
6d9380f96   Cédric Dupont   Update sources OC...
61
62
  "Error loading import template" => "Virhe ladattaessa tuontipohjaa",
  "Import contacts" => "Tuo yhteystiedot",
d1bafeea1   Kload   [fix] Upgrade to ...
63
  "Import" => "Tuo",
6d9380f96   Cédric Dupont   Update sources OC...
64
  "Importing..." => "Tuodaan...",
d1bafeea1   Kload   [fix] Upgrade to ...
65
66
  "Import done" => "Tuonti valmis",
  "Close" => "Sulje",
6d9380f96   Cédric Dupont   Update sources OC...
67
  "Error, missing parameters: " => "Virhe, puuttuvat parametrit:",
d1bafeea1   Kload   [fix] Upgrade to ...
68
  "Failed loading photo: {error}" => "Kuvan lataaminen epäonnistui: {error}",
6d9380f96   Cédric Dupont   Update sources OC...
69
  "You do not have permissions to see this contact" => "Oikeutesi eivät riitä tämän yhteystiedon katseluun",
d1bafeea1   Kload   [fix] Upgrade to ...
70
71
72
  "Contact not found" => "Yhteystietoa ei löydy",
  "You do not have permissions to see these contacts" => "Käyttöoikeutesi eivät riitä näiden yhteystietojen katselemiseen",
  "You do not have permissions add contacts to the address book" => "Oikeutesi eivät riitä yhteystietojen lisäämiseen osoitekirjaan",
6d9380f96   Cédric Dupont   Update sources OC...
73
  "The backend for this address book does not support adding contacts" => "Tämän osoitekirjan taustaosa ei tue yhteystietojen lisäämistä",
d1bafeea1   Kload   [fix] Upgrade to ...
74
  "You do not have permissions to delete this contact" => "Oikeutesi eivät riitä tämän yhteystiedon poistamiseen",
6d9380f96   Cédric Dupont   Update sources OC...
75
  "The backend for this address book does not support deleting contacts" => "Tämän osoitekirjan taustaosa ei tue yhteystietojen poistamista",
d1bafeea1   Kload   [fix] Upgrade to ...
76
  "Unknown error" => "Tuntematon virhe",
6d9380f96   Cédric Dupont   Update sources OC...
77
78
  "Access denied" => "Pääsy estetty",
  "The backend for this address book does not support updating" => "Tämän osoitekirjan taustaosa ei tue päivittämistä",
d1bafeea1   Kload   [fix] Upgrade to ...
79
80
  "You don't have permissions to delete the address book." => "Oikeutesi eivät riitä tämän osoitekirjan poistamiseen.",
  "Address book not found" => "Osoitekirjaa ei löytynyt",
d1bafeea1   Kload   [fix] Upgrade to ...
81
82
83
84
85
  "You do not have permissions to update this contact" => "Oikeutesi eivät riitä tämän yhteystiedon päivittämiseen",
  "Property not found" => "Ominaisuutta ei löydy",
  "Unknown IM: " => "Tuntematon IM-arvo.",
  "{name}'s Birthday" => "Henkilön {name} syntymäpäivä",
  "Error creating address book" => "Virhe osoitekirjaa luotaessa",
d1bafeea1   Kload   [fix] Upgrade to ...
86
87
88
  "You do not have permissions to delete the \"%s\" address book" => "Käyttöoikeutesi eivät riitä osoitekirjan \"%s\" poistamiseen",
  "Error deleting address book" => "Virhe osoitekirjaa poistaessa",
  "Error creating contact." => "Virhe yhteystietoa luotaessa.",
6d9380f96   Cédric Dupont   Update sources OC...
89
90
91
92
93
94
95
96
  "Error creating contact" => "Virhe yhteystietoa luotaessa",
  "Error deleting contact" => "Virhe yhteystietoa poistaessa",
  "Error retrieving contact" => "Virhe yhteystietoa noutaessa",
  "Error saving contact" => "Virhe yhteystietoa tallennettaessa",
  "Couldn't find contact." => "Yhteystietoa ei löytynyt.",
  "Error saving contact to backend." => "Virhe tallennettaessa yhteystietoa taustaosaan.",
  "Property name is not set." => "Ominaisuuden nimeä ei ole asetettu.",
  "Property checksum is not set." => "Ominaisuuden tarkistesummaa ei ole asetettu.",
d1bafeea1   Kload   [fix] Upgrade to ...
97
98
  "Information about vCard is incorrect. Please reload the page." => "vCardin tiedot eivät kelpaa. Lataa sivu uudelleen.",
  "Error updating contact" => "Virhe yhteystietoa päivittäessä",
6d9380f96   Cédric Dupont   Update sources OC...
99
100
101
102
103
104
105
  "Error saving contact to backend" => "Virhe tallennettaessa yhteystietoa taustajärjestelmään",
  "No photo path was submitted." => "Kuvan polkua ei annettu.",
  "Error loading image from cache" => "Virhe ladatessa kuvaa välimuistista",
  "Error getting PHOTO property." => "Virhe KUVA ominaisuuden saamisessa.",
  "Error saving contact." => "Virhe yhteystietoa tallennettaessa.",
  "Error adding group." => "Virhe ryhmää lisättäessä.",
  "Error renaming group." => "Virhe muuttaessa ryhmän nimeä.",
d1bafeea1   Kload   [fix] Upgrade to ...
106
107
108
109
110
111
112
  "No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe",
  "There is no error, the file uploaded with success" => "Ei virheitä, tiedosto lähetettiin onnistuneesti",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lähetetty tiedosto ylittää upload_max_filesize-arvon rajan php.ini-tiedostossa",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Ladattavan tiedoston maksimikoko ylittää MAX_FILE_SIZE dirketiivin, joka on määritelty HTML-lomakkeessa",
  "The uploaded file was only partially uploaded" => "Tiedoston lähetys onnistui vain osittain",
  "No file was uploaded" => "Yhtäkään tiedostoa ei lähetetty",
  "Missing a temporary folder" => "Tilapäiskansio puuttuu",
d1bafeea1   Kload   [fix] Upgrade to ...
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
  "Failed to write to disk" => "Levylle kirjoitus epäonnistui",
  "Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä",
  "Error uploading contacts to storage." => "Virhe yhteystietojen lataamisessa talletettavaksi.",
  "You do not have permissions to import into this address book." => "Sinulla ei ole oikeuksia tuoda tähän osoitekirjaan.",
  "File name missing from request." => "Tiedoston nimi puuttuu pyynnöstä.",
  "No value is given." => "Arvoa ei ole annettu.",
  "Contact" => "Yhteystieto",
  "Other" => "Muu",
  "HomePage" => "Kotisivu",
  "Jabber" => "Jabber",
  "Internet call" => "Internet-puhelu",
  "AIM" => "AIM",
  "MSN" => "MSN",
  "Twitter" => "Twitter",
  "GoogleTalk" => "Google Talk",
  "Facebook" => "Facebook",
  "XMPP" => "XMPP",
  "ICQ" => "ICQ",
  "Yahoo" => "Yahoo",
  "Skype" => "Skype",
  "QQ" => "QQ",
  "GaduGadu" => "GaduGadu",
6d9380f96   Cédric Dupont   Update sources OC...
135
  "ownCloud" => "ownCloud",
d1bafeea1   Kload   [fix] Upgrade to ...
136
137
138
139
140
141
142
143
144
145
146
147
  "Work" => "Työ",
  "Home" => "Koti",
  "Mobile" => "Mobiili",
  "Text" => "Teksti",
  "Voice" => "Ääni",
  "Message" => "Viesti",
  "Fax" => "Faksi",
  "Video" => "Video",
  "Pager" => "Hakulaite",
  "Internet" => "Internet",
  "Friends" => "Kaverit",
  "Family" => "Perhe",
6d9380f96   Cédric Dupont   Update sources OC...
148
149
150
151
  "Enable LDAP Backend" => "Käytä LDAP-taustaosaa",
  "Enable LDAP backend for the contacts application" => "Käytä LDAP-taustaosaa yhteystietosovellukselle",
  "Warning: LDAP Backend is in beta mode, use with precautions" => "Varoitus: LDAP-taustaosa on beta-tilassa, käytä varoen",
  "New contact" => "Uusi yhteystieto",
d1bafeea1   Kload   [fix] Upgrade to ...
152
  "Group name" => "Ryhmän nimi",
6d9380f96   Cédric Dupont   Update sources OC...
153
  "New group" => "Uusi ryhmä",
d1bafeea1   Kload   [fix] Upgrade to ...
154
155
156
  "Address books" => "Osoitekirjat",
  "Display name" => "Näyttönimi",
  "Add Address Book" => "Lisää osoitekirja",
6d9380f96   Cédric Dupont   Update sources OC...
157
158
  "Add LDAP Address Book" => "Lisää LDAP-osoitekirja",
  "Automatic format" => "Automaattinen muoto",
d1bafeea1   Kload   [fix] Upgrade to ...
159
160
161
162
  "Select file..." => "Valitse tiedosto...",
  "Sort order" => "Lajittelujärjestys",
  "First- Lastname" => "Etu-/sukunimi",
  "Last-, Firstname" => "Suku-/etunimi",
6d9380f96   Cédric Dupont   Update sources OC...
163
  "Delete" => "Poista",
d1bafeea1   Kload   [fix] Upgrade to ...
164
  "Groups" => "Ryhmät",
6d9380f96   Cédric Dupont   Update sources OC...
165
166
167
168
169
170
  "Download" => "Lataa",
  "Merge" => "Yhdistä",
  "Email" => "Sähköpostiosoite",
  "Phone" => "Puhelin",
  "Address" => "Osoite",
  "Group" => "Ryhmä",
d1bafeea1   Kload   [fix] Upgrade to ...
171
172
173
174
175
176
177
178
179
180
181
182
  "Keyboard shortcuts" => "Pikanäppäimet",
  "Navigation" => "Suunnistus",
  "Next contact in list" => "Seuraava yhteystieto luettelossa",
  "Previous contact in list" => "Edellinen yhteystieto luettelossa",
  "Expand/collapse current addressbook" => "Laajenna/supista nykyinen osoitekirja",
  "Next addressbook" => "Seuraava osoitekirja",
  "Previous addressbook" => "Edellinen osoitekirja",
  "Actions" => "Toiminnot",
  "Refresh contacts list" => "Päivitä yhteystietoluettelo",
  "Add new contact" => "Lisää uusi yhteystieto",
  "Add new addressbook" => "Lisää uusi osoitekirja",
  "Delete current contact" => "Poista nykyinen yhteystieto",
6d9380f96   Cédric Dupont   Update sources OC...
183
184
185
186
  "You have no contacts in your address book or your address book is disabled." => "Osoitekirjassasi ei ole yhteystietoja, tai osoitekirjasi on pois käytöstä.",
  "Add a new contact or import existing contacts from a VCF file." => "Lisää uusi yhteystieto tai tuo olemassa olevia yhteystietoja VCF-tiedostosta.",
  "Which contact should the data be merged into?" => "Mihin yhteystietoon tiedot tulee yhdistää?",
  "Delete the other(s) after successful merge?" => "Poistetaanko muut onnistuneen yhdistämisen jälkeen?",
d1bafeea1   Kload   [fix] Upgrade to ...
187
188
189
190
  "Compose mail" => "Lähetä sähköpostia",
  "Delete current photo" => "Poista nykyinen valokuva",
  "Edit current photo" => "Muokkaa nykyistä valokuvaa",
  "Upload new photo" => "Lähetä uusi valokuva",
6d9380f96   Cédric Dupont   Update sources OC...
191
192
  "Select photo from Files" => "Valitse kuva tiedostoista",
  "Favorite" => "Suosikki",
d1bafeea1   Kload   [fix] Upgrade to ...
193
194
195
196
  "Name" => "Nimi",
  "First name" => "Etunimi",
  "Additional names" => "Lisänimet",
  "Last name" => "Sukunimi",
6d9380f96   Cédric Dupont   Update sources OC...
197
  "Address book" => "Osoitekirja",
d1bafeea1   Kload   [fix] Upgrade to ...
198
  "Nickname" => "Kutsumanimi",
d1bafeea1   Kload   [fix] Upgrade to ...
199
200
201
  "Title" => "Otsikko",
  "Organization" => "Organisaatio",
  "Birthday" => "Syntymäpäivä",
6d9380f96   Cédric Dupont   Update sources OC...
202
203
  "Website" => "Verkkosivusto",
  "Instant messaging" => "Pikaviestintä",
d1bafeea1   Kload   [fix] Upgrade to ...
204
  "Notes go here..." => "Muistiinpanot kuuluvat tähän...",
d1bafeea1   Kload   [fix] Upgrade to ...
205
  "Add field..." => "Lisää kenttä...",
d1bafeea1   Kload   [fix] Upgrade to ...
206
  "Instant Messaging" => "Pikaviestintä",
d1bafeea1   Kload   [fix] Upgrade to ...
207
208
  "Note" => "Muistio",
  "Web site" => "Verkkosivu",
d1bafeea1   Kload   [fix] Upgrade to ...
209
210
  "Preferred" => "Ensisijainen",
  "Please specify a valid email address." => "Anna kelvollinen sähköpostiosoite.",
6d9380f96   Cédric Dupont   Update sources OC...
211
  "someone@example.com" => "esimerkki@osoite.fi",
d1bafeea1   Kload   [fix] Upgrade to ...
212
213
214
  "Mail to address" => "Lähetä sähköpostia",
  "Delete email address" => "Poista sähköpostiosoite",
  "Enter phone number" => "Anna puhelinnumero",
d1bafeea1   Kload   [fix] Upgrade to ...
215
216
  "Go to web site" => "Siirry verkkosivulle",
  "View on map" => "Näytä kartalla",
d1bafeea1   Kload   [fix] Upgrade to ...
217
218
219
220
221
  "Street address" => "Katuosoite",
  "Postal code" => "Postinumero",
  "City" => "Paikkakunta",
  "Country" => "Maa",
  "Instant Messenger" => "Pikaviestin",
d1bafeea1   Kload   [fix] Upgrade to ...
222
223
224
225
  "Active" => "Aktiivinen",
  "Share" => "Jaa",
  "Export" => "Vie",
  "CardDAV link" => "CardDAV-linkki",
6d9380f96   Cédric Dupont   Update sources OC...
226
227
228
229
230
231
232
233
  "Edit" => "Muokkaa",
  "Description" => "Kuvaus",
  "LDAP URL" => "LDAP-osoite",
  "Read-only" => "Vain luku",
  "Read-Only" => "Vain luku",
  "User" => "Käyttäjä",
  "Password" => "Salasana",
  "Base DN" => "Oletus DN"
d1bafeea1   Kload   [fix] Upgrade to ...
234
  );