32 lines
964 B
PHP
32 lines
964 B
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "Tai ne jūsų adresų knygelė.",
|
|
"Contact could not be found." => "Kontaktas nerastas",
|
|
"Information about vCard is incorrect. Please reload the page." => "Informacija apie vCard yra neteisinga. ",
|
|
"Address" => "Adresas",
|
|
"Telephone" => "Telefonas",
|
|
"Email" => "El. paštas",
|
|
"Organization" => "Organizacija",
|
|
"Work" => "Darbo",
|
|
"Home" => "Namų",
|
|
"Mobile" => "Mobilusis",
|
|
"Text" => "Tekstas",
|
|
"Voice" => "Balso",
|
|
"Fax" => "Faksas",
|
|
"Video" => "Vaizdo",
|
|
"Pager" => "Pranešimų gaviklis",
|
|
"This is not your contact." => "Tai ne jūsų kontaktas",
|
|
"Add Contact" => "Pridėti kontaktą",
|
|
"Name" => "Vardas",
|
|
"PO Box" => "Pašto dėžutė",
|
|
"Street" => "Gatvė",
|
|
"City" => "Miestas",
|
|
"Region" => "Regionas",
|
|
"Zipcode" => "Pašto indeksas",
|
|
"Country" => "Šalis",
|
|
"Create Contact" => "Sukurti kontaktą",
|
|
"Edit" => "Keisti",
|
|
"Delete" => "Trinti",
|
|
"Birthday" => "Gimtadienis",
|
|
"Phone" => "Telefonas"
|
|
);
|