mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
2083d40d9d
commit
f7a8eabf4e
@ -67,6 +67,8 @@
|
||||
" imported, " => "Importado.",
|
||||
" failed." => "Fallo.",
|
||||
"Displayname cannot be empty." => "El nombre a mostrar no puede estar vacío.",
|
||||
"You do not have the permissions to update this addressbook." => "No tiene permisos para actualizar esta libreta de direcciones.",
|
||||
"There was an error updating the addressbook." => "Hubo un error actualizando la libreta de direcciones.",
|
||||
"You do not have the permissions to delete this addressbook." => "No tienes permisos para eliminar esta libreta de direcciones.",
|
||||
"There was an error deleting this addressbook." => "Hubo un error eliminando esta libreta de direcciones.",
|
||||
"Addressbook not found: " => "Libreta de direcciones no encontrada:",
|
||||
@ -109,6 +111,7 @@
|
||||
"Questions" => "Preguntas",
|
||||
"{name}'s Birthday" => "Cumpleaños de {name}",
|
||||
"Contact" => "Contacto",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "No tiene permisos para añadir contactos a esta libreta de direcciones.",
|
||||
"Could not find the vCard with ID." => "No se puede encontrar la vCard con ID.",
|
||||
"You do not have the permissions to edit this contact." => "No tiene permisos para editar este contacto.",
|
||||
"Could not find the vCard with ID: " => "No se puede encontrar la vCard con ID:",
|
||||
|
@ -66,6 +66,10 @@
|
||||
" imported, " => " inportatua, ",
|
||||
" failed." => "huts egin du.",
|
||||
"Displayname cannot be empty." => "Bistaratzeko izena ezin da hutsik egon.",
|
||||
"You do not have the permissions to update this addressbook." => "Ez duzu helbide-liburu hau eguneratzeko baimenik.",
|
||||
"There was an error updating the addressbook." => "Errore bat izan da helbide-liburua eguneratzean.",
|
||||
"You do not have the permissions to delete this addressbook." => "Ez duzu helbide-liburu hau ezabatzeko baimenik.",
|
||||
"There was an error deleting this addressbook." => "Errore bat izan da helbide-liburu hau ezabatzean.",
|
||||
"Addressbook not found: " => "Helbide-liburua ez da aurkitu:",
|
||||
"This is not your addressbook." => "Hau ez da zure helbide liburua.",
|
||||
"Contact could not be found." => "Ezin izan da kontaktua aurkitu.",
|
||||
@ -107,8 +111,13 @@
|
||||
"Questions" => "Galderak",
|
||||
"{name}'s Birthday" => "{name}ren jaioteguna",
|
||||
"Contact" => "Kontaktua",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Ez duzu helbide-liburu honetara kontaktuak gehitzeko baimenik.",
|
||||
"Could not find the vCard with ID." => "Ezin izan da IDa duen vCard-a aurkitu.",
|
||||
"You do not have the permissions to edit this contact." => "Ez duzu kontaktu hau editatzeko baimenik.",
|
||||
"Could not find the vCard with ID: " => "Ezin izan da hurrengo IDa duen vCard-a aurkitu:",
|
||||
"Could not find the Addressbook with ID: " => "Ezin izan da hurrengo IDa duen helbide-liburua aurkitu:",
|
||||
"You do not have the permissions to delete this contact." => "Ez duzu kontaktu hau ezabatzeko baimenik.",
|
||||
"There was an error deleting this contact." => "Errore bat izan da kontaktua ezabatzean.",
|
||||
"Add Contact" => "Gehitu kontaktua",
|
||||
"Import" => "Inportatu",
|
||||
"Settings" => "Ezarpenak",
|
||||
|
@ -1,22 +1,44 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "Virhe osoitekirjan (de)aktivoinnissa ",
|
||||
"id is not set." => "Tunnistetta (ID) ei ole asetettu.",
|
||||
"Cannot update addressbook with an empty name." => "Osoitekirjaa ei voida päivittää, koska nimi on tyhjä.",
|
||||
"No ID provided" => "Tunnistetta (ID) ei ole tarjottu",
|
||||
"Error setting checksum." => "Virhe asettaessa tarkistussummaa.",
|
||||
"No categories selected for deletion." => "Luokkia ei ole valittu poistettavaksi.",
|
||||
"No address books found." => "Osoitekirjoja ei löytynyt.",
|
||||
"No contacts found." => "Yhteystietoja ei löytynyt.",
|
||||
"element name is not set." => "kohteen nimeä ei ole asetettu.",
|
||||
"Could not parse contact: " => "Ei kyetä tulkitsemaan yhteystietoa:",
|
||||
"Cannot add empty property." => "Tyhjää ominaisuutta ei voi lisätä.",
|
||||
"At least one of the address fields has to be filled out." => "Vähintään yksi osoitekenttä tulee täyttää.",
|
||||
"Trying to add duplicate property: " => "Yritetään lisätä kaksinkertainen ominaisuus",
|
||||
"Missing IM parameter." => "Puuttuva IM-arvo.",
|
||||
"Unknown IM: " => "Tuntematon IM-arvo.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "vCardin tiedot eivät kelpaa. Lataa sivu uudelleen.",
|
||||
"Missing ID" => "Puuttuva tunniste (ID)",
|
||||
"Error parsing VCard for ID: \"" => "Virhe jäsennettäessä vCardia tunnisteelle: \"",
|
||||
"checksum is not set." => "tarkistussummaa ei ole asetettu.",
|
||||
"Information about vCard is incorrect. Please reload the page: " => "vCard osoitetietueen tiedot ovat virheelliset. Virkistä sivu uudestaan: ",
|
||||
"Something went FUBAR. " => "Jokin meni pahasti pieleen.",
|
||||
"No contact ID was submitted." => "Yhteystiedon tunnistetta (ID) ei lähetetty.",
|
||||
"Error reading contact photo." => "Virhe yhteystiedon kuvan lukemisessa.",
|
||||
"Error saving temporary file." => "Virhe tallennettaessa tilapäistiedostoa.",
|
||||
"The loading photo is not valid." => "Kuvatiedosto on kelvoton.",
|
||||
"Contact ID is missing." => "Yhteystiedon tunniste (ID) puuttuu.",
|
||||
"No photo path was submitted." => "Kuvan polkua ei annettu.",
|
||||
"File doesn't exist:" => "Tiedostoa ei ole olemassa:",
|
||||
"Error loading image." => "Virhe kuvaa ladatessa.",
|
||||
"Error getting contact object." => "Virhe yhteystieto-objektin saamisessa.",
|
||||
"Error getting PHOTO property." => "Virhe KUVA ominaisuuden saamisessa.",
|
||||
"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",
|
||||
"Error finding image: " => "Virhe. Ei löydetä kuvaa:",
|
||||
"Error uploading contacts to storage." => "Virhe yhteystietojen lataamisessa talletettavaksi.",
|
||||
"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",
|
||||
"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" => "Lähetetty tiedosto lähetettiin vain osittain",
|
||||
"No file was uploaded" => "Tiedostoa ei lähetetty",
|
||||
"Missing a temporary folder" => "Tilapäiskansio puuttuu",
|
||||
@ -24,11 +46,19 @@
|
||||
"Couldn't load temporary image: " => "Väliaikaiskuvan lataus epäonnistui:",
|
||||
"No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe",
|
||||
"Contacts" => "Yhteystiedot",
|
||||
"Sorry, this functionality has not been implemented yet" => "Sori, tätä toiminnallisuutta ei ole vielä toteutettu",
|
||||
"Not implemented" => "Ei toteutettu",
|
||||
"Couldn't get a valid address." => "Ei kyetä saamaan kelvollista osoitetta.",
|
||||
"Error" => "Virhe",
|
||||
"You do not have permission to add contacts to " => "Sinulla ei ole oikeuksia lisätä yhteystietoja tänne:",
|
||||
"Please select one of your own address books." => "Valitse jokin omista osoitekirjoistasi.",
|
||||
"Permission error" => "Käyttöoikeusvirhe",
|
||||
"This property has to be non-empty." => "Tämä ominaisuus ei saa olla tyhjä.",
|
||||
"Couldn't serialize elements." => "Ei kyetä sarjallistamaan elementtejä.",
|
||||
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'poistaOminaisuus' kutsuttu ilman tyyppiä. Kerro virheestä bugs.owncloud.org",
|
||||
"Edit name" => "Muokkaa nimeä",
|
||||
"No files selected for upload." => "Tiedostoja ei ole valittu lähetettäväksi.",
|
||||
"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.",
|
||||
"Error loading profile picture." => "Virhe profiilikuvaa ladatessa.",
|
||||
"Select type" => "Valitse tyyppi",
|
||||
"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.",
|
||||
@ -69,19 +99,36 @@
|
||||
"Internet" => "Internet",
|
||||
"Birthday" => "Syntymäpäivä",
|
||||
"Business" => "Työ",
|
||||
"Call" => "Kutsu",
|
||||
"Clients" => "Asiakkaat",
|
||||
"Deliverer" => "Toimittaja",
|
||||
"Holidays" => "Vapaapäivät",
|
||||
"Ideas" => "Ideat",
|
||||
"Journey" => "Matka",
|
||||
"Jubilee" => "Juhla",
|
||||
"Meeting" => "Kokous",
|
||||
"Personal" => "Henkilökohtainen",
|
||||
"Projects" => "Projektit",
|
||||
"Questions" => "Kysymykset",
|
||||
"{name}'s Birthday" => "Henkilön {name} syntymäpäivä",
|
||||
"Contact" => "Yhteystieto",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Sinulla ei ole oikeuksia lisätä yhteystietoja tähän osoitekirjaan.",
|
||||
"Could not find the vCard with ID." => "Ei löydy VCard osoitetietuetta, jossa on tunniste ID:",
|
||||
"You do not have the permissions to edit this contact." => "Käyttöoikeutesi eivät riitä tämän yhteystiedon muokkaukseen.",
|
||||
"Could not find the vCard with ID: " => "Ei löydy VCard osoitetietuetta, jossa on tunniste ID:",
|
||||
"Could not find the Addressbook with ID: " => "Ei löydy osoitekirjaa, jossa on tunniste ID:",
|
||||
"You do not have the permissions to delete this contact." => "Käyttöoikeutesi eivät riitä tämän yhteystiedon poistamiseen.",
|
||||
"There was an error deleting this contact." => "Tämän yhteystiedon poistamisessa tapahtui virhe",
|
||||
"Add Contact" => "Lisää yhteystieto",
|
||||
"Import" => "Tuo",
|
||||
"Settings" => "Asetukset",
|
||||
"Addressbooks" => "Osoitekirjat",
|
||||
"Close" => "Sulje",
|
||||
"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",
|
||||
@ -89,10 +136,12 @@
|
||||
"Add new contact" => "Lisää uusi yhteystieto",
|
||||
"Add new addressbook" => "Lisää uusi osoitekirja",
|
||||
"Delete current contact" => "Poista nykyinen yhteystieto",
|
||||
"Drop photo to upload" => "Ladataksesi pudota kuva",
|
||||
"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",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Itsemääritelty muoto, lyhyt nimi, pitkä nimi, vastakkainen tai vastakkainen pilkun kanssa",
|
||||
"Edit name details" => "Muokkaa nimitietoja",
|
||||
"Organization" => "Organisaatio",
|
||||
"Delete" => "Poista",
|
||||
@ -101,6 +150,7 @@
|
||||
"Web site" => "Verkkosivu",
|
||||
"http://www.somesite.com" => "http://www.somesite.com",
|
||||
"Go to web site" => "Siirry verkkosivulle",
|
||||
"dd-mm-yyyy" => "pp-kk-vvvv",
|
||||
"Groups" => "Ryhmät",
|
||||
"Separate groups with commas" => "Erota ryhmät pilkuilla",
|
||||
"Edit groups" => "Muokkaa ryhmiä",
|
||||
@ -112,12 +162,14 @@
|
||||
"Enter phone number" => "Anna puhelinnumero",
|
||||
"Delete phone number" => "Poista puhelinnumero",
|
||||
"Instant Messenger" => "Pikaviestin",
|
||||
"Delete IM" => "Poista IM",
|
||||
"View on map" => "Näytä kartalla",
|
||||
"Edit address details" => "Muokkaa osoitetietoja",
|
||||
"Add notes here." => "Lisää huomiot tähän.",
|
||||
"Add field" => "Lisää kenttä",
|
||||
"Phone" => "Puhelin",
|
||||
"Email" => "Sähköposti",
|
||||
"Instant Messaging" => "Pikaviestintä",
|
||||
"Address" => "Osoite",
|
||||
"Note" => "Huomio",
|
||||
"Download contact" => "Lataa yhteystieto",
|
||||
@ -132,13 +184,25 @@
|
||||
"Apartment number etc." => "Asunnon numero jne.",
|
||||
"City" => "Paikkakunta",
|
||||
"Region" => "Alue",
|
||||
"E.g. state or province" => "Esim. maakunta tai alue",
|
||||
"Zipcode" => "Postinumero",
|
||||
"Postal code" => "Postinumero",
|
||||
"Country" => "Maa",
|
||||
"Addressbook" => "Osoitekirja",
|
||||
"Hon. prefixes" => "Kunnianarvoisa etuliite",
|
||||
"Miss" => "Neiti",
|
||||
"Ms" => "Neiti",
|
||||
"Mr" => "Herra",
|
||||
"Sir" => "Herra",
|
||||
"Mrs" => "Rouva",
|
||||
"Dr" => "Tohtori",
|
||||
"Given name" => "Etunimi",
|
||||
"Additional names" => "Lisänimet",
|
||||
"Family name" => "Sukunimi",
|
||||
"Hon. suffixes" => "Kunnianarvoisa jälkiliite",
|
||||
"Ph.D." => "Fil. Tri",
|
||||
"Jr." => "Jr.",
|
||||
"Sn." => "Sr.",
|
||||
"Import a contacts file" => "Tuo yhteystiedon sisältävä tiedosto",
|
||||
"Please choose the addressbook" => "Valitse osoitekirja",
|
||||
"create a new addressbook" => "luo uusi osoitekirja",
|
||||
@ -150,6 +214,8 @@
|
||||
"Enter name" => "Anna nimi",
|
||||
"Enter description" => "Anna kuvaus",
|
||||
"CardDAV syncing addresses" => "CardDAV-synkronointiosoitteet",
|
||||
"more info" => "lisää tietoa",
|
||||
"Primary address (Kontact et al)" => "Varsinainen osoite (yhteystiedot jne.)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Show CardDav link" => "Näytä CardDav-linkki",
|
||||
"Show read-only VCF link" => "Näytä vain luku -muodossa oleva VCF-linkki",
|
||||
|
Loading…
Reference in New Issue
Block a user