nextcloud/apps/contacts/l10n/lt_LT.php

50 lines
1.7 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.",
"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",
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",
"Fax" => "Faksas",
"Video" => "Vaizdo",
"Pager" => "Pranešimų gaviklis",
2012-05-09 14:41:01 +04:00
"Contact" => "Kontaktas",
2012-01-11 04:06:59 +04:00
"Add Contact" => "Pridėti kontaktą",
2012-05-09 14:41:01 +04:00
"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",
2012-01-11 04:06:59 +04:00
"PO Box" => "Pašto dėžutė",
"Street" => "Gatvė",
"City" => "Miestas",
"Region" => "Regionas",
"Zipcode" => "Pašto indeksas",
"Country" => "Šalis",
2012-05-09 14:41:01 +04:00
"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"
2012-01-11 04:06:59 +04:00
);