diff options
Diffstat (limited to 'apps/contacts/l10n/lt_LT.php')
-rw-r--r-- | apps/contacts/l10n/lt_LT.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/apps/contacts/l10n/lt_LT.php b/apps/contacts/l10n/lt_LT.php index 435927a247c..db931cea00e 100644 --- a/apps/contacts/l10n/lt_LT.php +++ b/apps/contacts/l10n/lt_LT.php @@ -1,10 +1,20 @@ <?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ą.", +"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", +"Addressbook not found." => "Nerasta adresų knyga.", "This is not your addressbook." => "Tai ne jūsų adresų knygelė.", "Contact could not be found." => "Kontaktas nerastas", "Address" => "Adresas", @@ -16,29 +26,30 @@ "Mobile" => "Mobilusis", "Text" => "Žinučių", "Voice" => "Balso", +"Message" => "Žinutė", "Fax" => "Faksas", "Video" => "Vaizdo", "Pager" => "Pranešimų gaviklis", -"Contact" => "Kontaktas", +"Internet" => "Internetas", +"Birthday" => "Gimtadienis", "Add Contact" => "Pridėti kontaktą", "Addressbooks" => "Adresų knygos", +"Configure Address Books" => "Konfigūruoti adresų knygas", "New Address Book" => "Nauja adresų knyga", "CardDav Link" => "CardDAV nuoroda", "Download" => "Atsisiųsti", "Edit" => "Keisti", "Delete" => "Trinti", +"Nickname" => "Slapyvardis", +"Phone" => "Telefonas", "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ą", |