You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hi.php 1.6KB

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