diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-27 00:11:05 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-27 00:11:05 +0100 |
commit | 0c666cb7640c062ecfb89c4f341dfc99f4c98875 (patch) | |
tree | 7eafa764e72f8c9b0d937cb988dbd18bae74d6af /lib/l10n/te.php | |
parent | 4158a417e7bc77bebe3bd01b7c8b7b467a1da5f0 (diff) | |
download | nextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.tar.gz nextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/te.php')
-rw-r--r-- | lib/l10n/te.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/l10n/te.php b/lib/l10n/te.php new file mode 100644 index 00000000000..87c73d790e2 --- /dev/null +++ b/lib/l10n/te.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"Help" => "సహాయం", +"Settings" => "అమరికలు", +"Users" => "వాడుకరులు", +"seconds ago" => "క్షణాల క్రితం", +"1 minute ago" => "1 నిమిషం క్రితం", +"1 hour ago" => "1 గంట క్రితం", +"today" => "ఈరోజు", +"yesterday" => "నిన్న", +"last month" => "పోయిన నెల", +"last year" => "పోయిన సంవత్సరం", +"years ago" => "సంవత్సరాల క్రితం" +); |