diff options
Diffstat (limited to 'apps/contacts/l10n/lt_LT.php')
-rw-r--r-- | apps/contacts/l10n/lt_LT.php | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/contacts/l10n/lt_LT.php b/apps/contacts/l10n/lt_LT.php new file mode 100644 index 00000000000..ad92ebf9cce --- /dev/null +++ b/apps/contacts/l10n/lt_LT.php @@ -0,0 +1,33 @@ +<?php $TRANSLATIONS = array( +"This is not your addressbook." => "Tai ne jūsų adresų knygelė.", +"Contact could not be found." => "Kontaktas nerastas", +"vCard could not be read." => "Nenuskaitoma vCard.", +"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ą", +"Group" => "Grupė", +"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" +); |