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 /apps/tasks | |
parent | 99d17c5190435b2d60ce4316a1a8a7cfdebc212e (diff) | |
download | nextcloud-server-082ed4ab71bb0e97ed7a0b062d9fc124d040df6b.tar.gz nextcloud-server-082ed4ab71bb0e97ed7a0b062d9fc124d040df6b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/tasks')
-rw-r--r-- | apps/tasks/l10n/lt_LT.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/tasks/l10n/lt_LT.php b/apps/tasks/l10n/lt_LT.php new file mode 100644 index 00000000000..7c17fc22242 --- /dev/null +++ b/apps/tasks/l10n/lt_LT.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Netinkama data/laikas", +"No category" => "Be kategorijos", +"Empty Summary" => "Tuščias aprašymas", +"Invalid percent complete" => "Netinkamas baigimo procentas", +"Important" => "Svarbūs", +"More" => "Daugiau", +"Less" => "Mažiau", +"Delete" => "Ištrinti" +); |