1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Merge branch 'master' into filesystem

This commit is contained in:
Robin Appelman 2012-10-21 15:16:52 +02:00
commit f8f449317f
2 changed files with 51 additions and 0 deletions

View File

@ -53,6 +53,7 @@
"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",
"Select photo" => "Vali foto",
"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",
@ -62,7 +63,9 @@
"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?",
"Shared by " => "Jagas",
"Upload too large" => "Üleslaadimine on liiga suur",
"Wrong file type" => "Vale failitüüp",
"Upload Error" => "Üleslaadimise viga",
"Pending" => "Ootel",
"Import done" => "Importimine on tehtud",
@ -81,6 +84,7 @@
"Delete" => "Kustuta",
"Cancel" => "Loobu",
"More..." => "Veel...",
"Less..." => "Vähem...",
"You do not have the permissions to read this addressbook." => "Sul pole õigusi selle aadressiraamatu lugemiseks.",
"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.",

47
l10n/id.php Normal file
View File

@ -0,0 +1,47 @@
<?php $TRANSLATIONS = array(
"No contacts found." => "kontak tidak ditemukan",
"Cannot add empty property." => "tidak dapat menambahkan properti kosong",
"At least one of the address fields has to be filled out." => "setidaknya satu dari alamat wajib di isi",
"Contacts" => "kontak",
"Download" => "unduh",
"Edit" => "ubah",
"Delete" => "hapus",
"Cancel" => "batal",
"Contact could not be found." => "kontak tidak dapat ditemukan",
"Work" => "pekerjaan",
"Home" => "rumah",
"Mobile" => "ponsel",
"Text" => "teks",
"Voice" => "suara",
"Message" => "pesan",
"Fax" => "fax",
"Video" => "video",
"Pager" => "pager",
"Internet" => "internet",
"Birthday" => "tanggal lahir",
"{name}'s Birthday" => "hari ulang tahun {name}",
"Contact" => "kontak",
"Add Contact" => "tambah kontak",
"Edit name details" => "ubah detail nama",
"Organization" => "organisasi",
"Nickname" => "nama panggilan",
"Enter nickname" => "masukkan nama panggilan",
"dd-mm-yyyy" => "dd-mm-yyyy",
"Groups" => "grup",
"Separate groups with commas" => "pisahkan grup dengan tanda koma",
"Preferred" => "disarankan",
"Phone" => "telefon",
"Email" => "surel",
"Address" => "alamat",
"Download contact" => "unduk kontak",
"Delete contact" => "hapus kontak",
"Type" => "tipe",
"PO Box" => "PO box",
"City" => "kota",
"Region" => "daerah",
"Zipcode" => "kodepos",
"Country" => "negara",
"Addressbook" => "buku alamat",
"Addressbooks" => "buku alamat",
"Save" => "simpan"
);