diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-30 01:55:54 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-30 01:55:54 -0400 |
commit | 023c8b0eacc243b2dd4763e6086fc87ce8b76126 (patch) | |
tree | b700928296cd54f010378dc6acbe996e77056a95 /lib/l10n/te.js | |
parent | 6c2e94e0b23ca2212a6b6ad510002c9594d21abb (diff) | |
download | nextcloud-server-023c8b0eacc243b2dd4763e6086fc87ce8b76126.tar.gz nextcloud-server-023c8b0eacc243b2dd4763e6086fc87ce8b76126.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/te.js')
-rw-r--r-- | lib/l10n/te.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/te.js b/lib/l10n/te.js index e0b12abed40..2bb1c6de72d 100644 --- a/lib/l10n/te.js +++ b/lib/l10n/te.js @@ -1,13 +1,13 @@ OC.L10N.register( "lib", { - "Help" : "సహాయం", - "Personal" : "వ్యక్తిగతం", - "Users" : "వాడుకరులు", "today" : "ఈరోజు", "yesterday" : "నిన్న", "last month" : "పోయిన నెల", "last year" : "పోయిన సంవత్సరం", - "seconds ago" : "క్షణాల క్రితం" + "seconds ago" : "క్షణాల క్రితం", + "Help" : "సహాయం", + "Personal" : "వ్యక్తిగతం", + "Users" : "వాడుకరులు" }, "nplurals=2; plural=(n != 1);"); |