Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hi.php « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc9cbdb22f3a0df3080a59df421ec12b64f6bf53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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" => "अगला"
);