nextcloud/apps/contacts/l10n/lt_LT.php

61 lines
2.5 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-05-09 14:41:01 +04:00
"Error (de)activating addressbook." => "Klaida (de)aktyvuojant adresų knygą.",
"There was an error adding the contact." => "Pridedant kontaktą įvyko klaida.",
2012-08-01 00:57:24 +04:00
"No contacts found." => "Kontaktų nerasta.",
"Error reading contact photo." => "Klaida skaitant kontakto nuotrauką.",
"The loading photo is not valid." => "Netinkama įkeliama nuotrauka.",
2012-05-09 14:41:01 +04:00
"Information about vCard is incorrect. Please reload the page." => "Informacija apie vCard yra neteisinga. ",
2012-08-01 00:57:24 +04:00
"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",
2012-05-09 14:41:01 +04:00
"Contacts" => "Kontaktai",
2012-08-01 00:57:24 +04:00
"Contact" => "Kontaktas",
"Addressbook not found." => "Nerasta adresų knyga.",
2012-01-11 04:06:59 +04:00
"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",
2012-05-09 14:41:01 +04:00
"Text" => "Žinučių",
2012-01-11 04:06:59 +04:00
"Voice" => "Balso",
2012-08-01 00:57:24 +04:00
"Message" => "Žinutė",
2012-01-11 04:06:59 +04:00
"Fax" => "Faksas",
"Video" => "Vaizdo",
"Pager" => "Pranešimų gaviklis",
2012-08-01 00:57:24 +04:00
"Internet" => "Internetas",
"Birthday" => "Gimtadienis",
2012-01-11 04:06:59 +04:00
"Add Contact" => "Pridėti kontaktą",
2012-05-09 14:41:01 +04:00
"Addressbooks" => "Adresų knygos",
2012-08-01 00:57:24 +04:00
"Configure Address Books" => "Konfigūruoti adresų knygas",
2012-05-09 14:41:01 +04:00
"New Address Book" => "Nauja adresų knyga",
"CardDav Link" => "CardDAV nuoroda",
"Download" => "Atsisiųsti",
"Edit" => "Keisti",
"Delete" => "Trinti",
2012-08-01 00:57:24 +04:00
"Nickname" => "Slapyvardis",
"Phone" => "Telefonas",
2012-05-09 14:41:01 +04:00
"Download contact" => "Atsisųsti kontaktą",
"Delete contact" => "Ištrinti kontaktą",
"Type" => "Tipas",
2012-01-11 04:06:59 +04:00
"PO Box" => "Pašto dėžutė",
"City" => "Miestas",
"Region" => "Regionas",
"Zipcode" => "Pašto indeksas",
"Country" => "Šalis",
2012-05-09 14:41:01 +04:00
"Addressbook" => "Adresų knyga",
"New Addressbook" => "Nauja adresų knyga",
"Edit Addressbook" => "Redaguoti adresų knygą",
"Displayname" => "Rodomas vardas",
"Active" => "Aktyvus",
"Save" => "Išsaugoti",
"Cancel" => "Atšaukti"
2012-01-11 04:06:59 +04:00
);