diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-29 02:06:48 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-29 02:06:48 +0200 |
commit | 9338d093f9bbcb8b25c088d8777f5803964570c3 (patch) | |
tree | 3cea67bc39f8d03d8d141c16d4cc1f4a6501aae0 /core/l10n/hi.php | |
parent | 92c782c1b049cbb4b9c8433edec2a08b739202a9 (diff) | |
download | nextcloud-server-9338d093f9bbcb8b25c088d8777f5803964570c3.tar.gz nextcloud-server-9338d093f9bbcb8b25c088d8777f5803964570c3.zip |
[tx-robot] updated from transifexv4.5.0beta1
Diffstat (limited to 'core/l10n/hi.php')
-rw-r--r-- | core/l10n/hi.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/l10n/hi.php b/core/l10n/hi.php new file mode 100644 index 00000000000..cc9cbdb22f3 --- /dev/null +++ b/core/l10n/hi.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Username" => "प्रयोक्ता का नाम", +"Cloud not found" => "क्लौड नहीं मिला ", +"Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ", +"Password" => "पासवर्ड", +"Advanced" => "उन्नत", +"Configure the database" => "डेटाबेस कॉन्फ़िगर करें ", +"Database user" => "डेटाबेस उपयोगकर्ता", +"Database password" => "डेटाबेस पासवर्ड", +"Finish setup" => "सेटअप समाप्त करे", +"You are logged out." => "आप लोग आउट कर दिए गए हैं.", +"prev" => "पिछला", +"next" => "अगला" +); |