mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
79 lines
2.8 KiB
PHP
79 lines
2.8 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Contacts" => "Kontakti",
|
|
"Save" => "Snimi",
|
|
"Cancel" => "Odustani",
|
|
"Add" => "Dodaj",
|
|
"Import" => "Uvezi",
|
|
"Close" => "Zatvori",
|
|
"{name}'s Birthday" => "{name} Rođendan",
|
|
"Information about vCard is incorrect. Please reload the page." => "Informacija o vCard je neispravna. Osvježite stranicu.",
|
|
"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",
|
|
"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.",
|
|
"Failed to write to disk" => "Neuspjelo pisanje na disk",
|
|
"Error uploading contacts to storage." => "Pogreška pri slanju kontakata.",
|
|
"Contact" => "Kontakt",
|
|
"Other" => "ostali",
|
|
"Jabber" => "Jabber",
|
|
"AIM" => "AIM",
|
|
"MSN" => "MSN",
|
|
"Twitter" => "Twitter",
|
|
"GoogleTalk" => "GoogleTalk",
|
|
"Facebook" => "Facebook",
|
|
"XMPP" => "XMPP",
|
|
"ICQ" => "ICQ",
|
|
"Skype" => "Skype",
|
|
"QQ" => "QQ",
|
|
"GaduGadu" => "GaduGadu",
|
|
"Work" => "Posao",
|
|
"Home" => "Kuća",
|
|
"Mobile" => "Mobitel",
|
|
"Text" => "Tekst",
|
|
"Voice" => "Glasovno",
|
|
"Message" => "Poruka",
|
|
"Fax" => "Fax",
|
|
"Video" => "Video",
|
|
"Pager" => "Pager",
|
|
"Internet" => "Internet",
|
|
"Delete" => "Obriši",
|
|
"Groups" => "Grupe",
|
|
"Download" => "Preuzimanje",
|
|
"Email" => "e-mail adresa",
|
|
"Phone" => "Telefon",
|
|
"Address" => "Adresa",
|
|
"Group" => "Grupa",
|
|
"Add contact" => "Dodaj kontakt",
|
|
"Delete current photo" => "Izbriši trenutnu sliku",
|
|
"Edit current photo" => "Uredi trenutnu sliku",
|
|
"Upload new photo" => "Učitaj novu sliku",
|
|
"Name" => "Ime",
|
|
"Additional names" => "sredenje ime",
|
|
"Nickname" => "Nadimak",
|
|
"Title" => "Naslov",
|
|
"Organization" => "Organizacija",
|
|
"Birthday" => "Rođendan",
|
|
"Note" => "Bilješka",
|
|
"Preferred" => "Preferirano",
|
|
"Please specify a valid email address." => "Upiši važeću email adresu.",
|
|
"Delete email address" => "Izbriši email adresu",
|
|
"Enter phone number" => "Unesi broj telefona",
|
|
"View on map" => "Prikaži na karti",
|
|
"City" => "Grad",
|
|
"Country" => "Država",
|
|
"Active" => "Aktivno",
|
|
"Share" => "Podijeli",
|
|
"Export" => "Izvoz",
|
|
"Edit" => "Uredi",
|
|
"more info" => "više informacija",
|
|
"iOS/OS X" => "iOS/OS X",
|
|
"Addressbooks" => "Adresari",
|
|
"New Address Book" => "Novi adresar",
|
|
"Description" => "Opis"
|
|
);
|