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