diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-23 02:07:35 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-23 02:07:35 +0200 |
commit | 082ed4ab71bb0e97ed7a0b062d9fc124d040df6b (patch) | |
tree | 7905ae6c12a23b65d14e3d8edd1ed15b3a3f32ed /lib/l10n | |
parent | 99d17c5190435b2d60ce4316a1a8a7cfdebc212e (diff) | |
download | nextcloud-server-082ed4ab71bb0e97ed7a0b062d9fc124d040df6b.tar.gz nextcloud-server-082ed4ab71bb0e97ed7a0b062d9fc124d040df6b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/lt_LT.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/l10n/lt_LT.php b/lib/l10n/lt_LT.php new file mode 100644 index 00000000000..c6702a62287 --- /dev/null +++ b/lib/l10n/lt_LT.php @@ -0,0 +1,21 @@ +<?php $TRANSLATIONS = array( +"Help" => "Pagalba", +"Personal" => "Asmeniniai", +"Settings" => "Nustatymai", +"Users" => "Vartotojai", +"Apps" => "Programos", +"Admin" => "Administravimas", +"ZIP download is turned off." => "ZIP atsisiuntimo galimybė yra išjungta.", +"Files need to be downloaded one by one." => "Failai turi būti parsiunčiami vienas po kito.", +"Back to Files" => "Atgal į Failus", +"Selected files too large to generate zip file." => "Pasirinkti failai per dideli archyvavimui į ZIP.", +"Application is not enabled" => "Programa neįjungta", +"Authentication error" => "Autentikacijos klaida", +"1 minute ago" => "prieš 1 minutę", +"%d minutes ago" => "prieš %d minučių", +"today" => "šiandien", +"yesterday" => "vakar", +"%d days ago" => "prieš %d dienų", +"last month" => "praėjusį mėnesį", +"last year" => "pereitais metais" +); |