diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-01 00:19:28 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-01 00:19:28 +0100 |
commit | 94f744672431d5d4fc98ba3970aa9c5fb70cbc93 (patch) | |
tree | 00beaed492553312610888b417db86f0ba23f294 /apps/files_trashbin/l10n/lt_LT.php | |
parent | 5dd2c9152e86a5b4e0ca050aa1aca29ce3b813b1 (diff) | |
download | nextcloud-server-94f744672431d5d4fc98ba3970aa9c5fb70cbc93.tar.gz nextcloud-server-94f744672431d5d4fc98ba3970aa9c5fb70cbc93.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/lt_LT.php')
-rw-r--r-- | apps/files_trashbin/l10n/lt_LT.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/lt_LT.php b/apps/files_trashbin/l10n/lt_LT.php new file mode 100644 index 00000000000..4933e97202f --- /dev/null +++ b/apps/files_trashbin/l10n/lt_LT.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Name" => "Pavadinimas", +"1 folder" => "1 aplankalas", +"{count} folders" => "{count} aplankalai", +"1 file" => "1 failas", +"{count} files" => "{count} failai" +); |