nextcloud/apps/contacts/l10n/hr.php

97 lines
4.7 KiB
PHP

<?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "Pogreška pri (de)aktivaciji adresara.",
"id is not set." => "id nije postavljen.",
"Cannot update addressbook with an empty name." => "Ne mogu ažurirati adresar sa praznim nazivom.",
"Error updating addressbook." => "Pogreška pri ažuriranju adresara.",
"No ID provided" => "Nema dodijeljenog ID identifikatora",
"Error setting checksum." => "Pogreška pri postavljanju checksuma.",
"No categories selected for deletion." => "Niti jedna kategorija nije odabrana za brisanje.",
"No address books found." => "Nema adresara.",
"No contacts found." => "Nema kontakata.",
"There was an error adding the contact." => "Dogodila se pogreška prilikom dodavanja kontakta.",
"element name is not set." => "naziv elementa nije postavljen.",
"Cannot add empty property." => "Prazno svojstvo se ne može dodati.",
"At least one of the address fields has to be filled out." => "Morate ispuniti barem jedno od adresnih polja.",
"Trying to add duplicate property: " => "Pokušali ste dodati duplo svojstvo:",
"Information about vCard is incorrect. Please reload the page." => "Informacija o vCard je neispravna. Osvježite stranicu.",
"Error deleting contact property." => "Pogreška pri brisanju svojstva kontakta.",
"Missing ID" => "Nedostupan ID identifikator",
"Error parsing VCard for ID: \"" => "Pogreška pri raščlanjivanju VCard za ID:",
"checksum is not set." => "checksum nije postavljen.",
"Information about vCard is incorrect. Please reload the page: " => "Informacije o VCard su pogrešne. Molimo, učitajte ponovno stranicu:",
"Something went FUBAR. " => "Nešto je otišlo... krivo...",
"Error updating contact property." => "Pogreška pri ažuriranju svojstva kontakta.",
"No contact ID was submitted." => "ID kontakta nije podnešen.",
"Error reading contact photo." => "Pogreška pri čitanju kontakt fotografije.",
"Error saving temporary file." => "Pogreška pri spremanju privremene datoteke.",
"The loading photo is not valid." => "Fotografija nije valjana.",
"Contact ID is missing." => "ID kontakta nije dostupan.",
"No photo path was submitted." => "Putanja do fotografije nije podnešena.",
"File doesn't exist:" => "Datoteka ne postoji:",
"Error loading image." => "Pogreška pri učitavanju slike.",
"Error uploading contacts to storage." => "Pogreška pri slanju kontakata.",
"There is no error, the file uploaded with success" => "Nema pogreške, datoteka je poslana uspješno.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Veličina poslane datoteke prelazi veličinu prikazanu u upload_max_filesize direktivi u konfiguracijskoj datoteci php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Poslana datoteka prelazi veličinu prikazanu u MAX_FILE_SIZE direktivi u HTML formi",
"The uploaded file was only partially uploaded" => "Poslana datoteka je parcijalno poslana",
"No file was uploaded" => "Datoteka nije poslana",
"Missing a temporary folder" => "Nedostaje privremeni direktorij",
"Contacts" => "Kontakti",
"This is not your addressbook." => "Ovo nije vaš adresar.",
"Contact could not be found." => "Kontakt ne postoji.",
"Address" => "Adresa",
"Telephone" => "Telefon",
"Email" => "E-mail",
"Organization" => "Organizacija",
"Work" => "Posao",
"Home" => "Kuća",
"Mobile" => "Mobitel",
"Text" => "Tekst",
"Voice" => "Glasovno",
"Message" => "Poruka",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager",
"Internet" => "Internet",
"Birthday" => "Rođendan",
"{name}'s Birthday" => "{name} Rođendan",
"Contact" => "Kontakt",
"Add Contact" => "Dodaj kontakt",
"Import" => "Uvezi",
"Addressbooks" => "Adresari",
"Drop photo to upload" => "Dovucite fotografiju za slanje",
"Edit current photo" => "Uredi trenutnu sliku",
"Edit name details" => "Uredi detalje imena",
"Delete" => "Obriši",
"Nickname" => "Nadimak",
"Enter nickname" => "Unesi nadimank",
"dd-mm-yyyy" => "dd-mm-yyyy",
"Groups" => "Grupe",
"Edit groups" => "Uredi grupe",
"Preferred" => "Preferirano",
"Enter email address" => "Unesi email adresu",
"Enter phone number" => "Unesi broj telefona",
"View on map" => "Prikaži na karti",
"Edit address details" => "Uredi detalje adrese",
"Add notes here." => "Dodaj bilješke ovdje.",
"Add field" => "Dodaj polje",
"Phone" => "Telefon",
"Note" => "Bilješka",
"Download contact" => "Preuzmi kontakt",
"Delete contact" => "Izbriši kontakt",
"Edit address" => "Uredi adresu",
"Type" => "Tip",
"PO Box" => "Poštanski Pretinac",
"Extended" => "Prošireno",
"City" => "Grad",
"Region" => "Regija",
"Zipcode" => "Poštanski broj",
"Country" => "Država",
"Addressbook" => "Adresar",
"Download" => "Preuzimanje",
"Edit" => "Uredi",
"New Address Book" => "Novi adresar",
"Save" => "Spremi",
"Cancel" => "Prekini"
);