1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-02 14:24:10 +01:00
OwncloudContactsOfficial/l10n/fi_FI.php

206 lines
10 KiB
PHP
Raw Normal View History

2012-06-06 00:29:28 +02:00
<?php $TRANSLATIONS = array(
2013-04-26 00:50:45 +02:00
"Error getting contact object." => "Virhe yhteystieto-objektin saamisessa.",
2012-09-04 02:04:35 +02:00
"Error reading contact photo." => "Virhe yhteystiedon kuvan lukemisessa.",
2012-08-04 02:04:21 +02:00
"Error saving temporary file." => "Virhe tallennettaessa tilapäistiedostoa.",
2012-09-04 02:04:35 +02:00
"The loading photo is not valid." => "Kuvatiedosto on kelvoton.",
2012-08-11 02:05:58 +02:00
"No photo path was submitted." => "Kuvan polkua ei annettu.",
2012-06-06 00:29:28 +02:00
"File doesn't exist:" => "Tiedostoa ei ole olemassa:",
"Error loading image." => "Virhe kuvaa ladatessa.",
2012-09-04 02:04:35 +02:00
"Error getting PHOTO property." => "Virhe KUVA ominaisuuden saamisessa.",
2012-07-27 02:04:26 +02:00
"Error saving contact." => "Virhe yhteystietoa tallennettaessa.",
"Error resizing image" => "Virhe asettaessa kuvaa uuteen kokoon",
"Error cropping image" => "Virhe rajatessa kuvaa",
"Error creating temporary image" => "Virhe luotaessa väliaikaista kuvaa",
2012-09-04 02:04:35 +02:00
"Error finding image: " => "Virhe. Ei löydetä kuvaa:",
2013-02-26 00:03:53 +01:00
"Key is not set for: " => "Avainta ei ole asetettu: ",
"Value is not set for: " => "Arvoa ei ole asetettu:",
2013-04-26 00:50:45 +02:00
"No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe",
2012-06-06 00:29:28 +02:00
"There is no error, the file uploaded with success" => "Ei virhettä, tiedosto lähetettiin onnistuneesti",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lähetetyn tiedoston koko ylittää upload_max_filesize-asetuksen arvon php.ini-tiedostossa",
2012-09-04 02:04:35 +02:00
"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",
2012-06-06 00:29:28 +02:00
"The uploaded file was only partially uploaded" => "Lähetetty tiedosto lähetettiin vain osittain",
"No file was uploaded" => "Tiedostoa ei lähetetty",
"Missing a temporary folder" => "Tilapäiskansio puuttuu",
2013-04-27 00:54:41 +02:00
"Failed to write to disk" => "Levylle kirjoitus epäonnistui",
"Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä",
2013-04-26 00:50:45 +02:00
"Error uploading contacts to storage." => "Virhe yhteystietojen lataamisessa talletettavaksi.",
2012-08-11 02:05:58 +02:00
"Couldn't save temporary image: " => "Väliaikaiskuvan tallennus epäonnistui:",
"Couldn't load temporary image: " => "Väliaikaiskuvan lataus epäonnistui:",
2012-06-06 00:29:28 +02:00
"Contacts" => "Yhteystiedot",
2012-11-27 00:09:28 +01:00
"Add group..." => "Lisää ryhmä...",
2013-03-16 22:16:04 +01:00
"Indexing contacts" => "Indeksoidaan yhteystietoja",
2013-04-27 00:54:41 +02:00
"Merge failed." => "Yhdistäminen epäonnistui.",
"Merge failed. Error saving contact." => "Yhdistäminen epäonnistui. Virhe yhteystietoa tallennettaessa.",
2012-09-27 02:04:37 +02:00
"Select photo" => "Valitse valokuva",
2012-12-06 00:10:25 +01:00
"Network or server error. Please inform administrator." => "Verkko- tai palvelinvirhe. Ilmoita asiasta ylläpitäjälle.",
"Error adding to group." => "Virhe ryhmään lisättäessä.",
"Error removing from group." => "Virhe poistettaessa ryhmästä.",
2012-12-12 00:10:33 +01:00
"Add address book" => "Lisää osoitekirja.",
"Import done. Click here to cancel reloading." => "Tuonti valmistui. Napsauta tästä peruaksesi uudelleen latauksen.",
2013-04-26 00:50:45 +02:00
"{success} imported, {failed} failed." => "{success} tuotu, {failed} epäonnistui.",
2012-12-09 00:09:39 +01:00
"Not all files uploaded. Retrying..." => "Kaikkia tiedostoja ei lähetetty. Yritetään uudelleen...",
"Something went wrong with the upload, please retry." => "Jokin meni vikaan lähettäessä. Yritä uudelleen.",
2012-12-08 00:08:12 +01:00
"Error" => "Virhe",
2013-01-05 00:02:28 +01:00
"Importing from {filename}..." => "Tuodaan tiedostosta {filename}...",
2012-12-09 00:09:39 +01:00
"Importing..." => "Tuodaan...",
"Unable to upload your file as it is a directory or has 0 bytes" => "Tiedoston lähetys epäonnistui, koska sen koko on 0 tavua tai kyseessä on kansio.",
"Upload Error" => "Lähetysvirhe",
2012-12-08 00:08:12 +01:00
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Tiedosto, jota yrität ladata ylittää suurimman sallitun koon tällä palvelimella.",
2012-12-09 00:09:39 +01:00
"Upload too large" => "Lähetettävä tiedosto on liian suuri",
2013-04-26 00:50:45 +02:00
"Cancel" => "Peru",
2012-11-27 00:09:28 +01:00
"Add group" => "Lisää ryhmä",
2013-04-26 00:50:45 +02:00
"OK" => "OK",
2012-07-27 02:04:26 +02:00
"No files selected for upload." => "Tiedostoja ei ole valittu lähetettäväksi.",
2012-11-27 00:09:28 +01:00
"Edit profile picture" => "Muokkaa profiilikuvaa",
2012-08-22 02:08:16 +02:00
"Error loading profile picture." => "Virhe profiilikuvaa ladatessa.",
2012-12-06 00:10:25 +01:00
"Is this correct?" => "Onko tämä oikein?",
2012-11-25 00:02:56 +01:00
"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.",
2013-01-03 00:04:07 +01:00
"Contact is already in this group." => "Yhteystieto kuuluu jo tähän ryhmään.",
"Contacts are already in this group." => "Yhteystiedot kuuluvat jo tähän ryhmään.",
"Contact is not in this group." => "Yhteystieto ei ole tässä ryhmässä.",
"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",
2013-01-05 00:02:28 +01:00
"You can drag groups to\narrange them as you like." => "Voit järjestää ryhmät vetämällä\nne haluamaasi järjestykseen.",
2013-01-03 00:04:07 +01:00
"All" => "Kaikki",
"Favorites" => "Suosikit",
2013-01-29 00:04:05 +01:00
"Shared by {owner}" => "Jakanut {owner}",
2012-07-27 02:04:26 +02:00
"Result: " => "Tulos: ",
" imported, " => " tuotu, ",
" failed." => " epäonnistui.",
2012-08-22 02:08:16 +02:00
"Displayname cannot be empty." => "Näyttönimi ei voi olla tyhjä.",
2012-09-26 13:27:02 +02:00
"Show CardDav link" => "Näytä CardDav-linkki",
"Show read-only VCF link" => "Näytä vain luku -muodossa oleva VCF-linkki",
"Download" => "Lataa",
"Edit" => "Muokkaa",
"Delete" => "Poista",
"More..." => "Lisää...",
2012-09-27 02:04:37 +02:00
"Less..." => "Vähemmän...",
2013-04-27 00:54:41 +02:00
"Request failed: {error}" => "Pyyntö epäonnistui: {error}",
2012-09-02 02:09:59 +02:00
"There was an error updating the addressbook." => "Virhe osoitekirjaa päivittäessä.",
"There was an error deleting this addressbook." => "Virhe osoitekirjaa poistaessa.",
2013-04-27 00:54:41 +02:00
"Error creating address book" => "Virhe osoitekirjaa luotaessa",
"Error deleting address book" => "Virhe osoitekirjaa poistaessa",
"Error creating contact." => "Virhe yhteystietoa luotaessa.",
"Error deleting contact." => "Virhe yhteystietoa poistaessa.",
"Couldn't find contact." => "Yhteystietoa ei löytynyt.",
"Error saving contact to backend." => "Virhe yhteystietoa tallennettaessa taustaosaan.",
2013-04-26 00:50:45 +02:00
"Information about vCard is incorrect. Please reload the page." => "vCardin tiedot eivät kelpaa. Lataa sivu uudelleen.",
"Error adding group." => "Virhe ryhmää lisättäessä.",
"Group ID missing from request." => "Pyynnöstä puuttuu ryhmän tunniste (ID)",
"Contact ID missing from request." => "Pyynnöstä puuttuu kontaktin tunniste (ID)",
"{name}'s Birthday" => "Henkilön {name} syntymäpäivä",
"Contact" => "Yhteystieto",
"Other" => "Muu",
2013-04-27 00:54:41 +02:00
"HomePage" => "Verkkosivusto",
2012-08-24 02:07:18 +02:00
"Jabber" => "Jabber",
"AIM" => "AIM",
"MSN" => "MSN",
"Twitter" => "Twitter",
"GoogleTalk" => "Google Talk",
"Facebook" => "Facebook",
"XMPP" => "XMPP",
"ICQ" => "ICQ",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
2012-06-06 00:29:28 +02:00
"Work" => "Työ",
"Home" => "Koti",
"Mobile" => "Mobiili",
"Text" => "Teksti",
"Voice" => "Ääni",
"Message" => "Viesti",
"Fax" => "Faksi",
"Video" => "Video",
"Pager" => "Hakulaite",
"Internet" => "Internet",
2012-11-16 00:04:07 +01:00
"Friends" => "Kaverit",
"Family" => "Perhe",
2012-11-27 00:09:28 +01:00
"New Group" => "Uusi ryhmä",
2013-05-01 00:51:09 +02:00
"New Contact" => "Uusi yhteystieto",
2012-12-12 00:10:33 +01:00
"Address books" => "Osoitekirjat",
2013-03-16 22:16:04 +01:00
"New" => "Uusi",
2013-03-26 11:53:44 +01:00
"Display name" => "Näyttönimi",
2012-11-25 00:02:56 +01:00
"Import" => "Tuo",
2012-12-12 00:10:33 +01:00
"Select files to import" => "Valitse tuotavat tiedostot",
"Select files" => "Valitse tiedostot",
2012-12-06 00:10:25 +01:00
"(De-)select all" => "Valitse kaikki tai poista kaikki valinnat",
2012-11-25 00:02:56 +01:00
"Groups" => "Ryhmät",
2012-12-06 00:10:25 +01:00
"Favorite" => "Suosikki",
2013-04-29 00:50:54 +02:00
"Merge selected" => "Yhdistä valitut",
2012-12-08 00:08:12 +01:00
"Delete Contact" => "Poista yhteystieto",
2012-07-27 02:04:26 +02:00
"Close" => "Sulje",
2012-08-03 02:04:12 +02:00
"Keyboard shortcuts" => "Pikanäppäimet",
2012-09-04 02:04:35 +02:00
"Navigation" => "Suunnistus",
2012-08-03 02:04:12 +02:00
"Next contact in list" => "Seuraava yhteystieto luettelossa",
"Previous contact in list" => "Edellinen yhteystieto luettelossa",
2012-09-04 02:04:35 +02:00
"Expand/collapse current addressbook" => "Laajenna/supista nykyinen osoitekirja",
2012-08-11 02:05:58 +02:00
"Next addressbook" => "Seuraava osoitekirja",
"Previous addressbook" => "Edellinen osoitekirja",
2012-07-27 02:04:26 +02:00
"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",
2013-01-17 22:34:34 +01:00
"<h3>You have no contacts in your addressbook.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Osoitekirjassasi ei ole yhteystietoja.</h3><p>Lisää uusi yhteystieto tai tuo olemassa olevia yhteystietoja VCF-tiedostosta.</p>",
2012-11-25 00:02:56 +01:00
"Add contact" => "Lisää yhteystieto",
2012-12-06 00:10:25 +01:00
"Compose mail" => "Lähetä sähköpostia",
2012-11-27 00:09:28 +01:00
"Delete group" => "Poista ryhmä",
2012-07-27 02:04:26 +02:00
"Delete current photo" => "Poista nykyinen valokuva",
"Edit current photo" => "Muokkaa nykyistä valokuvaa",
"Upload new photo" => "Lähetä uusi valokuva",
"Select photo from ownCloud" => "Valitse valokuva ownCloudista",
2012-11-27 00:09:28 +01:00
"First name" => "Etunimi",
2012-11-25 00:02:56 +01:00
"Additional names" => "Lisänimet",
2012-11-27 00:09:28 +01:00
"Last name" => "Sukunimi",
2013-01-17 00:24:51 +01:00
"Select groups" => "Valitse ryhmät",
2013-04-27 00:54:41 +02:00
"Select address book" => "Valitse osoitekirja",
2012-06-06 00:29:28 +02:00
"Nickname" => "Kutsumanimi",
2012-12-11 00:03:50 +01:00
"Enter nickname" => "Anna kutsumanimi",
2012-11-26 00:03:41 +01:00
"Title" => "Otsikko",
2012-11-25 00:02:56 +01:00
"Organization" => "Organisaatio",
2012-11-15 00:03:39 +01:00
"Birthday" => "Syntymäpäivä",
2012-12-06 00:10:25 +01:00
"Notes go here..." => "Muistiinpanot kuuluvat tähän...",
2012-12-15 00:10:22 +01:00
"Export as VCF" => "Vie VCF-muodossa",
2012-11-26 00:03:41 +01:00
"Add" => "Lisää",
2012-11-25 00:02:56 +01:00
"Phone" => "Puhelin",
"Email" => "Sähköposti",
"Instant Messaging" => "Pikaviestintä",
"Address" => "Osoite",
"Note" => "Huomio",
"Web site" => "Verkkosivu",
2012-12-12 00:10:33 +01:00
"Delete contact" => "Poista yhteystieto",
2012-08-03 02:04:12 +02:00
"Preferred" => "Ensisijainen",
2012-06-06 00:29:28 +02:00
"Please specify a valid email address." => "Anna kelvollinen sähköpostiosoite.",
2012-08-24 02:07:18 +02:00
"Mail to address" => "Lähetä sähköpostia",
2012-06-06 00:29:28 +02:00
"Delete email address" => "Poista sähköpostiosoite",
"Enter phone number" => "Anna puhelinnumero",
"Delete phone number" => "Poista puhelinnumero",
2012-11-25 00:02:56 +01:00
"Go to web site" => "Siirry verkkosivulle",
2013-04-27 00:54:41 +02:00
"Delete URL" => "Poista verkko-osoite",
2012-11-25 00:02:56 +01:00
"View on map" => "Näytä kartalla",
2012-11-27 00:09:28 +01:00
"Delete address" => "Poista osoite",
2012-12-11 00:03:50 +01:00
"Street address" => "Katuosoite",
2012-11-27 00:09:28 +01:00
"12345" => "12345",
2012-12-11 00:03:50 +01:00
"Postal code" => "Postinumero",
2013-04-29 00:50:54 +02:00
"Your city" => "Kaupunkisi",
2012-12-11 00:03:50 +01:00
"City" => "Paikkakunta",
2013-04-29 00:50:54 +02:00
"Your country" => "Maasi",
2012-12-11 00:03:50 +01:00
"Country" => "Maa",
2012-08-24 02:07:18 +02:00
"Instant Messenger" => "Pikaviestin",
2012-09-04 02:04:35 +02:00
"Delete IM" => "Poista IM",
2012-12-08 00:08:12 +01:00
"Share" => "Jaa",
"Export" => "Vie",
2012-12-12 00:10:33 +01:00
"CardDAV link" => "CardDAV-linkki",
2012-07-27 02:04:26 +02:00
"The temporary image has been removed from cache." => "Väliaikainen kuva on poistettu välimuistista.",
2012-06-06 00:29:28 +02:00
"CardDAV syncing addresses" => "CardDAV-synkronointiosoitteet",
2012-09-04 02:04:35 +02:00
"more info" => "lisää tietoa",
"Primary address (Kontact et al)" => "Varsinainen osoite (yhteystiedot jne.)",
2012-08-02 02:06:16 +02:00
"iOS/OS X" => "iOS/OS X",
2012-09-07 02:10:31 +02:00
"Addressbooks" => "Osoitekirjat",
2012-08-03 02:04:12 +02:00
"New Address Book" => "Uusi osoitekirja",
"Name" => "Nimi",
"Description" => "Kuvaus",
2012-09-26 13:27:02 +02:00
"Save" => "Tallenna"
2012-06-06 00:29:28 +02:00
);