summaryrefslogtreecommitdiffstats
path: root/apps/contacts/l10n/hr.php
blob: 9950b512fc031f67375f7146a5cdbf626da90780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php $TRANSLATIONS = array(
"Information about vCard is incorrect. Please reload the page." => "Informacija o vCard je neispravna. Osvježite stranicu.",
"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",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager",
"Add Contact" => "Dodaj kontakt",
"Edit" => "Uredi",
"Delete" => "Obriši",
"Birthday" => "Rođendan",
"Phone" => "Telefon",
"PO Box" => "Poštanski Pretinac",
"Extended" => "Prošireno",
"Street" => "Ulica",
"City" => "Grad",
"Region" => "Regija",
"Zipcode" => "Poštanski broj",
"Country" => "Država"
);