58 lines
2.4 KiB
PHP
58 lines
2.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"There was an error adding the contact." => "Pridedant kontaktą įvyko klaida.",
|
|
"Error (de)activating addressbook." => "Klaida (de)aktyvuojant adresų knygą.",
|
|
"No contacts found." => "Kontaktų nerasta.",
|
|
"Error reading contact photo." => "Klaida skaitant kontakto nuotrauką.",
|
|
"The loading photo is not valid." => "Netinkama įkeliama nuotrauka.",
|
|
"Information about vCard is incorrect. Please reload the page." => "Informacija apie vCard yra neteisinga. ",
|
|
"File doesn't exist:" => "Failas neegzistuoja:",
|
|
"Error loading image." => "Klaida įkeliant nuotrauką.",
|
|
"There is no error, the file uploaded with success" => "Failas įkeltas sėkmingai, be klaidų",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Įkeliamo failo dydis viršija upload_max_filesize nustatymą php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Įkeliamo failo dydis viršija MAX_FILE_SIZE nustatymą, kuris naudojamas HTML formoje.",
|
|
"The uploaded file was only partially uploaded" => "Failas buvo įkeltas tik dalinai",
|
|
"No file was uploaded" => "Nebuvo įkeltas joks failas",
|
|
"Contacts" => "Kontaktai",
|
|
"Contact" => "Kontaktas",
|
|
"This is not your addressbook." => "Tai ne jūsų adresų knygelė.",
|
|
"Contact could not be found." => "Kontaktas nerastas",
|
|
"Address" => "Adresas",
|
|
"Telephone" => "Telefonas",
|
|
"Email" => "El. paštas",
|
|
"Organization" => "Organizacija",
|
|
"Work" => "Darbo",
|
|
"Home" => "Namų",
|
|
"Mobile" => "Mobilusis",
|
|
"Text" => "Žinučių",
|
|
"Voice" => "Balso",
|
|
"Message" => "Žinutė",
|
|
"Fax" => "Faksas",
|
|
"Video" => "Vaizdo",
|
|
"Pager" => "Pranešimų gaviklis",
|
|
"Internet" => "Internetas",
|
|
"Birthday" => "Gimtadienis",
|
|
"Add Contact" => "Pridėti kontaktą",
|
|
"Addressbooks" => "Adresų knygos",
|
|
"Delete" => "Trinti",
|
|
"Nickname" => "Slapyvardis",
|
|
"Phone" => "Telefonas",
|
|
"Download contact" => "Atsisųsti kontaktą",
|
|
"Delete contact" => "Ištrinti kontaktą",
|
|
"Type" => "Tipas",
|
|
"PO Box" => "Pašto dėžutė",
|
|
"City" => "Miestas",
|
|
"Region" => "Regionas",
|
|
"Zipcode" => "Pašto indeksas",
|
|
"Country" => "Šalis",
|
|
"Addressbook" => "Adresų knyga",
|
|
"New Addressbook" => "Nauja adresų knyga",
|
|
"Edit Addressbook" => "Redaguoti adresų knygą",
|
|
"Displayname" => "Rodomas vardas",
|
|
"Active" => "Aktyvus",
|
|
"Save" => "Išsaugoti",
|
|
"Cancel" => "Atšaukti",
|
|
"Download" => "Atsisiųsti",
|
|
"Edit" => "Keisti",
|
|
"New Address Book" => "Nauja adresų knyga"
|
|
);
|