hi.php 1.3 KB

12345678910111213141516171819
  1. <?php $TRANSLATIONS = array(
  2. "Password" => "पासवर्ड",
  3. "Use the following link to reset your password: {link}" => "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}",
  4. "You will receive a link to reset your password via Email." => "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|",
  5. "Username" => "प्रयोक्ता का नाम",
  6. "Your password was reset" => "आपका पासवर्ड बदला गया है",
  7. "New password" => "नया पासवर्ड",
  8. "Cloud not found" => "क्लौड नहीं मिला ",
  9. "Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ",
  10. "Advanced" => "उन्नत",
  11. "Configure the database" => "डेटाबेस कॉन्फ़िगर करें ",
  12. "Database user" => "डेटाबेस उपयोगकर्ता",
  13. "Database password" => "डेटाबेस पासवर्ड",
  14. "Finish setup" => "सेटअप समाप्त करे",
  15. "You are logged out." => "आप लोग आउट कर दिए गए हैं.",
  16. "prev" => "पिछला",
  17. "next" => "अगला"
  18. );