Blame view

sources/core/l10n/hi.php 1.64 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?php $TRANSLATIONS = array(
  "Settings" => "सेटिंग्स",
  "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" => "नया पासवर्ड",
  "Personal" => "यक्तिगत",
  "Users" => "उपयोगकर्ता",
  "Apps" => "Apps",
  "Help" => "सहयोग",
  "Cloud not found" => "क्लौड नहीं मिला ",
  "Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ",
  "Advanced" => "उन्नत",
  "Data folder" => "डाटा फोल्डर",
  "Configure the database" => "डेटाबेस कॉन्फ़िगर करें ",
  "will be used" => "उपयोग होगा",
  "Database user" => "डेटाबेस उपयोगकर्ता",
  "Database password" => "डेटाबेस पासवर्ड",
  "Database name" => "डेटाबेस का नाम",
  "Finish setup" => "सेटअप समाप्त करे",
  "Log out" => "लोग  आउट",
  "remember" => "याद रखें",
  "prev" => "पिछला",
  "next" => "अगला"
  );