1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/et_EE.php

245 lines
13 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2012-01-20 18:53:45 +01:00
"Error (de)activating addressbook." => "Viga aadressiraamatu (de)aktiveerimisel.",
2012-08-04 02:04:21 +02:00
"id is not set." => "ID on määramata.",
2012-08-02 02:06:16 +02:00
"Cannot update addressbook with an empty name." => "Tühja nimega aadressiraamatut ei saa uuendada.",
2012-05-13 19:59:44 +02:00
"No ID provided" => "ID-d pole sisestatud",
"Error setting checksum." => "Viga kontrollsumma määramisel.",
"No categories selected for deletion." => "Kustutamiseks pole valitud ühtegi kategooriat.",
"No address books found." => "Ei leitud ühtegi aadressiraamatut.",
"No contacts found." => "Ühtegi kontakti ei leitud.",
2012-08-04 02:04:21 +02:00
"element name is not set." => "elemendi nime pole määratud.",
2012-08-31 02:07:13 +02:00
"Could not parse contact: " => "Kontakti parsimine ebaõnnestus: ",
2012-08-04 02:04:21 +02:00
"Cannot add empty property." => "Tühja omadust ei saa lisada.",
"At least one of the address fields has to be filled out." => "Vähemalt üks aadressiväljadest peab olema täidetud.",
"Trying to add duplicate property: " => "Proovitakse lisada topeltomadust: ",
2012-08-31 02:07:13 +02:00
"Missing IM parameter." => "Puuduv IM parameeter",
"Unknown IM: " => "Tundmatu IM:",
2012-08-04 02:04:21 +02:00
"Information about vCard is incorrect. Please reload the page." => "Visiitkaardi info pole korrektne. Palun lae leht uuesti.",
2012-05-13 19:59:44 +02:00
"Missing ID" => "Puudub ID",
"Error parsing VCard for ID: \"" => "Viga VCard-ist ID parsimisel: \"",
2012-08-04 02:04:21 +02:00
"checksum is not set." => "kontrollsummat pole määratud.",
"Information about vCard is incorrect. Please reload the page: " => "vCard info pole korrektne. Palun lae lehekülg uuesti: ",
"Something went FUBAR. " => "Midagi läks tõsiselt metsa.",
2012-05-13 19:59:44 +02:00
"No contact ID was submitted." => "Kontakti ID-d pole sisestatud.",
"Error reading contact photo." => "Viga kontakti foto lugemisel.",
"Error saving temporary file." => "Viga ajutise faili salvestamisel.",
"The loading photo is not valid." => "Laetav pilt pole korrektne pildifail.",
"Contact ID is missing." => "Kontakti ID puudub.",
"No photo path was submitted." => "Foto asukohta pole määratud.",
"File doesn't exist:" => "Faili pole olemas:",
2012-06-06 00:29:28 +02:00
"Error loading image." => "Viga pildi laadimisel.",
2012-07-31 22:57:24 +02:00
"Error getting contact object." => "Viga kontakti objekti hankimisel.",
"Error getting PHOTO property." => "Viga PHOTO omaduse hankimisel.",
"Error saving contact." => "Viga kontakti salvestamisel.",
"Error resizing image" => "Viga pildi suuruse muutmisel",
"Error cropping image" => "Viga pildi lõikamisel",
"Error creating temporary image" => "Viga ajutise pildi loomisel",
"Error finding image: " => "Viga pildi leidmisel: ",
2012-05-13 19:59:44 +02:00
"Error uploading contacts to storage." => "Viga kontaktide üleslaadimisel kettale.",
"There is no error, the file uploaded with success" => "Ühtegi tõrget polnud, fail on üles laetud",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Üleslaetud fail ületab php.ini failis määratud upload_max_filesize suuruse",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Üleslaetud fail ületab MAX_FILE_SIZE suuruse, mis on HTML vormi jaoks määratud",
"The uploaded file was only partially uploaded" => "Fail laeti üles ainult osaliselt",
"No file was uploaded" => "Ühtegi faili ei laetud üles",
"Missing a temporary folder" => "Ajutiste failide kaust puudub",
2012-07-31 22:57:24 +02:00
"Couldn't save temporary image: " => "Ajutise pildi salvestamine ebaõnnestus: ",
"Couldn't load temporary image: " => "Ajutise pildi laadimine ebaõnnestus: ",
"No file was uploaded. Unknown error" => "Ühtegi faili ei laetud üles. Tundmatu viga",
2012-01-20 18:53:45 +01:00
"Contacts" => "Kontaktid",
2012-07-31 22:57:24 +02:00
"Sorry, this functionality has not been implemented yet" => "Vabandust, aga see funktsioon pole veel valmis",
"Not implemented" => "Pole implementeeritud",
"Couldn't get a valid address." => "Kehtiva aadressi hankimine ebaõnnestus",
"Error" => "Viga",
2012-10-30 00:03:08 +01:00
"Please enter an email address." => "Palun sisesta e-posti aadress.",
2012-09-26 13:27:02 +02:00
"Enter name" => "Sisesta nimi",
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Kohandatud vorming, Lühike nimi, Täielik nimi, vastupidine või vastupidine komadega",
"Select type" => "Vali tüüp",
2012-10-21 02:11:26 +02:00
"Select photo" => "Vali foto",
2012-08-31 02:07:13 +02:00
"You do not have permission to add contacts to " => "Sul pole luba lisada kontakti aadressiraamatusse",
"Please select one of your own address books." => "Palun vali üks oma aadressiraamatutest.",
"Permission error" => "Õiguse viga",
2012-10-30 00:03:08 +01:00
"Click to undo deletion of \"" => "Kliki kustutamise tühistamiseks \"",
"Cancelled deletion of: \"" => "Kustutamine tühistati: \"",
2012-07-31 22:57:24 +02:00
"This property has to be non-empty." => "See omadus ei tohi olla tühi.",
2012-10-30 00:03:08 +01:00
"Couldn't serialize elements." => "Elemente ei saa sarjana esitleda.",
"Unknown error. Please check logs." => "Tundmatu viga. Palun kontrolli vealogisid.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' kutsuti välja ilma tüübi argumendita. Palun teavita leitud veast aadressil bugs.owncloud.org",
2012-07-31 22:57:24 +02:00
"Edit name" => "Muuda nime",
"No files selected for upload." => "Üleslaadimiseks pole faile valitud.",
2012-10-30 00:03:08 +01:00
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Fail , mida sa proovid üles laadida ületab sinu serveri poolt määratud maksimaalse üleslaadimise limiidi.",
2012-08-31 02:07:13 +02:00
"Error loading profile picture." => "Viga profiilipildi laadimisel",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Mõned kontaktid on märgitud kustutamiseks, aga pole veel kustutatud. Palun oota, kuni need kustutatakse.",
"Do you want to merge these address books?" => "Kas sa soovid liita neid aadressiraamatuid?",
2012-10-21 02:11:26 +02:00
"Shared by " => "Jagas",
2012-09-10 02:06:30 +02:00
"Upload too large" => "Üleslaadimine on liiga suur",
2012-10-30 00:03:08 +01:00
"Only image files can be used as profile picture." => "Profiilipildina saab kasutada ainult pilte.",
2012-10-21 02:11:26 +02:00
"Wrong file type" => "Vale failitüüp",
2012-10-30 00:03:08 +01:00
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "Sinu veebilehitseja ei toeta AJAX-põhist üleslaadimist. Palun kliki profiili pildil, et valida üleslaetav foto.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Faili ei saa üles laadida, kuna see on kaust või selle suurus on 0 baiti",
2012-09-26 13:27:02 +02:00
"Upload Error" => "Üleslaadimise viga",
2012-09-10 02:06:30 +02:00
"Pending" => "Ootel",
"Import done" => "Importimine on tehtud",
"Not all files uploaded. Retrying..." => "Kõiki faile ei laetud üles. Proovime uuesti...",
"Something went wrong with the upload, please retry." => "Midagi läks üleslaadimisega valesti, palun proovi uuesti.",
"Importing..." => "Importimine...",
"The address book name cannot be empty." => "Aadressiraamatu nimi ei saa olla tühi.",
2012-07-31 22:57:24 +02:00
"Result: " => "Tulemus: ",
" imported, " => " imporditud, ",
" failed." => " ebaõnnestus.",
2012-08-31 02:07:13 +02:00
"Displayname cannot be empty." => "Näidatav nimi ei saa olla tühi.",
2012-09-26 13:27:02 +02:00
"Show CardDav link" => "Näita CardDav linki",
"Show read-only VCF link" => "Näita VCF linki (ainult lugemisõigusega)",
"Download" => "Lae alla",
"Edit" => "Muuda",
"Delete" => "Kustuta",
"Cancel" => "Loobu",
"More..." => "Veel...",
2012-10-21 02:11:26 +02:00
"Less..." => "Vähem...",
2012-09-10 02:06:30 +02:00
"You do not have the permissions to read this addressbook." => "Sul pole õigusi selle aadressiraamatu lugemiseks.",
2012-09-09 02:05:19 +02:00
"You do not have the permissions to update this addressbook." => "Sul pole õigusi selle aadressiraamatu uuendamiseks.",
"There was an error updating the addressbook." => "Aadressiraamatu uuendamisel tekkis viga.",
2012-09-10 02:06:30 +02:00
"You do not have the permissions to delete this addressbook." => "Sul pole õigusi selle aadressiraamatu kustutamiseks.",
"There was an error deleting this addressbook." => "Selle aadressiraamatu kustutamisel tekkis viga.",
2012-08-31 02:07:13 +02:00
"Addressbook not found: " => "Aadressiraamatut ei leitud:",
2012-01-11 01:06:59 +01:00
"This is not your addressbook." => "See pole sinu aadressiraamat.",
"Contact could not be found." => "Kontakti ei leitud.",
2012-08-31 02:07:13 +02:00
"Jabber" => "Jabber",
"AIM" => "AIM",
"MSN" => "MSN",
"Twitter" => "Twitter",
"GoogleTalk" => "GoogleTalk",
"Facebook" => "Facebook",
"XMPP" => "XMPP",
"ICQ" => "ICQ",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
2012-01-11 01:06:59 +01:00
"Work" => "Töö",
"Home" => "Kodu",
2012-08-31 02:07:13 +02:00
"Other" => "Muu",
2012-01-11 01:06:59 +01:00
"Mobile" => "Mobiil",
"Text" => "Tekst",
"Voice" => "Hääl",
2012-05-13 19:59:44 +02:00
"Message" => "Sõnum",
2012-01-11 01:06:59 +01:00
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Piipar",
2012-05-13 19:59:44 +02:00
"Internet" => "Internet",
"{name}'s Birthday" => "{name} sünnipäev",
2012-01-20 18:53:45 +01:00
"Contact" => "Kontakt",
2012-09-09 02:05:19 +02:00
"You do not have the permissions to add contacts to this addressbook." => "Sul pole õigusi sellesse aadressiraamatusse kontaktide lisamiseks.",
"Could not find the vCard with ID." => "Ei leitud visiitkaarti ID-ga.",
2012-08-31 02:07:13 +02:00
"You do not have the permissions to edit this contact." => "Sul pole selle kontakti muutmiseks õigusi.",
2012-09-09 02:05:19 +02:00
"Could not find the vCard with ID: " => "Ei leitud visiitkaarti ID-ga:",
2012-09-10 02:06:30 +02:00
"Could not find the Addressbook with ID: " => "Ei leitud aadressiraamatut ID-ga:",
2012-08-31 02:07:13 +02:00
"You do not have the permissions to delete this contact." => "Sul pole selle kontakti kustutamiseks õigusi.",
2012-09-09 02:05:19 +02:00
"There was an error deleting this contact." => "Selle kontakti kustutamisel tekkis viga.",
2012-01-11 01:06:59 +01:00
"Add Contact" => "Lisa kontakt",
2012-07-31 22:57:24 +02:00
"Import" => "Impordi",
2012-08-31 02:07:13 +02:00
"Settings" => "Seaded",
2012-07-31 22:57:24 +02:00
"Close" => "Sule",
2012-08-31 02:07:13 +02:00
"Keyboard shortcuts" => "Klvaiatuuri otseteed",
"Navigation" => "Navigeerimine",
"Next contact in list" => "Järgmine kontakt nimekirjas",
"Previous contact in list" => "Eelmine kontakt nimekirjas",
"Expand/collapse current addressbook" => "Ava/Sulge praegune aadressiraamat",
"Next addressbook" => "Järgmine aadressiraamat",
"Previous addressbook" => "Eelmine aadressiraamat",
"Actions" => "Tegevused",
"Refresh contacts list" => "Värskenda kontaktide nimekirja",
"Add new contact" => "Lisa uus kontakt",
"Add new addressbook" => "Lisa uus aadressiraamat",
"Delete current contact" => "Kustuta praegune kontakt",
2012-05-13 19:59:44 +02:00
"Drop photo to upload" => "Lohista üleslaetav foto siia",
2012-07-31 22:57:24 +02:00
"Delete current photo" => "Kustuta praegune foto",
"Edit current photo" => "Muuda praegust pilti",
"Upload new photo" => "Lae üles uus foto",
"Select photo from ownCloud" => "Vali foto ownCloudist",
2012-05-13 19:59:44 +02:00
"Edit name details" => "Muuda nime üksikasju",
2012-08-23 02:07:35 +02:00
"Organization" => "Organisatsioon",
2012-05-13 19:59:44 +02:00
"Nickname" => "Hüüdnimi",
"Enter nickname" => "Sisesta hüüdnimi",
2012-08-31 02:07:13 +02:00
"Web site" => "Veebisait",
"http://www.somesite.com" => "http://www.mingisait.ee",
"Go to web site" => "Mine veebisaidile",
2012-11-15 00:03:39 +01:00
"Birthday" => "Sünnipäev",
2012-05-13 19:59:44 +02:00
"dd-mm-yyyy" => "dd.mm.yyyy",
"Groups" => "Grupid",
"Separate groups with commas" => "Eralda grupid komadega",
"Edit groups" => "Muuda gruppe",
2012-05-09 12:41:01 +02:00
"Preferred" => "Eelistatud",
2012-05-13 19:59:44 +02:00
"Please specify a valid email address." => "Palun sisesta korrektne e-posti aadress.",
"Enter email address" => "Sisesta e-posti aadress",
"Mail to address" => "Kiri aadressile",
"Delete email address" => "Kustuta e-posti aadress",
"Enter phone number" => "Sisesta telefoninumber",
"Delete phone number" => "Kustuta telefoninumber",
2012-08-31 02:07:13 +02:00
"Instant Messenger" => "Kiirsõnum",
"Delete IM" => "Kustuta IM",
2012-05-13 19:59:44 +02:00
"View on map" => "Vaata kaardil",
"Edit address details" => "Muuda aaressi infot",
"Add notes here." => "Lisa märkmed siia.",
"Add field" => "Lisa väli",
2012-05-09 12:41:01 +02:00
"Phone" => "Telefon",
2012-08-23 02:07:35 +02:00
"Email" => "E-post",
2012-08-31 02:07:13 +02:00
"Instant Messaging" => "Kiirsõnumid",
2012-08-23 02:07:35 +02:00
"Address" => "Aadress",
2012-05-13 19:59:44 +02:00
"Note" => "Märkus",
2012-07-31 22:57:24 +02:00
"Download contact" => "Lae kontakt alla",
"Delete contact" => "Kustuta kontakt",
"The temporary image has been removed from cache." => "Ajutine pilt on puhvrist eemaldatud.",
2012-05-13 19:59:44 +02:00
"Edit address" => "Muuda aadressi",
2012-01-20 18:53:45 +01:00
"Type" => "Tüüp",
2012-01-11 01:06:59 +01:00
"PO Box" => "Postkontori postkast",
2012-08-31 02:07:13 +02:00
"Street address" => "Tänava aadress",
"Street and number" => "Tänav ja number",
2012-01-11 01:06:59 +01:00
"Extended" => "Laiendatud",
2012-08-31 02:07:13 +02:00
"Apartment number etc." => "Korteri nr jne.",
2012-01-11 01:06:59 +01:00
"City" => "Linn",
"Region" => "Piirkond",
2012-08-31 02:07:13 +02:00
"E.g. state or province" => "Näiteks maakond või piirkond",
2012-01-11 01:06:59 +01:00
"Zipcode" => "Postiindeks",
2012-08-31 02:07:13 +02:00
"Postal code" => "Postiindeks",
2012-01-11 01:06:59 +01:00
"Country" => "Riik",
2012-05-09 12:41:01 +02:00
"Addressbook" => "Aadressiraamat",
2012-05-13 19:59:44 +02:00
"Hon. prefixes" => "Eesliited",
"Miss" => "Preili",
"Ms" => "Pr",
"Mr" => "Hr",
"Sir" => "Härra",
"Mrs" => "Proua",
"Dr" => "Dr",
"Given name" => "Eesnimi",
"Additional names" => "Lisanimed",
"Family name" => "Perekonnanimi",
"Hon. suffixes" => "Järelliited",
"J.D." => "J.D.",
"M.D." => "M.D.",
"D.O." => "D.O.",
"D.C." => "D.C.",
"Ph.D." => "Ph.D.",
"Esq." => "Esq.",
"Jr." => "Jr.",
"Sn." => "Senior.",
"Import a contacts file" => "Impordi kontaktifail",
"Please choose the addressbook" => "Palun vali aadressiraamat",
"create a new addressbook" => "loo uus aadressiraamat",
"Name of new addressbook" => "Uue aadressiraamatu nimi",
"Importing contacts" => "Kontaktide importimine",
2012-10-30 00:03:08 +01:00
"<h3>You have no contacts in your addressbook.</h3><p>You can import VCF files by dragging them to the contacts list and either drop them on an addressbook to import into it, or on an empty spot to create a new addressbook and import into that.<br />You can also import by clicking on the import button at the bottom of the list.</p>" => "<h3>Sinu aadressiraamatus pole ühtegi kontakti.</h3><p>Sa võid importida VCF faile lohistades neid kontaktide nimekirja sellele aadressiraamatule, millesse sa soovid neid importida või tühjale kohale, et luua uus aadressiraamat, millesse importida.<br />Sa võid importida ka kasutades nimekirja all olevat nuppu Impordi.</p>",
2012-05-13 19:59:44 +02:00
"Add contact" => "Lisa kontakt",
2012-08-31 02:07:13 +02:00
"Select Address Books" => "Vali aadressiraamatud",
"Enter description" => "Sisesta kirjeldus",
2012-05-13 19:59:44 +02:00
"CardDAV syncing addresses" => "CardDAV sünkroniseerimise aadressid",
"more info" => "lisainfo",
"Primary address (Kontact et al)" => "Peamine aadress",
2012-08-02 02:06:16 +02:00
"iOS/OS X" => "iOS/OS X",
2012-09-07 02:10:31 +02:00
"Addressbooks" => "Aadressiraamatud",
2012-08-31 02:07:13 +02:00
"Share" => "Jaga",
2012-08-03 02:04:12 +02:00
"New Address Book" => "Uus aadressiraamat",
2012-08-31 02:07:13 +02:00
"Name" => "Nimi",
"Description" => "Kirjeldus",
2012-09-26 13:27:02 +02:00
"Save" => "Salvesta"
2012-01-11 01:06:59 +01:00
);