nextcloud/apps/contacts/l10n/lt_LT.php

50 lines
1.7 KiB
PHP

<?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "Klaida (de)aktyvuojant adresų knygą.",
"There was an error adding the contact." => "Pridedant kontaktą įvyko klaida.",
"Error adding addressbook." => "Klaida pridedant adresų knygą.",
"Error activating addressbook." => "Klaida aktyvuojant adresų knygą.",
"Information about vCard is incorrect. Please reload the page." => "Informacija apie vCard yra neteisinga. ",
"Contacts" => "Kontaktai",
"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",
"Fax" => "Faksas",
"Video" => "Vaizdo",
"Pager" => "Pranešimų gaviklis",
"Contact" => "Kontaktas",
"Add Contact" => "Pridėti kontaktą",
"Addressbooks" => "Adresų knygos",
"New Address Book" => "Nauja adresų knyga",
"CardDav Link" => "CardDAV nuoroda",
"Download" => "Atsisiųsti",
"Edit" => "Keisti",
"Delete" => "Trinti",
"Download contact" => "Atsisųsti kontaktą",
"Delete contact" => "Ištrinti kontaktą",
"Birthday" => "Gimtadienis",
"Phone" => "Telefonas",
"Type" => "Tipas",
"PO Box" => "Pašto dėžutė",
"Street" => "Gatvė",
"City" => "Miestas",
"Region" => "Regionas",
"Zipcode" => "Pašto indeksas",
"Country" => "Šalis",
"Add" => "Pridėti",
"Addressbook" => "Adresų knyga",
"New Addressbook" => "Nauja adresų knyga",
"Edit Addressbook" => "Redaguoti adresų knygą",
"Displayname" => "Rodomas vardas",
"Active" => "Aktyvus",
"Save" => "Išsaugoti",
"Cancel" => "Atšaukti"
);