diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /settings/l10n/lt_LT.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'settings/l10n/lt_LT.php')
-rw-r--r-- | settings/l10n/lt_LT.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php new file mode 100644 index 00000000000..3d01d0788ac --- /dev/null +++ b/settings/l10n/lt_LT.php @@ -0,0 +1,26 @@ +<?php $TRANSLATIONS = array( +"Invalid request" => "Klaidinga užklausa", +"OpenID Changed" => "OpenID pakeistas", +"Language changed" => "Kalba pakeista", +"Add your application" => "Pridėti jūsų programą", +"Select an App" => "Pasirinkite programą", +"-licensed" => "-licencijuota", +"Ask a question" => "Užduoti klausimą", +"Problems connecting to help database." => "Problemos jungiantis prie duomenų bazės", +"Answer" => "Atsakyti", +"You use" => "Jūs naudojate", +"of the available" => "iš galimų", +"Your password got changed" => "Jūsų slaptažodis buvo pakeistas", +"Unable to change your password" => "Neįmanoma pakeisti slaptažodžio", +"Current password" => "Dabartinis slaptažodis", +"New password" => "Naujas slaptažodis", +"show" => "rodyti", +"Change password" => "Pakeisti slaptažodį", +"Language" => "Kalba", +"use this address to connect to your ownCloud in your file manager" => "naudokite šį adresą, jei norite pasiekti savo ownCloud per failų tvarkyklę", +"Name" => "Vardas", +"Password" => "Slaptažodis", +"Groups" => "Grupės", +"Create" => "Sukurti", +"Delete" => "Ištrinti" +); |